2607 Commits (0a763e35da1f9e17620b293e5049cc6984e302a5)

Author SHA1 Message Date
isaacs ce54f4ae50 Now working on v0.10.10 12 years ago
isaacs 878ffdbe6a 2013.05.30, Version 0.10.9 (Stable) 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 12 years ago
isaacs ccb77e1c9d Now working on 0.10.9 12 years ago
isaacs 30d9e9fdd9 2013.05.24, Version 0.10.8 (Stable) 12 years ago
Timothy J Fontaine 007e63bb13 buffer: special case empty string writes 12 years ago
isaacs 3a2b5030ae crypto: Clear error after DiffieHellman key errors 12 years ago
Trevor Norris d5d5170c35 string_bytes: strip padding from base64 strings 12 years ago
isaacs f57ff787aa src: Remove superfluous static_cast 12 years ago
isaacs bae6d089a4 Now working on 0.10.8 12 years ago
isaacs d2fdae197a 2013.05.17, Version 0.10.7 (Stable) 12 years ago
isaacs 199fa9f8dd crypto: Don't ignore verify encoding argument 12 years ago
Ben Noordhuis f59ab10a64 buffer, crypto: fix default encoding regression 12 years ago
isaacs ef2b2a3f52 Now working on v0.10.7 12 years ago
isaacs a241deb19a crypto: Pass encodings for Hmac digest 12 years ago
isaacs 5deb1672f2 2013.05.14, Version 0.10.6 (Stable) 12 years ago
isaacs c1e8c8de1c crypto: Pass encodings to C++ for Sign/Verify 12 years ago
isaacs 430dc39e87 crypto: use StringBytes::Encode 12 years ago
isaacs a1eacdf12a crypto: Pass strings to binding layer directly 12 years ago
isaacs 119354f735 buffer: DRY string encoding using StringBytes 12 years ago
isaacs 4e8cddddcb src: use StringBytes for DecodeWrite/DecodeBytes/Encode 12 years ago
isaacs 69dac92c36 src: Use StringBytes in StreamWrap 12 years ago
isaacs 64fc34b270 src: Add StringBytes static util class 12 years ago
isaacs ec5577cf9d Now working on 0.10.6 12 years ago
isaacs deeaf8fab9 2013.04.23, Version 0.10.5 (Stable) 12 years ago
isaacs c77747354c os: Fix uname() error handling on sunos 12 years ago
mscdex c4379a5554 src: fix potential memory leak on early return 12 years ago
mscdex 2322580dfb src: don't initialize variable before assignment 12 years ago
Trevor Norris 659fb238e7 crypto: fix return Local Handle w/o scope.Close() 12 years ago
Ben Noordhuis ccd37226c6 handle_wrap: fix NULL pointer dereference 12 years ago
Ben Noordhuis d58ee7e5c7 os: unbreak windows build 12 years ago
Ben Noordhuis afbaddecd3 os: handle 256 character hostnames 12 years ago
Ben Noordhuis 78c5de598b os: fix unlikely buffer overflow in os.type() 12 years ago
isaacs 440bc060b9 Now working on v0.10.5 12 years ago
isaacs 9712aa9f76 2013.04.11, Version 0.10.4 (Stable) 12 years ago
Ben Noordhuis cd96f0aba8 src: don't SetInternalField() in ObjectWrap dtor 12 years ago
Ben Noordhuis 0d5595ac60 Revert "crypto: use better memory BIO implementation" 12 years ago
Ben Noordhuis eeb4c3216d crypto: remove unused ClientHelloParser field 12 years ago
Fedor Indutny 037bcac7ba crypto: dh secret should be left-padded 12 years ago
Rod Vagg ccabd4a6fa process: expose NODE_MODULE_VERSION in process.versions 12 years ago
Fedor Indutny 21f3c5c367 crypto: move write_head in bio's Reset() method 12 years ago
Fedor Indutny ba0f7b8066 crypto: fix changing buffers in bio 12 years ago
Fedor Indutny 8c8ebe49b6 crypto: fix style issues in bio 12 years ago
Fedor Indutny 77715edee8 crypto: zero is not an error if writing 0 bytes 12 years ago
Fedor Indutny 58f93ffc4a crypto: use better memory BIO implementation 12 years ago
isaacs 734a19060c Now working on 0.10.4 12 years ago
isaacs d4982f6f5e 2013.04.03, Version 0.10.3 (Stable) 12 years ago
Timothy J Fontaine 9f65b1edf7 etw: update prototypes to match dtrace provider 12 years ago
Ben Noordhuis 75463899c8 dtrace: check if _handle property is set 12 years ago
Timothy J Fontaine aca31e37f7 dtrace: actually use the _handle.fd value 12 years ago