net: don't throw on net.Server.close()
[platform/upstream/nodejs.git] / test /
2014-05-18 cjihrignet: don't throw on net.Server.close()
2014-05-17 Dan Kaplunreadline: fixes scoping bug
2014-05-13 Dan Kaplunreadline: implements keypress buffering
2014-05-13 Dan Kapluntest: fixes test/disabled/test-readline.js
2014-05-12 Trevor Norrisbuffer: remove Buffer#toArrayBuffer()
2014-05-12 Yazhong Liureadline: fix close event of readline.Interface()
2014-05-12 Refael Ackermannsrc: fix StringBytes::Write if string is external
2014-05-07 isaacsurl: treat \ the same as /
2014-05-07 Feross Aboukhadijehbuffer: Fix incorrect Buffer.compare behavior
2014-05-06 Timothy J Fontainetest: http-destroyed-socket-write win32 may ABORT
2014-05-06 Vladimir Kurchatkinstream: don't try to finish if buffer is not empty
2014-05-06 Alexis Campaillatest: replace http-destroyed-socket-write
2014-05-02 Fedor Indutnydebugger: assign Environment to DebugContext too
2014-05-02 Timothy J Fontainetest: use larger buffer in net-error-twice
2014-05-02 Alexis Campaillatest: fix test-http-flush on Windows
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Trevor Norrisbuffer: normalize compare() output
2014-04-30 Vladimir Kurchatkinstream: split `objectMode` for Duplex
2014-04-30 Timothy J Fontainetest: update test-dns.js after a60a9b0
2014-04-30 Shigeki Ohtsuchild_process: fix assertion error in spawnSync
2014-04-29 Ingmar Rungecrypto: improve error messages
2014-04-29 Sean McArthurbuffer: add compare and equals methods
2014-04-25 Rod Vaggutil: format as Error if instanceof Error
2014-04-25 Denys Zariaievvm: assign Environment to created context
2014-04-24 Ben Noordhuishttp: add request.flush() method
2014-04-17 Fedor Indutnytls: `getPeerCertificate(detailed)`
2014-04-17 Fedor Indutnytls: support OCSP on client and server
2014-04-15 isaacsurl: treat \ the same as /
2014-04-15 Vladimir Kurchatkinevents: check if _events is an own property
2014-04-14 Trevor Norrisfs: return blksize on stats object
2014-04-14 Fedor Indutnychild_process: fix deadlock when sending handles
2014-04-10 goussardgbuffer: return uint if MSB is 1 in readUInt32
2014-04-10 Fedor Indutnybuffer: truncate buffer after string decode
2014-04-10 Fedor Indutnytest: remove vm-infinite-recursion
2014-04-10 Fedor Indutnytest: add `reuseAddr` in dgram-multicast...
2014-04-10 Fedor Indutnydgram: introduce `reuseAddr` option
2014-04-08 Fedor Indutnytest: fix test-crypto
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-07 Fedor Indutnyhttp: do not emit EOF non-readable socket
2014-04-02 Alex Kocharindomain: don't crash on "throw null"
2014-04-02 C. Scott Ananiannode: add signature to SET_PROTOTYPE_METHOD
2014-04-01 Ben Noordhuissrc: fix up after v8 upgrade
2014-04-01 Andrew Lowtest: make test-smalloc endian aware
2014-03-29 Fedor Indutnycrypto: move `createCredentials` to tls
2014-03-28 Nathan Rajlichhttp: better client "protocol not supported" error
2014-03-27 Fedor Indutnytls: do not call SNICallback unless present
2014-03-27 Fedor Indutnytls: force readable/writable to `true`
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-24 Nathan Rajlichhttp: use defaultAgent.protocol in protocol check
2014-03-21 Fedor Indutnyvm: share security token between contexts
2014-03-17 Timothy J Fontainetest: update our branched weakref to v8 3.24
2014-03-13 Ben Noordhuissrc, test: fix up ObjectWrap, `make test-addons`
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-12 Yazhong Liureadline: consider newlines for cursor position
2014-03-11 Bryan Cantrillmdb_v8: update to latest version
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-10 Fedor Indutnycrypto: do not lowercase cipher/hash names
2014-03-10 Timothy J Fontainetest: timers-ordering should be more precise
2014-03-10 Vladimir Kurchatkinbuffer: fix typo in `SlowBuffer`
2014-03-10 Brian Whitebuffer: allow toString to accept Infinity for end
2014-03-05 Benoit Valléetest: test sending a handle twice
2014-03-04 Brian Whitecrypto: allow setting add'l authenticated data
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-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-28 Sam Robertsdoc: document `beforeExit` and add more tests
2014-02-28 Ben Noordhuissrc: emit 'beforeExit' event on process object
2014-02-26 Nathan Rajlichtest: update "http-*" tests to only use public API
2014-02-26 Nathan Rajlichtest: add failing http `agent: null` test
2014-02-26 Nathan Rajlichtest: add `agent: null` http client request test
2014-02-26 Nathan Rajlichhttp: invoke createConnection when no agent
2014-02-26 Trevor Norristest: fix async-listener-run-error-once
2014-02-26 Alexis Campaillasrc: make stdout/sterr pipes blocking
2014-02-26 Alexis Campaillatest: remove invalid part of stream2-stderr-sync
2014-02-25 Timothy J Fontainetest: internet/test-dns disable implicit ipv6
2014-02-25 Timothy J Fontainetest: pummel/net-connect-econnrefused backoff
2014-02-25 Timothy J Fontainetest: migrate pummel/keep-alive to wrk
2014-02-25 Mike Pennisiassert: Ensure reflexivity of deepEqual
2014-02-25 Timothy J Fontainetest: pummel/*ci-reneg* handle EPIPE
2014-02-25 Timothy J Fontainetest: internet/test-dns handle ESERVFAIL
2014-02-25 Timothy J Fontainetest: move pummel/test-fs-largefile to disabled
2014-02-25 Timothy J Fontainetest: pummel/test-net-throttle adhere to streams
2014-02-25 Timothy J Fontainetest: pummel fs-watch-file-slow handle spurious
2014-02-25 Timothy J Fontainetest: remove next-tick-loops-quick
2014-02-24 Timothy J Fontainetest: backoff client connection rates
2014-02-19 David Björklundhttp: avoid duplicate keys in writeHead
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J Fontainetest: make test-net-error-twice less racey
2014-02-18 Timothy J Fontainechild_process: execFileSync stderr should inherit
2014-02-18 Timothy J Fontainenet: add localPort to connect options
2014-02-18 Brian Whitecrypto: allow custom generator for DiffieHellman
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Farid Neshatdebugger: Fix breakpoint not showing after restart
2014-02-18 Yazhong Liureadline: fix `line` event, if input emit 'end'
2014-02-18 Yazhong Liurepl: REPLServer inherits from readline.Interface
2014-02-17 Fedor Indutnyzlib: introduce pending close state
2014-02-17 Fedor Indutnytls: introduce asynchronous `newSession`
2014-02-16 Timothy J Fontainedgram: pass the bytes sent to the send callback
next