process: document kill(0), disallow kill(O_RDWR)
[platform/upstream/nodejs.git] / lib /
2013-11-22 Jeremy Martinevents: fix TypeError in removeAllListeners
2013-11-19 Fedor Indutnyevents: do not accept NaN in setMaxListeners
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-10-25 Maxim Bogushevichdebugger: Fix bug in sb() with unnamed script
2013-10-17 isaacshttp: provide backpressure for pipeline flood
2013-10-09 Ben Noordhuistls: fix premature connection termination
2013-10-08 Ben Noordhuisfs: fix fs.truncate() file content zeroing bug
2013-09-27 Fedor Indutnytls: fix sporadic hang and partial reads
2013-09-23 Eric Schrockreadline: handle input starting with control chars
2013-09-13 Nathan Rajlichtls: don't push() incoming data when ondata is set
2013-09-09 Fedor Indutnytls: fix setting NPN protocols
2013-09-05 isaacsstream: objectMode transforms allow falsey values
2013-08-28 isaacsstream: check _events before _events.error
2013-08-27 isaacsstream: Pass 'buffer' encoding to decoded writables
2013-08-21 Fedor Indutnytls: fix assertion when ssl is destroyed at read
2013-08-20 Gil Pedersenfs: use correct self reference for autoClose test
2013-08-19 isaacsstream: Throw on 'error' if listeners removed
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-15 isaacshttp: Handle hex/base64 encodings properly
2013-08-06 Eran Hammerstream: Fix double pipe error emit
2013-08-01 Ben Noordhuisevents: fix memory leak, don't leak event names
2013-07-31 Ben Noordhuishttp: improve chunked res.write(buf) performance
2013-07-17 Shuan Wangurl: Fix edge-case when protocol is non-lowercase
2013-07-15 isaacstls: Trivial use_strict fix
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-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-06-27 Ben Noordhuisbuffer: add comment explaining buffer alignment
2013-06-17 Yuan Chuanreadline: make `ctrl + L` clear the screen
2013-06-17 isaacsnet: Do not destroy socket mid-write
2013-06-13 isaacsRevert "http: remove bodyHead from 'upgrade' events"
2013-06-11 Ben Noordhuiscrypto: fix utf8/utf-8 encoding check
2013-06-05 isaacsnet: Destroy when not readable and not writable
2013-06-04 Ben Noordhuisurl: remove unused global variable
2013-06-03 isaacsurl: Set href to null by default
2013-06-03 isaacsurl: Properly parse certain oddly formed urls
2013-06-03 isaacsstream: unshift('') is a noop
2013-05-30 Brian Whiterepl: fix JSON.parse error check
2013-05-30 Fedor Indutnytls: proper .destroySoon
2013-05-28 Fedor Indutnytls: invoke write cb only after opposite read end
2013-05-28 Fedor Indutnytls: ignore .shutdown() syscall error
2013-05-24 Fedor Indutnytls: retry writing after hello parse error
2013-05-24 Nathan Zadokshttp: remove bodyHead from 'upgrade' events
2013-05-23 isaacshttp: Return true on empty writes, not false
2013-05-23 Ben Noordhuishttp: save roundtrips, convert buffers to strings
2013-05-21 Timothy J Fontainenet: use timers._unrefActive for internal timeouts
2013-05-21 Timothy J Fontainetimers: internal unref'd timer for api timeouts
2013-05-20 Trevor Norrisbuffer: throw when writing beyond buffer
2013-05-15 Ben Noordhuistimers: fix setInterval() assert
2013-05-14 isaacscrypto: Pass encodings for Hmac digest
2013-05-14 isaacscrypto: use StringBytes::Encode
2013-05-14 isaacscrypto: Pass strings to binding layer directly
2013-05-14 isaacsstream: Make default encoding configurable
2013-05-14 isaacsstream: don't create unnecessary buffers in Readable
2013-05-14 isaacslint
2013-05-13 Ben Noordhuischild_process: fix handle delivery
2013-05-08 Daniel Moorestream: make Readable.wrap support empty streams
2013-05-08 Daniel Moorestream: make Readable.wrap support objectMode
2013-05-02 Miroslav Bajtošdebugger: breakpoints in scripts not loaded yet
2013-04-26 Miroslav Bajtošdebugger: `restart` with custom debug port
2013-04-22 isaacshttp: Don't try to destroy nonexistent sockets
2013-04-21 isaacscrypto: LazyTransform on properties, not methods
2013-04-18 Ryan Doengesassert: put info in err.message, not err.name
2013-04-17 Ben Noordhuisdgram: fix no address bind()
2013-04-11 isaacsstream: Fix unshift() race conditions
2013-04-11 isaacsMerge branch 'v0.10.4-release' into v0.10
2013-04-11 isaacslint
2013-04-11 Ben Noordhuischild_process: fix O(n*m) scan of cmd string
2013-04-11 Ben Noordhuiscluster: fix O(n*m) scan of cmd string
2013-04-10 Fedor Indutnynet: fix socket.bytesWritten Buffers support
2013-04-08 Łukasz Walukiewiczbuffer: fix offset checks
2013-04-08 isaacsstream: call write cb before finish event
2013-04-08 isaacshttp: Support write(data, 'hex')
2013-04-08 Andreas Madsencrypto: fix constructor call in crypto streams
2013-04-08 Fedor Indutnynet: account encoding in .byteLength
2013-04-07 Fedor Indutnynet: fix buffer iteration in bytesWritten
2013-04-07 Tobias Müllerleiletls: Re-enable check of CN-ID in cert verification
2013-04-05 Rafael Garciastream: unused variable
2013-04-05 Rafael Garciastream: remove vestiges of previous _transform API
2013-04-03 isaacshttp: Remove legacy ECONNRESET workaround code
2013-04-03 Fedor Indutnychild_process: acknowledge sent handles
2013-04-03 isaacsassert: Simplify AssertError creation
2013-04-02 isaacshttp client: Ensure socket cleanup on response end
2013-04-01 isaacstls: Destroy socket when encrypted side closes
2013-04-01 Mitarquerystring: Removing unnecessary binding
2013-03-30 Nathan Rajlichrepl: use more readable RegExp syntax for spaces
2013-03-30 Nathan Rajlichrepl: isSyntaxError() catches "strict mode" errors
2013-03-29 isaacscrypto: Pass options to ctor calls
2013-03-28 Fedor Indutnytls: handle SSL_ERROR_ZERO_RETURN
2013-03-28 wickedsetTimeout: do not calculate Timeout._when property
2013-03-28 isaacsstream: Emit readable on ended streams via read(0)
2013-03-28 isaacsstream: Handle late 'readable' event listeners
2013-03-27 Fedor Indutnytls: handle errors before calling C++ methods
2013-03-27 Trevor Norrisdomain: fix domain callback from MakeCallback
next