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
2016-06-12zlib: move constants into zlib.constantsJames M Snell
2016-05-17src: refactor require('constants')James M Snell
2016-05-04src: add O_NOATIME constantRich Trott
2016-04-14src: add SIGINFO to supported signalsJames Reggio
2016-02-27constants: define ENGINE_METHOD_RSASam Roberts
2015-10-26tls, crypto: add ALPN SupportShigeki Ohtsu
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-23tls: add --tls-cipher-list command line switchJames M Snell
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-12-15fs: add access() and accessSync()cjihrig
2014-09-01crypto: wrap ECDH constants in HAVE_OPENSSLIsaac Burns
2014-08-29crypto: introduce ECDHFedor Indutny
2014-08-27crypto: allow padding in RSA methodsFedor Indutny
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny
2014-07-02constants: add O_NONBLOCK constantFedor Indutny
2014-07-02Revert "constants: export O_NONBLOCK"Fedor Indutny
2014-07-02Revert "src: fix _XOPEN_SOURCE redefinition warning"Fedor Indutny
2014-06-05Merge branch 'v0.10'Fedor Indutny
2014-05-14src: fix _XOPEN_SOURCE redefinition warningBen Noordhuis
2014-05-02constants: export O_NONBLOCKFedor Indutny
2014-04-10dgram: introduce `reuseAddr` optionFedor Indutny
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-01-05crypto: introduce .setEngine(engine, [flags])Fedor Indutny
2013-07-31src: lint c++ codeFedor Indutny
2012-08-28constants: add O_DIRECTIan Babrou
2012-08-21process: use uv_signal instead of ev_signalBert Belder
2012-03-10core: use proper #include directivesBen Noordhuis
2011-12-16Remove platform files, and use uv platform apiIgor Zinkovsky
2011-11-21tls: expose more openssl SSL context optionsBen Noordhuis
2011-11-21tls: expose ssl bug workaround constantsRoman Shtylman
2011-08-06Basic VC++ compatibility work.Peter Bright
2011-08-02Remove platform_win32_winsockBert Belder
2011-05-24Batch of ev -> uv changesBert Belder
2011-04-21GH-853 fs.lchown and fs.lchmodisaacs
2011-04-19OpenSSL NPN in node.jsFedor Indutny
2011-04-14SSL_OP_CRYPTOPRO_TLSEXT_BUGTheo Schlossnagle
2011-04-14TLS: Add secureOptions flagTheo Schlossnagle
2011-03-15Update copyright headersRyan Dahl
2011-01-18Define winsock error numbersBert Belder
2011-01-18Clean up the way windows headers are includedBert Belder
2010-12-21S_IFLNK, S_IFSOCK and SIGCHLD are not available on windowsBert Belder
2010-06-16Fixed incorrect mask for determining fs.Stats typesPeter Dekkers
2010-01-18Add process.IdleWatcherRyan Dahl
2009-10-27Prefix all source files with node_Ryan Dahl