3290 Commits (862cc28183b03f0e1a67b052b5c8250a3e2e8995)

Author SHA1 Message Date
Timothy J Fontaine ab54e32bbd src: only define ssize_t on windows if undefined 11 years ago
Fedor Indutny 9836a4eeda stream_wrap: use `uv_try_write` where possible 11 years ago
Fedor Indutny eaf76648a6 node: explicitly include `sys/types.h` for size_t 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Alexis Campailla 14d6df8702 node: fix argument parsing with -p arg 11 years ago
Fedor Indutny 64d33a7519 deps: update uv to 0.11.18 11 years ago
Fedor Indutny b4c4e0bbaa crypto: throw on SignFinal failure 11 years ago
Fedor Indutny cc4b6e6e58 crypto: clear error in GetPeerCertificate 11 years ago
Fedor Indutny 640912d18a tls_wrap: propagate errors to write callbacks 11 years ago
Trevor Norris 74656ca189 lint: use reinterpret_cast, not C-style casts 11 years ago
Timothy J Fontaine eb7c7be7da Now working on 0.10.26 11 years ago
Fedor Indutny c79c304ead tls: process accumulated input 11 years ago
Timothy J Fontaine bc2f31ae1d 2014.01.23, Version 0.10.25 (Stable) 11 years ago
Trevor Norris 56ebf308dc node: clear nextTickQueue when using domains 11 years ago
Yorkie c7f5c98ee9 crypto: remove duplicate ERR_load_crypto_strings() 11 years ago
Ben Noordhuis 74d9aa49d5 crypto: support custom pbkdf2 digest methods 11 years ago
Trevor Norris e6016dae34 node: remove asyncStack 11 years ago
Trevor Norris f32c1ffe56 node: only run same AL once on error 11 years ago
Fedor Indutny 661190af13 crypto: throw only in direct C++ methods 11 years ago
Fedor Indutny e57ab7ba06 node: `EmitExit` should not call `exit()` 11 years ago
Trevor Norris bf08ac462e node: compare AsyncListener instances, not uid's 11 years ago
Trevor Norris 60fcc11be2 node: ensure same AL inst only runs once 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
Fedor Indutny 159da758e4 crypto: remove most of the `node_isolate` uses 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Ben Noordhuis cda41f8775 src: don't mark addon_register_func as dllimport 11 years ago
Ben Noordhuis 262a752c29 tls: show human-readable error messages 11 years ago
Timothy J Fontaine 8753bb3859 src: return empty set on ENOSYS for interfaces 11 years ago
Timothy J Fontaine 270c2deb84 src: OnFatalError handler must abort() 11 years ago
Trevor Norris 646ac18d79 node: AsyncListener use separate storage mechanism 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Fedor Indutny 92b6417098 crypto: introduce .setEngine(engine, [flags]) 11 years ago
Trevor Norris a40b463674 node: properly check uid when adding AsyncListener 11 years ago
Trevor Norris d9fc6af32a node: change AsyncListener API 11 years ago
Timothy J Fontaine c3e26d64f8 Now working on 0.11.11 11 years ago
Timothy J Fontaine 66931791f0 2013.12.31, Version 0.11.10 (Unstable) 11 years ago
Tuğrul Topuz bddea032b7 dns: add resolveSoa and 'SOA' rrtype 11 years ago
Vladimir Kurchatkin 055f7e9da9 src: only access stack of non-null errors 11 years ago
Fedor Indutny 82098bb97b util: introduce CHECK_EQ/CHECK_NE 11 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 11 years ago
Timothy J Fontaine 00e28ee6a8 Now working on 0.10.25 11 years ago
Yorkie 59fb0185ec crypto: remove unnecessary OpenSSL_add_all_digests 11 years ago
Timothy J Fontaine b7fd6bc899 2013.12.18, Version 0.10.24 (Stable) 11 years ago
Alexis Campailla cdc038ceb6 vm: fix race condition in timeout 11 years ago
Ahamed Nafeez 8a79cca80c crypto: comment change on disabling compression 11 years ago
Timothy J Fontaine bb1575b4c4 Now working on 0.10.24 11 years ago
Timothy J Fontaine 0462bc2356 2013.12.12, Version 0.10.23 (Stable) 11 years ago
Fedor Indutny f16edd2632 fs: report correct path when EEXIST 11 years ago
Fedor Indutny 4a2792cd2f tls: emit 'end' on .receivedShutdown 11 years ago
Fedor Indutny c17449df16 tls_wrap: bump kClearOutChunkSize to 16kb 11 years ago