9216 Commits (2bc30f239be3e56d642eda38df98c656d55b4d86)
 

Author SHA1 Message Date
Ben Noordhuis 4901353b98 crypto: use consistent variable names 12 years ago
Trevor Norris d66d840e3b util: fix isPrimitive check 12 years ago
Ben Noordhuis 624938d052 crypto: remove two unused static variables 12 years ago
Trevor Norris 35f789b027 src: fix build break from generic macro name 12 years ago
Ben Noordhuis 5725864dfd src: don't obj->Set(Integer::New(...), val) 12 years ago
Trevor Norris 756ae2c536 src: centralize class wrap/unwrap 12 years ago
Ben Noordhuis e0a8e1bf77 cares_wrap: remove unused function getHostByName() 12 years ago
Ben Noordhuis 6cd7fd7d24 cares_wrap: don't set oncomplete property from c++ 12 years ago
Ben Noordhuis 4ffa943c3f test: fix up internet/test-dns after api change 12 years ago
Ben Noordhuis 2b5b37a3ab stream_wrap: use v8::Integer::NewFromUnsigned() 12 years ago
Ben Noordhuis a20d565d9c v8: fix openbsd build 12 years ago
Ben Noordhuis f69be329f0 v8: upgrade v8 to 3.20.14.1 12 years ago
Ben Noordhuis 39aa894035 build: disable SSLv2 by default 12 years ago
Ben Noordhuis c937f5b587 build: fix up style issues in configure script 12 years ago
Ben Noordhuis 52e47b24b3 configure: order configure switches alphabetically 12 years ago
Ben Noordhuis d046e9d033 build: make ninja build respect V= 12 years ago
Ben Noordhuis c75251ced2 build: don't auto-destroy existing configuration 12 years ago
Trevor Norris 3f5d5847e2 domain: share object and state with native land 12 years ago
Trevor Norris 2ef1782bbc node: remove domain nextTick 12 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 12 years ago
Ben Noordhuis f548433195 test: use common.PORT in simple/test-net-GH-5504 12 years ago
Ben Noordhuis 78f709d0d4 src: fix windows build breakage from f674b09 12 years ago
Ben Noordhuis 1449739de0 dgram: don't call into js when send cb is omitted 12 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
isaacs c0e70354db stream: Short-circuit buffer pushes when flowing 12 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 12 years ago
Trevor Norris cec81593d7 smalloc: allow different external array types 12 years ago
Trevor Norris cd00064566 smalloc: cleanup checks/conversions 12 years ago
Ben Noordhuis b9150344ac stream_wrap: fix long line introduced in da5ad92 12 years ago
isaacs 12cd13312b http: Support legacy agent.addRequest API 12 years ago
Ben Noordhuis d24decb87b src: remove no-op HandleWrap::Initialize() 12 years ago
Ben Noordhuis 54a9ec4ef0 stream_wrap: add handle type checkers 12 years ago
Ben Noordhuis da5ad92ab2 stream_wrap: use getters, not direct field access 12 years ago
Ben Noordhuis 4692b725de src: constify WITH_GENERIC_STREAM macro 12 years ago
Ben Noordhuis c079f6e210 src: add IsEmpty() check to HasInstance() 12 years ago
Timothy J Fontaine b1acb2ebd6 blog: Post for v0.11.5 12 years ago
Timothy J Fontaine 536037369e Now working on 0.11.6 12 years ago
Timothy J Fontaine 7aa4242844 Merge branch 'v0.11.5-release' 12 years ago
Trevor Norris e3c5019ac7 domains: properly check if domains are being used 12 years ago
Timothy J Fontaine 6f92da2dd1 2013.08.06, Version 0.11.5 (Unstable) 12 years ago
Timothy J Fontaine fa8efa98de uv: Upgrade to v0.11.7 12 years ago
Fedor Indutny 166c405b33 tls: fix lazy initialization of clienthello parser 12 years ago
Timothy J Fontaine b26d346b57 Merge remote-tracking branch 'upstream/v0.10' 12 years ago
Ben Noordhuis b8a7eedea3 process_wrap: omit superfluous Number creation 12 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 12 years ago
Ben Noordhuis 45d056ee69 src: fix WITH_GENERIC_STREAM() type check bug 12 years ago
Ben Noordhuis 576496632c crypto: fix signed/unsigned comparison warning 12 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 12 years ago
Fedor Indutny 8e28193cc2 tls_wrap: DRY ClientHelloParser 12 years ago