platform/upstream/nodejs.git
2014-08-26 Fedor Indutnycrypto: allow padding in RSA methods
2014-08-23 Fedor Indutnycrypto: fix memory leak in Connection::New
2014-08-21 Jackson Tianhttp: avoid create difference hidden class
2014-08-20 Chris Dickinsonnet,stream: add isPaused, don't read() when paused
2014-08-20 cjihrigdns: throw if hostname is not string or falsey
2014-08-19 Ben Noordhuisnode: add missing Isolate::Scope at startup
2014-08-19 Yazhong Liusrc: add missing Isolate arguments
2014-08-18 Alex Kocharinhttp: fix bailout for writeHead
2014-08-17 Fedor Indutnygyp: preserve v8dbg syms on freebsd too
2014-08-13 Alexis Campaillatest: fix dns test
2014-08-13 Julien Gillitests: don't assume IPv4 only in remote addr tests
2014-08-13 Fedor Indutnytest: check ipv6 support before testing it
2014-08-13 Julien Gillitests: do not hardcode service name in test-dns.
2014-08-13 Julien Gillitests: fix invalid hints flags dns test.
2014-08-13 Cheng Zhaosrc: change kIsolateSlot to 3
2014-08-13 Trevor Norrissrc: require EventEmitter via NativeModule
2014-08-13 Jackson Tiandgram: remove new keyword from errnoException
2014-08-13 Kyle Robinson... doc: typo fixes on stream, tls and http
2014-08-13 Ezequiel Rabinovichquerystring: remove prepended ? from query field
2014-08-12 Jackson Tianlib: don't use emitter.listeners(type).length
2014-08-12 Trevor Norrisnode: set names for prototype methods
2014-08-11 seishuncrypto: add RSA encryption
2014-08-11 Alexis Campaillawindows: fix memory leak in WinapiErrnoException
2014-08-08 cjihrigdns: always set variable family in lookup()
2014-08-08 Fedor Indutnyopenssl: fix keypress requirement in apps on win32
2014-08-08 Thorsten Lorenzbuild: linking CoreFoundation framework for OSX
2014-08-08 Alexis Campaillatest: fix test-process-kill-pid on Windows
2014-08-07 Jackson Tiandoc: document max `new Buffer(size)`
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
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-07 Saúl Ibarra... src: handle UV_EAGAIN in TryWrite
2014-08-07 Alexis CampaillaCluster: fix shared handles on Windows
2014-08-07 Fedor Indutnydeps: update libuv to v0.11.28
2014-08-07 Fedor Indutnydeps: update openssl to v1.0.1i
2014-08-06 Kevin Simperdoc: clarify factory methods for net.Socket
2014-08-05 Jackson Tianfs: fs.readFile should not throw uncaughtException
2014-08-05 Trevor Norrisdns: fix GetAddrInfo assert
2014-08-04 cjihrignet: don't prefer IPv4 addresses during resolution
2014-08-04 Timothy J Fontainev8: Fix compliation with GCC 4.8
2014-08-04 Julien Gillitest: fix test-net-remote-address-port
2014-08-04 Herman Leepath: isAbsolute() should always return boolean
2014-08-04 Julien Gillitimers: fix timers with non-integer delay hanging.
2014-08-02 Jackson Tianprocess: improve process binding
2014-08-02 Fedor Indutnytest: disable 0-dgram tests on darwin
2014-08-02 Sam Robertscluster: disconnect should not be synchronous
2014-08-02 Lucio M. Tatopath: fix slice OOB in trim
2014-08-02 Sam Robertstest: assert cluster.disconnect is async
2014-08-01 James Hallidaystream: fix Readable.wrap objectMode falsy values
2014-08-01 Jackson Tiantls: throw an error, not string
2014-07-31 cjihrigcluster: support options in Worker constructor
2014-07-31 Jakob Gillichdocs: fix non-string ignore note in path.resolve
2014-07-31 Gabriel WickeAdd fast path for simple URL parsing
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 IndutnyRevert "Cluster: fix shared handles on Windows"
2014-07-31 Alexis CampaillaCluster: fix shared handles on Windows
2014-07-31 Fedor Indutnyrepl: proper `setPrompt()` and `multiline` support
2014-07-31 Fedor IndutnyRevert "repl: fix overwrite for this._prompt"
2014-07-31 Sam Robertscluster: test events emit on cluster.worker
2014-07-31 Fedor Indutnygyp: do not rm unused openssl syms on osx/linux
2014-07-30 Julien Gillitests: fix internet/test-dns.js
2014-07-29 Yazhong Liurepl: fix overwrite for this._prompt
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-07-29 Fedor Indutnybuffer: fix sign overflow in `readUIn32BE`
2014-07-29 Julien Gillitests: fix process.kill pid test.
2014-07-28 cjihrigcluster: enable error/message events using .worker
2014-07-28 Sam Robertsprocess: throw TypeError if kill pid not a number
2014-07-24 Fedor Indutnydeps: backport 60c316 from v8 trunk
2014-07-23 cjihrigquerystring: do not add sep for empty array
2014-07-23 Fedor Indutnytest: fix test-https-foafssl
2014-07-23 Fedor Indutnytest: fix test-tls-server-verify
2014-07-23 Jackson Tiannet: add remoteFamily for socket
2014-07-23 Shigeki Ohtsutls: fix to send TLS Alert before socket destroyed
2014-07-23 Maciej Małeckigyp: fix ARM build
2014-07-23 cjihrigchild_process: do not access stderr when stdio set...
2014-07-23 Sam Robertsdoc: console.trace takes a message format
2014-07-23 Fedor Indutnydeps: update http_parser to 2.3.0
2014-07-23 Dean McNameesrc: export additional startup functions
2014-07-23 Fedor Indutnygyp: fix post-mortem in v0.11
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-17 Brian Whitetls_wrap: remove unused variable
2014-07-15 Fedor Indutnylib: jslint string_decoder.js
2014-07-15 Chris Dickinsonstream2: flush extant data on read of ended stream
2014-07-14 Ryan Grahamcluster: include settings object in 'setup' event
2014-07-14 Ryan Grahamcluster: allow multiple calls to setupMaster()
2014-07-13 Fedor Indutnytest: fix regress-GH-1726
2014-07-13 Dean McNameesrc: pass the v8::Context to CreateEnvironment
2014-07-12 cjihrigchild_process: copy spawnSync() cwd option to proper...
2014-07-12 Fedor Indutnychild_process: handle writeUtf8String error
next