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/src
AgeCommit message (Expand)Author
2016-04-21doc: git mv to .mdRobert Jefe Lindstaedt
2016-04-20stream_base: expose `bytesRead` getterFedor Indutny
2016-04-20child_process: add nullptr checks after allocsAnna Henningsen
2016-04-19src: fix -Wunused-result warning in e38badeSakthipriyan Vairamani
2016-04-19http: skip body and next message of CONNECT resFedor Indutny
2016-04-19events: don't inherit from Object.prototypeBrian White
2016-04-19crypto: better error message for createHashCalvin Metcalf
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-14src: add SIGINFO to supported signalsJames Reggio
2016-04-13os: add userInfo() methodcjihrig
2016-04-09src: fix -Wunused-variable compiler warningBen Noordhuis
2016-04-09buffer: add Buffer.prototype.compare by offsetJames M Snell
2016-04-08buffer: standardize array index checkTrevor Norris
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2016-04-05zlib: detect gzip files when using unzip*Anna Henningsen
2016-04-05src: add missing 'inline' keywordsBen Noordhuis
2016-04-05src: remove deprecated internal functionsBen Noordhuis
2016-04-05src: use size_t for http parser array size fieldsBen Noordhuis
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-04-05src: fix ARRAY_SIZE() logic errorBen Noordhuis
2016-04-01tools: remove obsolete lint config fileRich Trott
2016-03-31etw: add event messagesJoão Reis
2016-03-31zlib: fix gzip member head/buffer boundary issueAnna Henningsen
2016-03-31lib: remove bootstrap global context indirectionJeremiah Senkpiel
2016-03-28async_wrap: don't abort on callback exceptionTrevor Norris
2016-03-28async_wrap: notify post if intercepted exceptionTrevor Norris
2016-03-28async_wrap: setupHooks now accepts objectTrevor Norris
2016-03-28src: reword command and add ternaryTrevor Norris
2016-03-28src,http_parser: remove KickNextTick callTrevor Norris
2016-03-26crypto: improve error messagesSakthipriyan Vairamani
2016-03-26node: --no-browser-globals configure flagFedor Indutny
2016-03-26fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell
2016-03-23zlib: Fix handling of gzip magic bytes mid-fileAnna Henningsen
2016-03-23buffer: add swap16() and swap32() methodsJames M Snell
2016-03-23etw: fix descriptors of events 9 and 23João Reis
2016-03-23lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel
2016-03-23lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel
2016-03-23lib,src: refactor src/node.js into internal filesJeremiah Senkpiel
2016-03-22src: override v8 thread defaults using cli optionsTom Gallacher
2016-03-22buffer: throw range error before truncating writeMatt Loring
2016-03-22doc: add a cli options doc pageJeremiah Senkpiel
2016-03-20src,tools: use template literalsRich Trott
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE
2016-03-19contextify: tie lifetimes of context & sandboxAli Ijaz Sheikh
2016-03-19buffer: fix buffer alignment restrictionAli Ijaz Sheikh
2016-03-19tools: add buffer-constructor eslint ruleJames M Snell
2016-03-18win: prevent node from running on Windows Vista or earlierAlexis Campailla
2016-03-16doc: reformat & improve node.1 manual pageJeremiah Senkpiel