summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-01-12lib: make --debug-port work with clusterBen Noordhuis
2015-01-12test: delete sequential/test-debug-clusterBen Noordhuis
2015-01-12Revert "url: support `path` for url.format"Ben Noordhuis
2015-01-12url: fix parsing of ssh urlsEvan Lucas
2015-01-10test: fix bad assumption in pummel/test-vm-memleakBen Noordhuis
2015-01-10Revert "dgram: implicit binds should be exclusive"Ben Noordhuis
2015-01-10dgram: implicit binds should be exclusiveSam Roberts
2015-01-10cluster: cluster.disconnect() should check statusSam Roberts
2015-01-10cluster: don't assume all workers bind same portsSam Roberts
2015-01-09src: disable harmony object literalsBen Noordhuis
2015-01-09src: disable harmony classesBen Noordhuis
2015-01-09src: zlib: revert concatenated-stream changesChris Dickinson
2015-01-09core: throw TypeError if chdir() args are wrongCaitlin Potter
2015-01-08build: rename binary from node to iojsBen Noordhuis
2015-01-08win,test: fix test-process-active-wraps.jsColin Ihrig
2015-01-08dgram: make error messages more informativeEvan Lucas
2015-01-08test: move broadcast/multicast test to internet/Ben Noordhuis
2015-01-08Revert "test: don't assume broadcast traffic is unfiltered"Ben Noordhuis
2015-01-08util: show symbol propertiesVladimir Kurchatkin
2015-01-07test: fix parallel/test-repl with new v8Ben Noordhuis
2015-01-07test: fix parallel/test-repl-harmony with new v8Ben Noordhuis
2015-01-06test: don't assume broadcast traffic is unfilteredBen Noordhuis
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2015-01-03net: make connect() input validation synchronouscjihrig
2015-01-02build: i18n: add icu config optionsSteven R. Loomis
2014-12-30lib: introduce process moduleAleksey Smolenchuk
2014-12-30doc: add tls server.close() callback docsSam Roberts
2014-12-30dgram: close() should accept a callbackSam Roberts
2014-12-30dgram: make 'close' event asyncSam Roberts
2014-12-29dgram: changes Socket.close() to return itselfBrendan Ashworth
2014-12-29dgram: change Socket.bind() to return itselfBrendan Ashworth
2014-12-22assert: fix deepEqual regressionteppeis
2014-12-19fs: deprecate exists() and existsSync()cjihrig
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-12-18stream: switch _writableState.buffer to queueChris Dickinson
2014-12-18lib: fix guard expression in timer.unref()Ben Noordhuis
2014-12-17test: run tests in parallel, common improvementsFedor Indutny
2014-12-17test: split test in parallel/sequentialFedor Indutny
2014-12-16zlib: support concatenated gzip filesLuis Reis
2014-12-15fs: add access() and accessSync()cjihrig
2014-12-14lib: reintroduce v8 moduleBen Noordhuis
2014-12-11test: add test for spawnSync() env optioncjihrig
2014-12-12domain: forward args to .run(fn)micnic
2014-12-11module: fix regression in require ../Evan Lucas
2014-12-11crypto: separate altname extensions with ", "Fedor Indutny
2014-12-10test: mark more tests as flakyAlexis Campailla
2014-12-09test: fix test-fs-symlink-dir-junction-relativeBert Belder
2014-12-09test: add test for spawnSync() env optioncjihrig
2014-12-09src: remove the tracing module entirelyBert Belder
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris