562 Commits (f0f2d2ee70a7b1e64d08827f961add853c8b718c)

Author SHA1 Message Date
Ryan Dahl 76c1805c67 Add posix.truncate() 15 years ago
Ryan Dahl 77145ba229 Throw errors from server.listen() 15 years ago
Felix Geisendörfer b73f61a137 Simplified module system 15 years ago
Ryan Dahl f3ad635576 Downcase process.ARGV/ENV to process.argv/env 15 years ago
Ryan Dahl c723acc721 Remove some HandleScopes from HTTP 15 years ago
Ryan Dahl 987441283b Callbacks from process.fs always start with error object 15 years ago
Ryan Dahl fc025f878a Remove __wrap__s 15 years ago
Ryan Dahl 9f5643f427 Reorganize the start-up process 15 years ago
Jonas Pfenniger 7a755e04a9 Was using the old node object to get the int from the constant. 15 years ago
Ryan Dahl b06dda1f5e ObjectWrap fixed - buffers working! 15 years ago
Blaine Cook cd6397cc45 Add support for MX, TXT, and SRV records in DNS module. 15 years ago
Felix Geisendörfer c86c614cac Bug Fix: Late promise promise callbacks firing 15 years ago
Felix Geisendörfer a76c7a89ce Implemented __dirname 15 years ago
Jonas Pfenniger 971f43d63b FIX: Promise timeout should not addErrback 15 years ago
Jonas Pfenniger 87d92f619a FIX: EventEmitter call in Promise 15 years ago
Jonas Pfenniger 7f652b63a9 Factorized deprecation messages 15 years ago
Ryan Dahl f88d39de74 getmem() for solaris 15 years ago
Felix Geisendörfer b57d7d9b4e Treat 'typeof Error' promise errors properly 15 years ago
Felix Geisendörfer bfd3144861 Make unhandled Promise errors throw an exception 15 years ago
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
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 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
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 c9e21435c0 Upgrade http-parser 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
Vanilla Hsu d22952bfe0 getmem for freebsd 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
Charles Lehner caf22c8e0a Fixed clearTimeout to check if timer is a Timer 15 years ago
isaacs 7342fecaec Improve path module slightly: 15 years ago
Ryan Dahl 9553503be5 Bugfix: Don't segfault on unknown http method 15 years ago
Ryan Dahl 359d0170ab Better error message on bad ARGV[1] 15 years ago
Ryan Dahl 53a841d96a Simplify exception reporting 15 years ago
Ryan Dahl 0d7e88a429 Bugfix: libeio race condition 15 years ago
Ryan Dahl 64fe9fb85d fix whitespace 15 years ago
Jonas Pfenniger e6c5ac4f73 posix.cat not using call() correctly 15 years ago
Ryan Dahl 120492e5c2 export path.normalizeArray for the uri module 15 years ago
isaacs 4dcdfaf929 Fix require("../blah") issues 15 years ago
isaacs 0ea2f9e04b Remove two debug statements that are a bit much. 15 years ago
isaacs 6301f18e62 Bugfix: child modules get wrong id with "index.js" 15 years ago