Merge remote-tracking branch 'origin/v0.10'
[platform/upstream/nodejs.git] / lib /
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-24 Nathan Rajlichhttp: use defaultAgent.protocol in protocol check
2014-03-12 Yazhong Liureadline: consider newlines for cursor position
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-10 Fedor Indutnycrypto: do not lowercase cipher/hash names
2014-03-10 Vladimir Kurchatkinbuffer: fix typo in `SlowBuffer`
2014-03-10 Brian Whitebuffer: allow toString to accept Infinity for end
2014-03-05 Fedor Indutnychild_process: fix sending handle twice
2014-03-04 Brian Whitecrypto: allow setting add'l authenticated data
2014-03-04 Greg Brailtimer: don't reschedule timer bucket in a domain
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-26 Nathan Rajlichhttp: remove the circular dependency
2014-02-26 Nathan Rajlichhttp, https: don't depend on `globalAgent`
2014-02-26 Nathan Rajlichhttp: invoke createConnection when no agent
2014-02-26 Alexis Campaillasrc: make stdout/sterr pipes blocking
2014-02-26 Maxwell Krohntls: stop NodeBIO::Gets from reading off end of buffer
2014-02-25 Alexis Campaillanet: fix listening on FDs on Windows
2014-02-25 Mike Pennisiassert: Ensure reflexivity of deepEqual
2014-02-24 Brian Whitestream: remove useless check
2014-02-21 Nathan Rajlichdebugger: don't set the `repl.prompt` string
2014-02-19 David Björklundhttp: avoid duplicate keys in writeHead
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J Fontainechild_process: execFileSync stderr should inherit
2014-02-18 Timothy J Fontainenet: add localPort to connect options
2014-02-18 Brian Whitecrypto: allow custom generator for DiffieHellman
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Farid Neshatdebugger: Fix breakpoint not showing after restart
2014-02-18 Timothy J Fontainelint: fix missing semi colon in repl
2014-02-18 Yazhong Liureadline: fix `line` event, if input emit 'end'
2014-02-18 Yazhong Liurepl: remove a unnecessary concatenation
2014-02-18 Yazhong Liurepl: REPLServer inherits from readline.Interface
2014-02-17 Fedor Indutnytls: introduce asynchronous `newSession`
2014-02-16 Timothy J Fontainedgram: pass the bytes sent to the send callback
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Alexis Campaillacluster: handle bind errors on Windows
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J Fontainechild_process: js bits for spawnSync/execSync
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Fedor Indutnystream: use `errorEmitted` from `_writableState`
2014-02-10 Fedor Indutnynet: do not re-emit stream errors
2014-02-09 Kenan Sulaymandns: validate arguments in resolver
2014-02-09 Kenan Sulaymandns: verify argument is valid function in resolve
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-07 Fedor IndutnyRevert "dns: validate arguments in resolve"
2014-02-07 Fedor IndutnyRevert "dns: verify argument is valid function in resolve"
2014-02-07 Kenan Sulaymandns: verify argument is valid function in resolve
2014-02-07 Kenan Sulaymandns: validate arguments in resolve
2014-02-06 Nathan Rajlichutil: show meaningful values for boxed primitives
2014-02-06 iamdoronfs: make unwatchFile() insensitive to path
2014-02-06 Trevor Norrissrc: move AsyncListener from process to tracing
2014-02-05 Ben Noordhuissrc: add v8.getHeapStatistics() function
2014-02-05 Ben Noordhuissrc: add tracing.v8.on('gc') statistics hooks
2014-02-05 Fedor Indutnytls: more session configuration options, methods
2014-02-03 Fedor Indutnyzlib: separate sync/async methods
2014-02-03 Oguz Bastemurdebugger: remove unused definition `currentSource`
2014-01-31 Nikolai Vavilovzlib: add sync versions for convenience methods
2014-01-30 Fedor Indutnynode: do not ever close stdio
2014-01-28 Fedor Indutnynode: do not ever close stdio
2014-01-28 Thom Seddonlib: fix unnecessary coercion in lib/net.js
2014-01-28 Thom Seddonlib: Remove unused var+operations in util.inspect
2014-01-28 Fedor Indutnystream_wrap: use `uv_try_write` where possible
2014-01-27 Jacob Hoffman-Andrewscrypto: honor default ciphers in client mode
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Jun Manet: make Socket destroy() re-entrance safe
2014-01-25 Fedor Indutnynet: reset `endEmitted` on reconnect
2014-01-25 Fedor Indutnyhttp: do not emit EOF non-readable socket
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-24 Fedor Indutnytls_wrap: propagate errors to write callbacks
2014-01-24 Fedor Indutnytls: emit `clientError` on early socket close
2014-01-23 Timothy J FontaineMerge branch 'v0.10.25-release' into v0.10
2014-01-23 Fedor Indutnytls: process accumulated input
2014-01-23 Timothy J Fontainesrc: lint lib/net.js v0.10.25
2014-01-22 Ben Noordhuiscrypto: support custom pbkdf2 digest methods
2014-01-22 Jo Lisspath: improve POSIX path.join() performance
2014-01-21 Fedor Indutnycrypto: add newline to cert and key if not present
2014-01-21 Trevor Norrisasync_wrap/timers: remove Add/RemoveAsyncListener
2014-01-20 Alexis Campailladebug client: connect after child is ready
2014-01-20 Fedor Indutnylib: introduce `.setMaxSendFragment(size)`
2014-01-17 Ben Noordhuistls: make cert/pfx optional in tls.createServer()
2014-01-17 Ben Noordhuistls: show human-readable error messages
2014-01-16 Sam Robertschild_process: fix spawn() optional arguments
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-15 Ryan Grahamdomains: exit() only affects active domains
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Alex Kocharinhttp: concatenate duplicate headers by default
2014-01-10 Tom Gallacherutil: handle escaped forward slashes correctly
2014-01-09 Ryan Grahamdomain: fix off-by-one in Domain.exit()
2014-01-09 Trevor Norrishttp: use writev on chunked encoding
2014-01-09 Trevor Norrisnode: AsyncListener use separate storage mechanism
2014-01-09 Trevor Norrissrc: revert domain using AsyncListeners
2014-01-08 Fedor Indutnychild_process: better error reporting for exec
2014-01-05 ayanamiststream: writes may return false but forget to emit...
2014-01-05 Fedor Indutnycrypto: introduce .setEngine(engine, [flags])
2014-01-03 Trevor Norrisnode: change AsyncListener API
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Tuğrul Topuzdns: add resolveSoa and 'SOA' rrtype
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Sam Robertscluster: do not synchronously emit 'setup' event
next