summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
AgeCommit message (Collapse)Author
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
The internet is filled with servers which have various bugs and other ssl handshake issues. These constants can be used with the Agent secureOptions option to get around such server limitations when performing https requests
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
closes #926.
2011-04-13SSL_OP_CRYPTOPRO_TLSEXT_BUGTheo Schlossnagle
fixes #873
2011-04-13TLS: Add secureOptions flagTheo Schlossnagle
Also, secureOptions flag was added (and passed through) and allows the context to have all supported SSL_OP_* set via createCredentials. All SSL_OP_ flags (outside of ALL) have been added to constants.
2011-03-14Update copyright headersRyan Dahl
2011-01-18Define winsock error numbersBert Belder
2011-01-18Clean up the way windows headers are includedBert Belder
Plus make inclusion order a little more consistent in general
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
With priorities. Will be used for process.nextLoop().
2009-10-27Prefix all source files with node_Ryan Dahl