platform/upstream/nodejs.git
2014-09-15 Mathias Schreckdoc: fix modules require.resolve documentation
2014-09-03 Fedor Indutnyconfigure: add --openssl-no-asm flag
2014-09-02 Julien Gillitests: add test for non-integer delay timers.
2014-08-27 Mathias Bynensurl: Add support for RFC 3490 separators
2014-08-27 Tristan Bergerquerystring: fix unescape override
2014-08-26 Fedor Indutnygyp: use --export-dynamic on FreeBSD
2014-08-26 Fedor Indutnydeps: enable ARM assembly for OpenSSL
2014-08-22 Fedor Indutnydeps: fix up v8 after fd80a3
2014-08-19 Timothy J FontaineNow working on 0.10.32
2014-08-19 Timothy J FontaineMerge branch 'v0.10.31-release' into v0.10
2014-08-19 Timothy J Fontaine2014.08.19, Version 0.10.31 (Stable) v0.10.31
2014-08-19 Timothy J Fontainenpm: Update to v1.4.23
2014-08-18 Fedor Indutnygyp: preserve v8dbg syms on freebsd too
2014-08-18 Fedor IndutnyRevert "gyp: preserve v8dbg syms on freebsd too"
2014-08-17 Fedor Indutnygyp: preserve v8dbg syms on freebsd too
2014-08-14 Fedor Indutnydeps: backport 5f836c from v8 upstream
2014-08-13 Fedor Indutnyopenssl: fix keypress requirement in apps on win32
2014-08-13 Fedor Indutnydeps: update openssl to v1.0.1i
2014-08-07 Julien Gillitests: fix child-process-fork-dgram on SmartOS.
2014-08-07 Maciej Małeckidoc: document arguments for 'error' event on a stream
2014-08-07 Jackson Tianfs: fix fs.readFileSync fd leak when get RangeError
2014-08-06 Kevin Simperdoc: clarify factory methods for net.Socket
2014-08-04 Timothy J Fontainev8: Fix compliation with GCC 4.8
2014-08-04 Julien Gillitimers: fix timers with non-integer delay hanging.
2014-08-02 Sam Robertscluster: disconnect should not be synchronous
2014-08-01 James Hallidaystream: fix Readable.wrap objectMode falsy values
2014-07-31 Jakob Gillichdocs: fix non-string ignore note in path.resolve
2014-07-31 Timothy J FontaineNow working on 0.10.31
2014-07-31 Timothy J FontaineMerge branch 'v0.10.30-release' into v0.10
2014-07-31 Timothy J Fontaine2014.07.31, Version 0.10.30 (Stable) v0.10.30
2014-07-31 Timothy J Fontaineuv: Upgrade to v0.10.28
2014-07-31 Fedor Indutnyv8: Interrupts must not mask stack overflow.
2014-07-31 Timothy J Fontainenpm: Upgrade to v1.4.21
2014-07-31 Maciej Małeckimodule: eliminate double `getenv()`
2014-07-31 Rod Vaggstreams: remove unused require('assert')
2014-07-31 Julien Gillitimers: backport f8193ab
2014-07-31 Fedor Indutnygyp: do not rm unused openssl syms on osx/linux
2014-07-29 Fedor Indutnybuffer: fix sign overflow in `readUIn32BE`
2014-07-23 Fedor Indutnytest: fix test-https-foafssl
2014-07-23 Fedor Indutnytest: fix test-tls-server-verify
2014-07-23 Sam Robertsdoc: console.trace takes a message format
2014-07-23 Fedor Indutnygyp: fix post-mortem in v0.11
2014-07-18 Fedor Indutnydeps: backport 4ed5fde4f from v8 upstream
2014-07-17 Fedor Indutnygyp: do not let `v8dbg_` slip away on osx
2014-07-15 Fedor Indutnylib: jslint string_decoder.js
2014-07-15 Chris Dickinsonstream2: flush extant data on read of ended stream
2014-07-12 Fedor Indutnychild_process: handle writeUtf8String error
2014-07-10 cjihriglib: remove and restructure calls to isNaN()
2014-07-07 Maurice Butlerdoc: added X.json to the LOAD_AS_FILE sudo code
2014-07-07 Sam Robertsdoc: fix console.assert docs, message is a format
2014-07-02 Fedor Indutnydeps: cherry-pick eca441b2 from OpenSSL
2014-07-02 Trevor Norrisconfigure: fix v8 overriding commands on build
2014-07-02 Brian Whitedoc: fix createCipher description
2014-07-02 Fedor Indutnyconstants: add O_NONBLOCK constant
2014-07-02 Fedor IndutnyRevert "constants: export O_NONBLOCK"
2014-07-02 Fedor IndutnyRevert "src: fix _XOPEN_SOURCE redefinition warning"
2014-06-30 Fedor IndutnyRevert "stream: start old-mode read in a next tick"
2014-06-27 Fedor Indutnyzlib: do not crash on write after close
2014-06-27 Oguz Bastemurutil.h: interface compatibility
2014-06-23 Nick Appersonbuffer: improve {read,write}{U}Int* methods
2014-06-23 Ben Noordhuisdoc: buffer: clarify typed array construction
2014-06-17 Timothy J Fontainenode: update changelog to have proper npm version
2014-06-13 Timothy J Fontainebuild: run wix tool chain out of process
2014-06-11 Timothy J Fontainenode: signing the CLA is no longer a requirement
2014-06-09 Timothy J FontaineNow working on 0.10.30
2014-06-09 Timothy J FontaineMerge branch 'v0.10.29-release' into v0.10
2014-06-09 Timothy J Fontaine2014.06.05, Version 0.10.29 (Stable) v0.10.29
2014-06-08 Brian Whitefs: remove duplicate check
2014-06-06 Timothy J Fontainev8: shift heap space for aslr on 64bit
2014-06-06 Timothy J Fontainenpm: upgrade to v1.4.14
2014-06-06 Timothy J Fontainesrc: replace usage of String::Utf8Value
2014-06-06 Felix Geisendörferstring_bytes: Guarantee valid utf-8 output
2014-06-06 Felix Geisendörferdeps/v8: Apply REPLACE_INVALID_UTF8 patch
2014-06-06 Felix Geisendörferstring_decoder: Add more comments
2014-06-06 Felix Geisendörferstring_decoder: Fix failures from new test cases
2014-06-06 Felix Geisendörferstring_decoder: Improve test coverage
2014-06-06 Fedor Indutnystream: start old-mode read in a next tick
2014-06-05 Fedor Indutnydeps: update openssl to 1.0.1h
2014-05-31 Chris Barberdoc: fixed wording in child_process
2014-05-29 cjihrigfs: close file if fstat() fails in readFile()
2014-05-23 Alexis Campaillatls: fix performance issue
2014-05-22 Yazhong Liudoc: document url `slashes` property
2014-05-21 Calvin Metcalfdoc: clarify `end` vs `finish` in streams
2014-05-16 Andrei Sedoiconfigure: allow V8 snapshot for cross-compilation
2014-05-15 Alexis Campaillacrypto: improve memory usage
2014-05-15 Greg Sabia... child_process: do not set args before throwing
2014-05-14 Ben Noordhuissrc: fix _XOPEN_SOURCE redefinition warning
2014-05-13 Greg Sabia... child_process: spawn() does not throw TypeError
2014-05-07 Ben Noordhuislib: name EventEmitter prototype methods
2014-05-06 isaacsnpm: upgrade to 1.4.10
2014-05-02 Fedor Indutnyconstants: export O_NONBLOCK
2014-05-02 Fedor Indutnydeps: backport 23f2736a from v8 upstream
2014-05-02 Timothy J FontaineNow working on 0.10.29
2014-05-02 Timothy J FontaineMerge branch 'v0.10.28-release' into v0.10
2014-05-02 Timothy J Fontaine2014.05.01, Version 0.10.28 (Stable) v0.10.28
2014-05-01 isaacsnpm: upgrade to v1.4.9
2014-05-01 Timothy J FontaineNow working on 0.10.28
2014-05-01 Timothy J FontaineMerge branch 'v0.10.27-release' into v0.10
2014-05-01 Timothy J Fontaine2014.05.01, Version 0.10.27 (Stable) v0.10.27
2014-05-01 isaacsnpm: upgrade to v1.4.8
next