doc: document url `slashes` property
[platform/upstream/nodejs.git] / test /
2014-05-13 Greg Sabia Tuckerchild_process: spawn() does not throw TypeError
2014-05-07 Ben Noordhuislib: name EventEmitter prototype methods
2014-04-25 Rod Vaggutil: format as Error if instanceof Error
2014-04-15 isaacsurl: treat \ the same as /
2014-04-14 Fedor Indutnychild_process: fix deadlock when sending handles
2014-04-07 Fedor Indutnyhttp: do not emit EOF non-readable socket
2014-03-10 Fedor Indutnycrypto: do not lowercase cipher/hash names
2014-03-05 Benoit Valléetest: test sending a handle twice
2014-03-04 Greg Brailtimer: don't reschedule timer bucket in a domain
2014-03-04 Timothy J Fontainesrc: domain should not replace nextTick function
2014-02-26 Nathan Rajlichtest: add `agent: null` http client request test
2014-02-26 Nathan Rajlichhttp: invoke createConnection when no agent
2014-02-25 Mike Pennisiassert: Ensure reflexivity of deepEqual
2014-02-18 Timothy J Fontainetest: make test-net-error-twice less racey
2014-02-18 Farid Neshatdebugger: Fix breakpoint not showing after restart
2014-02-17 Fedor Indutnyzlib: introduce pending close state
2014-02-10 Fedor Indutnynet: do not re-emit stream errors
2014-02-07 Fedor IndutnyRevert "dns: validate arguments in resolve"
2014-02-07 Kenan Sulaymandns: validate arguments in resolve
2014-02-06 iamdoronfs: make unwatchFile() insensitive to path
2014-01-30 Fedor Indutnynode: do not ever close stdio
2014-01-27 Jun Manet: make Socket destroy() re-entrance safe
2014-01-26 Fedor Indutnycrypto: throw on SignFinal failure
2014-01-25 Fedor Indutnynet: reset `endEmitted` on reconnect
2014-01-23 Alexis Campaillatest: fix http-incoming-pipelined-socket-destroy
2014-01-23 Alexis Campaillatest: fix http-many-ended-pipelines server close
2014-01-15 Ryan Grahamdomains: exit() only affects active domains
2014-01-13 Alexis Campaillatest: close debug client in test-debugger-client
2014-01-09 Timothy J Fontainesrc: OnFatalError handler must abort()
2014-01-05 ayanamiststream: writes may return false but forget to emit...
2013-12-31 Timothy J Fontainetest: fix test-cluster-eaccess to work on windows
2013-12-31 Fedor Indutnycluster: report more errors to workers
2013-12-10 Fedor Indutnyfs: report correct path when EEXIST
2013-12-10 Fedor Indutnytls: emit 'end' on .receivedShutdown
2013-12-04 Kai Gronercrypto: Make Decipher._flush() emit errors.
2013-12-02 Fedor Indutnytls: fix pool usage race
2013-12-02 Sam Robertsprocess: document kill(0), disallow kill(O_RDWR)
2013-12-02 Fedor Indutnytls: reset NPN callbacks after SNI
2013-11-22 Jeremy Martinevents: fix TypeError in removeAllListeners
2013-11-19 Fedor Indutnyevents: do not accept NaN in setMaxListeners
2013-11-19 Fedor Indutnydgram: fix abort when getting `fd` of closed dgram
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-18 Timothy J Fontainecrypto: clear errors from verify failure
2013-10-17 isaacshttp: provide backpressure for pipeline flood
2013-10-10 Dave Pachecotest: use proper findjsobjects output format
2013-10-08 Ben Noordhuisfs: fix fs.truncate() file content zeroing bug
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-27 isaacsstream: Pass 'buffer' encoding to decoded writables
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 Noordhuistest: future-proof simple/test-event-emitter-memory...
2013-08-01 Ben Noordhuistest: fix pummel/test-net-connect-memleak
2013-08-01 Ben Noordhuisevents: fix memory leak, don't leak event names
2013-07-30 Ben Noordhuiscrypto: fix assert() on malformed hex input
2013-07-25 Ben Noordhuistest: fix simple/test-setproctitle
2013-07-20 Ben Noordhuistest: move two tests from simple/ to internet/
2013-07-17 Shuan Wangurl: Fix edge-case when protocol is non-lowercase
2013-07-10 Ben Noordhuistest: fix up indentation, replace tabs with spaces
2013-07-08 isaacshttp: Dump response when request is aborted
2013-07-02 Timothy J Fontainetest: fix tls-hello-parser-failure on smartos
2013-07-01 Peter Rusthttp: use an unref'd timer to fix delay in exit
2013-06-17 isaacsnet: Do not destroy socket mid-write
2013-06-15 Ben Noordhuistest: add https tls session reuse test
2013-06-13 Veres Lajostest: minor typo fixes
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-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-28 Fedor Indutnytls: invoke write cb only after opposite read end
2013-05-24 Fedor Indutnytls: retry writing after hello parse error
2013-05-24 Nathan Zadokshttp: remove bodyHead from 'upgrade' events
2013-05-23 Timothy J Fontainebuffer: special case empty string writes
2013-05-23 isaacshttp: Return true on empty writes, not false
2013-05-21 Timothy J Fontainenet: use timers._unrefActive for internal timeouts
2013-05-20 Trevor Norrisbuffer: throw when writing beyond buffer
2013-05-20 isaacscrypto: Clear error after DiffieHellman key errors
2013-05-20 Trevor Norrisstring_bytes: strip padding from base64 strings
2013-05-16 Ben Noordhuisbuffer, crypto: fix default encoding regression
2013-05-15 Ben Noordhuistimers: fix setInterval() assert
2013-05-14 Benoit Valléetest: increase workers to 8 in cluster-disconnect
2013-05-13 Ben Noordhuischild_process: fix handle delivery
2013-05-09 Timothy J Fontainetest: fix pummel/test-net-many-clients.js
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
next