Merge remote-tracking branch 'origin/v0.10'
[platform/upstream/nodejs.git] / lib /
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
2013-12-31 Sam Robertscluster: only forcibly exit worker on unclean exit
2013-12-31 Sam Robertscluster: disconnect callback should always occur
2013-12-31 Sam Robertscluster: replace erroneous comma with semicolon
2013-12-31 Fedor Indutnycluster: report more errors to workers
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 pflannerytimers: setImmediate v8 optimization fix
2013-12-30 Yorkiequerystring: remove `name` from `stringify()`
2013-12-20 Trevor NorrisRevert "util: more strict check for bool/number/string"
2013-12-20 Fedor Indutnytls: reintroduce socket.encrypted
2013-12-20 Paul Loydbuffer: optimize writeInt* methods
2013-12-20 Bert Belderevents: move EE c'tor guts to EventEmitter.init
2013-12-20 Cam Swordshttp: parse the status message in a http response.
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Alexis Campaillawindows: fix dns lookup of localhost with ipv6
2013-12-18 Yorkieutil: more strict check for bool/number/string
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-12 Wyatt Preulmodule: only cache package main
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor Indutnytls: emit 'end' on .receivedShutdown
2013-12-07 Ingmar Rungecrypto: support GCM authenticated encryption mode.
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-07 Lalit Kapoorhttp: DELETE shouldn't default to chunked encoding
2013-12-07 Alexis Campaillachild_process: don't crash process on internal ops
2013-12-06 Fedor Indutnytls: fix handling of asterisk in SNI context
2013-12-05 Alexis Campaillalib: child_process spawn handle ENOENT correctly
2013-12-04 Kai Gronercrypto: Make Decipher._flush() emit errors.
2013-12-02 Fedor Indutnytls: fix pool usage race
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-27 Fedor Indutnyhttp: fix parser double-free in _http_client.js
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-25 David Chanutil: Format negative zero as '-0'
2013-11-22 Jeremy Martinevents: fix TypeError in removeAllListeners
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J Fontainechild_process: deliver ENOENT on nextTick
2013-11-19 Fedor Indutnyevents: do not accept NaN in setMaxListeners
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-15 Trevor Norrisbuffer: convert values to uint, not int
2013-11-15 Trevor Norrissrc: make buffer size errors more explicit
2013-11-15 Trevor Norrisbuffer: no warning when encoding isn't passed
2013-11-13 Trevor Norrissmalloc: check if object has external memory
2013-11-13 Fedor Indutnytls: handle `ssl.start()` errors
2013-11-12 Tim Woodevents: don't call once twice
2013-11-12 Timothy J FontaineMerge branch 'v0.10.22-release' into v0.10
2013-11-11 Maciej Małeckirepl: do not insert duplicates into completions
2013-11-08 Fedor Indutnytls: prevent stalls by using read(0)
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-07 isaacshttp: force socket encoding to be null
2013-11-07 fengmk2http: cleanup freeSockets when socket destroyed
2013-11-05 Fedor Indutnytls: more accurate wrapping of connecting socket
2013-11-04 Nathan Rajlichhttp: make DELETE requests set `req.method`
2013-10-30 Erik Dubbelboertls: add ECDH ciphers support
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norrisasync-wrap: add methods to udp/tcp/pipe/timers
2013-10-31 Trevor Norrisnode: add AsyncListener support
2013-10-30 Fedor Indutnytls: do not default to 'localhost' servername
2013-10-30 Fedor Indutnytls: reuse hostname from underlying net.Socket
2013-10-30 Nick Simmonsfs: add recursive subdirectory support to fs.watch
2013-10-29 Thom Seddonsrc: accept passphrase when crypto signing with private key
2013-10-28 Trevor Norrisdgram: send() can accept strings
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-28 Ben Noordhuishttp: remove MethodToString()
2013-10-28 Ben Noordhuishttp: expose supported methods
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-25 Maxim Bogushevichdebugger: Fix bug in sb() with unnamed script
2013-10-23 isaacshttp client: pull last chunk on socket close
2013-10-17 Patrik Stutzhttp: add statusMessage
2013-10-17 isaacshttp: provide backpressure for pipeline flood
2013-10-16 Ben Noordhuisdns: set hostname property on error object
2013-10-16 Ben Noordhuisdns: rename domain to hostname
2013-10-16 isaacshttp: provide backpressure for pipeline flood
2013-10-16 Jason Gerfencrypto: add SPKAC support
2013-10-15 isaacsRevert "crypto: add SPKAC support"
2013-10-13 Jason Gerfencrypto: add SPKAC support
2013-10-15 Rod Vaggutil: format as Error if instanceof Error
2013-10-14 Ben Noordhuiscluster: fix premature 'disconnect' event
2013-10-11 Glen Mailerassert: indicate if exception message is generated
2013-10-09 Ben Noordhuistls: fix premature connection termination
2013-10-08 Ben Noordhuisfs: fix fs.truncate() file content zeroing bug
next