http: Only send connection:keep-alive if necessary
[platform/upstream/nodejs.git] / lib /
2013-09-04 isaacshttp: Only send connection:keep-alive if necessary
2013-09-04 isaacsstream: return this from pause()/resume()
2013-09-04 Julian Gruberstream: make setEncoding chainable
2013-09-04 isaacsrepl: Simplify paren wrap, continuation-detection
2013-09-04 Nathan Rajlichrepl: treat "Assignment to const" as syntax error
2013-09-04 isaacsrepl: Catch syntax errors better
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-29 Domenic Denicolavm: update API to use options argument
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 isaacsstream: check _events before _events.error
2013-08-28 Domenic Denicolavm: add isContext; prevent double-contextifying
2013-08-28 Mathias Buusstream: change default hwm for objectMode to 16
2013-08-28 isaacschild_process: Avoid extra copy for string stdio
2013-08-28 Seth Fitzsimmonschild_process: Callback with Buffers from exec
2013-08-27 isaacsstream: Pass 'buffer' encoding to decoded writables
2013-08-27 Forrest L Norvelldomains: deprecate domain.dispose().
2013-08-27 isaacslib: Add missing copyright notices
2013-08-26 Trevor Norrisbuffer: fix assert fail from JS API
2013-08-26 Trevor Norrisbuffer: add NativeBuffer API
2013-08-23 Trevor Norrisdomain: move error handling directly into instance
2013-08-23 Ben Noordhuisbuffer: fix regression in Buffer(buf) constructor
2013-08-22 Timothy J Fontaineutil: pass opts to custom inspect functions
2013-08-22 Trevor Norrisbuffer: fix inspect throw if slice length too long
2013-08-22 Timothy J Fontainebuffer: adhere to INSPECT_MAX_BYTES
2013-08-22 isaacsvm: Put back display_errors flag
2013-08-21 Domenic Denicolavm, core, module: re-do vm to fix known issues
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-21 Fedor Indutnytls: fix assertion when ssl is destroyed at read
2013-08-20 Trevor Norrisutil: isObject should always return boolean
2013-08-20 Vsevolod Strukchinskynet: family option in net.connect
2013-08-20 Gil Pedersenfs: use correct self reference for autoClose test
2013-08-20 Raynosevents: have events module exports EventEmitter
2013-08-19 Matthew Aynalemfixes #6031 spelling errors
2013-08-19 James Hallidayhttp: removed headers stay removed
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
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
next