test: fix tap output on windows
[platform/upstream/nodejs.git] / src /
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 Ben Noordhuiszlib: fix assert on bad input
2013-02-15 isaacsNow working on v0.8.21
2013-02-15 isaacsMerge branch 'v0.8.20-release' into v0.8
2013-02-15 isaacs2013.02.15, Version 0.8.20 (Stable) v0.8.20
2013-02-06 isaacsNow working on 0.8.20
2013-02-06 isaacsMerge branch 'v0.8.19-release' into v0.8
2013-02-06 isaacs2013.02.06, Version 0.8.19 (Stable) v0.8.19
2013-02-05 Ben Noordhuiszlib: pass object size hint to V8
2013-02-05 Ben Noordhuiszlib: reduce memory consumption, release early
2013-01-25 Trevor Norrisbuffer: slow buffer copy compatibility fix
2013-01-22 Ben Noordhuiszlib: don't assert on malformed dictionary
2013-01-22 Ben Noordhuiszlib: don't assert on missing dictionary
2013-01-18 isaacsNow working on 0.8.19
2013-01-18 isaacsMerge branch 'v0.8.18-release' into v0.8
2013-01-18 isaacs2013.01.18, Version 0.8.18 (Stable) v0.8.18
2013-01-17 Ben Noordhuisbuffer: reject negative SlowBuffer offsets
2013-01-10 isaacsNow working on 0.8.18
2013-01-10 isaacsMerge branch 'v0.8.17-release' into v0.8
2013-01-10 isaacs2012.01.09, Version 0.8.17 (Stable) v0.8.17
2013-01-09 Ben Noordhuistyped arrays: fix 32 bit size/index overflow
2013-01-09 Fedor Indutnyobject_wrap: add missing HandleScope
2012-12-31 Tim Bradshawos: change CPU time from Integer to Number
2012-12-27 Maciej Małeckibuild: allow to specify custom tags
2012-12-13 isaacsNow working on 0.8.17
2012-12-13 isaacsMerge commit 'v0.8.16' into v0.8
2012-12-13 isaacs2012.12.13, Version 0.8.16 (Stable) v0.8.16
2012-12-03 Fedor Indutnycrypto: fix leak in GetPeerCertificate
2012-11-28 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-26 isaacsNow working on 0.8.16
2012-11-26 isaacsMerge branch 'v0.8.15-release' into v0.8
2012-11-26 isaacs2012.11.26, Version 0.8.15 (Stable) v0.8.15
2012-11-08 Bert Belderdomains: don't crash if domain is set to null
2012-10-25 isaacsNow working on 0.8.15
2012-10-25 isaacsMerge branch 'v0.8.14-release' into v0.8
2012-10-25 isaacs2012.10.25, Version 0.8.14 (Stable) v0.8.14
2012-10-25 isaacsNow working on 0.8.14
2012-10-25 isaacsMerge branch 'v0.8.13-release' into v0.8
2012-10-25 isaacs2012.10.25, Version 0.8.13 (Stable) v0.8.13
2012-10-23 Aaron Jacobstyped arrays: use `signed char` for signed int8s
2012-10-21 Ben Noordhuiscrypto: fix DH use-after-free and memory leak
2012-10-21 Ben Noordhuiscrypto: fix DH 1 byte buffer underflow
2012-10-12 isaacsNow working on 0.8.13
2012-10-12 isaacsMerge branch 'v0.8.12-release' into v0.8
2012-10-11 isaacs2012.10.12, Version 0.8.12 (Stable) v0.8.12
2012-10-10 Ben Noordhuisbuffer: report proper retained size in profiler
2012-10-08 Ben Noordhuiscrypto: fix -Wtautological-compare warning
2012-10-07 Andrew PaprockiFix -Wsizeof-array-argument compiler warning.
2012-10-04 koichikbuffer: fix byteLength with UTF-16LE
2012-09-27 isaacsNow working on 0.8.12
2012-09-27 isaacsMerge branch 'v0.8.11-release' into v0.8
2012-09-27 isaacs2012.09.27, Version 0.8.11 (Stable) v0.8.11
2012-09-25 Ben Noordhuisfs: fix stat() reporting for large files
2012-09-25 isaacsNow working on 0.8.11
2012-09-25 isaacsMerge branch 'v0.8.10-release' into v0.8
2012-09-25 isaacs2012.09.25, Version 0.8.10 (Stable) v0.8.10
2012-09-17 Ben Noordhuisprocess: fix setuid() and setgid() error reporting
2012-09-14 Ben Noordhuisfs: fix assert in fs.watch()
2012-09-14 Ben Noordhuisfs: don't segfault on deeply recursive stat()
2012-09-11 isaacsNow working on 0.8.10
2012-09-11 isaacsMerge branch 'v0.8.9-release' into v0.8
2012-09-11 isaacs2012.09.11, Version 0.8.9 (Stable) v0.8.9
2012-09-03 Ben Noordhuiscrypto, tls: make setSNICallback() compatible with...
2012-09-03 Ben Noordhuiscrypto: make pbkdf2() compatible with domains
2012-09-03 Ben Noordhuiscrypto: make randomBytes() compatible with domains
2012-09-03 Bert Belderwindows: don't blow when a signal handler is attached
2012-08-22 isaacsNow working on 0.8.9
2012-08-22 isaacsMerge branch 'v0.8.8-release' into v0.8
2012-08-22 isaacs2012.08.22, Version 0.8.8 (Stable) v0.8.8
2012-08-20 Bert Belderunix: don't explicitly instantiate v8::Persistent<x...
2012-08-20 Ben Noordhuisfs: fix use after free in stat watcher
2012-08-16 Bert BelderAvoid compiler warning about negating unsigned value
2012-08-16 Bert Belderwindows: avoid MSVC warnings about templates not having...
2012-08-16 isaacsNow working on 0.8.8
2012-08-16 isaacsMerge branch 'v0.8.7-release' into v0.8
2012-08-15 isaacs2012.08.15, Version 0.8.7 (Stable) v0.8.7
2012-08-14 Ben Noordhuisbuffer, crypto: fix buffer decoding
2012-08-07 isaacsNow working on 0.8.7
2012-08-07 isaacsMerge branch 'v0.8.6-release' into v0.8
2012-08-07 isaacs2012.08.07, Version 0.8.6 (Stable) v0.8.6
2012-08-02 isaacsNow working on 0.8.6
2012-08-02 isaacsMerge branch 'v0.8.5-release' into v0.8
2012-08-02 isaacs2012.08.02, Version 0.8.5 (Stable) v0.8.5
2012-08-01 Ben Noordhuisnode: tag Encode and friends NODE_EXTERN
2012-07-30 isaacsReport errors properly from --eval and stdin
2012-07-28 Ben Noordhuisnode: use variadic functions in ev-emul.h
2012-07-25 isaacsNow working on v0.8.5
2012-07-25 isaacsMerge branch 'v0.8.4-release' into v0.8
2012-07-25 isaacs2012.07.25, Version 0.8.4 (Stable) v0.8.4
2012-07-23 Peter Rybindebugger: wake up the event loop when a debugger comman...
2012-07-19 Fedor Indutnytls: veryify server's identity
2012-07-19 isaacsNow working on 0.8.4
2012-07-19 isaacsMerge branch 'v0.8.3-release' into v0.8
2012-07-19 isaacs2012.07.19, Version 0.8.3 (Stable) v0.8.3
2012-07-18 Ben Noordhuisnode: make ev-emul.h compile with -Wextra -Werror
2012-07-12 Ben Noordhuisnet: fix net.Server.listen({fd:x}) error reporting
2012-07-12 Bert BelderMerge branch 'v0.6' into v0.8
2012-07-11 isaacsNow working on 0.6.21
next