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
2022-08-23http: make idle http parser count configurabletheanarkh
2022-06-13lib: use null-prototype objects for property descriptorsAntoine du Hamel
2021-11-29lib,test,tools: use consistent JSDoc typesRich Trott
2021-04-16typings: add JSDoc typings for httpVoltrex
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-05-25http: tidy up exposure of header validationOsher
2020-05-09http: expose http.validate-header-name/valueosher
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-01-08lib: support overriding http\s.globalAgentRoy Sommer
2018-12-20http: add maxHeaderSize propertycjihrig
2018-07-13http: allow url and options to be passed to http*.request and http*.getSam Ruby
2018-03-25http: support server options on createServerWes Todd
2018-03-22http: use more destructuringTobias Nießen
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-03-21http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2016-10-19http: name anonymous functions in httpmaasencioh
2016-08-30http: remove deprecated Client interfaceBrian White
2015-09-22lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-02-03http: replace util._extend() with [].slice()Jonathan Ong
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: unexport http.parsersBen Noordhuis
2014-06-12lib: remove unused variablesBrian White
2014-02-27http, https: don't depend on `globalAgent`Nathan Rajlich
2013-10-28http: expose supported methodsBen Noordhuis
2013-08-16lib: remove unused variables and functionsBrian White
2013-08-05http: Fix overlooked agent.globalAgent exportisaacs
2013-07-10http: Add agent.get/request methodsisaacs
2013-05-16http: don't escape request path, reject bad charsBen Noordhuis
2013-04-17http: split Client into _http_client.jsTimothy J Fontaine
2013-04-17http: move Server and ServerResponse outTimothy J Fontaine
2013-04-17http: move OutgoingMessage into it's own fileTimothy J Fontaine
2013-04-17http: move parsers into _http_common.jsTimothy J Fontaine
2013-04-17http: move IncomingMessage into its own fileTimothy J Fontaine
2013-04-17http: split Agent into its own fileTimothy J Fontaine
2013-04-13http: escape unsafe characters in request pathBen Noordhuis
2013-04-08http: Support write(data, 'hex')isaacs
2013-04-03http: Remove legacy ECONNRESET workaround codeisaacs
2013-04-02http client: Ensure socket cleanup on response endisaacs
2013-03-14http: Don't hot-path end() for large buffersisaacs
2013-03-10stream: Don't emit 'end' unless read() calledisaacs
2013-03-10http: ServerRequest does not timeout after 'end'koichik
2013-03-10http: Do not setTimeout a not-yet-existent socketisaacs
2013-03-09http: check if incoming parser has already been freedhc
2013-03-09Revert "http: check if incoming parser has already been freed"isaacs