1831 Commits (f8ca6b383c1cac95ba9a9bcddfe66cc62b09558b)
 

Author SHA1 Message Date
Ryan Dahl a6942b345d Fix test-repl 15 years ago
Matt Ranney 09af242c89 Support more readline navigation keys. 15 years ago
Ryan Dahl 0c3b6aba7a Do not output \n on stderr on output, breaks tests 15 years ago
Ryan Dahl 6056d2ea2c node without arguments starts the REPL 15 years ago
Ryan Dahl e43d6fc879 Fix misspelling 15 years ago
Ryan Dahl 41f213be18 Add binding to termios, implement readline for repl 15 years ago
Peter Griess a0134ff0f8 add net.Server.listenFD 15 years ago
Ryan Dahl 9be6c501ec Upgrade http-parser 15 years ago
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