58 Commits (0f8e63caffb8d7c9ff1d2baef7b657db77525ddb)

Author SHA1 Message Date
Rich Trott bbaf0f926d http: remove variable redeclaration 9 years ago
José F. Romaniello 5a2541de81 http: handle errors on idle sockets 9 years ago
Rich Trott fdeb862f2b lib: remove unused modules 9 years ago
Fedor Indutny 32ac3769f5 http: do not emit `upgrade` on advertisement 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani 437930c0cc http{s}: don't connect to localhost on invalid URL 9 years ago
James M Snell 6192c9892f http: add checkIsHttpToken check for header fields 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Malcolm Ahoy 79d2c4e1bf http: remove redundant code in _deferToConnect 9 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Evan Lucas d4726cde57 http,net,tls: return this from setTimeout methods 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Brendan Ashworth 718059777c Revert "http: don't bother making a copy of the options" 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Fedor Indutny 1a3ca8223e http_client: ensure empty socket on error 10 years ago
Evan Lucas 2ca22aacbd http: emit abort event from ClientRequest 10 years ago
Glen Keane 5e825d1073 tracing: add lttng support for tracing on linux 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
Jonathan Ong 06cfff9350 http: don't bother making a copy of the options 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
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