summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.21Ryan Dahl2009-12-064-5/+22
* sys.inspect is totally more awesome nowXavier Shay2009-12-062-20/+90
* Implement promises entirely in JSRyan Dahl2009-12-065-203/+76
* Refactor node_file.cc to not use Promises.Ryan Dahl2009-12-064-326/+419
* Don't use promises internally in DNS moduleRyan Dahl2009-12-063-30/+116
* Use --jobs=1 with WAFRyan Dahl2009-12-062-9/+9
* Clean up context creationRyan Dahl2009-12-051-9/+6
* upgrade v8 to 2.0.3Ryan Dahl2009-12-0599-1460/+4250
* Bugfix: Don't use chunked encoding for 1.0 requests.Ryan Dahl2009-12-052-3/+49
* Expose versionMajor versionMinor to http messagesRyan Dahl2009-12-052-0/+6
* Dependency free assert module with unit testsKarl Guertin2009-12-054-1084/+287
* CommonJS testing for node.jsFelix Geisendörfer2009-12-0555-302/+1516
* fixed HTTP duplicated header bugMichaeljohn Clement2009-12-052-5/+21
* Add HTTP client TLS supportRhys Jones2009-11-304-13/+145
* fixed check on header type, to check member instead of object.jed2009-11-301-1/+1
* sys.puts should not kill the process when giving it undefinedFriedemann Altrock2009-11-281-3/+3
* 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