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
2016-05-03util: fix inspecting of proxy objectsJames M Snell
2016-04-28benchmark: Fix crash in net benchmarksMatt Loring
2016-04-23test,benchmark: use deepStrictEqual()Rich Trott
2016-04-21benchmarks: fix lint errorMyles Borins
2016-04-21benchmarks: add microbenchmarks for new ES6 featuresJames M Snell
2016-04-21benchmarks: add common.v8ForceOptimizationJames M Snell
2016-04-21console: refactor to use rest params and template stringsJames M Snell
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell
2016-04-14benchmark: add module loader benchmark parameterBrian White
2016-04-09buffer: add Buffer.prototype.compare by offsetJames M Snell
2016-03-27http: speed up checkIsHttpTokenJackson Tian
2016-03-27buffer: faster case for create buffer from empty stringJackson Tian
2016-03-23buffer: add swap16() and swap32() methodsJames M Snell
2016-03-22benchmark: fix linting errorsRich Trott
2016-03-22lib: simplify code with String.prototype.repeat()Jackson Tian
2016-03-19timers: improve setImmediate() performanceBrian White
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-07tools: enable no-self-assign ESLint ruleRich Trott
2016-03-05benchmark: add util.format benchmarkEvan Lucas
2016-03-03benchmark: fix lint errorsRich Trott
2016-03-02lib: freelist: use .pop() for allocationAnton Khlynovskiy
2016-03-02benchmark: refactor to eliminate redeclared varsRich Trott
2016-02-28benchmark: add benchmark for buf.compare()Rich Trott
2016-02-28tools,benchmark: increase lint complianceRich Trott
2016-02-26benchmark: move string-decoder to its own categoryAndreas Madsen
2016-02-26benchmark: fix configuation parametersAndreas Madsen
2016-02-26benchmark: merge url.js with url-resolve.jsAndreas Madsen
2016-02-26benchmark: move misc to categorized directoriesAndreas Madsen
2016-02-22benchmark: use strict modeRich Trott
2016-02-13querystring: improve escape() performanceBrian White
2016-02-13querystring: improve parse() performanceBrian White
2016-02-10benchmark: split path benchmarksBrian White
2016-02-10benchmark: allow empty parametersBrian White
2016-02-09streams: 5% throughput gain when sending small chunksMatteo Collina
2016-01-29dgram: support dgram.send with multiple buffersMatteo Collina
2016-01-29benchmark: add a constant declaration for `net`Minwoo Jung
2016-01-15querystring: improve parse() performanceBrian White
2015-12-30util: faster arrayToHashJackson Tian
2015-12-24buffer: faster case for create Buffer from new Buffer(0)Jackson Tian
2015-12-21assert: typed array deepequal performance fixClaudio Rodriguez
2015-12-18node: improve accessor perf of process.envTrevor Norris
2015-12-18node: improve performance of hrtime()Trevor Norris
2015-12-18fs: use pushValueToArray for readdir(Sync)Trevor Norris
2015-12-18http_parser: use pushValueToArray for headersTrevor Norris
2015-12-02meta: remove use of profanity in sourceMyles Borins
2015-10-08src: replace naive search in Buffer::IndexOfKarl Skomski
2015-09-30benchmark: update comment in common.jsMinwoo Jung
2015-09-15doc: rename from iojs(1) to node(1) in benchmarksDmitry Vasilyev
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-24node: rename from io.js to nodecjihrig