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-06-11lib: revert primordials in a hot pathAntoine du Hamel
2021-06-11Revert "http: make HEAD method to work with keep-alive"Michaël Zasso
2021-05-01http: add http.ClientRequest.getRawHeaderNames()simov
2021-05-01http: make HEAD method to work with keep-aliveJoseph Hackman
2021-05-01http: enable call chaining with setHeader()pooja d.p
2021-05-01stream: writableNeedDrainRobert Nagy
2021-01-28http: don't cork .end when not neededDimitris Halatsis
2020-10-14http: allow passing array of key/val into writeHeadRobert Nagy
2020-09-17http: only set keep-alive when not existsatian25@qq.com
2020-08-05http: provide keep-alive timeout response headerRobert Nagy
2020-06-30http: don't throw on `Uint8Array`s for `http.ServerResponse#write`Pranshu Srivastava
2020-06-30http: return this from OutgoingMessage#destroy()cjihrig
2020-06-30http: tidy up exposure of header validationOsher
2020-05-11http: expose http.validate-header-name/valueosher
2020-05-04http: 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
2019-06-01http: call write callback even if there is no message bodyLuigi Pinca
2019-05-20http: always call response.write() callbackLuigi Pinca
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-15http: delay ret declaration in method _flushOutputgengjiawen
2019-03-12http: reduce usage of public utilZYSzys
2019-03-09http: improve for-loop readability in _http_outgoing.jsgengjiawen
2019-02-11http: reduce multiple output arrays into oneWeijia Wang
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-09lib: improve error creation performanceRuben Bridgewater