build: fix test-gc weakref build rule
[platform/upstream/nodejs.git] / test /
2013-10-23 Ben Noordhuissrc: update after v8 api changes
2013-10-17 Patrik Stutzhttp: add statusMessage
2013-10-16 Ben Noordhuisdns: set hostname property on error object
2013-10-16 Ben Noordhuisdebugger: fix SIGUSR1 bootstrap race condition
2013-10-16 Ben Noordhuisdebugger: make busy loops SIGUSR1-interruptible
2013-10-16 isaacshttp: provide backpressure for pipeline flood
2013-10-16 Jason Gerfencrypto: add SPKAC support
2013-10-15 isaacsRevert "crypto: add SPKAC support"
2013-10-13 Jason Gerfencrypto: add SPKAC support
2013-10-15 Rod Vaggutil: format as Error if instanceof Error
2013-10-14 Ben Noordhuiscluster: fix premature 'disconnect' event
2013-10-11 Trevor Norrisbuffer: add buf.toArrayBuffer() API
2013-10-11 Glen Mailerassert: indicate if exception message is generated
2013-10-01 Ben Noordhuistest: update require path after file move
2013-10-01 Alex Kocharindebugger: repeat last command
2013-09-26 Timothy J Fontainetest: add regression test for #6235
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-24 Fedor Indutnytls: wrap tls inside tls using legacy API
2013-09-23 Eric Schrockreadline: handle input starting with control chars
2013-09-20 Ben Noordhuissrc: initialize c-ares task list on env init
2013-09-19 Maciej Małeckinet: add a port validation to `connect`
2013-09-14 Fedor Indutnycontextify: fix ContextifyContext leak
2013-09-14 Nathan Rajlichhttp: don't pass the request options to Agent
2013-09-13 Nathan Rajlichtls: don't push() incoming data when ondata is set
2013-09-12 Fedor Indutnycontextify: dealloc only after global and sandbox
2013-09-09 Fedor Indutnytls: fix setting NPN protocols
2013-09-09 Ben Noordhuistest: move slow tests to test/pummel/
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-07 isaacsprocess: use exit 1 for uncaughtException
2013-09-07 isaacsprocess: Fix regression from a5dba82
2013-09-07 isaacsprocess: Use exit code 8 consistently
2013-09-06 isaacsprocess: Add exitCode property
2013-09-06 Ben Noordhuistest: don't call process.exit() in debugger tests
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-05 Trevor Norrishandle_wrap: properly don't abort on unwrap
2013-09-05 isaacsstream: objectMode transforms allow falsey values
2013-09-05 Ben Noordhuistest: move slow test from simple/ to pummel/
2013-09-05 Fedor Indutnytls: socket.renegotiate(options, callback)
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-04 Timothy J FontaineMerge branch 'v0.11.7-release'
2013-09-04 isaacshttp: Only send connection:keep-alive if necessary
2013-09-04 isaacsstream: return this from pause()/resume()
2013-09-04 Julian Gruberstream: make setEncoding chainable
2013-09-04 Nathan Rajlichrepl: treat "Assignment to const" as syntax error
2013-09-04 isaacsrepl: Catch syntax errors better
2013-09-03 isaacsprocess: Add internal _rawDebug() method
2013-09-02 Ben Noordhuissrc: clean up CLI argument parser
2013-09-02 Ben Noordhuistest: don't use --max-stack-size=0
2013-09-01 Ben Noordhuistest: speed up simple/test-fs-watch
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-30 Ben NoordhuisRevert "src: close libuv handles on exit"
2013-08-30 Trevor Norristest: move smalloc segfault tests to pummel
2013-08-30 Ben Noordhuissrc: close libuv handles on exit
2013-08-29 Domenic Denicolavm: update API to use options argument
2013-08-28 Timothy J Fontainetimer_wrap: Timer.now always update loop time
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 Ben Noordhuiscrypto: make randomBytes/pbkdf2 cbs domain aware
2013-08-28 Domenic Denicolavm: add isContext; prevent double-contextifying
2013-08-28 Seth Fitzsimmonschild_process: Callback with Buffers from exec
2013-08-27 isaacsstream: Pass 'buffer' encoding to decoded writables
2013-08-23 Ben Noordhuisbuffer: fix regression in Buffer(buf) constructor
2013-08-22 Timothy J Fontaineutil: pass opts to custom inspect functions
2013-08-22 Timothy J Fontainebuffer: adhere to INSPECT_MAX_BYTES
2013-08-22 isaacsvm: Put back display_errors flag
2013-08-21 Domenic Denicolavm, core, module: re-do vm to fix known issues
2013-08-21 Timothy J Fontainetest: net-GH-5504 child env needs NODE_COMMON_PORT
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-21 Fedor Indutnytest: fix test failure on linux after edd2fcc
2013-08-20 Trevor Norrisutil: isObject should always return boolean
2013-08-20 Vsevolod Strukchinskynet: family option in net.connect
2013-08-20 Gil Pedersenfs: use correct self reference for autoClose test
2013-08-20 isaacstest: Remove unnecessary assertion
2013-08-19 Matthew Aynalemfixes #6031 spelling errors
2013-08-19 James Hallidayhttp: removed headers stay removed
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 isaacsstream: Throw on 'error' if listeners removed
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-17 Ben Noordhuisdgram: fix assertion on bad send() arguments
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-16 isaacstest: Remove hard-coded port
2013-08-15 isaacshttp: Simplify IncomingMessage._dump method
2013-08-15 isaacshttp: Consistent 'finish' event semantics
2013-08-15 isaacshttp: Add write()/end() callbacks
2013-08-15 isaacshttp: Write hex/base64 chunks properly
2013-08-15 isaacshttp: Handle hex/base64 encodings properly
2013-08-15 isaacshttp: provide access to raw headers/trailers
2013-08-15 isaacsdoc: http keepalive, agent options
2013-08-15 isaacshttp: add agent.maxFreeSockets option
2013-08-15 Ben Noordhuistest: update tests after internal api change
2013-08-14 Ben Noordhuishttp: speed up callbacks, use array indices
2013-08-12 Ben Noordhuiscares_wrap: remove unused function getHostByName()
2013-08-12 Ben Noordhuistest: fix up internet/test-dns after api change
2013-08-09 Ben Noordhuistest: use common.PORT in simple/test-net-GH-5504
2013-08-09 Ben Noordhuisdgram: fix regression in string argument handling
2013-08-08 isaacshttp: Use streams3 directly, not .ondata/end
2013-08-07 Trevor Norrissmalloc: allow different external array types
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-06 Eran Hammerstream: Fix double pipe error emit
next