3447 Commits (1e7769dfa374706de49d6b828dd5dcc809ebc30e)
 

Author SHA1 Message Date
Ryan Dahl 1e7769dfa3 Merge branch 'v8-3.1' into v0.4 14 years ago
Ryan Dahl 61553ccdda Upgrade V8 to 3.1.8.25 14 years ago
koichik d6ec8f668e Fix -e/--eval can't load module from node_modules 14 years ago
Ryan Dahl d627083ed5 Fixes #1187. Support multiple 'link' headers 14 years ago
Ryan Dahl feb26d6c74 Fixes #1203. Add missing scope.Close to fs.sendfileSync 14 years ago
Mark Cavage 7c51275bce Cleanup crypto verify to not print unnecessary errors 14 years ago
Mathias Buus 39246f65df Closes #1177 remove one node_modules optimization 14 years ago
Mark Cavage 88552c51ae Support for signature verification with RSA/DSA public keys 14 years ago
Trevor Burnham f46811633c Documenting `require.main`, fixing #997 14 years ago
Ryan Dahl 1ba2c32135 Massage util.inherits for perf increase 14 years ago
Siddharth Mahendraker 37d529f818 debugger: don't allow users to input non-valid commands 14 years ago
Ryan Dahl 1d7a46a588 Disabling SSL compression is dependent on OpenSSL version 0.9.8 14 years ago
Ryan Dahl 4956e3c0a2 Upgrade http-parser to eee60127c0df551be085cc8e7983e36d7700d885 14 years ago
Ryan Dahl 0cb4484d43 Doc improvements 14 years ago
Jérémy Lal f23c45f7f4 Option to disable SSL v2 14 years ago
Ryan Dahl b96ae6674d document require.cache 14 years ago
Ryan Petrello 58a1d7ec30 Close #562 Close #1078 Parse file:// urls properly 14 years ago
Ben Noordhuis eb4c9ed881 Fix resource leaks in node_crypto.cc 14 years ago
Brian White 9b3472637e Crypto documentation fixes 14 years ago
Felix Geisendörfer 2b91256c61 Fix error handling bug in stream.pipe() 14 years ago
Brian White d22259426c Fix incorrect documentation for assert.fail() 14 years ago
Ryan Dahl 823604a4e0 Now working on v0.4.9 14 years ago
Ryan Dahl 7dd22c26e4 Bump to v0.4.8 14 years ago
Ryan Dahl 80b0225b98 Merge branch 'v8-3.1' into v0.4 14 years ago
Ryan Dahl cee4ce39a9 Upgrade V8 to 3.1.8.16 14 years ago
Ryan Dahl 70dd6d4ea3 Fix TJ's assert error 14 years ago
Mark Cavage a55a9ff3c2 Additional docs for net.listenFD() 14 years ago
Ryan Dahl 9c7f89bf56 CryptoStream.prototype.readyState shoudn't reference fd 14 years ago
Brian White 2de0611b43 Remove unused variable 14 years ago
David Trejo 8a0ac5b422 Add test for agent upgrade and example in docs 14 years ago
Alexandre Marangone 6c28fcf661 (char *) casting for all strings args to kstat function to avoid warnings 14 years ago
Alexandre Marangone 5d9dc1c6d5 Adding os.totalmem() and os.freemem() for SunOS 14 years ago
Fedor Indutny 21724ecaec Share SSL context between server connections 14 years ago
Ryan Dahl 6461af1baa Fix buffer test 14 years ago
Ryan Dahl 5e409c2f1a makeFastBuffer should not segfault but rather throw on non-buffer 14 years ago
David Trejo f4e69e44ff readline docs 14 years ago
Ryan Dahl 63c0d71213 Changes for job bullets 14 years ago
Ryan Dahl 103a450d3a Remove 'binary' encoding assert - add tests 14 years ago
isaacs 249361cab7 Close #1054 More clear documentation for module system 14 years ago
Ryan Dahl e83c6959db Disable compression with OpenSSL. 14 years ago
koichik d4f82ea590 Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR" 14 years ago
koichik 80c2fe9456 Fix event listener leak check timing 14 years ago
koichik 56aa2fd4c3 Fix doc - missing dns.resolveNs() and dns.resolveCname() 14 years ago
Felix Geisendörfer 9d717f6bef Update http.ServerRequest docs 14 years ago
Felix Geisendörfer e7ac6d8fcd Error argument for http.ServerRequest 'close' 14 years ago
Felix Geisendörfer 1fde5f51b4 Make https 'timeout' events bubble up 14 years ago
Ryan Dahl 9a3dd754be Add trademark stuff to homepage 14 years ago
isaacs 307f39ce9e Fix a url regression 14 years ago
Ryan Dahl 11beac70e2 Docs: server.pause() server.address() socket.address() 14 years ago
Trevor Burnham 31ed87b0a9 Documenting `require.main`, fixing #997 14 years ago