summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.17Ryan Dahl2009-11-074-5/+15
* Bug fix for test-remote-module-loading.jsFelix Geisendörfer2009-11-071-1/+1
* Use '127.0.0.1' instead of 'localhost' for keep-alive testRyan Dahl2009-11-071-1/+1
* Fix ev_unref error in signal handlerRyan Dahl2009-11-071-1/+1
* deprecation error for process.inherits()Ryan Dahl2009-11-071-0/+5
* Output stderr from test-remote-module-loading.jsRyan Dahl2009-11-071-3/+3
* Create require.main, remove process.cat()Ryan Dahl2009-11-071-22/+21
* API: rename process.inherits to sys.inheritsRyan Dahl2009-11-074-28/+30
* Combine all compiled javascript files into src/node.jsRyan Dahl2009-11-076-193/+183
* Add test to ensure the server can handle keep-aliveRyan Dahl2009-11-061-0/+61
* Fix http_simple server for new APIRyan Dahl2009-11-061-4/+6
* Revert "Upgrade http parser, change node as needed."Ryan Dahl2009-11-0613-3158/+2980
* Expose http.IncomingMessage and http.OutgoingMessageRyan Dahl2009-11-051-0/+2
* Fix regexp in file extension checkingRyan Dahl2009-11-041-1/+1
* Expose http.ClientRequest and http.ServerResponseRyan Dahl2009-11-041-0/+2
* Remove unreachable linesRyan Dahl2009-11-041-3/+0
* Fix google-analytics on index.htmlRyan Dahl2009-11-041-3/+1
* Added process.chdir()Brandon Beacher2009-11-032-0/+28
* bump versionv0.1.16Ryan Dahl2009-11-034-5/+31
* Move memoryUsage() into C on LinuxRyan Dahl2009-11-033-75/+112
* Add sys.memoryUsage()Ryan Dahl2009-11-034-0/+110
* Add process.platformRyan Dahl2009-11-033-2/+15
* Add requires to google example in docs.Ryan Dahl2009-11-021-5/+7
* The return of relative module loadingFelix Geisendörfer2009-11-022-1/+7
* The return of absolute Module loadingFelix Geisendörfer2009-11-022-26/+26
* Add mediacoder's logo to websiteRyan Dahl2009-11-023-1/+5
* The return of remote module loadingFelix Geisendörfer2009-11-013-19/+62
* require.paths aliased as process.pathRyan Dahl2009-11-011-7/+6
* Update webpage with new module apiRyan Dahl2009-10-311-1/+1
* Upgrade benchmark scripts for new module APIRyan Dahl2009-10-314-10/+13
* Update deprecation errors.Ryan Dahl2009-10-311-21/+37
* Don't call process.exit() on missing module.Ryan Dahl2009-10-311-5/+0
* module.name renamed to module.id for commonjs compatRyan Dahl2009-10-312-29/+29
* Fix search-replace errors in api.txtRyan Dahl2009-10-311-11/+11
* Module refactor - almost CommonJS compatible nowRyan Dahl2009-10-3150-387/+473
* forgot to add lib/dns.js in c53672Ryan Dahl2009-10-311-0/+3
* A few more node->process changesRyan Dahl2009-10-306-21/+18
* Namespace EVERYTHING under process; introduce GLOBALRyan Dahl2009-10-2955-343/+339
* Upgrade v8 to 1.3.18Ryan Dahl2009-10-2954-1370/+1022
* The return of Promise.cancel() with some additional tests & docsFelix Geisendörfer2009-10-293-1/+98
* Clean up posix module docsRyan Dahl2009-10-291-8/+10
* Move node.dns.* into /dns.jsRyan Dahl2009-10-282-15/+21
* node.fs.* moved into "/posix.js"Ryan Dahl2009-10-2812-80/+88
* fix error from v8 upgradeRyan Dahl2009-10-281-1/+1
* Upgrade v8 to 1.3.17Ryan Dahl2009-10-28136-2021/+9070
* DRY up the open, write, read, and close methods on the File prototype.Tim Caswell2009-10-281-20/+8
* bump versionv0.1.15Ryan Dahl2009-10-284-4/+23
* Revert "Change HTTP back to a 1.1 client."Ryan Dahl2009-10-281-1/+1
* Only allow a promise to fire once, remove promise.cancel()Ryan Dahl2009-10-285-66/+9
* Use full path to link to libv8.a and libudns.aRyan Dahl2009-10-281-13/+8