69 Commits (7cb98138a9bd5b87010c49011e281ee4c4024eec)

Author SHA1 Message Date
Karl Böhlmark 9a5d47542d http: remove stale timeout listeners 8 years ago
Luca Maraschi df3978421b http: verify client method is a string 8 years ago
maasencioh 23d6e1f7bc http: name anonymous functions in _http_client 8 years ago
Ben Noordhuis 4f62acd9c5 http: reject control characters in http.request() 8 years ago
Rene Weber c9b59e8387 http: socket connection timeout for http request 8 years ago
Fedor Indutny 1004ece889 http: wait for both prefinish/end to keepalive 9 years ago
Fedor Indutny 9d4d529517 http: skip body and next message of CONNECT res 9 years ago
Mihai Potra dabe1d5734 http: Corrects IPv6 address in Host header 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Nathan Woltman d0582ef9e1 lib: copy arguments object instead of leaking it 9 years ago
Brian White 9bee03aaf2 http: allow async createConnection() 9 years ago
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