summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* buffer: return offset for end of last writeTrevor Norris2013-07-191-0/+8
* smalloc: create separate moduleTrevor Norris2013-07-192-50/+104
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-07-171-0/+10
|\
| * url: Fix edge-case when protocol is non-lowercaseShuan Wang2013-07-171-0/+10
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-07-123-8/+69
|\ \ | |/
| * test: fix up indentation, replace tabs with spacesBen Noordhuis2013-07-102-8/+8
| * http: Dump response when request is abortedisaacs2013-07-081-0/+61
* | test: regression test for #5798 setImmediateTimothy J Fontaine2013-07-111-0/+55
* | http: Reuse more http/https Agent codeisaacs2013-07-096-10/+14
* | http: Add agent.get/request methodsisaacs2013-07-091-0/+91
* | http: Proper KeepAlive behaviorisaacs2013-07-092-1/+93
* | buffer: propagate originating parentTrevor Norris2013-07-081-0/+16
* | test: fix up weakref.cc after v8 api changeBen Noordhuis2013-07-061-95/+111
* | src: enable native v8 typed arraysBen Noordhuis2013-07-062-338/+0
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-051-0/+60
|\ \ | |/
| * test: fix tls-hello-parser-failure on smartosTimothy J Fontaine2013-07-011-4/+15
| * http: use an unref'd timer to fix delay in exitPeter Rust2013-07-011-0/+60
* | stream: objectMode transform should allow falsey valuesJeff Barczewski2013-07-031-0/+48
* | {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-031-3/+3
* | test: fix tls-hello-parser-failure on smartosTimothy J Fontaine2013-07-011-4/+15
* | zlib: allow changing of level and strategyBrian White2013-07-011-0/+33
* | zlib: allow custom flush type for flush()Brian White2013-07-011-0/+35
* | src: break on uncaught exceptionMiroslav Bajtos2013-06-266-0/+145
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-2512-26/+203
|\ \ | |/
| * net: Do not destroy socket mid-writeisaacs2013-06-161-0/+79
| * test: add https tls session reuse testBen Noordhuis2013-06-151-0/+92
| * test: minor typo fixesVeres Lajos2013-06-135-14/+14
| * Revert "http: remove bodyHead from 'upgrade' events"isaacs2013-06-124-12/+3
| * crypto: fix utf8/utf-8 encoding checkBen Noordhuis2013-06-111-0/+15
* | child_process: emit 'disconnect' asynchronouslyBen Noordhuis2013-06-201-0/+10
* | buffer: implement new fill behaviorTrevor Norris2013-06-181-0/+10
* | buffer: expose class methods alloc and disposeTrevor Norris2013-06-181-0/+37
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-1810-181/+54
* | smalloc: add api to manually dispose PersistentTrevor Norris2013-06-182-0/+59
* | smalloc: initial implementationTrevor Norris2013-06-183-0/+204
* | readline: strip ctrl chars for prompt width calcKrzysztof Chrapka2013-06-171-0/+10
* | tls: session API returnsFedor Indutny2013-06-171-0/+118
* | tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-169-429/+4
* | string_bytes: write strings using new APITrevor Norris2013-06-121-0/+74
* | test: fix up weakref.cc after v8 api changeBen Noordhuis2013-06-121-2/+3
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-06-053-0/+243
|\ \ | |/
| * net: Destroy when not readable and not writableisaacs2013-06-051-0/+123
| * url: Properly parse certain oddly formed urlsisaacs2013-06-031-0/+39
| * stream: unshift('') is a noopisaacs2013-06-031-0/+81
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-311-0/+3
|\ \ | |/
| * repl: fix JSON.parse error checkBrian White2013-05-301-0/+3
* | process: remove maxTickDepth from _tickCallbackTrevor Norris2013-05-304-120/+0
* | vm: fix race condition in watchdog cleanupAndrew Paprocki2013-05-301-4/+23
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-05-291-0/+75
|\ \ | |/
| * tls: invoke write cb only after opposite read endFedor Indutny2013-05-281-0/+75