2123 Commits (c2f62d496a08e9d44bea4a459c2eab7457d724ee)

Author SHA1 Message Date
Ben Lowery f3cd7bbe77 Coerce each argument to a String before attempting to print it via sys.print 15 years ago
Ryan Dahl 14414f81f3 Soft deprecation of 'listening' event. 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
isaacs 94be898fbc Remove "uri" module. 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 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 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
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
Orlando Vazquez 92da636b97 Add a parameter to spawn() that sets the child's stdio file descriptors. 15 years ago
Ryan Dahl d62b0f442a Fix style in sys.js 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
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
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 8840ce340d Bugfix: fs.ReadStream.setEncoding 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
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 e97a481785 Destroy REPL pipes instead of shutting down. 15 years ago
Ryan Dahl 19f475c573 fs.ReadStream should emit Buffers 15 years ago
Aapo Laitinen c4876d01a1 Change the behavior of path.extname 15 years ago
Ben Noordhuis b58db3cd73 Added reason phrases for a bunch of HTTP status codes. 15 years ago
Mikeal Rogers fe3d8f2411 Add assert.ifError 15 years ago
Felix Geisendörfer c93e0aaf06 Deprecate string interface for fs.read() 15 years ago
Ryan Dahl e84395ff8c Revert "Deprecate string interface for fs.read()" 15 years ago
Felix Geisendörfer cbbf9e43d1 Deprecate string interface for fs.read() 15 years ago
Ryan Dahl cbd2c3945b Throwing in a callback should kill the process 15 years ago
rentzsch 36a45c4e0d FIX path.dirname('/tmp') => '/'. 15 years ago
Ryan Dahl 022c083848 Deprecate sys.p() 15 years ago