Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-02test,lib,doc: use function declarationsRich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-07tls: runtime deprecation for tls.createSecurePair()James M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2016-10-20test,lib,benchmark: match function namesRich Trott
2016-05-17lib: replace legacy uses of __defineGetter__James M Snell
2016-04-27net: introduce `Socket#connecting` propertyFedor Indutny
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-14lib: fix style issues after eslint updateMichaël Zasso
2016-01-11tls_legacy: do not read on OpenSSL's stackFedor Indutny
2015-12-17lib: use arrow functions instead of bindMinwoo Jung
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-26tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-17tls: add `options` argument to createSecurePairКоренберг Марк
2015-09-22lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-16node: allow multiple arguments passed to nextTickTrevor Norris
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-01lib: reduce util.is*() usagecjihrig
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-20tls: do not hang without `newSession` handlerFedor Indutny
2014-07-23net: add remoteFamily for socketJackson Tian
2014-06-12lib: remove unused variablesBrian White
2014-04-18src: lint after OCSP commitsFedor Indutny
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-07Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-19Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-09-25lint: fix a few semicolonsTrevor Norris
2013-09-24tls: wrap tls inside tls using legacy APIFedor Indutny
2013-08-27lib: Add missing copyright noticesisaacs
2013-08-21Merge remote-tracking branch 'ry/v0.10'isaacs
2013-08-19tls, crypto: deduplicate codeFedor Indutny
2013-08-09http: Use streams3 directly, not .ondata/endisaacs
2013-08-02src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-13Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny