1136 Commits (5c78c45fa3cb1ad91ec96eef6302e7f1c4b762af)
 

Author SHA1 Message Date
Felix Geisendörfer f64371fccb Support late callback binding for Promises 15 years ago
Felix Geisendörfer d9dc2e0709 Fixed misnamed Promise property 15 years ago
Felix Geisendörfer f2274840a9 Removed Promise.cancel() 15 years ago
Michaeljohn Clement 4e16e386fe set default encoding in sendBody 15 years ago
Micheil Smith 6e3d12f617 Allow optional params to setTimeout, setInterval 15 years ago
Ryan Dahl 8abeffa9ea Add process.nextTick() 15 years ago
Ryan Dahl aeb7d6d168 Add process.IdleWatcher 15 years ago
Joseph Pecoraro 820ca71a91 Updated out of date LICENSE file. 15 years ago
Joseph Pecoraro fd183bdb07 Fixed typo in comments. 15 years ago
Ryan Dahl 70293a43c9 API: Move Promise and EventEmitter into 'events' module 15 years ago
Ryan Dahl 8e6dd52683 Hack to display more useful SyntaxError exceptions. 15 years ago
Vanilla Hsu 6c5c808569 use SUN_LEN to calculate length of unix address @ FreeBSD. 15 years ago
Ryan Dahl c4397b801a Make sure GNUTLS is first on uselib 15 years ago
Ben Williamson a3631a383b Added regression test for issue #44 15 years ago
Ryan Dahl f379b77735 Error out when no compiler found 15 years ago
Ryan Dahl 8e0dad4a27 Update http benchmark script to new url api. 15 years ago
Ryan Dahl 1b2c57907d Lazy initialize symbols for HTTP. 15 years ago
Ben Williamson bba23c0998 Fix issue #44, eof on connect to http. 15 years ago
Ryan Dahl 39ca93549a bump version 15 years ago
Ryan Dahl c9e21435c0 Upgrade http-parser 15 years ago
isaacs b3349eb33a Documentation for path module changes. 15 years ago
isaacs 988174a629 Add tests for path module. 15 years ago
isaacs b21056d63a Rename path.filename() to path.basename() 15 years ago
Benjamin Thomas 73266cb486 Added extname function to path module that returns the extension. 15 years ago
Ryan Dahl 53413598b6 Fix another problem with the EIO interface 15 years ago
Ryan Dahl 75e6c39733 Upgrade http-parser 15 years ago
Vanilla Hsu d22952bfe0 getmem for freebsd 15 years ago
Ryan Dahl 1b9eaf43f5 Update node-waf version to 1.5.10 - to match tools/wafadmin 15 years ago
Benjamin Thomas 947c577c0d Fix bug in the url module's url_parse method if 'parseQueryString' is true 15 years ago
Ryan Dahl b1e126f415 libeio bugfix part 4 15 years ago
Ryan Dahl f80cc69c23 libeio bugfix part 3 15 years ago
Ryan Dahl 3f39772834 libeio bugfix part 2 15 years ago
Felix Geisendörfer d9085ea0cb Updated docs for multipart errors 15 years ago
Felix Geisendörfer 7d947f8723 Clean up multipart test case 15 years ago
Felix Geisendörfer f86c1783b7 Handle bad requests in simplified parser API 15 years ago
Felix Geisendörfer aa73ed973c Added test case for the simple multipart API 15 years ago
Felix Geisendörfer d9a81374b2 Throw exception for invalid multipart streams 15 years ago
elliottcable 52f088b966 Providing the option for a repl-printer other than sys.p 15 years ago
Ryan Dahl 04dd2d51be libeio bugfix: want_poll should be called if breaking on maxreq 15 years ago
Ryan Dahl 933a37cd28 Upgrade libev to 3.9 15 years ago
Ryan Dahl af6c177b91 Upgrade libeio to latest CVS 15 years ago
Charles Lehner caf22c8e0a Fixed clearTimeout to check if timer is a Timer 15 years ago
visionmedia a650138ebf Moved help msg to node-repl 15 years ago
isaacs 2b3d9e4ad0 Use "url" module instead of "uri" module in http.js. 15 years ago
isaacs 7ff04c1f86 Add URL and QueryString modules, and tests for each. 15 years ago
isaacs d6fe7fb4c3 Documentation for path module 15 years ago
isaacs 7342fecaec Improve path module slightly: 15 years ago
Tim Caswell fd184ee2fa Rename "Dynamic Property" to "Getter/Setter" in sys.inspect. 15 years ago
Tim Caswell 6c68a9679b Fix inspect to not trigger dynamic properties 15 years ago
Tim Caswell 732c6f2036 Fix inspect for the special case of an Object that inherits from Array, but has other properties. 15 years ago