summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* src, lib: update after internal api changeBen Noordhuis2013-07-207-229/+272
* src, lib: deduplicate errnoExceptionBen Noordhuis2013-07-207-82/+26
* buffer: return offset for end of last writeTrevor Norris2013-07-191-0/+10
* smalloc: create separate moduleTrevor Norris2013-07-192-21/+54
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-07-171-1/+1
|\
| * url: Fix edge-case when protocol is non-lowercaseShuan Wang2013-07-171-1/+1
| * tls: Trivial use_strict fixisaacs2013-07-141-3/+4
* | lint: fix _http_client.js after v0.10 mergeTimothy J Fontaine2013-07-121-1/+1
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-07-122-2/+13
|\ \ | |/
| * tls: only wait for finish if we haven't seen itTimothy J Fontaine2013-07-091-2/+5
| * http: Dump response when request is abortedisaacs2013-07-081-0/+8
| * http: use an unref'd timer to fix delay in exitPeter Rust2013-07-011-3/+6
| * zlib: allow zero values for level and strategyBrian White2013-07-011-2/+8
| * buffer: add comment explaining buffer alignmentBen Noordhuis2013-06-271-2/+2
* | timers: setImmediate process full queue each turnBen Noordhuis2013-07-111-8/+14
* | http: Use OOP for OutgoingMessage._finishisaacs2013-07-093-17/+13
* | http: Reuse more http/https Agent codeisaacs2013-07-093-76/+114
* | http: Add agent.get/request methodsisaacs2013-07-094-29/+45
* | http: Proper KeepAlive behaviorisaacs2013-07-091-7/+56
* | http: styleisaacs2013-07-091-3/+9
* | crypto: throw a helpful error message for "tls" and "crypto"Nathan Rajlich2013-07-091-7/+1
* | buffer: propagate originating parentTrevor Norris2013-07-081-1/+7
* | http: use an unref'd timer to fix delay in exitPeter Rust2013-07-071-3/+6
* | timers: internal unref timers should use Timer.nowTimothy J Fontaine2013-07-071-2/+2
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-4/+3
* | stream: objectMode transform should allow falsey valuesJeff Barczewski2013-07-031-1/+1
* | {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-035-20/+18
* | tls: export TLSSocketFedor Indutny2013-07-032-4/+11
* | zlib: allow changing of level and strategyBrian White2013-07-011-1/+31
* | zlib: allow custom flush type for flush()Brian White2013-07-011-2/+7
* | zlib: remove unused parameterBrian White2013-07-011-1/+1
* | zlib: allow zero values for level and strategyBrian White2013-07-011-2/+8
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-255-12/+11
|\ \ | |/
| * readline: make `ctrl + L` clear the screenYuan Chuan2013-06-171-0/+6
| * net: Do not destroy socket mid-writeisaacs2013-06-161-1/+2
| * Revert "http: remove bodyHead from 'upgrade' events"isaacs2013-06-121-8/+2
| * crypto: fix utf8/utf-8 encoding checkBen Noordhuis2013-06-111-0/+1
* | child_process: emit 'disconnect' asynchronouslyBen Noordhuis2013-06-201-1/+1
* | punycode: update to v1.2.3Mathias Bynens2013-06-201-56/+54
* | buffer: deprecate legacy codeTrevor Norris2013-06-181-25/+38
* | buffer: expose class methods alloc and disposeTrevor Norris2013-06-181-0/+20
* | buffer: reimplement Buffer poolsTrevor Norris2013-06-181-3/+33
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-181-467/+187
* | readline: strip ctrl chars for prompt width calcKrzysztof Chrapka2013-06-171-4/+19
* | tls: session API returnsFedor Indutny2013-06-171-0/+35
* | tls: share socket._hadError with http_clientFedor Indutny2013-06-163-10/+15
* | tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-164-1252/+1390
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-06-053-48/+67
|\ \ | |/
| * net: Destroy when not readable and not writableisaacs2013-06-051-2/+18
| * url: remove unused global variableBen Noordhuis2013-06-041-12/+0