summaryrefslogtreecommitdiff
path: root/lib/http.js
AgeCommit message (Expand)Author
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis
2012-07-25https: Use host header as effective servernameisaacs
2012-07-23http: remove duplicate assignmentsBrian White
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny
2012-07-20tls: veryify server's identityFedor Indutny
2012-07-20http/https: pass request to .createConnection()Fedor Indutny
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-21http: Hush 'MUST NOT have a body' warnings to debug()isaacs
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-02http: don't lowercase http req header until laterSimon Sturmer
2012-05-28http: fix duplicated variable declarationShigeki Ohtsu
2012-05-16http: make http.get() accept a URLAdam Malcontenti-Wilson
2012-05-15Merge branch 'master' into v0.6-mergeisaacs
2012-05-15Re-apply http fixes from v0.6 branch properlyisaacs
2012-05-15http: fix client request.end() EPIPE raceBen Noordhuis
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-15Guard against emitting 'end' twice on http responsesisaacs
2012-05-15Break up huge function in ClientRequest.onSocketisaacs
2012-05-14Guard against emitting 'end' twice on http responsesisaacs
2012-05-11Break up huge function in ClientRequest.onSocketisaacs
2012-05-09Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-07Don't destroy on timeoutisaacs
2012-05-07Fix #3231. Don't try to emit error on a null'ed req objectisaacs
2012-05-04Add HTTP Status codes from RFC 6585Mark Cavage
2012-05-04Fix incorrect merge choicesisaacs
2012-05-04http: Clean up parser usageisaacs
2012-05-04http: .once() usage in setTimeoutisaacs
2012-05-04http leak: Null links from parser to req/resisaacs
2012-05-04Fix #3179 HTTP memory leak using ClientRequest.vvo
2012-05-04http client: Destroy on timeoutisaacs
2012-05-04http: Remove socket ondata/onend in parser cleanupisaacs
2012-05-04Null references to request object on socket errors.isaacs
2012-05-04http: Clean up parser usageisaacs
2012-05-03http: .once() usage in setTimeoutisaacs
2012-05-03http leak: Null links from parser to req/resisaacs
2012-05-03Fix #3179 HTTP memory leak using ClientRequest.vvo
2012-05-02http client: Destroy on timeoutisaacs
2012-05-01http: Remove socket ondata/onend in parser cleanupisaacs
2012-05-01Null references to request object on socket errors.isaacs
2012-04-16Fixing ClientRequest setTimeout EventEmitter Leakssuda
2012-04-16http, https: fix .setTimeout()ssuda
2012-03-07Emit end event only onceIgor Zinkovsky
2012-03-07http: remove ClientRequest.prototype.pause()Yoshihiro Kikuchi
2012-03-06net, http, https: add localAddress optionDmitry Nizovtsev
2012-02-20tls http https: don't pollute user's `options` objectMaciej Małecki
2012-02-18Lint all the JavaScripts.isaacs
2012-02-18Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-02-16Add WebSocket RFC6455 multiheader fields to the http parser.einaros