32 Commits (0d02515d6eb2d57cb602b3924c950936f9745adc)

Author SHA1 Message Date
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Ben Noordhuis 150d6f1249 lib: http: poison parser references after freeing 10 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Nick Muerdter 1df32af74a http: don't default OPTIONS to chunked encoding 11 years ago
Timothy J Fontaine 1bbb3cc00d lint: lib/_http_client.js 11 years ago
Kevin Decker d0c7d93536 http: Optimize queued client aborts 11 years ago
Yuki KAN 006d42786e lib: use triple equals 11 years ago
Nathan Rajlich 6d15b163b0 http: better client "protocol not supported" error 11 years ago
Nathan Rajlich 9f23fe1141 http: use defaultAgent.protocol in protocol check 11 years ago
Nathan Rajlich d6bbb19f1d http, https: don't depend on `globalAgent` 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Lalit Kapoor aef09601b4 http: DELETE shouldn't default to chunked encoding 11 years ago
Fedor Indutny 5ce4eed54d http: fix parser double-free in _http_client.js 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
isaacs f153d6da45 http client: pull last chunk on socket close 11 years ago
isaacs 15a5a4a945 http: Only send connection:keep-alive if necessary 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
Koichi Kobayashi 72ad2c94df https: fix default port 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Timothy J Fontaine c898704db1 lint: fix _http_client.js after v0.10 merge 11 years ago
isaacs 831de7cbb9 http: Use OOP for OutgoingMessage._finish 12 years ago
isaacs 49519f1217 http: Reuse more http/https Agent code 12 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Fedor Indutny dc50f27d52 tls: share socket._hadError with http_client 12 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Timothy J Fontaine 951e0b69fa http: split Client into _http_client.js 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago
Timothy J Fontaine dc9f97b7b9 http: move OutgoingMessage into it's own file 12 years ago
Timothy J Fontaine bb56489f21 http: move parsers into _http_common.js 12 years ago
Timothy J Fontaine 5909a9c9bd http: move IncomingMessage into its own file 12 years ago
Timothy J Fontaine 62e4f89765 http: split Agent into its own file 12 years ago
Ben Noordhuis 38149bb048 http: escape unsafe characters in request path 12 years ago
isaacs e4b716efaa http: Support write(data, 'hex') 12 years ago
isaacs 88686aa410 http: Remove legacy ECONNRESET workaround code 12 years ago
isaacs 234fb122bb http client: Ensure socket cleanup on response end 12 years ago
isaacs d62cf59dc1 http: Don't hot-path end() for large buffers 12 years ago
isaacs 327b6e3e1d stream: Don't emit 'end' unless read() called 12 years ago
koichik c9a4ec9c63 http: ServerRequest does not timeout after 'end' 12 years ago
isaacs e2400f88d8 http: Do not setTimeout a not-yet-existent socket 12 years ago
hc 5757ce48b4 http: check if incoming parser has already been freed 12 years ago
isaacs 632b7d8750 Revert "http: check if incoming parser has already been freed" 12 years ago
hheennrryy@gmail.com 9f4c3b0d45 http: check if incoming parser has already been freed 12 years ago
isaacs d258fb0212 http: More useful setTimeout API on server 12 years ago
Eugene Girshov 25ba971f41 http: fix multiple timeout events 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
Ben Noordhuis f26362e938 http: use socket.once, not socket.on 12 years ago
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago
Ben Noordhuis d4a297ccb0 http: fix case in 505 response status line 12 years ago