summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
AgeCommit message (Expand)Author
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
2011-01-18Define winsock error numbersBert Belder
2011-01-18Clean up the way windows headers are includedBert Belder
2010-12-20S_IFLNK, S_IFSOCK and SIGCHLD are not available on windowsBert Belder
2010-06-15Fixed incorrect mask for determining fs.Stats typesPeter Dekkers
2010-01-18Add process.IdleWatcherRyan Dahl
2009-10-27Prefix all source files with node_Ryan Dahl