summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: upgrade v8 to 3.18.0Ben Noordhuis2013-04-17288-11359/+15770
* http: split Client into _http_client.jsTimothy J Fontaine2013-04-174-461/+500
* http: move Server and ServerResponse outTimothy J Fontaine2013-04-175-429/+475
* http: move OutgoingMessage into it's own fileTimothy J Fontaine2013-04-174-614/+666
* http: move parsers into _http_common.jsTimothy J Fontaine2013-04-173-180/+213
* http: move IncomingMessage into its own fileTimothy J Fontaine2013-04-173-153/+184
* http: split Agent into its own fileTimothy J Fontaine2013-04-173-130/+160
* test: add extra checksBen Noordhuis2013-04-121-17/+34
* http: escape unsafe characters in request pathBen Noordhuis2013-04-122-0/+63
* url: ~ is not actually an unwise charisaacs2013-04-122-4/+4
* url: Escape all unwise charactersisaacs2013-04-122-3/+13
* uv: Upgrade to v0.11.1Fedor Indutny2013-04-1231-142/+369
* Merge branch 'v0.10'Fedor Indutny2013-04-12361-1223/+33720
|\
| * build: Typo in tools/msvs/msi/product.wxsisaacs2013-04-111-1/+1
| * stream: Fix unshift() race conditionsisaacs2013-04-113-23/+180
| * Now working on v0.10.5isaacs2013-04-111-2/+2
| * Merge branch 'v0.10.4-release' into v0.10isaacs2013-04-113-3/+38
| |\
| | * 2013.04.11, Version 0.10.4 (Stable)v0.10.4v0.10.4-releaseisaacs2013-04-113-3/+38
| * | lintisaacs2013-04-112-4/+5
| * | blog: Fix title for v0.8.23 releaseisaacs2013-04-111-3/+3
| |/
| * npm: Upgrade to 1.2.18isaacs2013-04-11330-1092/+33065
| * uv: Upgrade to v0.10.4isaacs2013-04-1125-107/+291
| * child_process: fix O(n*m) scan of cmd stringBen Noordhuis2013-04-111-8/+6
| * cluster: fix O(n*m) scan of cmd stringBen Noordhuis2013-04-111-2/+3
| * src: don't SetInternalField() in ObjectWrap dtorBen Noordhuis2013-04-101-1/+1
| * Revert "crypto: use better memory BIO implementation"Ben Noordhuis2013-04-104-421/+5
| * net: fix socket.bytesWritten Buffers supportFedor Indutny2013-04-102-2/+10
| * crypto: remove unused ClientHelloParser fieldBen Noordhuis2013-04-101-3/+1
| * blog: Post for v0.8.23isaacs2013-04-081-0/+69
| * buffer: fix offset checksŁukasz Walukiewicz2013-04-082-2/+35
| * stream: call write cb before finish eventisaacs2013-04-092-6/+44
| * http: Support write(data, 'hex')isaacs2013-04-082-5/+10
| * crypto: dh secret should be left-paddedFedor Indutny2013-04-082-1/+48
| * process: expose NODE_MODULE_VERSION in process.versionsRod Vagg2013-04-083-8/+13
| * crypto: move write_head in bio's Reset() methodFedor Indutny2013-04-081-0/+1
| * crypto: fix changing buffers in bioFedor Indutny2013-04-081-1/+1
| * crypto: fix style issues in bioFedor Indutny2013-04-082-29/+37
| * crypto: fix constructor call in crypto streamsAndreas Madsen2013-04-082-1/+66
| * net: account encoding in .byteLengthFedor Indutny2013-04-081-1/+1
| * doc: document linux pwrite() bugBen Noordhuis2013-04-081-0/+8
| * net: fix buffer iteration in bytesWrittenFedor Indutny2013-04-082-2/+10
| * crypto: zero is not an error if writing 0 bytesFedor Indutny2013-04-072-1/+74
| * tls: Re-enable check of CN-ID in cert verificationTobias Müllerleile2013-04-071-2/+2
| * stream: unused variableRafael Garcia2013-04-051-2/+0
| * stream: remove vestiges of previous _transform APIRafael Garcia2013-04-051-2/+2
| * doc: Correct caveats for http Readablesisaacs2013-04-051-59/+11
* | src: get rid of compiler warningTrevor Norris2013-04-101-1/+1
* | req_wrap: only grab domain object if in useTrevor Norris2013-04-101-8/+10
* | src: add using_domains to node_internalsTrevor Norris2013-04-102-1/+4
* | domain: change name for domain setupTrevor Norris2013-04-102-3/+3