summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
Commit message (Expand)AuthorAgeFilesLines
* src,lib: expose memory file mapping flagJoão Reis2019-09-111-0/+2
* src: remove env-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-9/+9
* src: remove unused INT_MAX constantSam Roberts2019-04-091-3/+0
* src: unify crypto constant setupSam Roberts2019-04-081-20/+32
* tls: support TLSv1.3Sam Roberts2019-03-201-0/+1
* src: de-lint header usageRefael Ackermann2019-03-121-9/+12
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-3/+4
* tls: add min/max protocol version optionsSam Roberts2018-11-221-0/+4
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-9/+27
* src: define zlib constants in node_zlib.ccAnna Henningsen2018-09-251-63/+0
* src: refactor options parsingAnna Henningsen2018-08-221-5/+1
* os: add os.{get,set}Priority()cjihrig2018-08-221-0/+44
* fs: readdir optionally returning type informationBryan English2018-08-131-0/+10
* trace_events: add support for builtin traceJames M Snell2018-07-221-0/+35
* fs: refactor fs moduleJames M Snell2018-05-201-3/+21
* crypto: remove deperecated methods of TLS versionShigeki Ohtsu2018-04-101-10/+2
* fs: expose copy-on-write flags for fs.copyFile()cjihrig2018-04-051-0/+2
* tls: drop NPN (next protocol negotiation) supportBen Noordhuis2018-03-271-5/+0
* fs: move type checking to jsJames M Snell2017-12-221-0/+2
* test: fix test-https-agent-session-eviction for 1.1David Benjamin2017-11-111-0/+4
* crypto: refactor argument validation for pbkdf2James M Snell2017-10-231-0/+1
* fs: add O_DSYNCJussi Räsänen2017-09-221-0/+5
* src: refactor `#include` handlingAnna Henningsen2017-09-141-3/+1
* src: add support to pass flags to dlopenEzequiel Garcia2017-09-081-0/+32
* fs: add fs.copyFile{Sync}cjihrig2017-09-081-5/+4
* zlib: improve performanceBrian White2017-06-131-16/+0
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-0/+4
* crypto: add sign/verify support for RSASSA-PSSTobias Nießen2017-04-011-0/+12
* lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)2017-03-221-0/+19
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* tls: fix macro to check NPN featureShigeki Ohtsu2017-03-031-1/+1
* zlib: move constants into zlib.constantsJames M Snell2016-06-111-0/+84
* src: refactor require('constants')James M Snell2016-05-171-8/+22
* src: add O_NOATIME constantRich Trott2016-05-041-0/+4
* src: add SIGINFO to supported signalsJames Reggio2016-04-141-0/+4
* constants: define ENGINE_METHOD_RSASam Roberts2016-02-261-0/+4
* tls, crypto: add ALPN SupportShigeki Ohtsu2015-10-271-0/+5
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-9/+9
* tls: add --tls-cipher-list command line switchJames M Snell2015-08-231-0/+16
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* fs: add access() and accessSync()cjihrig2014-12-151-0/+16
* crypto: wrap ECDH constants in HAVE_OPENSSLIsaac Burns2014-09-011-0/+2
* crypto: introduce ECDHFedor Indutny2014-08-291-0/+8
* crypto: allow padding in RSA methodsFedor Indutny2014-08-271-0/+24
* Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny2014-07-291-10/+1
|\
| * constants: add O_NONBLOCK constantFedor Indutny2014-07-021-0/+4
| * Revert "constants: export O_NONBLOCK"Fedor Indutny2014-07-021-8/+1