v8: upgrade to 3.22.24.5
[platform/upstream/nodejs.git] / lib /
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
2013-10-06 Alex Kocharindebugger: count space for line numbers correctly
2013-10-01 Alex Kocharindebugger: show current line, fix for #6150
2013-10-01 Alex Kocharindebugger: repeat last command
2013-09-27 Fedor Indutnytls: fix sporadic hang and partial reads
2013-09-27 Jeff Switzerfs: remove duplicate !options case
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-24 Trevor Norrislint: fix a few semicolons
2013-09-24 Fedor Indutnytls: wrap tls inside tls using legacy API
2013-09-23 Eric Schrockreadline: handle input starting with control chars
2013-09-20 Ben Noordhuisdns: fix c-ares error reporting regression
2013-09-19 Maciej Małeckinet: add a port validation to `connect`
2013-09-14 Nathan Rajlichhttp: don't pass the request options to Agent
2013-09-13 Nathan Rajlichtls: don't push() incoming data when ondata is set
2013-09-10 Trevor Norrisbuffer: optimize common encoding cases
2013-09-09 Fedor Indutnytls: fix setting NPN protocols
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-05 isaacsstream: objectMode transforms allow falsey values
2013-09-05 Fedor Indutnytls: socket.renegotiate(options, callback)
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-04 Timothy J FontaineMerge branch 'v0.11.7-release'
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'
next