platform/upstream/nodejs.git
2012-05-14 Andreas Madsendoc: move child.send details from child_process.fork...
2012-05-14 rsolomonet: make isIP() return 0 on empty input
2012-05-12 Nathan Rajlichbuffer: make SlowBuffer inherit from Buffer
2012-05-11 isaacsFix #3058 querystring: Fix incorrect handling of empty...
2012-05-11 Ben Noordhuistest: add failing dgram refcount test
2012-05-10 Ben Noordhuischild_process: make copy of options arg
2012-05-10 Ben Noordhuisutil: make _extend() more robust
2012-05-09 isaacsFix #3242 Actually deprecate 'binary' buffer encoding
2012-05-09 Alex Kocharinutil: handle non-string return value in .inspect()
2012-05-09 Ben Noordhuisstream_wrap: fix compilation errors
2012-05-09 Bert BelderNet.js: fix UCS2 write crash due to inconsistent naming
2012-05-09 Bert Belderstream_wrap.cc: fix typo
2012-05-09 Bert Beldernet.js: make Socket.bytesWritten work again
2012-05-09 Bert BelderStreamWrap::WriteBuffer: remove superfluous arguments
2012-05-09 Bert BelderOptimize writing strings with Socket.write
2012-05-09 Bert BelderBenchmark: add /unicode/nnn bench to http_simple.js
2012-05-09 Bert BelderBenchmark: clean up http_simple.js
2012-05-09 Bert Beldernet.js: don't pretend that everything is okay when...
2012-05-09 yangguo@chromium.orgForce inlining CopyChars and String::Get.
2012-05-08 Ben NoordhuisDon't use _snprintf() on Windows, it's not safe.
2012-05-07 Kevin Gadddocs: add warning to vm module docs
2012-05-06 James Kovaldocs: update var names in readline docs to be consistent
2012-05-06 isaacsUpgrade npm to 1.1.21
2012-05-06 isaacsDocument http.STATUS_CODES
2012-05-05 isaacsMore cluster event consistency
2012-05-05 isaacsMove test-fs-largefile into pummel
2012-05-05 Javier Hernándezbuild: print error message if no compiler found
2012-05-05 koichikdoc: fix setEncoding()
2012-05-05 koichikstring_decoder: added support for UTF-16LE
2012-05-05 Mark CavageAdd HTTP Status codes from RFC 6585
2012-05-05 koichikstring_decoder: add support for CESU-8
2012-05-05 isaacstest: No need for weak in 'make test'
2012-05-05 J. Lee Coltranecluster: worker exit event to match child_process
2012-05-05 isaacsMerge branch 'v0.6-merge'
2012-05-05 isaacsFix incorrect merge choices
2012-05-04 Brian Schroedernet: signal localAddress bind failure in connect
2012-05-04 Marcel Laverdetnode: un-revert 9a6012e
2012-05-04 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-04 isaacshttp: Clean up parser usage
2012-05-04 isaacsClean up gc tests
2012-05-04 isaacshttp: .once() usage in setTimeout
2012-05-04 isaacsTests for memory leaks
2012-05-04 isaacshttp leak: Null links from parser to req/res
2012-05-04 vvoFix #3179 HTTP memory leak using ClientRequest.
2012-05-04 isaacshttp client: Destroy on timeout
2012-05-04 isaacshttp: Remove socket ondata/onend in parser cleanup
2012-05-04 isaacsNull references to request object on socket errors.
2012-05-04 isaacsNow working on 0.6.18
2012-05-04 isaacsMerge branch 'v0.6.17-release' into v0.6
2012-05-04 isaacs2012.05.04 Version 0.6.17 (stable) v0.6.17
2012-05-04 isaacstest: Run weak install with --unsafe-perm
2012-05-04 isaacsUpgrade npm to 1.1.21
2012-05-04 isaacsUpgrade uv to 936795a2c
2012-05-04 isaacsUpdate Authors
2012-05-04 isaacsMerge branch 'http-memleak' into v0.6
2012-05-04 isaacshttp: Clean up parser usage
2012-05-04 isaacsClean up gc tests
2012-05-04 ANDO Takahirodoc: fix callback argument of child_process.exec, execFile
2012-05-03 isaacshttp: .once() usage in setTimeout
2012-05-03 isaacsTests for memory leaks
2012-05-03 isaacshttp leak: Null links from parser to req/res
2012-05-03 koichikbuffer: add UTF-16LE encoding name.
2012-05-03 vvoFix #3179 HTTP memory leak using ClientRequest.
2012-05-03 Ben Noordhuisaddon: add AtExit() function
2012-05-03 Igor Zinkovsky64bit offsets for fs calls
2012-05-03 Ben Noordhuisfs: fix file descriptor leak in sync functions
2012-05-02 Ben Noordhuisfs: fix file descriptor leak in sync functions
2012-05-02 Ben Noordhuisfs: fix ReadStream / WriteStream double close bug
2012-05-02 Ben NoordhuisRevert "v8: fix "pure virtual method called" runtime...
2012-05-02 isaacshttp client: Destroy on timeout
2012-05-02 Ben Noordhuistcp, udp: share sockaddr-to-object function
2012-05-02 Fedor Indutnydebugger: support mirroring Date objects
2012-05-02 Yoshihiro Kikuchitest: add a child domain explicitly
2012-05-01 isaacsReturn after emitting error in tty.js
2012-05-01 isaacshttp: Remove socket ondata/onend in parser cleanup
2012-05-01 isaacsNull references to request object on socket errors.
2012-05-01 Nathan Rajlichprocess: ensure that "exit" doesn't get emitted twice...
2012-05-01 isaacsNow working on 0.6.17
2012-05-01 Fedor Indutnyvm: accept only object as arg of .createContext()
2012-05-01 Yi, EungJunpath: add path.sep to get the path separator.
2012-05-01 Kyle Robinson... doc: correct return value of string-based fs.readSync
2012-05-01 Ben Noordhuisudp: slightly optimize address family property
2012-05-01 Ben Noordhuisudp: make variable names consistent
2012-05-01 Shigeki Ohtsuudp: make getsockname() return address family name
2012-05-01 Nathan Rajlichtty: emit "error" instead of throwing when getWindowSiz...
2012-05-01 Garen Torikiandoc: add Cloud9 links to docs
2012-05-01 Kyle Robinson... doc: add args to console methods
2012-05-01 Kyle Robinson... doc: typo fixes
2012-04-30 Nathan Rajlichtty: throw an Error when getWindowSize() fails
2012-04-30 Michael Thomastest: rebuild keys without asking for password
2012-04-30 Ben Noordhuisdeps: remove libuv sanity check
2012-04-30 Ben Noordhuisdeps: back-port openssl patch
2012-04-30 isaacsMerge branch 'v0.6.16-release' into v0.6
2012-04-30 isaacs2012.04.30 Version 0.6.16 (stable) v0.6.16
2012-04-30 isaacsFix #3194 correct url documentation
2012-04-30 isaacsIndentation fix
2012-04-30 isaacsUpgrade npm to 1.1.18
2012-04-30 Nathan Rajlichprocess: ensure that the "exit" event always has "code...
2012-04-29 Maciej Małeckiconsole: throw when no such label exists in `console...
2012-04-28 Bert Belderprocess_wrap: don't use uv_spawn2
next