build: add pkgsrc rule
[platform/upstream/nodejs.git] / test /
2013-06-05 isaacsnet: Destroy when not readable and not writable
2013-06-03 isaacsurl: Properly parse certain oddly formed urls
2013-06-03 isaacsstream: unshift('') is a noop
2013-05-30 Brian Whiterepl: fix JSON.parse error check
2013-05-28 Fedor Indutnytls: invoke write cb only after opposite read end
2013-05-24 Fedor Indutnytls: retry writing after hello parse error
2013-05-24 Nathan Zadokshttp: remove bodyHead from 'upgrade' events
2013-05-23 Timothy J Fontainebuffer: special case empty string writes
2013-05-23 isaacshttp: Return true on empty writes, not false
2013-05-21 Timothy J Fontainenet: use timers._unrefActive for internal timeouts
2013-05-20 Trevor Norrisbuffer: throw when writing beyond buffer
2013-05-20 isaacscrypto: Clear error after DiffieHellman key errors
2013-05-20 Trevor Norrisstring_bytes: strip padding from base64 strings
2013-05-16 Ben Noordhuisbuffer, crypto: fix default encoding regression
2013-05-15 Ben Noordhuistimers: fix setInterval() assert
2013-05-14 Benoit Valléetest: increase workers to 8 in cluster-disconnect
2013-05-13 Ben Noordhuischild_process: fix handle delivery
2013-05-09 Timothy J Fontainetest: fix pummel/test-net-many-clients.js
2013-05-08 Daniel Moorestream: make Readable.wrap support empty streams
2013-05-08 Daniel Moorestream: make Readable.wrap support objectMode
2013-05-02 Miroslav Bajtošdebugger: breakpoints in scripts not loaded yet
2013-04-26 Miroslav Bajtošdebugger: `restart` with custom debug port
2013-04-22 isaacshttp: Don't try to destroy nonexistent sockets
2013-04-22 isaacstest: fix dgram-bind-default-address on osx
2013-04-21 isaacscrypto: LazyTransform on properties, not methods
2013-04-18 Ryan Doengesassert: put info in err.message, not err.name
2013-04-17 Ben Noordhuisdgram: fix no address bind()
2013-04-17 Ben Noordhuistest: make stdout-close-unref work in test runner
2013-04-16 Ben Noordhuishandle_wrap: fix NULL pointer dereference
2013-04-16 Stanislav Ochotnickytest: preserve process.env after test-init exec
2013-04-16 Stanislav Ochotnickytest: preserve process.env in forked child_process
2013-04-11 isaacsstream: Fix unshift() race conditions
2013-04-10 Fedor Indutnynet: fix socket.bytesWritten Buffers support
2013-04-08 Łukasz Walukiewiczbuffer: fix offset checks
2013-04-08 isaacsstream: call write cb before finish event
2013-04-08 isaacshttp: Support write(data, 'hex')
2013-04-08 Fedor Indutnycrypto: dh secret should be left-padded
2013-04-08 Andreas Madsencrypto: fix constructor call in crypto streams
2013-04-07 Fedor Indutnynet: fix buffer iteration in bytesWritten
2013-04-07 Fedor Indutnycrypto: zero is not an error if writing 0 bytes
2013-04-03 isaacshttp: Remove legacy ECONNRESET workaround code
2013-04-03 isaacstest: fork-getconnections stricter, less chatty
2013-04-02 isaacshttp client: Ensure socket cleanup on response end
2013-04-01 Andrew Harttest: test intended code-paths
2013-03-30 Nathan Rajlichrepl: isSyntaxError() catches "strict mode" errors
2013-03-28 isaacsstream: Emit readable on ended streams via read(0)
2013-03-28 isaacsstream: Handle late 'readable' event listeners
2013-03-27 isaacstest: Accept either kind of NaN
2013-03-27 Fedor Indutnytls: handle errors before calling C++ methods
2013-03-27 Trevor Norrisdomain: fix domain callback from MakeCallback
2013-03-25 Ben Noordhuischild_process: don't emit same handle twice
2013-03-25 Ben Noordhuiscrypto: make getCiphers() return non-SSL ciphers
2013-03-25 Ben Noordhuischild_process: fix sending utf-8 to child process
2013-03-24 isaacsstream: Fix early end in Writables on zero-length writes
2013-03-24 Alexey Kupershtokhtimer: fix off-by-one ms error
2013-03-23 Ben Noordhuiscrypto: check randomBytes() size argument
2013-03-22 Gil Pedersenstream: Fix stall in Transform under very specific...
2013-03-21 Fedor Indutnytimers: handle signed int32 overflow in enroll()
2013-03-20 Raymond Fengfs: make write/appendFileSync correctly set file mode
2013-03-17 Fedor Indutnytls: write pending data of opposite side
2013-03-14 isaacsstream: Return self from readable.wrap
2013-03-14 isaacstest: No need for kicking in streams2 test
2013-03-14 Gil Pedersenstream: Never call decoder.end() multiple times
2013-03-13 isaacsRevert "stream: Never call decoder.end() multiple times"
2013-03-13 isaacsfs: Missing cb errors are deprecated, not a throw
2013-03-13 Gil Pedersenstream: Never call decoder.end() multiple times
2013-03-13 Fedor Indutnynet: handle 'finish' event only after 'connect'
2013-03-10 isaacsstream: Don't emit 'end' unless read() called
2013-03-10 isaacsstream: Avoid nextTick warning filling read buffer
2013-03-10 Julian Gruberevents: Handle missing error obj when domains in use
2013-03-10 koichikhttp: ServerRequest does not timeout after 'end'
2013-03-10 isaacshttp: Do not setTimeout a not-yet-existent socket
2013-03-09 hchttp: check if incoming parser has already been freed
2013-03-09 Andreas Madsentimers: consistent this keyword in setImmediate
2013-03-09 isaacsdomain: Fix double-exit on nested domains
2013-03-09 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-09 isaacstest: Fail faster in simple/test-cluster-bind-twice-v2
2013-03-09 isaacstest: Kill zombies when debugger-client fails on windows
2013-03-09 isaacstest: Don't run async operation in process 'exit'
2013-03-09 isaacstest: Use copy instead of symlink in child-process...
2013-03-09 isaacstest: Trim cat output for windows
2013-03-09 isaacstest: Sending dgram sockets to child procs not supporte...
2013-03-09 isaacstest: Make stream2-transform less timing-dependent
2013-03-09 isaacstest: Don't fail tls-session-cache if openssl is bad
2013-03-09 isaacszlib: Manage flush flags appropriately
2013-03-08 isaacsdomains: Handle errors thrown in nested error handlers
2013-03-08 Ben Noordhuisbuffer: speed up ascii character scanning
2013-03-08 Ben Noordhuisbuffer: strip high bits when converting to ascii
2013-03-08 isaacsRevert "http: check if incoming parser has already...
2013-03-08 hheennrryy@gmail.comhttp: check if incoming parser has already been freed
2013-03-07 Andreas Madsenchild_process: support sending dgram socket
2013-03-06 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-06 isaacshttp: More useful setTimeout API on server
2013-03-06 isaacsstream: Raise readable high water mark in powers of 2
2013-03-06 isaacsstream: Allow strings in Readable.push/unshift
2013-03-06 isaacsstream: Remove bufferSize option
2013-03-06 isaacsstream: Remove pipeOpts.chunkSize
2013-03-06 isaacsstream: Increase highWaterMark on large reads
2013-03-06 isaacstest: Pass cli flags in pummel/test-regress-GH-892
2013-03-06 Eugene Girshovhttp: fix multiple timeout events
next