3402 Commits (b897af45585bccfe17df2c8a283345dc88690ac9)

Author SHA1 Message Date
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
isaacs 5b740c488f Fix a leaking global 15 years ago
Felix Geisendörfer c46cbe0de4 Deprecate string interface for fs.write() 15 years ago
Ryan Dahl 2663c69f8d Fix utf8stream references 15 years ago
Felix Geisendörfer f987ecf45b Use Utf8Stream for http Streams with utf8 encoding 15 years ago
Felix Geisendörfer ed5f1162fa Use Utf8Stream for net Streams with utf8 encoding 15 years ago
Felix Geisendörfer caba9c70c3 Implemented Utf8Decoder module 15 years ago
Ryan Dahl e232f09d38 fs.WriteStream.write should support buffer 15 years ago
Jonas Pfenniger 53a9869ff7 FIX: EventEmitter#removeAllListeners signature 15 years ago
Jonas Pfenniger fea6f829bf FIX: EventEmitter#removeListener logic 15 years ago
Andrew Johnston 9599607065 Added posix fsync and fdatasync to fs module 15 years ago
Elijah Insua 976926376d Handle empty files with fs.readFile 15 years ago
Ben Noordhuis c6c77d535f Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases, updated documentation. 15 years ago
Ryan Dahl d0128787e7 Deprecate sendHeader() and writeHeader(), ppl should use writeHead() 15 years ago
Ryan Dahl 7a2e6d674a Default to 2 second timeout for http servers 15 years ago
Ryan Dahl d2cff34fa3 Idle timeout changes 15 years ago
Ryan Dahl 8ab238e7de Revert "destroy instead of end http connection at end of pipeline" 15 years ago
Ryan Dahl ab068db9b1 Improve error reporting 15 years ago
Ryan Dahl 1d28cfcfb9 Better logic for testing if an argument is a port 15 years ago
Ryan Dahl d38d96eb61 Don't emit 'exit' twice from child process 15 years ago
Ryan Dahl 264e540d00 Fix error reporting in child_process callbacks 15 years ago
isaacs bc45adcffa Add binding.close to fs.readFile 15 years ago
Tim Caswell c07c601c3b fs.readFile uses a buffer internally and will return the raw buffer if no encoding is specified. 15 years ago
Ryan Dahl 4ce1e1fca5 destroy instead of end http connection at end of pipeline 15 years ago
Thomas Lee 3674563dd5 Fix a bug in http.Client where parsers may be prematurely released back to the free pool. 15 years ago