3024 Commits (16a402c0b5444b167887a20bb44c2ab53aacb97c)

Author SHA1 Message Date
Vladimir Kurchatkin 16a402c0b5 node: fix removing AsyncListener in callback 11 years ago
Trevor Norris 5757642e91 node: allow nextTick infinite recursion 11 years ago
Timothy J Fontaine 1a7d3e2b72 Now working on 0.11.10 11 years ago
Timothy J Fontaine dcfd032bdd 2013.11.20, Version 0.11.9 (Unstable) 11 years ago
Trevor Norris aef652dc11 asyncwrap: add missing TryCatch 11 years ago
Ben Noordhuis 3ac6946999 src: add ASSERT/CHECK/UNREACHABLE macros 11 years ago
Ben Noordhuis d29fe0f2c6 src: make queue.h c++ compatible 11 years ago
Fedor Indutny 5ce50ece16 dgram: fix abort when getting `fd` of closed dgram 11 years ago
Ben Noordhuis bd9c66668c debugger: pass on v8 debug switches 11 years ago
Ben Noordhuis 85c8eeb838 src: remove unused import in cares_wrap.cc 11 years ago
Trevor Norris c414ec1c2c smalloc: check if object has external memory 11 years ago
Trevor Norris 9b4aa355e3 src: add comments about implicit dependencies 11 years ago
Trevor Norris d120d92bfe base-object: add BaseObject 11 years ago
Trevor Norris 6cea16f2c9 async-wrap: make typenames consistent 11 years ago
Trevor Norris 4326c6d1b3 tls_wrap: move members to initialization list 11 years ago
Ben Noordhuis 5235d71f89 src: use Context::Scope objects in cares_wrap.cc 11 years ago
Ben Noordhuis 27f115d715 src: fix Context::Scope usage 11 years ago
Ben Noordhuis c0d62c207e crypto: fix up implicit HandleScope abuse 11 years ago
Ben Noordhuis fd819efbdf src: remove global HandleScope 11 years ago
Timothy J Fontaine 9142dc676f Now working on 0.10.23 11 years ago
Timothy J Fontaine cbff8f091c 2013.11.12, Version 0.10.22 (Stable) 11 years ago
Timothy J Fontaine 16934d9210 src: add HandleScope in HandleWrap::OnClose 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Trevor Norris 7f09a13bba node: add HandleScope to prevent memory leak 11 years ago
Ben Noordhuis f230a1cf74 v8: upgrade to 3.22.24 11 years ago
Ben Noordhuis a12870c823 crypto: update root certificates 11 years ago
Ben Noordhuis 0619467bd3 src: remove container_of, use CONTAINER_OF 11 years ago
Ben Noordhuis 3facd4e1dc crypto: unbreak build with no-NPN shared openssl 11 years ago
Fedor Indutny 014ab77276 crypto: try moving read head in Peek() 11 years ago
Ben Noordhuis 515607a740 fs: make fs.watch() non-recursive by default 11 years ago
Ben Noordhuis 7acdabbf50 src: fix whitespace/braces lint error from 962686b 11 years ago
Ben Noordhuis 962686b67b src: squelch unused variable warning 11 years ago
Erik Dubbelboer bb909ad642 tls: add ECDH ciphers support 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris fbe7eec1ec cares: add AsyncListener support 11 years ago
Trevor Norris 95c38107c2 crypto: convert pbkdf2_req to a class 11 years ago
Trevor Norris 66d908f09a crypto: convert RandomBytesRequest to a class 11 years ago
Trevor Norris ccec14b568 async-wrap: add methods to udp/tcp/pipe/timers 11 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Ben Noordhuis c4def505cb build: use zero overhead systemtap probes 11 years ago
Fedor Indutny ba7c9ce964 tls: do not default to 'localhost' servername 11 years ago
Nick Simmons 691b9ebc8c fs: add recursive subdirectory support to fs.watch 11 years ago
Timothy J Fontaine bae4c907bc Now working on 0.11.9 11 years ago
Timothy J Fontaine f8d86e24f3 2013.10.30, Version 0.11.8 (Unstable) 11 years ago
Timothy J Fontaine 74a664b22f fs_event_wrap: update to new libuv api 11 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 11 years ago
Trevor Norris f2e3be53bc src: don't use class specific Unwrap methods 11 years ago
Trevor Norris 60a3e695cb src: don't use WeakObject::Unwrap 11 years ago
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago