summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* lib: move default address logic to `net._listen2`Vladimir Kurchatkin2015-01-231-0/+11
* test: delete parallel/test-process-active-wrapsBen Noordhuis2015-01-231-55/+0
* test: fix parallel/test-http-destroyed-socket-write2Ben Noordhuis2015-01-231-2/+5
* test: fix parallel/test-dgram-error-message-addressBen Noordhuis2015-01-231-2/+4
* lib: fix TypeError with EventEmitter#on() abuseBen Noordhuis2015-01-201-0/+5
* test: fix event-emitter-get-max-listeners styleBen Noordhuis2015-01-201-4/+4
* test: strip copyright boilerplateBen Noordhuis2015-01-207-125/+0
* fs: add error code on null byte pathscjihrig2015-01-191-0/+1
* test: reland changes from 11c1baeBen Noordhuis2015-01-191-7/+9
* test: debug-signal-cluster should not be raceyTimothy J Fontaine2015-01-191-30/+30
* test: temporarily back out changes from 11c1baeBen Noordhuis2015-01-191-9/+7
* test: move sequential/test-debug-port-from-cmdlineBen Noordhuis2015-01-191-0/+0
* test: fix test-debug-port-from-cmdline.jsJulien Gilli2015-01-191-10/+9
* repl: make REPL support multiline template literalsXiaowei Li2015-01-191-0/+11
* test: introduce a test for process.versions outputJohan Bergström2015-01-141-0/+7
* test: disable fs-readfile-error on FreeBSDFedor Indutny2015-01-131-0/+7
* test: fix setproctitle on FreeBSDFedor Indutny2015-01-131-1/+1
* test: loosen timeout in spawnsync-test for FreeBSDFedor Indutny2015-01-131-1/+1
* test: use assert.throw to test exceptionsSam Roberts2015-01-131-23/+11
* test: check for multi-localhost supportTimothy J Fontaine2015-01-133-2/+10
* http: optimize on_headers_completeBert Belder2015-01-131-133/+161
* build,src: remove sslv3 supportBen Noordhuis2015-01-132-0/+86
* test: fix message tests regressionBen Noordhuis2015-01-135-5/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-12938-20029/+0
* test: fix `make test-addons` targetBen Noordhuis2015-01-121-1/+2
* assert: throw when block is not a functioncjihrig2015-01-121-2/+35
* test: fix crypto-stream after openssl updateFedor Indutny2015-01-121-1/+1
* test: move sequential/test-debug-port-clusterBen Noordhuis2015-01-121-0/+0
* test: move sequential/test-debug-signal-clusterBen Noordhuis2015-01-121-0/+0
* lib: make --debug-port work with clusterBen Noordhuis2015-01-121-7/+9
* test: delete sequential/test-debug-clusterBen Noordhuis2015-01-121-63/+0
* Revert "url: support `path` for url.format"Ben Noordhuis2015-01-121-73/+4
* url: fix parsing of ssh urlsEvan Lucas2015-01-121-0/+16
* test: fix bad assumption in pummel/test-vm-memleakBen Noordhuis2015-01-101-3/+8
* Revert "dgram: implicit binds should be exclusive"Ben Noordhuis2015-01-101-100/+0
* dgram: implicit binds should be exclusiveSam Roberts2015-01-101-0/+100
* cluster: cluster.disconnect() should check statusSam Roberts2015-01-101-0/+35
* cluster: don't assume all workers bind same portsSam Roberts2015-01-102-0/+91
* src: disable harmony object literalsBen Noordhuis2015-01-091-0/+10
* src: disable harmony classesBen Noordhuis2015-01-091-0/+21
* src: zlib: revert concatenated-stream changesChris Dickinson2015-01-093-250/+0
* core: throw TypeError if chdir() args are wrongCaitlin Potter2015-01-091-0/+4
* build: rename binary from node to iojsBen Noordhuis2015-01-081-2/+2
* win,test: fix test-process-active-wraps.jsColin Ihrig2015-01-081-2/+5
* dgram: make error messages more informativeEvan Lucas2015-01-082-0/+58
* test: move broadcast/multicast test to internet/Ben Noordhuis2015-01-081-0/+0
* Revert "test: don't assume broadcast traffic is unfiltered"Ben Noordhuis2015-01-081-2/+16
* util: show symbol propertiesVladimir Kurchatkin2015-01-081-0/+15
* test: fix parallel/test-repl with new v8Ben Noordhuis2015-01-071-1/+1
* test: fix parallel/test-repl-harmony with new v8Ben Noordhuis2015-01-071-3/+3