summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-12os: add userInfo() methodcjihrig
2016-04-09src: fix -Wunused-variable compiler warningBen Noordhuis
2016-04-08buffer: 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-03-31tools: 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-30lib: 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-25node: --no-browser-globals configure flagFedor Indutny
2016-03-25fs: 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-22lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel
2016-03-22lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel
2016-03-22lib,src: refactor src/node.js into internal filesJeremiah Senkpiel
2016-03-22src: override v8 thread defaults using cli optionsTom Gallacher
2016-03-21buffer: throw range error before truncating writeMatt Loring
2016-03-21doc: 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-18tools: 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
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-15src: allow combination of -i and -e cli flagsRich Trott
2016-03-15zlib: add support for concatenated membersKári Tristan Helgason
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-03-08src,http: fix uncaughtException miss in httpTrevor Norris
2016-03-05crypto: simplify Certificate class bindingsAlexander Makarenko
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso