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
path: root/lib
AgeCommit message (Expand)Author
2016-01-06http: handle errors on idle socketsJosé F. Romaniello
2016-01-06doc: fix spelling error in lib/url.js commentNik Nyby
2016-01-06util: faster arrayToHashJackson Tian
2016-01-06http: use `self.keepAlive` instead of `self.options.keepAlive`Damian Schenkelman
2016-01-06http: fix non-string header value concatenationBrian White
2016-01-06tools: run tick processor without forkingMatt Loring
2016-01-06child_process: guard against race conditionRich Trott
2016-01-06repl: remove unused functionRich Trott
2016-01-06lib: remove unused modulesRich Trott
2016-01-06http: 451 status code "Unavailable For Legal Reasons"Max Barinov
2016-01-06buffer: faster case for create Buffer from new Buffer(0)Jackson Tian
2016-01-06buffer: refactor create bufferJackson Tian
2016-01-06https: use `servername` in agent keyFedor Indutny
2016-01-06repl: Fixed node repl history edge case.Mudit Ameta
2016-01-06http: remove excess calls to removeSocketDave
2016-01-06assert: typed array deepequal performance fixClaudio Rodriguez
2016-01-06repl: use String#repeat instead of Array#joinEvan Lucas
2016-01-06http: Remove an unnecessary assignmentBo Borgerson
2015-12-16module,src: do not wrap modules with -1 lineOffsetcjihrig
2015-12-16udp: remove a needless instanceof Buffer checkronkorving
2015-12-16buffer: add includes() for parity with TypedArrayAlexander Martin
2015-12-15https: support disabling session cachingFedor Indutny
2015-12-15tls: introduce `secureContext` for `tls.connect`Fedor Indutny
2015-12-15domains: fix handling of uncaught exceptionsJulien Gilli
2015-12-15doc: Fixing broken links to the v8 wikiTom Gallacher
2015-12-15repl: display error message when loading directoryPrince J Wesley
2015-12-15repl: fix require('3rdparty') regressionBen Noordhuis
2015-12-15assert: accommodate ES6 classes that extend ErrorRich Trott
2015-12-08tools: add --prof-process flag to node binaryMatt Loring
2015-12-08buffer: fix range checking for slowToStringMatt Loring
2015-12-08stream_wrap: error if stream has StringDecoderFedor Indutny
2015-12-08fs,doc: use `target` instead of `destination`yorkie
2015-12-08buffer: Prevent Buffer constructor deoptBryce Baril
2015-12-05stream: be less eager with readable flagBrian White
2015-12-05meta: remove use of profanity in sourceMyles Borins
2015-12-05streams: update .readable/.writable to falseBrian White
2015-12-05util: determine object types in C++cjihrig
2015-12-05timers: optimize callback call: bind -> arrowAndrei Sedoi
2015-12-05repl: allow leading period in multiline inputZirak
2015-12-05buffer: fix writeInt{B,L}E for some neg valuesPeter A. Bigot
2015-12-05child_process: flush consuming streamsDave
2015-12-05util: fix constructor/instanceof checksBrian White
2015-12-05util: move .decorateErrorStack to internal/utilBen Noordhuis
2015-12-05module,repl: remove repl require() hackBen Noordhuis
2015-12-05repl: attach location info to syntax errorscjihrig
2015-12-05util: add decorateErrorStack()cjihrig
2015-12-05buffer: default to UTF8 in byteLength()Tom Gallacher
2015-12-05net: add local address/port for better errorsJan Schär
2015-12-05util,src: allow lookup of hidden valuescjihrig
2015-12-05net: small code cleanupJan Schär