platform/upstream/nodejs.git
2014-10-16 Ben Noordhuisdeps: fix v8 x32 build
2014-10-16 Ben Noordhuistest: fix non-determinism in test-crypto-domains
2014-10-13 Ben Noordhuissrc: attach env directly to api functions
2014-10-13 Ben Noordhuissrc: remove unused Environment::GetCurrent() calls
2014-10-13 Ben Noordhuissrc: remove unused MIN macro
2014-10-13 Ben Noordhuissrc: ignore risky env vars when setuid root
2014-10-11 Ben Noordhuissrc: replace assert() with CHECK()
2014-10-11 Ben Noordhuissrc: fix up imports
2014-10-11 Ben Noordhuissrc: remove unnecessary HandleScopes
2014-10-11 Refael Ackermanndeps: fix postmortem-metadata generator in v8
2014-10-11 Fedor Indutnytest: fix error messages after v8 upgrade
2014-10-11 Fedor Indutnygyp: build with gnu++0x for the sake of new v8
2014-10-11 Fedor Indutnyv8_platform: provide default v8::Platform impl
2014-10-10 Fedor Indutnydeps: update v8 to 3.29.93.1
2014-10-09 Ben Noordhuisfreebsd,linux,sunos: make stack non-executable
2014-10-09 Ben Noordhuiscrypto: update root certificates
2014-10-09 Ben Noordhuistools: update certdata.txt
2014-10-09 Ray Donnellybuild: determine and use EXEEXT on windows
2014-10-09 Ray Donnellysrc: fixes for win32
2014-10-09 Julien Gillibuild: fix build for SmartOS
2014-10-08 Fedor Indutnytest: fix debug-signal-cluster after da update
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnycluster: do not signal children in debug mode
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Refael Ackermanndeps: fix postmortem-metadata generator in v8
2014-10-08 Fedor Indutnydeps: apply floating irhydra patch to v8
2014-10-08 Refael Ackermanndeps: update v8 to 3.28.73
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Trevor Norrisbuffer, doc: misc. fix and cleanup
2014-10-08 Trevor Norrissrc: update use of ExternalArrayType constants
2014-10-08 Refael Ackermanntools: fix for testing openssl integrations
2014-10-08 Trevor Norrissrc: fix jslint warning
2014-10-08 Trevor Norrissmalloc: update use of ExternalArrayType constants
2014-10-08 Steve Maodoc: add missing semicolons
2014-10-08 Johnny Raystreams: set default encoding for writable streams
2014-10-07 Steven R. Loomisbuild: i18n: py27 -> py26 dependency
2014-10-07 Steven R. Loomisbuild: i18n: move noisy variables to separate gypi
2014-10-07 Evan Rutledge... url: fixed encoding for slash switching emulation.
2014-10-07 Victor Widelldoc: improve readLine.pause()
2014-10-07 Steve Sharpdoc: Update net.markdown
2014-10-06 Fedor Indutnytls_wrap: ignore ZERO_RETURN after close_notify
2014-10-03 gysonutil: add es6 Symbol support for `util.inspect`
2014-10-03 Yazhong Liubuffer: add generic functions for (u)int ops
2014-10-01 Trevor Norrisbuffer: mv floating point read/write checks to JS
2014-10-01 Julien Gillireadline: should not require an output stream.
2014-10-01 Vladimir Kurchatkinnode: avoid automatic microtask runs
2014-10-01 Gabriel Wickeurl: make query() consistent
2014-10-01 Steven R. Loomisbuild, i18n: improve Intl build, add "--with-intl"
2014-10-01 Julien Fontanetdoc: note stdout and stderr special behaviors.
2014-10-01 Jackson Tianhttp: Improve _addHeaderLines method
2014-09-30 Trevor Norrisbuffer: fix and cleanup fill()
2014-09-29 Trevor Norrisdoc: fix optional parameter parsing
2014-09-29 Rasmus Christian... src: fix VC++ warning C4244
2014-09-29 James Fergusonreadme: grammer fix
2014-09-29 Trevor Norrishttp: cleanup setHeader()
2014-09-29 Trevor Norristimer_wrap: remove HandleScopes, check return size
2014-09-26 Fedor Indutnycrypto: lower RSS usage for TLSCallbacks
2014-09-25 cjihrigchild_process: improve spawn() argument handling
2014-09-25 Jicheng Lireadline: fix performance issue when large line
2014-09-25 Trevor Norrisdoc: fix brackets for optional parameters
2014-09-25 Timothy J FontaineNow working on 0.11.15
2014-09-25 Timothy J Fontaine2014.09.24, Version 0.11.14 (Unstable)
2014-09-25 Timothy J Fontainedeps: upgrade npm to 2.0.0
2014-09-24 Patrick Mooneynet: Make server.connections un-enumerable
2014-09-24 Robert Kowalskibenchmark: add test for module loader
2014-09-24 Timothy J Fontainetest: disable dgram-bind-shared-ports on win32
2014-09-24 Julien Gillitests: add test for buffer.slice.
2014-09-24 Fedor Indutnytls_wrap: ensure that TLSCallbacks are gc-able
2014-09-24 Trevor Norrisbuffer: fix map and set parent to undefined upstream/0.12.0
2014-09-23 Fedor Indutnyuv: apply floating patch 2f54947b
2014-09-23 Fedor Indutnydeps: update uv to v1.0.0-rc1
2014-09-23 Fedor Indutnycrypto: export externals to internal structs
2014-09-23 Julien Gillihttp: write() after end() emits an error.
2014-09-20 Kang-Hao Kennybuffer: improve Buffer constructor
2014-09-19 Andrew Teichdoc: corrected typo in vm docs
2014-09-18 Vladimir Kurchatkinnode: support v8 microtask queue
2014-09-18 Julien Gillitest: add test for cluster.worker.destroy()
2014-09-17 Fedor Indutnycrypto: never store pointer to conn in SSL_CTX
2014-09-17 Mickael van... crypto: clarify RandomBytes() error msg
2014-09-17 Alexis Campaillawin: manifest node.exe for Windows 8.1
2014-09-17 Guilherme de... doc: console example improvement
2014-09-17 Guilherme de... doc: http.request() improved code example
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-16 Timothy J FontaineNow working on 0.10.33
2014-09-16 Timothy J FontaineMerge branch 'v0.10.32-release' into v0.10
2014-09-16 Timothy J Fontaine2014.09.16, Version 0.10.32 (Stable) v0.10.32
2014-09-16 Timothy J Fontainenpm: Update to 1.4.28
2014-09-16 Fedor Indutnyhttp: do not send `0\r\n\r\n` in TE HEAD responses
2014-09-16 Chris Dickinsoncrypto: use domains for any callback-taking method
2014-09-16 Ben Noordhuislib, src: add vm.runInDebugContext()
2014-09-16 Maciej Małeckidns: include host name in error message if available
2014-09-15 Maciej Małeckidoc: document `process.env` better
2014-09-15 Adam Lippaitls: fix encoding in certificate-related functions
2014-09-15 Mathias Schreckdoc: fix modules require.resolve documentation
2014-09-09 Fedor Indutnydeps: backport 60c316 from v8 trunk
2014-09-09 Fedor Indutnygyp: fix post-mortem in v0.11
2014-09-09 Ben Noordhuisdeps: cherry-pick r21466 from v8 trunk
2014-09-09 Ben Noordhuisdeps: cherry-pick r21297 from v8 trunk
2014-09-09 Ben Noordhuisdeps: fix up v8 postmortem codegen
2014-09-09 Trevor Norrisv8: Upgrade 3.26.33 with 14 patches
next