532 Commits (d3fcd1c75ac63022a875918b6990e42b65260177)

Author SHA1 Message Date
Ryan Dahl ce8c30c9de Clean up indention on module compile 15 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Dmitry Baranovskiy f8ca6b383c Rewrote QueryString.parse to make it smaller and more effective. 15 years ago
Ryan Dahl 0a8bd34b69 Resolve .local domains with getaddrinfo() 15 years ago
Blake Mizerany 898afbaf34 Buffer.prototype.write: Indifferent order preference of encoding and offset 15 years ago
Ryan Dahl 5e86d01385 Revert "Buffer.copy should copy through sourceEnd, as specified." 15 years ago
Dmitry Baranovskiy 8ec12339f5 Refactored isA, isBool, etc functions to use some of ES5 goodness. 15 years ago
Dmitry Baranovskiy d3f04933f1 sys.inherts to shadow constructor property from enumerability 15 years ago
Ruben Rodriguez 242161bef2 Added new API to Script, and implemented it in the REPL 15 years ago
Matt Ranney a2f70da4c9 Buffer.copy should copy through sourceEnd, as specified. 15 years ago
Ryan Dahl 7b119f8b38 Fix error message 15 years ago
Ryan Dahl f541043618 Remove ini.js 15 years ago
Ryan Dahl fc175a089d Remove mjsunit from repo 15 years ago
Mikeal Rogers f62979da6b Add sys.pump 15 years ago
Peter Griess 51bd1b4483 Only concatenate some incoming HTTP headers. 15 years ago
Peter Griess 187f191558 Support 'upgrade' event in HTTP client. 15 years ago
Ryan Dahl cbf2a2233e Add callback to dgramSocket.send() 15 years ago
David Siegel 81ad8106dc Add UDP broadcast support 15 years ago
Micheil Smith b05daaaf69 Adding path.existsSync (with tests.) 15 years ago
Aaron Heckmann 1d088fb906 fs.writeFile accepts Buffers 15 years ago
Peter Dekkers e48f0d1dd9 Fixed incorrect mask for determining fs.Stats types 15 years ago
isaacs 4ce100fa62 A replacement for decodeURIComponent that doesn't throw. 15 years ago
Ryan Dahl ed5f4f3a44 RootCaCerts shouldn't be global 15 years ago
Ryan Dahl 6bed15e074 Refactor: Utf8Decoder -> StringDecoder 15 years ago
Peter Griess 4b48042c17 Wrap FD in closure before emitting from Stream. 15 years ago
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