summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* streams: set listener first, emit 'data' laterFedor Indutny2013-01-081-0/+50
* net: fix bufferSize include writableStream lengthShigeki Ohtsu2013-01-081-0/+51
* test: fix simple/test-http-client-timeout-with-dataBen Noordhuis2013-01-071-2/+2
* test: disable simple/test-debug-brk-fileBen Noordhuis2013-01-071-0/+0
* child_process: make fork() execPath configurableBradley Meck2013-01-061-0/+57
* net: add localAddress and localPort to SocketJames Hight2013-01-051-0/+47
* REPL: fix floating point number parsingNirk Niggler2013-01-031-0/+3
* repl: allow overriding builtinsBen Noordhuis2013-01-031-1/+1
* test: make tests work with newer v8Fedor Indutny2013-01-022-2/+10
* dgram: fix double implicit bind errorBen Noordhuis2012-12-311-0/+49
* node: emit 'exit' when exiting with errorisaacs2012-12-293-1/+43
* timers: Move list.ontimeout to separate functionisaacs2012-12-291-1/+1
* assert: improve support for new execution contextslukebayes2012-12-291-1/+7
* test-message: Add setTimeout and nextTick message testsisaacs2012-12-294-0/+73
* domain: use camelCase instead of snake_caseisaacs2012-12-292-24/+24
* domain: Do not use uncaughtException handlerisaacs2012-12-291-35/+47
* fs: remove fs.sendfile()Ben Noordhuis2012-12-281-52/+0
* net: socket.readyState correctionsbentaber2012-12-271-0/+51
* stream2: fix to emit end event on http.ClientResponseShigeki Ohtsu2012-12-261-0/+52
* stream: do only fake drain when unpiped stream is the sourceAndreas Madsen2012-12-261-0/+76
* stream: fix event handler leak in readstream pipe and unpipeAndreas Madsen2012-12-261-0/+63
* test: add regression test for #4463Ben Noordhuis2012-12-251-0/+26
* repl: don't touch `require.cache`Nathan Rajlich2012-12-211-0/+33
* stdio: Do not read from stdout/errisaacs2012-12-211-0/+94
* test: Fix simple/test-http-localaddressisaacs2012-12-212-0/+3
* fs: add autoClose=true option to fs.createReadStreamFarid Neshat2012-12-201-0/+38
* test-pummel: Add call validation in net-write-callbacksisaacs2012-12-191-3/+16
* test: 2 resume() calls needed to flush streamsisaacs2012-12-192-0/+2
* net: Handle sync writable streams synchronouslyisaacs2012-12-171-0/+130
* Revert "buffer: allocate memory with mmap()"isaacs2012-12-171-37/+0
* test: Fix test-https-localaddress*isaacs2012-12-162-0/+3
* buffer: allocate memory with mmap()Ben Noordhuis2012-12-161-0/+37
* test: Update message tests for streams2isaacs2012-12-142-14/+18
* test: Update simple/test-fs-{write,read}-stream-err for streams2isaacs2012-12-142-31/+65
* test updates for streams2isaacs2012-12-1421-17/+43
* test: Fix many tests for http streams2 refactorisaacs2012-12-145-3/+15
* test updatesisaacs2012-12-143-11/+28
* test: Fix many tests for streams2 net refactorisaacs2012-12-1418-29/+165
* test: Sync writables may emit finish before callbacksisaacs2012-12-141-3/+9
* streams2: pause() should be immediateisaacs2012-12-141-2/+4
* streams2: Switch to old-mode immediately, not nextTickisaacs2012-12-141-1/+5
* test: Tests for streaming crypto interfacesisaacs2012-12-141-2/+54
* crypto: Streaming api for Hmacisaacs2012-12-141-0/+5
* crypto: Streaming interface for Hashisaacs2012-12-141-0/+16
* test: Writable stream end() method doesn't take a callbackisaacs2012-12-141-1/+2
* test: simple/test-file-write-stream needs to use 0 lowWaterMarkisaacs2012-12-141-1/+1
* test: Fix test-repl-autolibs inspect callisaacs2012-12-141-1/+2
* zlib: streams2isaacs2012-12-142-43/+0
* fs: streams2isaacs2012-12-143-31/+48
* streams2: Remove pipe if the dest emits errorisaacs2012-12-131-0/+105