1723 Commits (935f8437fd375270a0c12a106ad5b0f64da93e01)
 

Author SHA1 Message Date
Ryan Dahl 935f8437fd Allow ObjectWrap destructors before Wrap() 15 years ago
Ryan Dahl 9e8df0e836 More dynamic linking options (again) 15 years ago
Peter Griess 78d33f4fd5 Fix options parsing 15 years ago
Ryan Dahl 0055dd133d Apply fix for V8 bug 728 15 years ago
Ryan Dahl 3104662bab Use a less common port in docs 15 years ago
Ryan Dahl 62d9bff06b Fix ability to disable TCP timeouts with setTimeout(0) 15 years ago
Felix Geisendörfer 987cbe35c6 Fix: require.async module exception delegation 15 years ago
Felix Geisendörfer 55e964ec19 Fix: fs.readFile would execute callbacks twice 15 years ago
rentzsch 55d7352189 DOC note stats.isSymbolicLink() is only valid with fs.lstat(). 15 years ago
Peter Griess 8f0b4e9111 Send and receive file descriptors through net.Stream. 15 years ago
Ryan Dahl 55a6f01732 Server responses should have a body if HEAD request 15 years ago
Ryan Dahl ef9f4046c9 Better 'make' output 15 years ago
Orlando Vazquez 92da636b97 Add a parameter to spawn() that sets the child's stdio file descriptors. 15 years ago
Ryan Dahl 501136b999 Revert "More dynmaic linking options" 15 years ago
Ryan Dahl 75f0cf471a More dynmaic linking options 15 years ago
Ryan Dahl d62b0f442a Fix style in sys.js 15 years ago
Ryan Dahl f86a214357 Upgrade to V8 2.2.13 15 years ago
Ryan Dahl 0c1aa36835 bump version 15 years ago
Ryan Dahl 16818ff250 Remove throttling bug notes 15 years ago
Ryan Dahl 1a5acd9850 API: readFileSync without encoding argument now returns a Buffer 15 years ago
Ryan Dahl c82d64649c Deprecate the 'ini' module 15 years ago
Ryan Dahl 78e49f1c88 Rename node_net2.cc to node_net.cc 15 years ago
isaacs a26f7d753d Make require() from the repl be relative to cwd 15 years ago
isaacs 82813f2f8c Execute repl code in new context 15 years ago
isaacs 3c7873bd3f Use duck-typing as well as instanceof in sys.inspect 15 years ago
Ryan Dahl 2fa4de001c addons should have debugging symbols 15 years ago
Tim Caswell b480184fd6 Check for a couple of edge cases on the inspect hook. 15 years ago
Tim Caswell 7f5320b167 Provide a hook for user-specified inspect functions 15 years ago
Ryan Dahl 80a8e71fe0 Insert some hot paths into HTTP 15 years ago
Ryan Dahl 74b7fa29a1 Refactor HTTP 15 years ago
Ryan Dahl 0e713e7482 :%s/8000/PORT/g for a few tests 15 years ago
Brian White 72262060db Added support for OpenBSD 32-bit for c-ares 15 years ago
Ryan Dahl 8840ce340d Bugfix: fs.ReadStream.setEncoding 15 years ago
Ryan Dahl 31854c7990 Fix Solaris V8 build 15 years ago
Micheil Smith d89de07758 Adding experimental support for fs.chown and fs.chownSync. 15 years ago
Ryan Dahl 29e867aaa0 Simplify a few internal HTTP events. 15 years ago
Ryan Dahl 311a62dea7 Fix JOBS for Solaris make 15 years ago
Ryan Dahl 4b216d266a Remove -Werror from V8 SConstruct 15 years ago
Ryan Dahl d4345e1ff8 Upgrade V8 to 2.2.12 15 years ago
Sam Hughes 895f89d62a Avoided sending empty chunkedEncoding chunks in the middle of http responses 15 years ago
Ryan Dahl 15ec99ec59 Fix issue 89, parsing responses to HEAD requests 15 years ago
Ryan Dahl 35c14f637e In HTTP parser, proxy return value of onHeadersComplete 15 years ago
Ryan Dahl 2fca40e44f Upgrade http-parser 15 years ago
Ryan Dahl e97a481785 Destroy REPL pipes instead of shutting down. 15 years ago
Ryan Dahl 19f475c573 fs.ReadStream should emit Buffers 15 years ago
Ryan Dahl 3768aaaea4 Create a public Buffer constructor for use in addons. 15 years ago
Aapo Laitinen c4876d01a1 Change the behavior of path.extname 15 years ago
Brian White ab5c0dd63e Port to OpenBSD 15 years ago
Ryan Dahl 0f143f6c23 Upgrade libeio 15 years ago
Ben Noordhuis b58db3cd73 Added reason phrases for a bunch of HTTP status codes. 15 years ago