1028 Commits (87d5e5b316a4276bcf881f176971c1a237dcdc7a)
 

Author SHA1 Message Date
Ryan Dahl dd35637603 Fix assert.js code style 15 years ago
Ryan Dahl 0d7e88a429 Bugfix: libeio race condition 15 years ago
Michaeljohn Clement 3d24e119e0 don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep-Alive (e.g. wget) 15 years ago
Ryan Dahl 64fe9fb85d fix whitespace 15 years ago
Ryan Dahl f91e347eee bump version 15 years ago
Felix Geisendörfer 5de04dafc6 Do not pause request for multipart parsing 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
Ryan Dahl a2d809fe90 bump version 15 years ago
Ryan Dahl a98afdfb2f Revert "Upgrade V8 to 2.0.5" 15 years ago
Ryan Dahl 0981e7f663 Fix test-readdir.js 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
isaacs c2454a0d06 Inadvertently introduced a bug in how single-dot path parts are handled. 15 years ago
isaacs 3b8e47755a Bugfix: require("../foo") 15 years ago
Ryan Dahl bfa36136da require() should throw error if module does. 15 years ago
isaacs 4526308560 Update to fix failing test. Rewrite of the resolveObject function, and some tweaks to format. 15 years ago
isaacs f65b36eec1 Use the new uri parser. 15 years ago
isaacs 4a615ddd9c Add credits, and a "decode" function. 15 years ago
isaacs 2f9722cca0 Pull in the uri.js from Narwhal and create tests, stripping out the cruft from a previous code-surgery. 15 years ago
visionmedia f3b0cefd0b Replaced several Array.prototype.slice.call() calls with Array.prototype.unshift.call() 15 years ago
Joshaven Potter 7873639f55 syntax fixes in src/node.js 15 years ago
Micheil Smith d8e69d31b3 Documentation for the assert module 15 years ago
Ryan Dahl 22d1d3dbf7 Fix kqueue check (broke it in last commit) 15 years ago
Rasmus Andersson 6eb8bbc640 note about why execinfo detection fails on Darwin even though it exists 15 years ago
Ryan Dahl fa667f718c Fix check for epoll_ctl(). Was broken on Linux 15 years ago
Rasmus Andersson 752da03eb0 detect nanosleep on OS X and do not look for functions in libraries we know dows not exist 15 years ago
Rasmus Andersson 87077e03cc fix kqueue feature detection on Mac OS X 10.6 15 years ago
Ryan Dahl 20b945df70 Upgrade V8 to 2.0.5 15 years ago
Ryan McGrath 164ce76e94 Added in API documentation concerning the (seemingly undocumented) process.chdir() method, complementary to process.cwd() 15 years ago
Ryan Dahl 89a3fa93a0 add missing semicolon 15 years ago
Simon Cornelius P. Umacob e801f420d0 Use conf.fatal() instead of fatal() in order to abort the configure script 15 years ago
Ryan Dahl a73227bf28 Upgrade waf to 1.5.10 15 years ago
Ryan Dahl 4ddfd8aa42 Fix posix.statSync() 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
Ryan Dahl a30ac92b0c Remove accidentally committed files. 15 years ago
Ryan Dahl 89df4d1c86 fix typo 15 years ago
Ryan Dahl dbb1a267d7 Fix ARGV[0] weirdness 15 years ago
Johan Dahlberg 9599d2d0e9 Added superCtor to ctor.super_ instead superCtor.prototype. 15 years ago
visionmedia 501b4a54be Export STATUS_CODES 15 years ago
Ryan Dahl 71680f512c Give default encodings for posix.read and posix.write 15 years ago
Ryan Dahl c1baa70fe5 Attach/Detach -> Ref/Unref 15 years ago
Ryan Dahl ee8530e0ee offload method look up to http-parser 15 years ago
Xavier Shay 756544fd28 sys.inspect prints out special chars correctly (\n, \u0001, etc...) 15 years ago
Ryan Dahl c3e0a4bc7c Upgrade http-parser; supports webdav extension methods now 15 years ago
Felix Geisendörfer 876b6d2183 Make process.mixin copy over undefined values 15 years ago
Felix Geisendörfer f080de5380 Two bug fixes for process.mixin 15 years ago
Christopher Lenz f8ba9c3bc9 Add http.Client.prototype.request() 15 years ago
Ryan Dahl c6affb64f9 bump version 15 years ago