summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
AgeCommit message (Expand)Author
2017-11-11test: fix test-https-agent-session-eviction for 1.1David Benjamin
2017-10-23crypto: refactor argument validation for pbkdf2James M Snell
2017-09-22fs: add O_DSYNCJussi Räsänen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-08src: add support to pass flags to dlopenEzequiel Garcia
2017-09-08fs: add fs.copyFile{Sync}cjihrig
2017-06-13zlib: improve performanceBrian White
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-03tls: fix macro to check NPN featureShigeki Ohtsu
2016-06-11zlib: 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-26constants: define ENGINE_METHOD_RSASam Roberts
2015-10-27tls, 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-12Remove 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-15Remove 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-23Batch of ev -> uv changesBert Belder
2011-04-20GH-853 fs.lchown and fs.lchmodisaacs
2011-04-19OpenSSL NPN in node.jsFedor Indutny
2011-04-13SSL_OP_CRYPTOPRO_TLSEXT_BUGTheo Schlossnagle
2011-04-13TLS: Add secureOptions flagTheo Schlossnagle
2011-03-14Update copyright headersRyan Dahl