Commit Graph

  • f379b77735 Error out when no compiler found Ryan Dahl 2010-01-11 16:43:10 -0800
  • 8e0dad4a27 Update http benchmark script to new url api. Ryan Dahl 2010-01-10 23:00:58 -0800
  • 1b2c57907d Lazy initialize symbols for HTTP. Ryan Dahl 2010-01-10 22:27:48 -0800
  • bba23c0998 Fix issue #44, eof on connect to http. Ben Williamson 2010-01-11 17:06:05 +1100
  • 39ca93549a bump version v0.1.25 Ryan Dahl 2010-01-09 02:11:54 -0800
  • c9e21435c0 Upgrade http-parser Ryan Dahl 2010-01-09 01:52:49 -0800
  • a876df6c71 Initial take on passing FDs between processes David Sklar 2010-01-07 16:50:19 -0500
  • b3349eb33a Documentation for path module changes. isaacs 2010-01-08 12:47:01 -0800
  • 988174a629 Add tests for path module. isaacs 2010-01-08 12:46:50 -0800
  • b21056d63a Rename path.filename() to path.basename() isaacs 2010-01-08 12:46:13 -0800
  • 73266cb486 Added extname function to path module that returns the extension. Benjamin Thomas 2010-01-08 07:03:23 +0000
  • 53413598b6 Fix another problem with the EIO interface Ryan Dahl 2010-01-08 22:18:18 -0800
  • 75e6c39733 Upgrade http-parser Ryan Dahl 2010-01-07 18:36:28 -0800
  • d22952bfe0 getmem for freebsd Vanilla Hsu 2010-01-06 23:37:27 -0800
  • 1b9eaf43f5 Update node-waf version to 1.5.10 - to match tools/wafadmin Ryan Dahl 2010-01-06 17:12:22 -0800
  • 947c577c0d Fix bug in the url module's url_parse method if 'parseQueryString' is true Benjamin Thomas 2010-01-06 03:03:14 +0000
  • b1e126f415 libeio bugfix part 4 Ryan Dahl 2010-01-06 01:47:56 -0800
  • f80cc69c23 libeio bugfix part 3 Ryan Dahl 2010-01-06 10:17:58 +0100
  • 3f39772834 libeio bugfix part 2 Ryan Dahl 2010-01-05 21:09:02 -0800
  • d9085ea0cb Updated docs for multipart errors Felix Geisendörfer 2010-01-05 22:50:00 +0100
  • 7d947f8723 Clean up multipart test case Felix Geisendörfer 2010-01-05 22:44:09 +0100
  • f86c1783b7 Handle bad requests in simplified parser API Felix Geisendörfer 2010-01-05 22:37:51 +0100
  • aa73ed973c Added test case for the simple multipart API Felix Geisendörfer 2010-01-05 22:28:03 +0100
  • d9a81374b2 Throw exception for invalid multipart streams Felix Geisendörfer 2010-01-05 22:22:18 +0100
  • 52f088b966 Providing the option for a repl-printer other than sys.p elliottcable 2010-01-04 23:00:41 -0900
  • 04dd2d51be libeio bugfix: want_poll should be called if breaking on maxreq Ryan Dahl 2010-01-04 23:26:58 -0800
  • 933a37cd28 Upgrade libev to 3.9 Ryan Dahl 2010-01-04 22:52:48 -0800
  • af6c177b91 Upgrade libeio to latest CVS Ryan Dahl 2010-01-04 22:46:32 -0800
  • caf22c8e0a Fixed clearTimeout to check if timer is a Timer Charles Lehner 2010-01-03 19:45:17 -0500
  • a650138ebf Moved help msg to node-repl visionmedia 2010-01-04 08:10:53 -0800
  • 2b3d9e4ad0 Use "url" module instead of "uri" module in http.js. isaacs 2010-01-04 21:07:50 -0800
  • 7ff04c1f86 Add URL and QueryString modules, and tests for each. isaacs 2010-01-03 23:14:12 -0800
  • d6fe7fb4c3 Documentation for path module isaacs 2010-01-03 23:34:46 -0800
  • 7342fecaec Improve path module slightly: isaacs 2010-01-03 23:24:25 -0800
  • fd184ee2fa Rename "Dynamic Property" to "Getter/Setter" in sys.inspect. Tim Caswell 2010-01-03 14:04:35 -0600
  • 6c68a9679b Fix inspect to not trigger dynamic properties Tim Caswell 2010-01-02 18:25:09 -0600
  • 732c6f2036 Fix inspect for the special case of an Object that inherits from Array, but has other properties. Tim Caswell 2009-12-31 11:41:35 -0600
  • 642c2773a7 bump version v0.1.24 Ryan Dahl 2009-12-31 00:30:53 -0800
  • 9553503be5 Bugfix: Don't segfault on unknown http method Ryan Dahl 2009-12-30 22:16:10 -0800
  • d9757520fb Merge branch 'master' into net2 Ryan Dahl 2009-12-30 16:37:36 -0800
  • 8fd46a34d6 Kill -Werror in V8 for GCC 4.4.1 users. Ryan Dahl 2009-10-09 14:21:41 +0200
  • 20eec646b3 [net2] add unix server to ping-pong test Ryan Dahl 2009-12-30 11:51:43 -0800
  • 8d0f756158 [net2] delete unix sockfile on server start and shutdown Ryan Dahl 2009-12-30 11:32:07 -0800
  • a8ede8dd9e [net2] port ping pong test Ryan Dahl 2009-12-30 10:58:46 -0800
  • 0d31e9875f [net2] socket.setNoDelay Ryan Dahl 2009-12-30 10:43:47 -0800
  • de9bfdea8e [net2] toRead() for non-linux (SIOCINQ -> FIONREAD) David Sklar 2009-12-30 10:06:40 -0800
  • 402755b14a Add socket.address() Ryan Dahl 2009-12-30 00:57:55 -0800
  • 2582560f91 [net2] Do hostname lookups in connect and listen Ryan Dahl 2009-12-30 00:53:14 -0800
  • 1beb840fec Back to 64kb stack size - enlarging it was a typo Ryan Dahl 2009-12-30 09:01:28 +0100
  • 8330316014 Fix errors in getaddrinfo Ryan Dahl 2009-12-30 08:53:19 +0100
  • 2c016badc2 'make distclean' should not call 'waf clean' Ryan Dahl 2009-12-30 02:45:15 +0100
  • fd73a3a398 Upgrade V8 to 2.0.5.4 Ryan Dahl 2009-12-30 02:34:22 +0100
  • 07333a4ab0 [net2] Set FD_CLOEXEC on created socket fds. Ryan Dahl 2009-12-28 17:52:26 +0100
  • 48ccbb9afa [net2] lower-case socket.type Ryan Dahl 2009-12-28 17:01:49 +0100
  • 25700e65ee [net2] Better EOF marking, rename events Ryan Dahl 2009-12-28 16:42:48 +0100
  • 153b755936 Change IOWatcher constructor to have no arguments Ryan Dahl 2009-12-28 16:18:03 +0100
  • 6e5abf4551 implement getaddrinfo Ryan Dahl 2009-12-18 14:52:02 +0100
  • 0618f02f6f Implement half-closed streams Ryan Dahl 2009-12-17 09:31:10 +0100
  • 3fce98c853 Add Stream.prototype.connect() and test-net-server.js Ryan Dahl 2009-12-17 08:37:25 +0100
  • b23ed4a98c Rename new streaming code to 'net' Ryan Dahl 2009-12-17 07:39:22 +0100
  • bddd6e9ca3 Implement stream.send() Ryan Dahl 2009-12-16 13:50:28 +0100
  • 1da15d623e Fix buffer bug, implement tcp recv Ryan Dahl 2009-12-16 08:35:09 +0100
  • 0ecd0fa598 IOWatcher callback isn't internal, fix bug in Accept Ryan Dahl 2009-12-15 17:17:45 +0100
  • 469e2648e5 More bindings, beginning tcp server code in js Ryan Dahl 2009-12-15 09:22:36 +0100
  • c819abccb6 Start on net2 Ryan Dahl 2009-12-14 09:42:02 +0100
  • f219938b69 add io watcher Ryan Dahl 2009-12-13 15:43:58 +0100
  • 3377a30fb8 Move cb_persist functions out of dns module Ryan Dahl 2009-12-13 08:58:12 +0100
  • e2569c402f Add some tests to test-buffer.js Ryan Dahl 2009-12-13 08:57:54 +0100
  • 630bb7a012 Rename blob to buffer. Ryan Dahl 2009-12-13 08:42:45 +0100
  • 0afed52329 initial blobs Ryan Dahl 2009-12-13 08:39:20 +0100
  • 359d0170ab Better error message on bad ARGV[1] Ryan Dahl 2009-12-29 20:31:56 +0100
  • 53a841d96a Simplify exception reporting Ryan Dahl 2009-12-29 20:20:51 +0100
  • 0accebe583 Stack trace for asserts shouldn't include assert module Ryan Dahl 2009-12-29 20:14:58 +0100
  • dd35637603 Fix assert.js code style Ryan Dahl 2009-12-29 19:37:40 +0100
  • 0d7e88a429 Bugfix: libeio race condition Ryan Dahl 2009-12-27 22:07:06 +0100
  • 3d24e119e0 don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep-Alive (e.g. wget) Michaeljohn Clement 2009-12-23 15:48:14 -0500
  • 64fe9fb85d fix whitespace Ryan Dahl 2009-12-22 23:11:54 +0100
  • f91e347eee bump version v0.1.23 Ryan Dahl 2009-12-22 20:31:45 +0100
  • 5de04dafc6 Do not pause request for multipart parsing Felix Geisendörfer 2009-12-20 20:27:06 +0100
  • e6c5ac4f73 posix.cat not using call() correctly Jonas Pfenniger 2009-12-22 14:52:40 +0100
  • 120492e5c2 export path.normalizeArray for the uri module Ryan Dahl 2009-12-22 17:50:23 +0100
  • 4dcdfaf929 Fix require("../blah") issues isaacs 2009-12-22 16:24:32 +0100
  • a2d809fe90 bump version v0.1.22 Ryan Dahl 2009-12-19 01:24:59 +0100
  • a98afdfb2f Revert "Upgrade V8 to 2.0.5" Ryan Dahl 2009-12-19 01:04:19 +0100
  • 0981e7f663 Fix test-readdir.js Ryan Dahl 2009-12-19 00:45:01 +0100
  • 0ea2f9e04b Remove two debug statements that are a bit much. isaacs 2009-12-17 14:06:56 -0800
  • 6301f18e62 Bugfix: child modules get wrong id with "index.js" isaacs 2009-12-16 15:18:27 -0800
  • c2454a0d06 Inadvertently introduced a bug in how single-dot path parts are handled. isaacs 2009-12-16 14:15:24 -0800
  • 3b8e47755a Bugfix: require("../foo") isaacs 2009-12-16 13:08:14 -0800
  • bfa36136da require() should throw error if module does. Ryan Dahl 2009-12-18 23:58:04 +0100
  • 4526308560 Update to fix failing test. Rewrite of the resolveObject function, and some tweaks to format. isaacs 2009-12-12 16:29:12 -0800
  • f65b36eec1 Use the new uri parser. isaacs 2009-12-11 15:46:32 -0800
  • 4a615ddd9c Add credits, and a "decode" function. isaacs 2009-12-11 15:46:10 -0800
  • 2f9722cca0 Pull in the uri.js from Narwhal and create tests, stripping out the cruft from a previous code-surgery. isaacs 2009-12-11 15:25:35 -0800
  • f3b0cefd0b Replaced several Array.prototype.slice.call() calls with Array.prototype.unshift.call() visionmedia 2009-12-17 18:27:48 -0800
  • 7873639f55 syntax fixes in src/node.js Joshaven Potter 2009-12-16 17:33:33 -0500
  • d8e69d31b3 Documentation for the assert module Micheil Smith 2009-12-18 16:17:10 +0100
  • 22d1d3dbf7 Fix kqueue check (broke it in last commit) Ryan Dahl 2009-12-18 15:45:53 +0100
  • 6eb8bbc640 note about why execinfo detection fails on Darwin even though it exists Rasmus Andersson 2009-12-15 23:37:49 +0100
  • fa667f718c Fix check for epoll_ctl(). Was broken on Linux Ryan Dahl 2009-12-18 15:36:25 +0100