9179 Commits (c79d5163e530892c62b08d8b814b588220c26ec8)
 

Author SHA1 Message Date
Trevor Norris ab5dabf876 node: remove duplicate infoBox checks 11 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 11 years ago
Ben Noordhuis 7a3f7780dc src: add MakeCallback() that takes an array index 11 years ago
Ben Noordhuis 9c59978f49 smalloc: don't do Has(key), then Get(key) 11 years ago
Ben Noordhuis 98c54246c2 tools: cpplint: fix NOLINT(build/include_order) 11 years ago
Ben Noordhuis dce02a1055 zlib: replace C cast with static_cast 11 years ago
Fedor Indutny c50750e1fd tls: handle errors on socket before releasing it 11 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 11 years ago
Ben Noordhuis d684f50acb src: remove redundant symbol init in node_file.cc 11 years ago
Ben Noordhuis d2b80b8a60 src: clean up FSReqWrap 11 years ago
Ben Noordhuis ffc5d83568 src: move ReqWrap::data_ to FSReqWrap 11 years ago
Matthias Bartelmeß 4ac6912a77 crypto: add TLS 1.1 and 1.2 to secureProtocol list 11 years ago
Ben Noordhuis d4ad5d1151 crypto: use consistent conn object unwrapping 11 years ago
Ben Noordhuis 4901353b98 crypto: use consistent variable names 11 years ago
Trevor Norris d66d840e3b util: fix isPrimitive check 11 years ago
Ben Noordhuis 624938d052 crypto: remove two unused static variables 11 years ago
Trevor Norris 35f789b027 src: fix build break from generic macro name 11 years ago
Ben Noordhuis 5725864dfd src: don't obj->Set(Integer::New(...), val) 11 years ago
Trevor Norris 756ae2c536 src: centralize class wrap/unwrap 11 years ago
Ben Noordhuis e0a8e1bf77 cares_wrap: remove unused function getHostByName() 11 years ago
Ben Noordhuis 6cd7fd7d24 cares_wrap: don't set oncomplete property from c++ 11 years ago
Ben Noordhuis 4ffa943c3f test: fix up internet/test-dns after api change 11 years ago
Ben Noordhuis 2b5b37a3ab stream_wrap: use v8::Integer::NewFromUnsigned() 11 years ago
Ben Noordhuis a20d565d9c v8: fix openbsd build 11 years ago
Ben Noordhuis f69be329f0 v8: upgrade v8 to 3.20.14.1 11 years ago
Ben Noordhuis 39aa894035 build: disable SSLv2 by default 11 years ago
Ben Noordhuis c937f5b587 build: fix up style issues in configure script 11 years ago
Ben Noordhuis 52e47b24b3 configure: order configure switches alphabetically 11 years ago
Ben Noordhuis d046e9d033 build: make ninja build respect V= 11 years ago
Ben Noordhuis c75251ced2 build: don't auto-destroy existing configuration 11 years ago
Trevor Norris 3f5d5847e2 domain: share object and state with native land 11 years ago
Trevor Norris 2ef1782bbc node: remove domain nextTick 11 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 11 years ago
Ben Noordhuis f548433195 test: use common.PORT in simple/test-net-GH-5504 11 years ago
Ben Noordhuis 78f709d0d4 src: fix windows build breakage from f674b09 11 years ago
Ben Noordhuis 1449739de0 dgram: don't call into js when send cb is omitted 11 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 11 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 11 years ago
isaacs c0e70354db stream: Short-circuit buffer pushes when flowing 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
Trevor Norris cec81593d7 smalloc: allow different external array types 11 years ago
Trevor Norris cd00064566 smalloc: cleanup checks/conversions 11 years ago
Ben Noordhuis b9150344ac stream_wrap: fix long line introduced in da5ad92 11 years ago
isaacs 12cd13312b http: Support legacy agent.addRequest API 11 years ago
Ben Noordhuis d24decb87b src: remove no-op HandleWrap::Initialize() 11 years ago
Ben Noordhuis 54a9ec4ef0 stream_wrap: add handle type checkers 11 years ago
Ben Noordhuis da5ad92ab2 stream_wrap: use getters, not direct field access 11 years ago
Ben Noordhuis 4692b725de src: constify WITH_GENERIC_STREAM macro 11 years ago
Ben Noordhuis c079f6e210 src: add IsEmpty() check to HasInstance() 11 years ago
Timothy J Fontaine b1acb2ebd6 blog: Post for v0.11.5 11 years ago