2011-11-02 |
Ryan Dahl | Remove separation of libuv tests |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Ben Noordhuis | docs: http: link to relevant net.Socket methods |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Fedor Indutny | ignore undefined messages in the debugger repl |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Ben Noordhuis | test: add ChildProcess.prototype.killed test case |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Maciej Małecki | child_process: in a new `ChildProcess` set `killed... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Ryan Dahl | Add missing copyright headers |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Ben Noordhuis | docs: http: fix docs for the 'close' event |
commit | commitdiff | tree | snapshot |
2011-11-02 |
Ben Noordhuis | Revert "Upgrade V8 to 3.7.1" |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Igor Zinkovsky | fix pummel/test-net-throttle on windows |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Maciej Małecki | doc: fix links |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Igor Zinkovsky | windows: enable pending accepts knob |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Ben Noordhuis | uv: upgrade to 90b0b7d |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Ben Noordhuis | os: rename getNetworkInterfaces() to networkInterfaces() |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Maciej Małecki | node: remove `process.compile` |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Ben Noordhuis | process: fix process.nextTick() error case regression |
commit | commitdiff | tree | snapshot |
2011-11-01 |
koichik | test: fix test/message/undefined_reference_in_new_conte... |
commit | commitdiff | tree | snapshot |
2011-10-31 |
isaacs | doc: Correct blatantly wrong futimes documentation |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Ben Noordhuis | process: optimize process.nextTick() |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Ben Noordhuis | bench: add process.nextTick() benchmark |
commit | commitdiff | tree | snapshot |
2011-10-31 |
koichik | tls, https: add passphrase option |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Ben Noordhuis | docs: tty: remove tty.open() documentation |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Ben Noordhuis | core: fix off-by-one error in node::DLOpen() |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Ben Noordhuis | docs: addons: fix example |
commit | commitdiff | tree | snapshot |
2011-10-30 |
koichik | fix for --harmony_block_scoping |
commit | commitdiff | tree | snapshot |
2011-10-30 |
koichik | docs: fix option's name of cluster.startMaster() |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Ben Noordhuis | uv: upgrade to 70381ce |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Siddharth Mahendraker | events: separate maxListeners and _events |
commit | commitdiff | tree | snapshot |
2011-10-29 |
Igor Zinkovsky | fix pummel/test-child-process-spawn-loop.js on windows |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Upgrade libuv to e4d6509211 |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Export some functions from node.h |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Support native extension loading on Windows |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Make node::DLOpen use uv_dlopen |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Upgrade libuv to 90e15f1110 |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Add common.gypi to gyp output |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Wrap long lines, strip trailing whitespace |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Remove outdated comment |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Bert Belder | Fix v8 build on Windows |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Igor Zinkovsky | fix simple/test-child-process-double-pipe on windows |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Igor Zinkovsky | Revert "remove node_io_watcher" |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Ben Noordhuis | linux: unbreak build if HAVE_MONOTONIC_CLOCK=0 |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Ben Noordhuis | docs: addons: fix NODE_SET_METHOD example |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Zachary Scott | docs: tty: stdin must be initialized before calling... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Ben Noordhuis | docs: fix home page link to API docs |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Ben Noordhuis | zlib: compile without -ansi |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Igor Zinkovsky | remove node_io_watcher |
commit | commitdiff | tree | snapshot |
2011-10-27 |
koichik | docs: add zlib.createXxx() functions |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Ben Noordhuis | v8: implement VirtualMemory class on SunOS |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Ryan Dahl | Upgrade V8 to 3.7.1 |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Tj Holowaychuk | cluster: Add some docs, improve cluster.isWorker() |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Ryan Dahl | node cluster is now a module instead of CLI interface |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Rajlich | Add test cases for #1944. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Rajlich | More bulletproof `util.inspect()` function. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Rajlich | Add test case for #1941. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Rajlich | Don't use `instanceof` in lib/util.js "is" checks. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Ryan Dahl | Return IPv4 addresses before IPv6 addresses from getadd... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Rajlich | Add docs for the type checking functions in `util.js`. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Rajlich | Add test case for the util.js type checking functions. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Nathan Rajlich | Export the type checking functions from `util.js`. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Ryan Dahl | Don't compile in node_dtrace.cc when not supported |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Zachary Scott | docs: update email address |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Zachary Scott | docs: update socket.io url |
commit | commitdiff | tree | snapshot |
2011-10-26 |
koichik | tls: add address(), remoteAddress/remotePort |
commit | commitdiff | tree | snapshot |
2011-10-26 |
koichik | tls: does not emit 'end' from EncryptedStream |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Ben Noordhuis | build: fix sunos gyp build, include platform file |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Ben Noordhuis | sunos: don't use exceptions |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Ben Noordhuis | gyp: support older bash versions |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Ben Noordhuis | uv: upgrade to 0cb2213 |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Igor Zinkovsky | fix test-http-curl-chunk-problem.js and test-pipe-file... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Ben Noordhuis | http: fix gcc 3.x build, don't use always_inline |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Ben Noordhuis | test: spawn process.argv[0], not 'node' |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Nathan Rajlich | Directly export the Stream constructor. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Ryan Dahl | Remove resume and pause events |
commit | commitdiff | tree | snapshot |
2011-10-24 |
isaacs | Close #1929 zlib Respond to 'resume' events properly |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Maciej Małecki | net: `Server.listen`, `Server.close` and `Socket.connec... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
koichik | docs: improvement fs, http and https |
commit | commitdiff | tree | snapshot |
2011-10-22 |
seebees | Lint |
commit | commitdiff | tree | snapshot |
2011-10-22 |
seebees | Documentation update |
commit | commitdiff | tree | snapshot |
2011-10-22 |
seebees | remove auth from host |
commit | commitdiff | tree | snapshot |
2011-10-22 |
seebees | http.request(url.parse(x)) |
commit | commitdiff | tree | snapshot |
2011-10-22 |
seebees | url.resolveObject(url.parse(x), y) == url.parse(url... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
koichik | docs: remove #1914 from Changelog. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Nathan Rajlich | Print out `undefined` on the REPL when returned. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
koichik | docs: fix typo |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ryan Dahl | Now working on v0.5.11 |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ryan Dahl | Bump version to v0.5.10 v0.5.10 |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ben Noordhuis | uv: upgrade to 179f475 |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ben Noordhuis | net: bring back .setNoDelay() and .setKeepAlive() |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ben Noordhuis | uv: upgrade to ec825ff |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ryan Dahl | Merge remote branch 'origin/v0.4' |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Igor Zinkovsky | make simple\test-fs-symlink.js work on windows |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Maciej Małecki | test: #1899 - output in child process raises an exception |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ryan Dahl | getaddrinfo returns ENOTFOUND for invalid domain names |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ryan Dahl | Fix test-eio-race on Windows |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ben Noordhuis | gyp: upgrade to r1081 |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ryan Dahl | Upgrade libuv to 7738306 |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ryan Dahl | Emit 'end' from crypto streams on close |
commit | commitdiff | tree | snapshot |
2011-10-21 |
isaacs | Add useGlobal flag for standard node repl |
commit | commitdiff | tree | snapshot |
2011-10-21 |
isaacs | Revert "Don't use a separate context for the repl." |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Ben Noordhuis | build: fix wscript on solaris |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Igor Zinkovsky | make process.kill a no-op on windows |
commit | commitdiff | tree | snapshot |
next |