3258 Commits (6e453fad87c51dc15327628aa75886d3fbb3fa1c)

Author SHA1 Message Date
Ben Noordhuis 4dc6f4adf4 src: fix MakeCallback() handle leak 11 years ago
Ben Noordhuis 1f2f3fa83a src: update MakeCallback() function prototype 11 years ago
Fedor Indutny 528a3ce3ed tls: more session configuration options, methods 11 years ago
Fedor Indutny 5ce458032f contextify: handle infinite recursion errors 11 years ago
Ben Noordhuis 09c51d5e40 crypto: update root certificates 11 years ago
Fedor Indutny 9a60bf3726 tls: fix crash in SNICallback 11 years ago
Nikolai Vavilov 9b37b83a20 zlib: add sync versions for convenience methods 11 years ago
Fedor Indutny 643a7d8c16 dtrace: fix arguments warning 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago
Timothy J Fontaine c8c26f12e4 src: move header inclusion out of namespace 11 years ago
Timothy J Fontaine e63268e433 Now working on 0.11.12 11 years ago
Timothy J Fontaine b46e774215 2014.01.29, Version 0.11.11 (Unstable) 11 years ago
Fedor Indutny fc26fd6b38 node: do not ever close stdio 11 years ago
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