2867 Commits (f97a1267e2e623f310bb3a18047017b7e50eb3e7)

Author SHA1 Message Date
Trevor Norris f97a1267e2 buffer: lint 12 years ago
Fedor Indutny 306f863438 crypto: don't touch ssl_ in Connection 12 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 12 years ago
Ben Noordhuis 3e25ed905c src: move includes inside include guard 12 years ago
isaacs 0e043528a1 Now working on v0.10.17 12 years ago
Trevor Norris 2dd4a745b0 buffer: don't call ByteLength for simple encodings 12 years ago
isaacs 50b4c905a4 2013.08.16, Version 0.10.16 (Stable) 12 years ago
Ben Noordhuis f55aca6515 crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis ec548734ca crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis 9475ee41ad crypto: don't mix new[] and free() 12 years ago
Trevor Norris ab5dabf876 node: remove duplicate infoBox checks 12 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 12 years ago
Ben Noordhuis 7a3f7780dc src: add MakeCallback() that takes an array index 12 years ago
Ben Noordhuis 9c59978f49 smalloc: don't do Has(key), then Get(key) 12 years ago
Ben Noordhuis dce02a1055 zlib: replace C cast with static_cast 12 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 12 years ago
Ben Noordhuis d684f50acb src: remove redundant symbol init in node_file.cc 12 years ago
Ben Noordhuis d2b80b8a60 src: clean up FSReqWrap 12 years ago
Ben Noordhuis ffc5d83568 src: move ReqWrap::data_ to FSReqWrap 12 years ago
Matthias Bartelmeß 4ac6912a77 crypto: add TLS 1.1 and 1.2 to secureProtocol list 12 years ago
Ben Noordhuis d4ad5d1151 crypto: use consistent conn object unwrapping 12 years ago
Ben Noordhuis 4901353b98 crypto: use consistent variable names 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 2b5b37a3ab stream_wrap: use v8::Integer::NewFromUnsigned() 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 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 f674b09f40 src: use v8::String::NewFrom*() functions 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
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 536037369e Now working on 0.11.6 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
Ben Noordhuis b8a7eedea3 process_wrap: omit superfluous Number creation 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