summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* http: don't confuse automatic headers for othersChristian Tellnes2015-02-272-1/+32
* src: fix intermittent SIGSEGV in resolveTxtEvan Lucas2015-02-251-0/+8
* src: fix domains + --abort-on-uncaught-exceptionChris Dickinson2015-02-251-0/+109
* http: emit abort event from ClientRequestEvan Lucas2015-02-251-0/+28
* test: fix infinite spawn cycle in stdio testBen Noordhuis2015-02-251-0/+1
* node: implement unhandled rejection trackingPetka Antonov2015-02-241-0/+606
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-0/+69
* util: handle symbols properly in format()cjihrig2015-02-241-0/+10
* test: common.js -> commonBrendan Ashworth2015-02-2250-50/+50
* stream_base: introduce StreamBaseFedor Indutny2015-02-223-8/+15
* fs: add type checking to makeCallback()cjihrig2015-02-211-0/+27
* fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-211-0/+25
* net: make Server.prototype.unref() persistentcjihrig2015-02-201-0/+20
* smalloc: extend user APITrevor Norris2015-02-203-0/+47
* net: unref timer in parent socketsFedor Indutny2015-02-191-0/+34
* fs: ensure nullCheck() callback is a functioncjihrig2015-02-192-1/+6
* src: ensure that file descriptors 0-2 are validBen Noordhuis2015-02-181-0/+24
* tls: more secure defaultsRoman Reiss2015-02-161-0/+1
* test: remove flaky test functionalityRod Vagg2015-02-163-6/+0
* test: fix parallel/test-tls-getcipherRoman Reiss2015-02-151-0/+1
* test: verify fields in spawn{Sync} errorscjihrig2015-02-132-3/+13
* url: reslove urls with . and ..Amir Saboury2015-02-131-0/+8
* test: Timeout#unref() does not return instanceJan Schär2015-02-131-1/+2
* net: throw on invalid socket timeoutscjihrig2015-02-132-1/+26
* test: distribute crypto tests into separate filesBrendan Ashworth2015-02-138-1107/+1180
* tracing: add lttng support for tracing on linuxGlen Keane2015-02-092-1/+15
* events: optimize various functionsBrian White2015-02-091-0/+4
* test: fix test failure with shared opensslShigeki Ohtsu2015-02-102-8/+31
* assert: introduce `deepStrictEqual`Vladimir Kurchatkin2015-02-091-0/+115
* util: simplify `isPrimitive`Vladimir Kurchatkin2015-02-071-0/+19
* dns: allow dns.lookup() to return all addressesRoman Reiss2015-02-061-10/+96
* buffer: don't compare same buffersVladimir Kurchatkin2015-02-071-0/+4
* assert: don't compare object `prototype` propertyVladimir Kurchatkin2015-02-061-1/+1
* test: accept EPROTONOSUPPORT ipv6 errorBen Noordhuis2015-02-061-4/+4
* stream: simpler stream constructonSam Newman2015-02-043-0/+83
* crypto: support passwords in publicEncryptCalvin Metcalf2015-02-021-0/+41
* process: fix regression in unlistening signalsSam Roberts2015-02-021-0/+40
* events: remove indeterminancy from event orderingSam Roberts2015-02-023-2/+60
* src: remove unused dtrace probesGlen Keane2015-02-021-2/+0
* net: check close callback is functionYosuke Furukawa2015-02-021-0/+20
* dgram: check close callback is functionYosuke Furukawa2015-02-021-0/+21
* assert: use util.inspect() to create error messagescjihrig2015-01-311-13/+18
* fs: improve error messagesBert Belder2015-01-312-2/+8
* lib: fix max size check in Buffer constructorBen Noordhuis2015-01-311-0/+3
* dgram: implicit binds should be exclusiveSam Roberts2015-01-312-0/+105
* test: add http upgrade header regression testBen Noordhuis2015-01-281-0/+22
* buffer: implement `iterable` interfaceVladimir Kurchatkin2015-01-281-0/+61
* console: allow Object.prototype fields as labelscjihrig2015-01-271-9/+25
* crypto: implement privateEncrypt/publicDecryptFedor Indutny2015-01-281-0/+5
* test: fs.createReadStream().destroy() fd leakRod Vagg2015-01-271-0/+66