8994 Commits (9475ee41ad302d05c641b99cebef3e3f70b6c18f)
 

Author SHA1 Message Date
Ben Noordhuis 9475ee41ad crypto: don't mix new[] and free() 12 years ago
isaacs f73ee94d4f test: Remove hard-coded port 12 years ago
Brian White d70e6491ae cluster: variable is not global 12 years ago
Brian White e62d5964de buffer: remove unused parameters 12 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 12 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 12 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 12 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 12 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 12 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 12 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 12 years ago
isaacs 7304a620ec doc: http rawHeaders/rawTrailers 12 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 12 years ago
isaacs 1eedbdc361 doc: http keepalive, agent options 12 years ago
isaacs 65f6f06a61 http: add agent.maxFreeSockets option 12 years ago
Ben Noordhuis a1ea8a27e6 test: update tests after internal api change 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 98c54246c2 tools: cpplint: fix NOLINT(build/include_order) 12 years ago
Ben Noordhuis dce02a1055 zlib: replace C cast with static_cast 12 years ago
Fedor Indutny c50750e1fd tls: handle errors on socket before releasing it 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
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