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
2021-12-10http: don't write empty data on req/res end()Santiago Gimeno
2021-09-19http: limit requests per connectionArtur K
2021-09-16http: remove CRLF variableshfshanyue
2021-06-08Revert "http: make HEAD method to work with keep-alive"Michaël Zasso
2021-04-19lib: revert primordials in a hot pathAntoine du Hamel
2021-03-31http: optimize debug function correctlyMichaël Zasso
2021-03-31Revert "http: align with stream.Writable"Matteo Collina
2021-03-22http: use CRLF conistently in _http_outgoing.jsDaniel Bevenius
2021-03-20http: add http.ClientRequest.getRawHeaderNames()simov
2021-03-10http: align with stream.WritableRobert Nagy
2021-02-01http: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-12http: don't cork noop .end()Robert Nagy
2021-01-04http: make HEAD method to work with keep-aliveJoseph Hackman
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-11-30http: enable call chaining with setHeader()pooja d.p
2020-11-12http: onFinish will not be triggered again when finishedrickyes
2020-11-10stream: writableNeedDrainRobert Nagy
2020-10-10http: allow passing array of key/val into writeHeadRobert Nagy
2020-09-12http: only set keep-alive when not existsatian25@qq.com
2020-08-01http: provide keep-alive timeout response headerRobert Nagy
2020-07-16stream: finished on closed OutgoingMessageRobert Nagy
2020-06-21http: don't emit error after closeRobert Nagy
2020-05-25http: tidy up exposure of header validationOsher
2020-05-16http: don't throw on `Uint8Array`s for `http.ServerResponse#write`Pranshu Srivastava
2020-05-09http: return this from OutgoingMessage#destroy()cjihrig
2020-05-09http: expose http.validate-header-name/valueosher
2020-05-08http: cleanup end argument handlingRobert Nagy
2020-05-03http: simplify sending headerRobert Nagy
2020-03-18http: don't emit 'finish' after 'error'Robert Nagy
2020-03-10http: align OutgoingMessage and ClientRequest destroyRobert Nagy
2020-03-07http,stream: make virtual methods throw an errorLuigi Pinca
2020-02-24http: move OutboundMessage.prototype.flush to EOLJames M Snell
2020-02-16http: end with data can cause write after endRobert Nagy
2020-01-03http: http_outgoing rename var to let and consttelenord
2019-12-17http: use for...of in http library codeTrivikram Kamat
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03http: add captureRejection support to OutgoingMessageMatteo Collina
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-13http: outgoing corkRobert Nagy
2019-11-06stream: add writableCorked propertyRobert Nagy
2019-08-20stream: disallow stream methods on finished streamRobert Nagy
2019-08-19http: simplify drain()Robert Nagy
2019-08-17http: replace superfluous connection property with getter/setterRobert Nagy
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-15http: follow symbol naming conventionRobert Nagy
2019-08-12http: remove redundant conditionLuigi Pinca
2019-08-11http: add missing stream-like properties to OutgoingMessageRobert Nagy
2019-08-10http: buffer writes even while no socket assignedRobert Nagy
2019-07-16http: add response.writableFinishedRobert Nagy