1957 Commits (505178d82bb6a6f4f92ddc0a9a5235d712b65f5f)
 

Author SHA1 Message Date
Ryan Dahl 14414f81f3 Soft deprecation of 'listening' event. 15 years ago
Peter Griess c9dde726c6 Test case for net.Server.listenFD() 15 years ago
isaacs 1ffdad010b Expose the FD numbers for stdin and stderr on process.binding("stdio") 15 years ago
Ryan Dahl d6072766ed Fix memory leak in hash.update() 15 years ago
Ryan Dahl 009b4569b3 Merge Hash.init() function into JS constructor 15 years ago
Felix Geisendörfer 5f3906b65e Fix: fs.writeFile could not handle utf8 15 years ago
Paul Querna 02da5ed4a1 Implement datagram sockets 15 years ago
isaacs e65e6039a8 Fix #169. Expose require members in the repl. 15 years ago
Brian McKenna 431e72cbe8 Make addon building work for Cygwin. 15 years ago
isaacs 94be898fbc Remove "uri" module. 15 years ago
Ryan Dahl 4e80587cbe Add Orlando to changelog 15 years ago
Ryan Dahl 10d8adb089 bump version 15 years ago
Ryan Dahl 9c85357846 Upgrade C-Ares to 1.7.3 15 years ago
Ryan Dahl d127d15d1b License file maintenance. 15 years ago
Matt Ranney cbd1f1481c Remove setTimeout from initial example and description. 15 years ago
Ryan Dahl fe89caba2e Improve fs.write tests 15 years ago
Ryan Dahl 0e390d69a8 Don't use bzero 15 years ago
Jérémy Lal ce347124e6 The underscores are not meant to emphasize. Escape them. 15 years ago
Raffaele Sena b3b81d67ff Port to cygwin 15 years ago
Ryan Dahl cd232a9cce Upgrade V8 to 2.2.16 15 years ago
Matt Ranney cec775a0de Web site example fixes. 15 years ago
Ryan Dahl 0bb47b6c97 Upgrade V8 to 2.2.15 15 years ago
Peter Griess de6d663a67 Add 'type' parameter to net.Server.listenFD() 15 years ago
Ryan Dahl bca16a0581 Handle ctrl+z from readline 15 years ago
Ryan Dahl adc06dd705 Add NODE_NO_READLINE check for REPL 15 years ago
Ryan Dahl 0377b12964 Use strings instead of buffers in readline 15 years ago
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