summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | http: Consistent 'finish' event semanticsisaacs2013-08-154-7/+101
* | http: make OutgoingMessage._flush inline-ableisaacs2013-08-151-39/+34
* | http: Add write()/end() callbacksisaacs2013-08-153-23/+142
* | http: Write hex/base64 chunks properlyisaacs2013-08-152-24/+63
* | doc: http rawHeaders/rawTrailersisaacs2013-08-151-9/+54
* | http: provide access to raw headers/trailersisaacs2013-08-153-14/+157
* | doc: http keepalive, agent optionsisaacs2013-08-152-23/+97
* | http: add agent.maxFreeSockets optionisaacs2013-08-152-6/+117
* | test: update tests after internal api changeBen Noordhuis2013-08-152-2/+3
* | node: remove duplicate infoBox checksTrevor Norris2013-08-151-22/+8
* | timers: dispatch ontimeout callback by array indexBen Noordhuis2013-08-152-11/+15
* | src: add MakeCallback() that takes an array indexBen Noordhuis2013-08-152-0/+23
* | smalloc: don't do Has(key), then Get(key)Ben Noordhuis2013-08-151-5/+8
* | tools: cpplint: fix NOLINT(build/include_order)Ben Noordhuis2013-08-151-13/+18
* | zlib: replace C cast with static_castBen Noordhuis2013-08-141-1/+1
* | tls: handle errors on socket before releasing itFedor Indutny2013-08-141-2/+11
* | http: speed up callbacks, use array indicesBen Noordhuis2013-08-144-54/+67
* | src: remove redundant symbol init in node_file.ccBen Noordhuis2013-08-141-3/+0
* | src: clean up FSReqWrapBen Noordhuis2013-08-131-31/+34
* | src: move ReqWrap::data_ to FSReqWrapBen Noordhuis2013-08-132-4/+5
* | crypto: add TLS 1.1 and 1.2 to secureProtocol listMatthias Bartelmeß2013-08-131-0/+12
* | crypto: use consistent conn object unwrappingBen Noordhuis2013-08-122-24/+24
* | crypto: use consistent variable namesBen Noordhuis2013-08-122-171/+174
* | util: fix isPrimitive checkTrevor Norris2013-08-121-1/+6
* | crypto: remove two unused static variablesBen Noordhuis2013-08-121-2/+0
* | src: fix build break from generic macro nameTrevor Norris2013-08-1213-78/+78
* | src: don't obj->Set(Integer::New(...), val)Ben Noordhuis2013-08-124-50/+38
* | src: centralize class wrap/unwrapTrevor Norris2013-08-1214-135/+201
* | cares_wrap: remove unused function getHostByName()Ben Noordhuis2013-08-122-257/+0
* | cares_wrap: don't set oncomplete property from c++Ben Noordhuis2013-08-122-42/+33
* | test: fix up internet/test-dns after api changeBen Noordhuis2013-08-121-5/+6
* | stream_wrap: use v8::Integer::NewFromUnsigned()Ben Noordhuis2013-08-111-2/+3
* | v8: fix openbsd buildBen Noordhuis2013-08-101-2/+6
* | v8: upgrade v8 to 3.20.14.1Ben Noordhuis2013-08-10217-6632/+8258
* | build: disable SSLv2 by defaultBen Noordhuis2013-08-101-6/+8
* | build: fix up style issues in configure scriptBen Noordhuis2013-08-101-14/+18
* | configure: order configure switches alphabeticallyBen Noordhuis2013-08-101-234/+235
* | build: make ninja build respect V=Ben Noordhuis2013-08-101-0/+6
* | build: don't auto-destroy existing configurationBen Noordhuis2013-08-101-1/+5
* | domain: share object and state with native landTrevor Norris2013-08-094-13/+61
* | node: remove domain nextTickTrevor Norris2013-08-092-19/+4
* | src: don't call v8::Object::SetHiddenValue()Ben Noordhuis2013-08-094-10/+9
* | test: use common.PORT in simple/test-net-GH-5504Ben Noordhuis2013-08-091-2/+2
* | src: fix windows build breakage from f674b09Ben Noordhuis2013-08-091-1/+6
* | dgram: don't call into js when send cb is omittedBen Noordhuis2013-08-092-25/+47
* | dgram: fix regression in string argument handlingBen Noordhuis2013-08-093-4/+57
* | src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-0929-514/+749
* | stream: Short-circuit buffer pushes when flowingisaacs2013-08-081-9/+16
* | http: Use streams3 directly, not .ondata/endisaacs2013-08-086-45/+48
* | smalloc: allow different external array typesTrevor Norris2013-08-075-39/+300