summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
AgeCommit message (Expand)Author
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-09-25src: define zlib constants in node_zlib.ccAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-08-13fs: readdir optionally returning type informationBryan English
2018-07-22trace_events: add support for builtin traceJames M Snell
2018-05-20fs: refactor fs moduleJames M Snell
2018-04-10crypto: remove deperecated methods of TLS versionShigeki Ohtsu
2018-04-05fs: expose copy-on-write flags for fs.copyFile()cjihrig
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2017-12-22fs: move type checking to jsJames M Snell
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