8990 Commits (6d842897c5966cee1924b5073e273568923c8693)
 

Author SHA1 Message Date
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 11 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 11 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 11 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 11 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 11 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 11 years ago
isaacs 7304a620ec doc: http rawHeaders/rawTrailers 11 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 11 years ago
isaacs 1eedbdc361 doc: http keepalive, agent options 11 years ago
isaacs 65f6f06a61 http: add agent.maxFreeSockets option 11 years ago
Ben Noordhuis a1ea8a27e6 test: update tests after internal api change 11 years ago
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