summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-05-30test: check error type from net.Server.listen()Rich Trott1-15/+15
2015-05-30src: fix module search path for preload modulesAli Ijaz Sheikh1-0/+9
2015-05-29http: flush stored headerVladimir Kurchatkin2-1/+28
2015-05-28test: add heap profiler add-on regression testBen Noordhuis3-0/+47
2015-05-28child_process: expose ChildProcess constructorEvan Lucas2-0/+55
2015-05-26test: remove stray copyright noticesBen Noordhuis4-4/+0
2015-05-26test: fix deprecation warning in addons testBen Noordhuis1-1/+1
2015-05-26src: fix deferred events not working with -eBen Noordhuis3-32/+34
2015-05-23net: return this from setNoDelay and setKeepAliveRoman Reiss2-2/+4
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss1-0/+12
2015-05-22buffer: optimize Buffer.byteLengthBrendan Ashworth2-13/+46
2015-05-22tls: emit errors happening before handshake finishMalte-Thorben Bruns1-0/+46
2015-05-22tls: use `.destroy(err)` instead of destroy+emitFedor Indutny1-0/+42
2015-05-21tls: make server not use DHE in less than 1024bitsShigeki Ohtsu1-4/+6
2015-05-20test: fix jslint errorMichaƫl Zasso1-2/+3
2015-05-19test: fix test-sync-io-optionSantiago Gimeno1-10/+12
2015-05-19test: enable linting for testsRoman Reiss981-1123/+2268
2015-05-19net: persist net.Socket options before connectEvan Lucas3-0/+105
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris1-0/+44
2015-05-18doc: update links from iojs/io.js to nodejs/io.jsFrederic Hemberger8-9/+9
2015-05-17repl: support non-array `.scope`, document itYazhong Liu1-0/+18
2015-05-16tls_wrap: fix error cb when fatal TLS Alert recvdShigeki Ohtsu1-0/+90
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas9-15/+29
2015-05-15src: fix preload when used with prior flagsYosuke Furukawa1-0/+12
2015-05-13test: fix infinite loop detectionYosuke Furukawa1-1/+2
2015-05-13os: refine tmpdir() trailing slash strippingcjihrig1-0/+10
2015-05-12events: provide better error message for unhandled errorEvan Lucas1-0/+8
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa1-0/+38
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin2-25/+150
2015-05-08cluster: disconnect event not emitted correctlyOleg Elifantiev1-1/+9
2015-05-08src: add type check to v8.setFlagsFromString()Roman Klauke1-0/+6
2015-05-06js_stream: fix buffer index in DoWriteShigeki Ohtsu1-0/+65
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg2-1733/+9
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg1-47/+12
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov1-12/+47
2015-05-01url: significantly improve the performance of the url modulePetka Antonov2-9/+1733
2015-05-01node: improve nextTick performanceBrian White2-3/+5
2015-05-01Merge branch 'v1.x'Jeremiah Senkpiel2-22/+5
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny17-51/+251
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson2-1/+100
2015-04-29test: extend timeouts for ARMv6Rod Vagg4-4/+4
2015-04-28fs: validate fd on fs.writeJulian Duque1-0/+11
2015-04-28deps: upgrade v8 to 4.2.77.13Ben Noordhuis2-33/+0
2015-04-28os: remove trailing slash from os.tmpdir()Christian Tellnes1-0/+4
2015-04-28test: fix test-net-dns-custom-lookup test assertionEvan Lucas1-3/+12
2015-04-25util: add Map and Set inspection supportChristopher Monsanto1-0/+65
2015-04-24deps: update http_parser to 2.5.0Fedor Indutny1-22/+0
2015-04-24buffer: fix copy() segfault with zero argumentsTrevor Norris1-0/+5
2015-04-24net: add lookup option to Socket.prototype.connectEvan Lucas1-0/+40
2015-04-24net: cleanup connect logicEvan Lucas2-1/+19