399 Commits (c0bde73f1bbfedd4e77ddf87cf0bcec7bac9a61e)

Author SHA1 Message Date
James M Snell 5425e0dcbe http: use more efficient module.exports pattern 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
maasencioh accf410eb0 http: name anonymous functions in http 8 years ago
Brian White 2cc7fa5e7d
http: remove deprecated Client interface 8 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Jonathan Ong 3e67d7e46b http: replace util._extend() with [].slice() 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 1fddc1fee8 http: do not send `0\r\n\r\n` in TE HEAD responses 10 years ago
Ben Noordhuis 299cf84490 lib: unexport http.parsers 10 years ago
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 10 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Fedor Indutny 2efe4ab761 stream: start old-mode read in a next tick 11 years ago
Fedor Indutny f2b297cc7c http: do not emit EOF non-readable socket 11 years ago
Nathan Rajlich d6bbb19f1d http, https: don't depend on `globalAgent` 11 years ago
Nathan Rajlich 0a01a42e87 http: invoke createConnection when no agent 11 years ago
Ben Noordhuis 610022851a http: expose supported methods 11 years ago
isaacs b97c28f59e http: provide backpressure for pipeline flood 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 11 years ago
isaacs 32fdae2ca3 http: Fix overlooked agent.globalAgent export 11 years ago
Ben Noordhuis 3398cce193 http: improve chunked res.write(buf) performance 11 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 11 years ago
isaacs 40e92650bb http: Add agent.get/request methods 12 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 11 years ago
isaacs e8500274e0 Revert "http: remove bodyHead from 'upgrade' events" 12 years ago
Nathan Zadoks a40133d10c http: remove bodyHead from 'upgrade' events 12 years ago
isaacs a2f93cf77a http: Return true on empty writes, not false 12 years ago
Ben Noordhuis fda2b319dc http: save roundtrips, convert buffers to strings 12 years ago
Ben Noordhuis 7124387b34 http: don't escape request path, reject bad chars 12 years ago
isaacs 01e2920219 http: Don't try to destroy nonexistent sockets 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