summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade V8 to 3.7.1"Ben Noordhuis2011-11-02224-13984/+6958
* fix pummel/test-net-throttle on windowsIgor Zinkovsky2011-11-011-1/+4
* doc: fix linksMaciej Małecki2011-11-0111-32/+32
* windows: enable pending accepts knobIgor Zinkovsky2011-11-013-0/+48
* uv: upgrade to 90b0b7dBen Noordhuis2011-11-019-33/+158
* os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis2011-11-013-3/+13
* node: remove `process.compile`Maciej Małecki2011-11-011-40/+0
* process: fix process.nextTick() error case regressionBen Noordhuis2011-11-012-0/+26
* test: fix test/message/undefined_reference_in_new_context.jskoichik2011-11-011-1/+1
* doc: Correct blatantly wrong futimes documentationisaacs2011-10-311-5/+5
* process: optimize process.nextTick()Ben Noordhuis2011-10-311-7/+5
* bench: add process.nextTick() benchmarkBen Noordhuis2011-10-311-0/+17
* tls, https: add passphrase optionkoichik2011-10-319-4/+135
* docs: tty: remove tty.open() documentationBen Noordhuis2011-10-301-10/+0
* core: fix off-by-one error in node::DLOpen()Ben Noordhuis2011-10-301-1/+1
* docs: addons: fix exampleBen Noordhuis2011-10-301-0/+1
* fix for --harmony_block_scopingkoichik2011-10-313-3/+3
* docs: fix option's name of cluster.startMaster()koichik2011-10-301-1/+1
* uv: upgrade to 70381ceBen Noordhuis2011-10-303-7/+30
* events: separate maxListeners and _eventsSiddharth Mahendraker2011-10-302-3/+44
* fix pummel/test-child-process-spawn-loop.js on windowsIgor Zinkovsky2011-10-281-1/+4
* Upgrade libuv to e4d6509211Bert Belder2011-10-291-0/+1
* Export some functions from node.hBert Belder2011-10-291-10/+10
* Support native extension loading on WindowsBert Belder2011-10-292-8/+35
* Make node::DLOpen use uv_dlopenBert Belder2011-10-291-44/+53
* Upgrade libuv to 90e15f1110Bert Belder2011-10-2921-205/+697
* Add common.gypi to gyp outputBert Belder2011-10-291-0/+2
* Wrap long lines, strip trailing whitespaceBert Belder2011-10-292-6/+12
* Remove outdated commentBert Belder2011-10-291-1/+0
* Fix v8 build on WindowsBert Belder2011-10-291-1/+0
* fix simple/test-child-process-double-pipe on windowsIgor Zinkovsky2011-10-281-3/+4
* Revert "remove node_io_watcher"Igor Zinkovsky2011-10-285-0/+244
* linux: unbreak build if HAVE_MONOTONIC_CLOCK=0Ben Noordhuis2011-10-282-19/+4
* docs: addons: fix NODE_SET_METHOD exampleBen Noordhuis2011-10-281-4/+4
* docs: tty: stdin must be initialized before calling setRawModeZachary Scott2011-10-281-1/+1
* docs: fix home page link to API docsBen Noordhuis2011-10-281-1/+1
* zlib: compile without -ansiBen Noordhuis2011-10-281-0/+1
* remove node_io_watcherIgor Zinkovsky2011-10-275-244/+0
* docs: add zlib.createXxx() functionskoichik2011-10-271-0/+29
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-271-15/+126
* Upgrade V8 to 3.7.1Ryan Dahl2011-10-27226-7084/+14000
* cluster: Add some docs, improve cluster.isWorker()Tj Holowaychuk2011-10-262-27/+53
* node cluster is now a module instead of CLI interfaceRyan Dahl2011-10-264-22/+50
* Add test cases for #1944.Nathan Rajlich2011-10-271-0/+13
* More bulletproof `util.inspect()` function.Nathan Rajlich2011-10-271-5/+5
* Add test case for #1941.Nathan Rajlich2011-10-273-5/+9
* Don't use `instanceof` in lib/util.js "is" checks.Nathan Rajlich2011-10-271-9/+7
* Return IPv4 addresses before IPv6 addresses from getaddrinfoRyan Dahl2011-10-261-6/+27
* Add docs for the type checking functions in `util.js`.Nathan Rajlich2011-10-271-0/+56
* Add test case for the util.js type checking functions.Nathan Rajlich2011-10-271-0/+67