summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-05-30test: check error type from net.Server.listen()Rich Trott
2015-05-30src: fix module search path for preload modulesAli Ijaz Sheikh
2015-05-29http: flush stored headerVladimir Kurchatkin
2015-05-28test: add heap profiler add-on regression testBen Noordhuis
2015-05-28child_process: expose ChildProcess constructorEvan Lucas
2015-05-26test: remove stray copyright noticesBen Noordhuis
2015-05-26test: fix deprecation warning in addons testBen Noordhuis
2015-05-26src: fix deferred events not working with -eBen Noordhuis
2015-05-23net: return this from setNoDelay and setKeepAliveRoman Reiss
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss
2015-05-22buffer: optimize Buffer.byteLengthBrendan Ashworth
2015-05-22tls: emit errors happening before handshake finishMalte-Thorben Bruns
2015-05-22tls: use `.destroy(err)` instead of destroy+emitFedor Indutny
2015-05-21tls: make server not use DHE in less than 1024bitsShigeki Ohtsu
2015-05-20test: fix jslint errorMichaƫl Zasso
2015-05-19test: fix test-sync-io-optionSantiago Gimeno
2015-05-19test: enable linting for testsRoman Reiss
2015-05-19net: persist net.Socket options before connectEvan Lucas
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-05-18doc: update links from iojs/io.js to nodejs/io.jsFrederic Hemberger
2015-05-17repl: support non-array `.scope`, document itYazhong Liu
2015-05-16tls_wrap: fix error cb when fatal TLS Alert recvdShigeki Ohtsu
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas
2015-05-15src: fix preload when used with prior flagsYosuke Furukawa
2015-05-13test: fix infinite loop detectionYosuke Furukawa
2015-05-13os: refine tmpdir() trailing slash strippingcjihrig
2015-05-12events: provide better error message for unhandled errorEvan Lucas
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin
2015-05-08cluster: disconnect event not emitted correctlyOleg Elifantiev
2015-05-08src: add type check to v8.setFlagsFromString()Roman Klauke
2015-05-06js_stream: fix buffer index in DoWriteShigeki Ohtsu
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-05-01node: improve nextTick performanceBrian White
2015-05-01Merge branch 'v1.x'Jeremiah Senkpiel
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson
2015-04-29test: extend timeouts for ARMv6Rod Vagg
2015-04-28fs: validate fd on fs.writeJulian Duque
2015-04-28deps: upgrade v8 to 4.2.77.13Ben Noordhuis
2015-04-28os: remove trailing slash from os.tmpdir()Christian Tellnes
2015-04-28test: fix test-net-dns-custom-lookup test assertionEvan Lucas
2015-04-25util: add Map and Set inspection supportChristopher Monsanto
2015-04-24deps: update http_parser to 2.5.0Fedor Indutny
2015-04-24buffer: fix copy() segfault with zero argumentsTrevor Norris
2015-04-24net: add lookup option to Socket.prototype.connectEvan Lucas
2015-04-24net: cleanup connect logicEvan Lucas