test: report test duration in TAP progress
[platform/upstream/nodejs.git] / src /
2013-04-23 isaacsNow working on 0.10.6
2013-04-23 isaacsMerge branch 'v0.10.5-release' into v0.10
2013-04-23 isaacs2013.04.23, Version 0.10.5 (Stable) v0.10.5
2013-04-22 isaacsos: Fix uname() error handling on sunos
2013-04-21 mscdexsrc: fix potential memory leak on early return
2013-04-21 mscdexsrc: don't initialize variable before assignment
2013-04-17 Trevor Norriscrypto: fix return Local Handle w/o scope.Close()
2013-04-16 Ben Noordhuishandle_wrap: fix NULL pointer dereference
2013-04-15 Ben Noordhuisos: unbreak windows build
2013-04-15 Ben Noordhuisos: handle 256 character hostnames
2013-04-15 Ben Noordhuisos: fix unlikely buffer overflow in os.type()
2013-04-11 isaacsNow working on v0.10.5
2013-04-11 isaacsMerge branch 'v0.10.4-release' into v0.10
2013-04-11 isaacs2013.04.11, Version 0.10.4 (Stable) v0.10.4
2013-04-10 Ben Noordhuissrc: don't SetInternalField() in ObjectWrap dtor
2013-04-10 Ben NoordhuisRevert "crypto: use better memory BIO implementation"
2013-04-09 Ben Noordhuiscrypto: remove unused ClientHelloParser field
2013-04-08 Fedor Indutnycrypto: dh secret should be left-padded
2013-04-08 Rod Vaggprocess: expose NODE_MODULE_VERSION in process.versions
2013-04-08 Fedor Indutnycrypto: move write_head in bio's Reset() method
2013-04-08 Fedor Indutnycrypto: fix changing buffers in bio
2013-04-08 Fedor Indutnycrypto: fix style issues in bio
2013-04-07 Fedor Indutnycrypto: zero is not an error if writing 0 bytes
2013-04-05 Fedor Indutnycrypto: use better memory BIO implementation
2013-04-03 isaacsNow working on 0.10.4
2013-04-03 isaacsMerge branch 'v0.10.3-release' into v0.10
2013-04-03 isaacs2013.04.03, Version 0.10.3 (Stable) v0.10.3
2013-04-03 Timothy J Fontaineetw: update prototypes to match dtrace provider
2013-04-03 Ben Noordhuisdtrace: check if _handle property is set
2013-04-03 Timothy J Fontainedtrace: actually use the _handle.fd value
2013-04-03 Dave Pachecodtrace: pass more arguments to probes
2013-04-02 Brian Whitesrc: remove unused variables
2013-03-28 isaacsNode working on 0.10.3
2013-03-28 isaacsMerge branch 'v0.10.2-release' into v0.10
2013-03-28 Ben Noordhuissrc: tie process.versions.uv to uv_version_string()
2013-03-28 isaacs2013.03.28, Version 0.10.2 (Stable) v0.10.2
2013-03-28 Fedor Indutnytls: handle SSL_ERROR_ZERO_RETURN
2013-03-27 Trevor Norrisdomain: fix domain callback from MakeCallback
2013-03-25 Ben Noordhuiscrypto: make getCiphers() return non-SSL ciphers
2013-03-23 Marcel Laverdettls: remove harmful unnecessary bounds checking
2013-03-23 Ben Noordhuiscrypto: check randomBytes() size argument
2013-03-21 isaacsNow working on v0.10.2
2013-03-21 isaacsMerge branch 'v0.10.1-release' into v0.10
2013-03-21 isaacs2013.03.21, Version 0.10.1 (Stable) v0.10.1
2013-03-19 Bert Belderwindows: enable watching signals with process.on('SIGXYZ')
2013-03-17 Trevor Norrisnode: revert removal of MakeCallback
2013-03-14 Ben Noordhuisnet: improve arbitrary tcp socket support
2013-03-14 Ben Noordhuisdeps: upgrade libuv to 7b66ea1
2013-03-13 isaacscore: Move UNWRAP_NO_ABORT to handle_wrap.h
2013-03-13 isaacscore: Unwrap without aborting in handle fd getter
2013-03-11 isaacsNow working on 0.10.1
2013-03-11 isaacsMerge branch 'v0.10.0-release' into v0.10
2013-03-11 isaacs2013.03.11, Version 0.10.0 (Stable) v0.10.0
2013-03-09 isaacsdomain: Fix double-exit on nested domains
2013-03-09 isaacsNow working on 0.10.0
2013-03-09 isaacslint
2013-03-09 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-09 isaacscore: Append filename properly in dlopen on windows
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-07 isaacsNow working on 0.8.23
2013-03-07 isaacsMerge branch 'v0.8.22-release' into v0.8
2013-03-06 isaacs2013.03.07, Version 0.8.22 (Stable) v0.8.22
2013-03-06 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-06 isaacsNow working on 0.9.13
2013-03-06 isaacsMerge branch 'v0.9.12-release'
2013-03-06 isaacs2013.03.06, Version 0.9.12 (Unstable) v0.9.12
2013-03-06 isaacsnode: Add --throw-deprecation
2013-03-06 Ben Noordhuishandle_wrap: add close callback support
2013-03-06 Ben Noordhuishandle_wrap: replace unref_ field with flags_ field
2013-03-06 Ben Noordhuissrc: remove unused symbols in node_file.cc
2013-03-06 Pavel LangDNS: Support NAPTR queries
2013-03-06 isaacscares: Set process._errno, not global.errno
2013-03-06 Nathan Rajlichprocess: invoke EventEmitter on `process`
2013-03-05 Nathan Rajlichprocess: invoke EventEmitter on `process`
2013-03-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-02 Trevor Norrisevents: _events to object and undefined not null
2013-03-02 Ben Noordhuiscrypto: don't assert when calling Cipher#final() twice
2013-03-01 isaacsNow working on 0.9.12
2013-03-01 isaacsMerge branch 'v0.9.11-release'
2013-03-01 isaacs2013.03.01, Version 0.9.10 (Unstable) v0.9.11
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Ben Noordhuislib, src: remove errno global
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Trevor Norrisprocess: separate nextTick domain logic
2013-02-28 isaacscore: Remove the nextTick for running the main file
2013-02-27 isaacscore: Mark exit() calls with status codes
2013-02-27 Ben Noordhuiscrypto: clear error stack
2013-02-27 isaacscore: Use a uv_signal for debug listener
2013-02-26 Fedor Indutnyv8: fix postmortem and dtrace helper build
2013-02-26 Fedor IndutnyRevert "sunos: unbreak build after v8 downgrade"
2013-02-26 Ben Noordhuissunos: unbreak build after v8 downgrade
2013-02-25 Ben Noordhuissrc, test: downgrade to v8 3.14 api
2013-02-25 isaacsNow working on 0.8.22
2013-02-25 isaacsMerge branch 'v0.8.21-release' into v0.8
2013-02-25 isaacs2013.02.25, Version 0.8.21 (Stable) v0.8.21
2013-02-21 isaacsstream: remove lowWaterMark feature
2013-02-21 Ben Noordhuiszlib: fix assert on bad input
next