platform/upstream/nodejs.git
2013-12-31 Fedor Indutnycluster: report more errors to workers
2013-12-30 Fedor Indutnydeps: update gyp to 828ce09
2013-12-30 Dav Glassdoc: Fix missing backtick in debugger doc
2013-12-28 Lev Gimelfarbbuild: add settings for VS 2013 to vcbuild.bat
2013-12-26 isaacsnpm: Upgrade to v1.3.22
2013-12-20 T.C. Hollingsworthbuild: install common.gypi along with headers
2013-12-19 Timothy J Fontaineblog: Post for v0.10.24
2013-12-19 Timothy J FontaineNow working on 0.10.25
2013-12-19 Timothy J FontaineMerge branch 'v0.10.24-release' into v0.10
2013-12-18 Timothy J Fontaine2013.12.18, Version 0.10.24 (Stable) v0.10.24
2013-12-18 Timothy J Fontaineuv: Upgrade to v0.10.21
2013-12-18 Ben Noordhuiscluster, v8: fix --logfile=%p.log
2013-12-18 Timothy J Fontainebuild: unix install node and dep library headers
2013-12-17 isaacsnpm: upgrade to 1.3.21
2013-12-17 isaacsnpm: upgrade to 1.3.20
2013-12-17 isaacsnpm: Upgrade to 1.3.19
2013-12-13 jkummerow@chromium.orgv8: backport fix for CVE-2013-{6639|6640}
2013-12-12 Wyatt Preulmodule: only cache package main
2013-12-12 Timothy J Fontaineblog: Post for v0.10.23
2013-12-12 Timothy J FontaineNow working on 0.10.24
2013-12-12 Timothy J FontaineMerge branch 'v0.10.23-release' into v0.10
2013-12-12 Timothy J Fontaine2013.12.12, Version 0.10.23 (Stable) v0.10.23
2013-12-12 Nicolas Kaiserdoc: fix typos in node.1
2013-12-12 Mathias Bynensdoc: mention `binary` as deafult for Hash strings
2013-12-12 Gabriel Farrelldoc: "finish" event is on the writable stream
2013-12-12 Timothy J Fontaineuv: Upgrade v0.10.20
2013-12-12 Timothy J Fontainegyp: update to 78b26f7
2013-12-11 isaacsnpm: Upgrade to 1.3.17
2013-12-10 Fedor Indutnyfs: report correct path when EEXIST
2013-12-10 Fedor Indutnytls: emit 'end' on .receivedShutdown
2013-12-10 Timothy J Fontainebuild: only whole archive on static v8 builds
2013-12-07 Timothy J Fontainebuild: pass --no-parallel by default to gyp
2013-12-07 Timothy J Fontainebuild: ./configure pass positional args to gyp
2013-12-06 Yazhong Liudoc: mention execArgv in setupMaster
2013-12-06 Fedor Indutnydoc: document 'error' event for stream.Writable
2013-12-04 Kai Gronercrypto: Make Decipher._flush() emit errors.
2013-12-04 isaacsblog: bnoordhuis departure
2013-12-02 Fedor Indutnytls: fix pool usage race
2013-12-02 Yazhong Liudoc: list execArgv option for child_process.fork()
2013-12-02 Gabriel Falkenbergdoc: change constant to consistent
2013-12-02 Sam Robertsprocess: document kill(0), disallow kill(O_RDWR)
2013-12-02 Fedor Indutnytls: reset NPN callbacks after SNI
2013-12-02 Timothy J Fontainebuild: include postmortem symbols on linux
2013-11-30 Yazhong Liudoc: net: fix typo in example code
2013-11-28 Michael Ridgwaydoc: http: document ServerResponse 'finish' event
2013-11-28 Nikolai Vavilovdoc: http: properly document callback argument
2013-11-27 Ben Noordhuisstream_wrap: don't call Number::New()
2013-11-26 isaacsblog: npm outage postmortem
2013-11-23 Linus Unnebäckdoc: clarify child_process error behaviour
2013-11-22 Jeremy Martinevents: fix TypeError in removeAllListeners
2013-11-21 Timothy J Fontaineblog: Post for v0.11.9
2013-11-20 isaacsnpm: Upgrade to v1.3.15
2013-11-19 Fedor Indutnycrypto: `randomBytes` is non-blocking
2013-11-19 Fedor Indutnyevents: do not accept NaN in setMaxListeners
2013-11-19 Fedor Indutnynet: fix `new net.Socket` documentation
2013-11-19 Fedor Indutnydgram: fix abort when getting `fd` of closed dgram
2013-11-15 Ben Noordhuisdoc: add nodejs.vn to community page
2013-11-15 Ben Noordhuisdoc: sort community page links alphabetically
2013-11-13 Fedor Indutnytls: handle `ssl.start()` errors
2013-11-12 Tim Woodevents: don't call once twice
2013-11-12 Timothy J Fontaineblog: Post for v0.10.22
2013-11-12 Timothy J FontaineNow working on 0.10.23
2013-11-12 Timothy J FontaineMerge branch 'v0.10.22-release' into v0.10
2013-11-12 Timothy J Fontaine2013.11.12, Version 0.10.22 (Stable) v0.10.22
2013-11-12 Timothy J Fontainesrc: add HandleScope in HandleWrap::OnClose
2013-11-12 Timothy J Fontaineuv: Upgrade to v0.10.19
2013-11-12 yangguo@chromium.orgv8: use correct timezone information on Solaris
2013-11-11 Maciej Małeckirepl: do not insert duplicates into completions
2013-11-10 Timothy J Fontainegyp: update to bebdcea
2013-11-09 Ben Noordhuisv8: unbreak `make native` build
2013-11-08 Fedor Indutnytls: prevent stalls by using read(0)
2013-11-08 isaacsnpm: Upgrade to 1.3.14
2013-11-07 Fedor Indutnydoc: encoding is ignored if input is a Buffer
2013-10-31 isaacsdoc: Correct and add several items
2013-10-31 Sam Robertsdoc: document node signal handling
2013-10-30 Timothy J Fontaineblog: Post for v0.11.8
2013-10-29 Ben Noordhuisdoc: dgram: reword dgram.Socket#send() docs
2013-10-28 isaacsnpm@1.3.13
2013-10-27 Phillip Alexanderdoc: fs: clarify fs.symlink Windows specific args
2013-10-27 Ryan Grahamdoc: improve module documentation
2013-10-25 Sam Robertsdoc: fix missing backtick in 2e16037
2013-10-25 Brian Whitedoc: streams: document default objectMode setting
2013-10-25 Maxim Bogushevichdebugger: Fix bug in sb() with unnamed script
2013-10-24 isaacsnpm@1.3.12
2013-10-24 Ben Noordhuisbuild: fix test-gc weakref build rule
2013-10-24 Zarko Stankovicdoc: add nodejs.rs to the community page
2013-10-23 Ben Noordhuissrc: IsInt64() should return bool, not int
2013-10-22 isaacsblog: HTTP server DoS vulnerability details
2013-10-18 Timothy J Fontaineblog: Post for v0.10.21
2013-10-18 Timothy J Fontaineblog: Post for v0.8.26
2013-10-18 Timothy J FontaineNow working on 0.10.22
2013-10-18 Timothy J FontaineMerge branch 'v0.10.21-release' into v0.10
2013-10-18 Timothy J Fontaine2013.10.18, Version 0.10.21 (Stable) v0.10.21
2013-10-18 Timothy J Fontainecrypto: clear errors from verify failure
2013-10-18 Timothy J Fontaineuv: Upgrade to v0.10.18
2013-10-17 isaacshttp: provide backpressure for pipeline flood
2013-10-17 Timothy J Fontainehttp_parser: expose pause/resume method for parser
2013-10-16 Sam Robertsdoc: cluster documentation cleanup and corrections
2013-10-16 Sam Robertsdoc: child_process corrections and cleanups
2013-10-16 Ben Noordhuisdoc: http: reword IncomingMessage 'close' event
next