platform/upstream/nodejs.git
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
2012-04-18 Kyle Robinson... readline: _normalWrite() doesn't take a key modifier arg
2012-04-18 isaacstypo in node_http_parser
2012-04-18 Kyle Robinson... readline: change char to ch to avoid reserved word
2012-04-18 Ben Noordhuistest: use the new net.listen(backlog=x) API
2012-04-18 Erik Dubbelboerdoc: improve dns module docs
2012-04-18 Erik Dubbelboerdns: add more error codes
2012-04-18 isaacsFix test/ jslint failures (by not linting tests)
2012-04-18 Erik Dubbelboernet, http: add backlog parameter to .listen()
2012-04-18 isaacsMerge remote-tracking branch 'ry/v0.6'
2012-04-18 isaacsnet.js: lint
2012-04-18 Dane Springmeyerdeps: fix v8 build error
2012-04-18 isaacsMerge remote-tracking branch 'ry/v0.6' into master
2012-04-18 isaacsNow working on 0.7.9
2012-04-18 isaacsMerge branch 'v0.7.8-release'
2012-04-18 isaacs2012.04.18, Version 0.7.8, (unstable) v0.7.8
2012-04-18 isaacstypo in node_http_parser
2012-04-18 isaacsReapply patches floating on V8
2012-04-18 isaacsUpgrade V8 to 3.9.24.9
2012-04-18 isaacsUpgrade npm to 1.1.17
2012-04-18 Josh Wdoc: make readline example filter shorter
2012-04-18 Josh Wdoc: add some headers to make it more legible
2012-04-17 isaacslint
2012-04-17 isaacsuv: Cherry-pick joyent/libuv@3c41597
2012-04-17 isaacstest: Minor change to message/undefined_reference_in_ne...
2012-04-17 Dave PachecoFix 64-bit SmartOS build
2012-04-17 isaacsMerge branch 'domains3'
2012-04-17 isaacsAdd Todo comments about domain-ifying crypto
2012-04-17 isaacsAdd switches to http_simple bench to use domains
2012-04-17 isaacsDomain hooks in ReqWrap<T> and MakeCallback
2012-04-17 isaacsDomain feature
2012-04-17 isaacsMakeCallback: Consistent symbol usage
2012-04-17 isaacsMakeCallback: Use in node_signal_watcher
2012-04-17 isaacsMakeCallback: Use in node_io_watcher
2012-04-17 isaacsMakeCallback: Use in node_crypto
2012-04-17 isaacsMakeCallback: Use in node_file.cc
2012-04-17 isaacsMakeCallback: abort() if not a function
2012-04-17 isaacsMakeCallback: Return the callback return value
2012-04-17 isaacsMakeCallback: Accept Function or Symbol argument
2012-04-17 isaacsReport errors thrown from uncaughtException handers
2012-04-17 Nathan Rajlichtest: lowercase setRawMode() test case filename
2012-04-17 Nathan Rajlichdoc: update the `readline` docs for the "close" event...
2012-04-17 Nathan Rajlichrepl: update the `repl` for the new `readline` behavior
2012-04-17 Nathan Rajlichtest: check for multiple "emit" calls in repl-end-emits...
2012-04-17 Nathan Rajlichreadline: re-add the Interface#close() method; rename...
2012-04-17 Nathan Rajlichdoc: change `in` to `input` in the readline docs
2012-04-17 Kyle Robinson... doc: add require.extensions to globals
2012-04-17 Kyle Robinson... doc: add cache argument to fs.realpath()
2012-04-17 domenicdoc: note that `stream.pause` is advisory
2012-04-16 ssudaFixing ClientRequest setTimeout EventEmitter Leak
2012-04-16 Zachary Scottdocs: fix broken links in zlib docs
2012-04-16 Zachary Scottdocs: url.format uses host for hostname and port, not...
2012-04-16 Zachary Scottdocs: url.host doesn't include auth
2012-04-16 fukayatsutls: remove duplicate line
2012-04-16 Shigeki Ohtsutcp: make getsockname() return address family as string
2012-04-16 Ben Noordhuistest: don't make request until server is listening
2012-04-16 ssudahttp, https: fix .setTimeout()
2012-04-16 lrn@chromium.orgFix bug in x64 RegExp detecting start of string.
2012-04-16 Dave Pachecodisable omit-frame-pointer on solaris systems
2012-04-16 isaacsPatches floating on v8
2012-04-16 Bert BelderUpgrade V8 to 3.6.6.25
2012-04-16 Kyle Robinson... docs: more explicit argument names in fs
2012-04-16 Ben Noordhuisnode: don't check return value of unsetenv()
next