1670 Commits (9514a4d5476225e8c8310ce5acae2857033bcaaa)
 

Author SHA1 Message Date
Ryan Dahl 9514a4d547 bump version 15 years ago
Ryan Dahl 0de138acb5 improve test for stdio non-blockingness 15 years ago
Ryan Dahl f73b6e2190 Fix opposite logic, which coincidentially works 15 years ago
Ryan Dahl 8c56284776 Remove unneeded fd variables in node_stdio.cc 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
Ryan Dahl 44ad6a7db2 Make buffer's c++ constructor public 15 years ago
isaacs 5b740c488f Fix a leaking global 15 years ago
isaacs 78be1e4930 Remove the ReportException from the Script class 15 years ago
Ryan Dahl d8af9d8edf Minor style changes for fs.write code 15 years ago
Felix Geisendörfer c46cbe0de4 Deprecate string interface for fs.write() 15 years ago
Ryan Dahl c489c2c1b5 Fix api for request.connection 15 years ago
Peter Griess 2420f07e94 Allow process.setuid() and process.setgid() to accept string names in lieu of numeric IDs 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
Ryan Dahl 1036aa9762 Fix errno display in c-ares exceptions 15 years ago
Felix Geisendörfer 0a539865dd Support arrays and strings in buffer constructor 15 years ago
visionmedia 45948e054d Added better error messages for async and sync fs calls with paths 15 years ago
Jonas Pfenniger 53a9869ff7 FIX: EventEmitter#removeAllListeners signature 15 years ago
Jonas Pfenniger fea6f829bf FIX: EventEmitter#removeListener logic 15 years ago
Jonas Pfenniger 4274e6b7d0 FIX: signal-unregister bug 15 years ago
Jonas Pfenniger 50148022d1 Thinner SignalWatcher, only using callback 15 years ago
Andrew Johnston 9599607065 Added posix fsync and fdatasync to fs module 15 years ago
Ryan Dahl ac3a2d899a Changes to work on Solaris 10 15 years ago
Ryan Dahl a9b962a653 Add --without-ssl configure option 15 years ago
Ryan Dahl 0b7bda8f46 Remove some unused cruft from wscript 15 years ago
Ryan Dahl da9323040f Simplify stack trace reporting using new V8 API 15 years ago
Ryan Dahl 320d3e9d33 Fix AUTHORS file 15 years ago
Matt Ranney cd4f94e71a Add test for exceptions in HTTP parser event handlers. 15 years ago
Matt Ranney 307e70afaf Remove unused CSS reference. 15 years ago
Matt Ranney 1f0963558c Add process.version description. 15 years ago
Jérémy Lal 4e40e8804b System EV compatibility fix : use EV_DEFAULT_UC 15 years ago
Ryan Dahl 0914d33842 bump version 15 years ago
Ryan Dahl 23d680bb85 Allow parallel jobs to be passed to V8 build 15 years ago
Ryan Dahl ce2d5ad0d7 Change the 'make dist' to remove v8 test dir 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 67eeedd602 Disable test-signal-unregister.js as functionality doesn't exist yet 15 years ago
Ryan Dahl 1c7670aca2 Remove reference to C++ EventEmitter in docs 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 ed0c109950 Add note about 'error' event to docs 15 years ago
Ryan Dahl d2cff34fa3 Idle timeout changes 15 years ago