dgram: send() can accept strings
[platform/upstream/nodejs.git] / lib /
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'
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
next