summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Revert "src: fix _XOPEN_SOURCE redefinition warning"Fedor Indutny2014-07-021-10/+4
* | Merge branch 'v0.10'Fedor Indutny2014-06-051-1/+14
|\ \ | |/
| * src: fix _XOPEN_SOURCE redefinition warningBen Noordhuis2014-05-141-4/+10
| * constants: export O_NONBLOCKFedor Indutny2014-05-021-1/+8
* | dgram: introduce `reuseAddr` optionFedor Indutny2014-04-101-0/+5
* | crypto: allow custom generator for DiffieHellmanBrian White2014-02-181-0/+16
* | crypto: introduce .setEngine(engine, [flags])Fedor Indutny2014-01-051-0/+55
* | src: lint c++ codeFedor Indutny2013-07-311-161/+171
|/
* constants: add O_DIRECTIan Babrou2012-08-281-0/+3
* process: use uv_signal instead of ev_signalBert Belder2012-08-211-0/+4
* core: use proper #include directivesBen Noordhuis2012-03-101-2/+2
* Remove platform files, and use uv platform apiIgor Zinkovsky2011-12-151-4/+0
* tls: expose more openssl SSL context optionsBen Noordhuis2011-11-211-54/+74
* tls: expose ssl bug workaround constantsRoman Shtylman2011-11-211-0/+48
* Basic VC++ compatibility work.Peter Bright2011-08-061-2/+9
* Remove platform_win32_winsockBert Belder2011-08-021-1/+0
* Batch of ev -> uv changesBert Belder2011-05-231-4/+1
* GH-853 fs.lchown and fs.lchmodisaacs2011-04-201-0/+5
* OpenSSL NPN in node.jsFedor Indutny2011-04-191-0/+5
* SSL_OP_CRYPTOPRO_TLSEXT_BUGTheo Schlossnagle2011-04-131-0/+4
* TLS: Add secureOptions flagTheo Schlossnagle2011-04-131-0/+70
* Update copyright headersRyan Dahl2011-03-141-1/+21
* Define winsock error numbersBert Belder2011-01-181-0/+237
* Clean up the way windows headers are includedBert Belder2011-01-181-2/+2
* S_IFLNK, S_IFSOCK and SIGCHLD are not available on windowsBert Belder2010-12-201-0/+9
* Fixed incorrect mask for determining fs.Stats typesPeter Dekkers2010-06-151-0/+1
* Add process.IdleWatcherRyan Dahl2010-01-181-0/+5
* Prefix all source files with node_Ryan Dahl2009-10-271-0/+571