dgram: fix assertion on bad send() arguments
[platform/upstream/nodejs.git] / src /
2013-08-16 isaacsNow working on v0.10.17
2013-08-16 isaacsMerge branch 'v0.10.16-release' into v0.10
2013-08-16 isaacs2013.08.16, Version 0.10.16 (Stable) v0.10.16
2013-08-16 Ben Noordhuiscrypto: fix memory leak in randomBytes() error path
2013-07-30 Ben Noordhuiscrypto: fix assert() on malformed hex input
2013-07-30 Ben Noordhuisstring_bytes: add StringBytes::IsValidString()
2013-07-26 Timothy J FontaineNow working on 0.10.16
2013-07-26 Timothy J FontaineMerge branch 'v0.10.15-release' into v0.10
2013-07-25 Timothy J Fontaine2013.07.25, Version 0.10.15 (Stable) v0.10.15
2013-07-25 Ben Noordhuissrc: fix process.getuid() return value
2013-07-25 Timothy J FontaineNow working on 0.10.15
2013-07-25 Timothy J FontaineMerge branch 'v0.10.14-release' into v0.10
2013-07-25 Timothy J Fontaine2013.07.25, Version 0.10.14 (Stable) v0.10.14
2013-07-23 Ben Noordhuissrc: os: use Number::New() for CPU info
2013-07-23 Ben Noordhuisfs: uids and gids must be unsigned ints
2013-07-10 Trevor Norrisnode: call MakeDomainCallback in all domain cases
2013-07-10 Fedor Indutnycrypto: fix memory leak in LoadPKCS12
2013-07-09 Timothy J FontaineNow working v0.10.14
2013-07-09 Timothy J FontaineMerge branch 'v0.10.13-release' into v0.10
2013-07-09 Timothy J Fontaine2013.07.09, Version 0.10.13 (Stable) upstream/0.10.13 v0.10.13
2013-07-05 Ben Noordhuissrc: fix memory leak in UsingDomains()
2013-07-01 Brian Whitezlib: level can be negative
2013-06-20 Timothy J Fontainestring_bytes: properly detect 64bit
2013-06-18 isaacsNow working on 0.10.13
2013-06-18 isaacsMerge branch 'v0.10.12-release' into v0.10
2013-06-18 isaacs2013.06.18, Version 0.10.12 (Stable) v0.10.12
2013-06-13 isaacsNow working on 0.10.12
2013-06-13 isaacsMerge branch 'v0.10.11-release' into v0.10
2013-06-13 isaacs2013.06.13, Version 0.10.11 (Stable) v0.10.11
2013-06-04 isaacsNow working on v0.10.11
2013-06-04 isaacsMerge branch 'v0.10.10-release' into v0.10
2013-06-04 isaacs2013.06.04, Version 0.10.10 (Stable) v0.10.10
2013-05-30 isaacsNow working on v0.10.10
2013-05-30 isaacsMerge branch 'v0.10.9-release' into v0.10
2013-05-30 isaacs2013.05.30, Version 0.10.9 (Stable) v0.10.9
2013-05-28 Fedor Indutnytls: ignore .shutdown() syscall error
2013-05-24 isaacsNow working on 0.10.9
2013-05-24 isaacsMerge branch 'v0.10.8-release' into v0.10
2013-05-24 isaacs2013.05.24, Version 0.10.8 (Stable) v0.10.8
2013-05-23 Timothy J Fontainebuffer: special case empty string writes
2013-05-20 isaacscrypto: Clear error after DiffieHellman key errors
2013-05-20 Trevor Norrisstring_bytes: strip padding from base64 strings
2013-05-17 isaacssrc: Remove superfluous static_cast
2013-05-17 isaacsNow working on 0.10.8
2013-05-17 isaacsMerge branch 'v0.10.7-release' into v0.10
2013-05-17 isaacs2013.05.17, Version 0.10.7 (Stable) v0.10.7
2013-05-17 isaacscrypto: Don't ignore verify encoding argument
2013-05-16 Ben Noordhuisbuffer, crypto: fix default encoding regression
2013-05-14 isaacsNow working on v0.10.7
2013-05-14 isaacsMerge branch 'v0.10.6-release' into v0.10
2013-05-14 isaacscrypto: Pass encodings for Hmac digest
2013-05-14 isaacs2013.05.14, Version 0.10.6 (Stable) v0.10.6
2013-05-14 isaacscrypto: Pass encodings to C++ for Sign/Verify
2013-05-14 isaacscrypto: use StringBytes::Encode
2013-05-14 isaacscrypto: Pass strings to binding layer directly
2013-05-14 isaacsbuffer: DRY string encoding using StringBytes
2013-05-14 isaacssrc: use StringBytes for DecodeWrite/DecodeBytes/Encode
2013-05-14 isaacssrc: Use StringBytes in StreamWrap
2013-05-14 isaacssrc: Add StringBytes static util class
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
next