v8: upgrade to 3.22.24.5
[platform/upstream/nodejs.git] / lib /
2013-08-19 Fedor Indutnybuffer: lint
2013-08-19 isaacsstream: Throw on 'error' if listeners removed
2013-08-19 Fedor Indutnytls, crypto: deduplicate code
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-17 Ben Noordhuisdgram: fix assertion on bad send() arguments
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-16 Trevor Norrisbuffer: don't call ByteLength for simple encodings
2013-08-16 Brian Whitecluster: variable is not global
2013-08-16 Brian Whitebuffer: remove unused parameters
2013-08-16 Brian Whitelib: remove unused variables and functions
2013-08-15 isaacshttp: Prefer 'binary' over 'ascii'
2013-08-15 isaacshttp: Simplify IncomingMessage._dump method
2013-08-15 isaacshttp: Consistent 'finish' event semantics
2013-08-15 isaacshttp: make OutgoingMessage._flush inline-able
2013-08-15 isaacshttp: Add write()/end() callbacks
2013-08-15 isaacshttp: Write hex/base64 chunks properly
2013-08-15 isaacshttp: Handle hex/base64 encodings properly
2013-08-15 isaacshttp: provide access to raw headers/trailers
2013-08-15 isaacshttp: add agent.maxFreeSockets option
2013-08-15 Ben Noordhuistimers: dispatch ontimeout callback by array index
2013-08-14 Fedor Indutnytls: handle errors on socket before releasing it
2013-08-14 Ben Noordhuishttp: speed up callbacks, use array indices
2013-08-12 Trevor Norrisutil: fix isPrimitive check
2013-08-12 Ben Noordhuiscares_wrap: don't set oncomplete property from c++
2013-08-09 Trevor Norrisdomain: share object and state with native land
2013-08-09 Ben Noordhuissrc: don't call v8::Object::SetHiddenValue()
2013-08-09 Ben Noordhuisdgram: don't call into js when send cb is omitted
2013-08-09 Ben Noordhuisdgram: fix regression in string argument handling
2013-08-08 isaacsstream: Short-circuit buffer pushes when flowing
2013-08-08 isaacshttp: Use streams3 directly, not .ondata/end
2013-08-07 Trevor Norrissmalloc: allow different external array types
2013-08-07 Trevor Norrissmalloc: cleanup checks/conversions
2013-08-07 isaacshttp: Support legacy agent.addRequest API
2013-08-06 Fedor Indutnytls: fix lazy initialization of clienthello parser
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-06 Eran Hammerstream: Fix double pipe error emit
2013-08-06 Fedor Indutnytls: asynchronous SNICallback
2013-08-06 isaacsrepl: Add 'smalloc' to list of known modules
2013-08-05 Koichi Kobayashihttps: fix default port
2013-08-05 isaacshttp: Fix overlooked agent.globalAgent export
2013-08-04 Fedor Indutnytls: fix handling of `SNICallback` server option
2013-08-02 Trevor Norrissmalloc: fix assertion fails/segfault
2013-08-02 Trevor Norrisutil: add isPrimitive check
2013-08-01 isaacssrc: Replace macros with util functions
2013-08-01 Ben Noordhuisevents: fix memory leak, don't leak event names
2013-08-01 Fedor Indutnytls_wrap: parse tls session ticket extension
2013-07-31 Ben Noordhuishttp: improve chunked res.write(buf) performance
2013-07-29 Ben Noordhuisutil: don't throw on circular %j input to format()
2013-07-30 Trevor Norrisfs: write strings directly to disk
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-30 Ben Noordhuisassert: replace !!!value with just !value
2013-07-29 Ben Noordhuisdgram: report send errors to cb, don't pass bytes
2013-07-29 Ben Noordhuischild_process: add 'shell' option to .exec()
2013-07-28 Ben Noordhuiscluster: fix shared handle bind error propagation
2013-07-28 Ben Noordhuiscluster: remove duplicate this.errno assignment
2013-07-25 isaacsstreams: Don't emit 'end' until read() past EOF
2013-07-24 Fedor Indutnytls: share tls tickets key between cluster workers
2013-07-24 Fedor Indutnycluster: support setting data on shared server
2013-07-24 Ben Noordhuislib: macro-ify type checks
2013-07-23 Trevor Norrisbuffer: misc logic simplification
2013-07-23 Trevor Norrisbuffer: revert length and parent check
2013-07-23 Trevor Norrisbuffer: slice on zero length buffer
2013-07-22 isaacsstream: Simplify flowing, passive data listening
2013-07-22 Wyatt Preulutil: removed duplicated isArray check
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-20 Ben Noordhuissrc, lib: deduplicate errnoException
2013-07-19 Trevor Norrisbuffer: return offset for end of last write
2013-07-19 Trevor Norrissmalloc: create separate module
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-17 Shuan Wangurl: Fix edge-case when protocol is non-lowercase
2013-07-15 isaacstls: Trivial use_strict fix
2013-07-12 Timothy J Fontainelint: fix _http_client.js after v0.10 merge
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-12 Ben Noordhuistimers: setImmediate process full queue each turn
2013-07-09 Timothy J Fontainetls: only wait for finish if we haven't seen it
2013-07-08 isaacshttp: Dump response when request is aborted
2013-07-10 isaacshttp: Use OOP for OutgoingMessage._finish
2013-07-10 isaacshttp: Reuse more http/https Agent code
2013-07-10 isaacshttp: Add agent.get/request methods
2013-07-10 isaacshttp: Proper KeepAlive behavior
2013-07-10 isaacshttp: style
2013-07-09 Nathan Rajlichcrypto: throw a helpful error message for "tls" and...
2013-07-09 Trevor Norrisbuffer: propagate originating parent
2013-07-08 Peter Rusthttp: use an unref'd timer to fix delay in exit
2013-07-08 Timothy J Fontainetimers: internal unref timers should use Timer.now
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-03 Jeff Barczewskistream: objectMode transform should allow falsey values
2013-07-03 Trevor Norris{stream,udp,tls}_wrap: remove unused offset/length
2013-07-03 Fedor Indutnytls: export TLSSocket
2013-07-01 Peter Rusthttp: use an unref'd timer to fix delay in exit
2013-07-01 Brian Whitezlib: allow zero values for level and strategy
2013-07-01 Brian Whitezlib: allow changing of level and strategy
2013-07-01 Brian Whitezlib: allow custom flush type for flush()
2013-07-01 Brian Whitezlib: remove unused parameter
2013-07-01 Brian Whitezlib: allow zero values for level and strategy
2013-06-27 Ben Noordhuisbuffer: add comment explaining buffer alignment
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-20 Ben Noordhuischild_process: emit 'disconnect' asynchronously
next