summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v0.5.2v0.5.2Ryan Dahl2011-07-226-10/+41
* Upgrade libuv to 2806b0386b266ee7377459b49156a60a15b1dfeaBert Belder2011-07-226-25/+57
* Merge branch 'v0.4'Ryan Dahl2011-07-226-9/+114
|\
| * Now working on v0.4.11Ryan Dahl2011-07-201-2/+2
| * Bump version to v0.4.10v0.4.10Ryan Dahl2011-07-197-38/+65
| * Close #1360 url: Allow _ in hostnames.isaacs2011-07-192-2/+11
| * Properly respond to HEAD during end(body) hot pathReid Burke2011-07-202-0/+62
| * Fix Math.pow crashes on machines without SSE2.Ben Noordhuis2011-07-162-3/+7
| * Doc improvementskoichik2011-07-161-4/+4
| * added information about relative paths in File System moduleWojciech Wnętrzak2011-07-151-0/+3
* | win: fix simple/test-tls-client-abort.jsRyan Dahl2011-07-221-3/+4
* | net_uv: Fix test-net-server-bindRyan Dahl2011-07-221-5/+7
* | Merge branch 'V8-3.4'Ryan Dahl2011-07-21110-919/+4226
|\ \
| * | Upgrade V8 to 3.4.14Ryan Dahl2011-07-21111-920/+4227
* | | net_uv: throw if Server.prototype.close() is called twiceBen Noordhuis2011-07-222-4/+11
* | | test: test pipe API with raw net.Stream() objectBen Noordhuis2011-07-222-0/+86
* | | net_uv: emit 'close' event in Server.prototype.close()Ben Noordhuis2011-07-221-0/+1
* | | net_uv: release uv handle in Socket.prototype.destroy()Ben Noordhuis2011-07-221-0/+1
* | | net_uv: defer handle creation to connect() or bind() timeBen Noordhuis2011-07-221-12/+13
* | | Add tls tests to test-uvRyan Dahl2011-07-211-0/+12
* | | escape backslashes for windows pipe nameRyan Dahl2011-07-211-1/+1
* | | Remove logos from packageRyan Dahl2011-07-211-0/+1
* | | test: make test-http-unix-socket use common.PIPEBen Noordhuis2011-07-211-10/+2
* | | test: add test-net-pingpong to `make test-uv` listBen Noordhuis2011-07-212-9/+3
* | | test: add common.PIPE, pipe name for testsBen Noordhuis2011-07-211-0/+6
* | | Upgrade libuv to 1028a9c6a75fde47b848c09c450fc066249fac1bBert Belder2011-07-216-78/+155
* | | Add tests for process.nextTick bugs on windowsBert Belder2011-07-213-0/+84
* | | http: fix setting ServerResponse.statusCode in writeHeadTrent Mick2011-07-212-0/+67
* | | test: added test/simple/test-fs-watch-file.jsYoshihiro Kikuchi2011-07-211-0/+52
* | | fs: added an argument check in fs.watchFileYoshihiro Kikuchi2011-07-211-0/+4
* | | upgrade libuv to 6e50576Ryan Dahl2011-07-2016-136/+289
* | | uv: back-port c4611a4 from libuvBen Noordhuis2011-07-211-2/+2
* | | uv: upgrade to afc9987Ben Noordhuis2011-07-2112-99/+279
* | | test: beef up checks in test-http-unix-socket.js, add to `make test-uv`Ben Noordhuis2011-07-212-3/+16
* | | net: add bindings to libuv pipe APIBen Noordhuis2011-07-213-26/+53
* | | Close #1357 Load json files with require()isaacs2011-07-202-0/+14
* | | url: throw descriptive error if url argument to parse() is not a stringBen Noordhuis2011-07-212-0/+19
* | | crypto: check for SSL_COMP_get_compression_methods()Ben Noordhuis2011-07-201-3/+8
* | | process.stdout/process.stderr should use net_legacy for nowRyan Dahl2011-07-201-1/+1
* | | Upgrade libuv to ce5eb6dBen Noordhuis2011-07-2013-45/+84
* | | Use ms instead of sec for gc idle timesRyan Dahl2011-07-191-5/+3
* | | Remove toc on logo pageRyan Dahl2011-07-191-16/+0
* | | Close #1360 url: Allow _ in hostnames.isaacs2011-07-192-3/+12
* | | complete upgradeRyan Dahl2011-07-1914-0/+3699
* | | Upgrade libuv to d4563a1Ryan Dahl2011-07-1914-3209/+115
* | | net_uv: properly initialize writeQueueSizeRyan Dahl2011-07-194-3/+4
* | | net_uv: Fix simple/test-http-expect-continue.jsRyan Dahl2011-07-191-0/+6
* | | Finally remove node::EventEmitterRyan Dahl2011-07-1910-153/+10
* | | Remove StatWatcher's dep on C++ EventEmitterRyan Dahl2011-07-193-12/+32
* | | Upgrade libuv to 4eff34da4Ryan Dahl2011-07-187-309/+775