platform/upstream/nodejs.git
2012-05-05 isaacsFix incorrect merge choices
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
2012-04-28 Bert Belderuv: upgrade to e2cae340a6
2012-04-28 Bert BelderMerge branch 'v0.6'
2012-04-28 ssudaprocess: don't use strdup()
2012-04-28 Bert Belderprocess_wrap: avoid leaking memory when throwing due...
2012-04-28 Andreas Madsendoc: document the address object in the cluster listeni...
2012-04-27 Ben Noordhuisbench: add continuous stress test
2012-04-27 Bert BelderChild process: support the `gid` and `uid` options
2012-04-27 Bert BelderWindows: turn off /Gm
2012-04-27 Bert Belderuv: upgrade to d41cc9118d
2012-04-27 Bert Belderuv: upgrade to aea5db5da1
2012-04-27 Ben Noordhuisbench: run GC and dump stats if --expose-gc is set
2012-04-27 Marcel LaverdetCleanup vm module memory leakage
2012-04-27 isaacsAdd customary 'fork me on github' banner to website
2012-04-26 Nathan Rajlichrepl: make tab completion read up the prototype of...
2012-04-26 Nathan Rajlichprocess: lint
2012-04-25 Ben NoordhuisRemove unused local variable.
2012-04-24 Kyle Robinson... doc: update string_decoder stability index to 3
2012-04-24 Nathan Rajlichprocess: comment for consistency
2012-04-24 Nathan Rajlichprocess: set _print_eval even when --eval is not passed
2012-04-24 Nathan Rajlichprocess: make --eval and reading scripts from stdin...
2012-04-24 Kyle Robinson... doc: util: add args to format and methods error, puts...
2012-04-24 Ben Noordhuisv8: posix: try to send() whole buffer
2012-04-24 Ben Noordhuisv8: posix: handle EINTR in socket functions
2012-04-24 Ben Noordhuisv8: debug: fix error handling in SendConnectMessage()
2012-04-23 Kyle Robinson... doc: add deprecated function http.createClient()
2012-04-23 Ben Noordhuistest: cluster: add worker death event test
2012-04-22 Malte-Thorben... build: support make install "DESTDIR=/path"
2012-04-21 Nathan Rajlichrepl: use Object.getPrototypeOf on functions for tab...
2012-04-21 isaacsdomain: Document explicit binding, and d.run()
2012-04-21 Kyle Robinson... doc: add args for rl.write and rl.prompt
2012-04-21 Kyle Robinson... readline: remove unused vars in _ttyWrite
2012-04-20 isaacsdoc: typo in child_process documentation
2012-04-20 isaacsdoc: typo in cluster documentation
2012-04-20 Kyle Robinson... doc: add string_decoder doc
2012-04-20 Brian Whitedocs: Remove duplicate socket.write() description
2012-04-19 Ben Noordhuisv8: fix "pure virtual method called" runtime error
next