summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.20Ryan Dahl2009-11-284-4/+15
* Add V8 heap info to process.memoryUsage()Ryan Dahl2009-11-282-1/+20
* Add gnutls version to configure scriptRyan Dahl2009-11-281-0/+1
* Stat::Callback has 2 arguments for callback: current stat info and previous s...choonkeat2009-11-287-78/+105
* bump versionv0.1.19Ryan Dahl2009-11-284-5/+32
* Fix v8 SConstruct for freebsdRyan Dahl2009-11-281-1/+1
* Documented repl.scope for explicitly exposing variables within the repl.simonw2009-11-271-2/+7
* Upgrade v8 to 2.0.2Ryan Dahl2009-11-2728-41/+553
* Add process.loop() process.unloop()!!!Ryan Dahl2009-11-232-34/+30
* detect ccache and bail out since v8 doens't like to build with ccacheJan Lehnardt2009-11-221-0/+7
* add process.umask()Friedemann Altrock2009-11-223-1/+25
* Promises should not be able to be canceled more than once.Friedemann Altrock2009-11-222-0/+15
* Reduce multipart memory footprintFelix Geisendörfer2009-11-222-0/+2
* Initial TLS supportRhys Jones2009-11-2210-12/+743
* Fix memory leak on fs.write()Ryan Dahl2009-11-221-0/+4
* Upgrade http_parser (fixes bug reported by Felix)Ryan Dahl2009-11-214-61/+97
* Multipart improvementsFelix Geisendörfer2009-11-213-4/+22
* Remove debug messageRyan Dahl2009-11-211-1/+0
* New http-parserRyan Dahl2009-11-2112-6904/+2135
* Revert "Normalize HTTP headers."Ryan Dahl2009-11-211-3/+6
* fixes lib/file.js write, it doesnt allways emit errors or successOnne2009-11-191-0/+2
* Only detach timers when active.Ryan Dahl2009-11-191-2/+4
* Speed up test-wait-ordering.jsRyan Dahl2009-11-181-6/+7
* Upgrade v8 to 2.0Ryan Dahl2009-11-18212-5942/+11235
* Fix default value for persistent in watchFile()Ryan Dahl2009-11-171-2/+1
* Add options to process.watchFile()Ryan Dahl2009-11-173-4/+29
* bump versionv0.1.18Ryan Dahl2009-11-174-8/+33
* Test runner should only run test-*.jsRyan Dahl2009-11-171-1/+1
* Fix stat handler test for macintoshRyan Dahl2009-11-171-6/+8
* add link to slides on web pageRyan Dahl2009-11-171-0/+4
* Add process.watchFile() process.unwatchFile()Ryan Dahl2009-11-177-0/+202
* Upgrade libev to latest CVSRyan Dahl2009-11-1725-41370/+669
* Format JSON for inspecting objectsFelix Geisendörfer2009-11-161-1/+1
* Add doc for uncaughtExceptionRyan Dahl2009-11-151-3/+10
* Implement process "uncaughtException" eventFelix Geisendörfer2009-11-143-3/+69
* Add EventEmitter.removeListenerfwg2009-11-132-0/+14
* Supply the strerror as a second arg to the tcp.Connection close eventJohan Sørensen2009-11-131-3/+5
* Remove debug messageRyan Dahl2009-11-121-1/+0
* Bugfix, Promise.timeout() blocked the event loopFelix Geisendörfer2009-11-121-1/+7
* Bugfix for sendBody() and chunked utf8 stringsFelix Geisendörfer2009-11-112-1/+23
* Temporary function to determine str byte lengthFelix Geisendörfer2009-11-112-0/+24
* Proper deprecation message for process.inheritsFelix Geisendörfer2009-11-111-2/+3
* Add 'drain' event to tcp.ConnectionRyan Dahl2009-11-105-0/+20
* 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