summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-01doc: fix linksMaciej Małecki11-32/+32
2011-11-01windows: enable pending accepts knobIgor Zinkovsky3-0/+48
2011-11-01uv: upgrade to 90b0b7dBen Noordhuis9-33/+158
2011-11-01os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis3-3/+13
2011-11-01node: remove `process.compile`Maciej Małecki1-40/+0
2011-11-01process: fix process.nextTick() error case regressionBen Noordhuis2-0/+26
2011-11-01test: fix test/message/undefined_reference_in_new_context.jskoichik1-1/+1
2011-10-31doc: Correct blatantly wrong futimes documentationisaacs1-5/+5
2011-10-31process: optimize process.nextTick()Ben Noordhuis1-7/+5
2011-10-31bench: add process.nextTick() benchmarkBen Noordhuis1-0/+17
2011-10-31tls, https: add passphrase optionkoichik9-4/+135
2011-10-30docs: tty: remove tty.open() documentationBen Noordhuis1-10/+0
2011-10-30core: fix off-by-one error in node::DLOpen()Ben Noordhuis1-1/+1
2011-10-30docs: addons: fix exampleBen Noordhuis1-0/+1
2011-10-31fix for --harmony_block_scopingkoichik3-3/+3
2011-10-30docs: fix option's name of cluster.startMaster()koichik1-1/+1
2011-10-30uv: upgrade to 70381ceBen Noordhuis3-7/+30
2011-10-30events: separate maxListeners and _eventsSiddharth Mahendraker2-3/+44
2011-10-28fix pummel/test-child-process-spawn-loop.js on windowsIgor Zinkovsky1-1/+4
2011-10-29Upgrade libuv to e4d6509211Bert Belder1-0/+1
2011-10-29Export some functions from node.hBert Belder1-10/+10
2011-10-29Support native extension loading on WindowsBert Belder2-8/+35
2011-10-29Make node::DLOpen use uv_dlopenBert Belder1-44/+53
2011-10-29Upgrade libuv to 90e15f1110Bert Belder21-205/+697
2011-10-29Add common.gypi to gyp outputBert Belder1-0/+2
2011-10-29Wrap long lines, strip trailing whitespaceBert Belder2-6/+12
2011-10-29Remove outdated commentBert Belder1-1/+0
2011-10-29Fix v8 build on WindowsBert Belder1-1/+0
2011-10-28fix simple/test-child-process-double-pipe on windowsIgor Zinkovsky1-3/+4
2011-10-28Revert "remove node_io_watcher"Igor Zinkovsky5-0/+244
2011-10-28linux: unbreak build if HAVE_MONOTONIC_CLOCK=0Ben Noordhuis2-19/+4
2011-10-28docs: addons: fix NODE_SET_METHOD exampleBen Noordhuis1-4/+4
2011-10-28docs: tty: stdin must be initialized before calling setRawModeZachary Scott1-1/+1
2011-10-28docs: fix home page link to API docsBen Noordhuis1-1/+1
2011-10-28zlib: compile without -ansiBen Noordhuis1-0/+1
2011-10-27remove node_io_watcherIgor Zinkovsky5-244/+0
2011-10-27docs: add zlib.createXxx() functionskoichik1-0/+29
2011-10-27v8: implement VirtualMemory class on SunOSBen Noordhuis1-15/+126
2011-10-27Upgrade V8 to 3.7.1Ryan Dahl226-7084/+14000
2011-10-26cluster: Add some docs, improve cluster.isWorker()Tj Holowaychuk2-27/+53
2011-10-26node cluster is now a module instead of CLI interfaceRyan Dahl4-22/+50
2011-10-27Add test cases for #1944.Nathan Rajlich1-0/+13