Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-12string_decoder: Add 'end' method, do base64 properlyisaacs
2012-10-09https: fix renegotation attack protectionBen Noordhuis
2012-10-04Revert "http: make http.ServerResponse emit 'end'"isaacs
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-28http: add response.headersSent propertyPavel Lang
2012-09-28http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis
2012-09-05http: make http.ServerResponse emit 'end'Ben Noordhuis
2012-08-24http: bubble up parser errors to ClientRequestBrian White
2012-07-26https: 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-29http: fix duplicated variable declarationShigeki Ohtsu
2012-05-16http: make http.get() accept a URLAdam Malcontenti-Wilson
2012-05-16Merge branch 'master' into v0.6-mergeisaacs
2012-05-16Re-apply http fixes from v0.6 branch properlyisaacs
2012-05-16http: 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-15Guard against emitting 'end' twice on http responsesisaacs
2012-05-12Break up huge function in ClientRequest.onSocketisaacs
2012-05-10Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-08Don't destroy on timeoutisaacs
2012-05-08Fix #3231. Don't try to emit error on a null'ed req objectisaacs
2012-05-05Add HTTP Status codes from RFC 6585Mark Cavage
2012-05-05Fix incorrect merge choicesisaacs
2012-05-05http: Clean up parser usageisaacs
2012-05-05http: .once() usage in setTimeoutisaacs
2012-05-05http leak: Null links from parser to req/resisaacs
2012-05-05Fix #3179 HTTP memory leak using ClientRequest.vvo
2012-05-05http client: Destroy on timeoutisaacs
2012-05-05http: Remove socket ondata/onend in parser cleanupisaacs
2012-05-05Null 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-02http: Remove socket ondata/onend in parser cleanupisaacs