summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-04Bump version to v0.6.0v0.6.0Ryan Dahl5-11/+70
2011-11-05docs: fix typokoichik1-2/+2
2011-11-05uv: upgrade to c468e2aBen Noordhuis2-12/+14
2011-11-04fix test-module-loading on windowsIgor Zinkovsky1-2/+2
2011-11-04update fs_event_wrap.cc to work with new uv_fs_event_init apiIgor Zinkovsky1-1/+1
2011-11-04make updates to work with latest libuv api changesIgor Zinkovsky1-11/+5
2011-11-05Upgrade libuv to 1997e10b50Bert Belder13-34/+70
2011-11-04docs: make std*Stream spawn opts explicitly internalRyan Dahl1-6/+11
2011-11-04docs: fix some minor typos in the fs documentationJacob H.C. Kragh1-5/+5
2011-11-04bench: add http_simple cluster edition benchmarkBen Noordhuis1-0/+8
2011-11-04cluster: add example for message passingRyan Dahl1-0/+38
2011-11-04upgrade libuv to 82cf0b38c0Igor Zinkovsky5-6/+100
2011-11-04cluster: Remove eachWorker, workerCountRyan Dahl2-22/+1
2011-11-04new cluster apiRyan Dahl4-68/+95
2011-11-04docs: fix typo in the documented fchown signatureJacob H.C. Kragh1-2/+2
2011-11-04Close #1930 Convenience methods for zlibMatt Robenolt3-2/+176
2011-11-04fix debugger-repl testFedor Indutny1-2/+2
2011-11-04debugger: do not request `continue` on connectionFedor Indutny3-28/+20
2011-11-04Implement process._debugProcessBert Belder3-32/+199
2011-11-04Make error reporting from node::DLOpen more consistentBert Belder1-10/+15
2011-11-04Windows: ErrnoException shouldn't mix up crt and win32 errorsBert Belder2-233/+43
2011-11-04Fix line endings and trailing whitespaceBert Belder10-39/+39
2011-11-04url: add '.' '+' and '-' in url protocolJordan Sissel2-1/+77
2011-11-04fs: don't use octal values, not allowed in strict modeBen Noordhuis1-6/+12
2011-11-04test: fix simple/net-pipe-connect-errorsBen Noordhuis1-1/+1
2011-11-03Upgrade libuv to 9c7ed0dRyan Dahl13-12/+86
2011-11-03report debugger's test errorsFedor Indutny1-1/+6
2011-11-03stdout and stderr are blocking when referring to regular filesRyan Dahl3-2/+73
2011-11-03Socket.write should reset timeout timer.Ryan Dahl2-0/+68
2011-11-03net: implement Server.prototype.address() for pipesBen Noordhuis2-2/+48
2011-11-03test error codes related to pipesMaciej Małecki1-0/+83
2011-11-03Remove -Werror from V8 buildRyan Dahl1-2/+1
2011-11-03Downgrade V8 to 3.6.4Ryan Dahl307-32350/+17100
2011-11-03docs: make fs.mkdir()'s mode argument an option.koichik1-3/+3
2011-11-03fs: make mkdir() default to 0777 permissionsBen Noordhuis1-2/+2
2011-11-03uv: upgrade to 0fb3769Ben Noordhuis4-1/+38
2011-11-03v8: fix freebsd build, implement VirtualMemory classBen Noordhuis1-13/+95
2011-11-02fix process.uptime() on windowsIgor Zinkovsky1-1/+1
2011-11-02process.kill to use uv_killIgor Zinkovsky4-34/+38
2011-11-03http: emit Error object after .abort()Ben Noordhuis2-3/+46
2011-11-02upgrade libuv to e1bee05ecdbffbe9de37830530ad2ae2f1fb41c8Igor Zinkovsky14-39/+156
2011-11-02Remove separation of libuv testsRyan Dahl110-332/+112
2011-11-03docs: http: link to relevant net.Socket methodsBen Noordhuis1-3/+6
2011-11-02ignore undefined messages in the debugger replFedor Indutny3-4/+7
2011-11-02test: add ChildProcess.prototype.killed test caseBen Noordhuis1-0/+2
2011-11-02child_process: in a new `ChildProcess` set `killed` to falseMaciej Małecki1-0/+1
2011-11-02Add missing copyright headersRyan Dahl15-0/+315
2011-11-02docs: http: fix docs for the 'close' eventBen Noordhuis1-11/+2
2011-11-02Revert "Upgrade V8 to 3.7.1"Ben Noordhuis224-13984/+6958
2011-11-01fix pummel/test-net-throttle on windowsIgor Zinkovsky1-1/+4