Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-26src: fix domains + --abort-on-uncaught-exceptionChris Dickinson
2015-02-26http: emit abort event from ClientRequestEvan Lucas
2015-02-25test: fix infinite spawn cycle in stdio testBen Noordhuis
2015-02-25node: implement unhandled rejection trackingPetka Antonov
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-24util: handle symbols properly in format()cjihrig
2015-02-23test: common.js -> commonBrendan Ashworth
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-21fs: add type checking to makeCallback()cjihrig
2015-02-21fs: properly handle fd passed to truncate()Bruno Jouhier
2015-02-21net: make Server.prototype.unref() persistentcjihrig
2015-02-20smalloc: extend user APITrevor Norris
2015-02-19net: unref timer in parent socketsFedor Indutny
2015-02-19fs: ensure nullCheck() callback is a functioncjihrig
2015-02-18src: ensure that file descriptors 0-2 are validBen Noordhuis
2015-02-16tls: more secure defaultsRoman Reiss
2015-02-16test: remove flaky test functionalityRod Vagg
2015-02-15test: fix parallel/test-tls-getcipherRoman Reiss
2015-02-14test: verify fields in spawn{Sync} errorscjihrig
2015-02-13url: reslove urls with . and ..Amir Saboury
2015-02-13test: Timeout#unref() does not return instanceJan Schär
2015-02-13net: throw on invalid socket timeoutscjihrig
2015-02-13test: distribute crypto tests into separate filesBrendan Ashworth
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane
2015-02-09events: optimize various functionsBrian White
2015-02-09test: fix test failure with shared opensslShigeki Ohtsu
2015-02-09assert: introduce `deepStrictEqual`Vladimir Kurchatkin
2015-02-07util: simplify `isPrimitive`Vladimir Kurchatkin
2015-02-07dns: allow dns.lookup() to return all addressesRoman Reiss
2015-02-07buffer: don't compare same buffersVladimir Kurchatkin
2015-02-06assert: don't compare object `prototype` propertyVladimir Kurchatkin
2015-02-06test: accept EPROTONOSUPPORT ipv6 errorBen Noordhuis
2015-02-05stream: simpler stream constructonSam Newman
2015-02-03crypto: support passwords in publicEncryptCalvin Metcalf
2015-02-02process: fix regression in unlistening signalsSam Roberts
2015-02-02events: remove indeterminancy from event orderingSam Roberts
2015-02-02src: remove unused dtrace probesGlen Keane
2015-02-02net: check close callback is functionYosuke Furukawa
2015-02-02dgram: check close callback is functionYosuke Furukawa
2015-01-31assert: use util.inspect() to create error messagescjihrig
2015-01-31fs: improve error messagesBert Belder
2015-01-31lib: fix max size check in Buffer constructorBen Noordhuis
2015-01-31dgram: implicit binds should be exclusiveSam Roberts
2015-01-28test: add http upgrade header regression testBen Noordhuis
2015-01-28buffer: implement `iterable` interfaceVladimir Kurchatkin
2015-01-28console: allow Object.prototype fields as labelscjihrig
2015-01-28crypto: implement privateEncrypt/publicDecryptFedor Indutny
2015-01-27test: fs.createReadStream().destroy() fd leakRod Vagg
2015-01-26child_process: clone spawn options argumentcjihrig
2015-01-23lib: move default address logic to `net._listen2`Vladimir Kurchatkin