summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for #1085 and #1304koichik2011-07-152-0/+90
* Fixes #1085. The agent end event may call detachSocket() after the socket is ...Stefan Rusu2011-07-151-1/+4
* Fixes #1304. The Connection instance may be destroyed by abort() when process...Stefan Rusu2011-07-151-1/+4
* Adding documentation for 'agent' option in http.request().Kip Gebhardt2011-07-141-0/+4
* Fix Buffer drops last null character in UTF-8koichik2011-07-142-2/+43
* Improvements AssertionError messagekoichik2011-07-142-2/+45
* The Node.JS website should link to whichever ChangeLog will be updated soonest.koichik2011-07-141-1/+1
* Document error in console.timeEndkoichik2011-07-141-1/+1
* added explanation of `exports`AJ ONeal2011-07-141-0/+9
* Doc improvementskoichik2011-07-141-0/+3
* Update faviconRyan Dahl2011-07-111-0/+0
* Fix wallpaper linksRyan Dahl2011-07-111-2/+2
* logo updateRyan Dahl2011-07-1122-44/+169
* Doc improvements. Explained the flags of fs.open().koichik2011-07-091-2/+21
* Doc improvementskoichik2011-07-092-14/+29
* docs for chown/chmodisaacs2011-07-081-0/+45
* Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client.Ben Noordhuis2011-07-072-6/+3
* Bring back execScriptRyan Dahl2011-07-064-2/+81
* fix an broken question.Yoshihiro Kikuchi2011-07-061-1/+1
* Typo: stout -> stdoutAlex Xu2011-07-051-1/+1
* Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients.Ben Noordhuis2011-07-051-30/+142
* Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis2011-07-051-2/+5
* Clean up temporary file on exit.Ben Noordhuis2011-07-051-3/+10
* Fix a misnamed argument; multicastAddress -> multicastInterface. Closes #1237.Joe Shaw2011-07-041-2/+2
* Fixed a typo in a comment: "realpatch" -> "realpath"Jörn Horstmann2011-07-041-1/+1
* Adding missing v8 namespace to NODE_PSYMBOLMariano Iglesias2011-07-041-1/+1
* Fix issue 915 (Failed to find kqueue on FreeBSD) with the relevant portion of...Brett Kiefer2011-07-041-6/+11
* Fix doctool uses RegExp object as a Functionkoichik2011-07-031-5/+5
* Remove duplicate section in modules.markdownkoichik2011-07-031-15/+0
* Fixes #877. Don't wait for socket pool to establish connections.Ryan Dahl2011-07-012-11/+50
* Revert "debugger: don't allow users to input non-valid commands"Ryan Dahl2011-07-011-9/+9
* tiny fixes in tty_posix.jsYoshihiro KIKUCHI2011-07-011-3/+3
* Now working on v0.4.10Ryan Dahl2011-06-291-2/+2
* Bump to v0.4.9v0.4.9Ryan Dahl2011-06-294-7/+41
* Merge branch 'v8-3.1' into v0.4Ryan Dahl2011-06-2922-56/+252
|\
| * Upgrade V8 to 3.1.8.25Ryan Dahl2011-06-2922-56/+252
* | Fix -e/--eval can't load module from node_moduleskoichik2011-06-202-1/+41
* | Fixes #1187. Support multiple 'link' headersRyan Dahl2011-06-201-0/+1
* | Fixes #1203. Add missing scope.Close to fs.sendfileSyncRyan Dahl2011-06-201-1/+1
* | Cleanup crypto verify to not print unnecessary errorsMark Cavage2011-06-151-10/+4
* | Closes #1177 remove one node_modules optimizationMathias Buus2011-06-143-36/+2
* | Support for signature verification with RSA/DSA public keysMark Cavage2011-06-145-25/+98
* | Documenting `require.main`, fixing #997Trevor Burnham2011-06-131-0/+15
* | Massage util.inherits for perf increaseRyan Dahl2011-06-111-1/+6