aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-03-03src: replace usage of deprecated ForceSetMichaël Zasso
2016-03-03buffer: avoid undefined behaviourAli Ijaz Sheikh
2016-03-03src: replace deprecated SetWeak in object_wrapAli Ijaz Sheikh
2016-03-03src: update uses of deprecated NewExternalAli Ijaz Sheikh
2016-03-03contextify: cache sandbox and context in localsAli Ijaz Sheikh
2016-03-03contextify: replace deprecated SetWeak usageAli Ijaz Sheikh
2016-03-03contextify: cleanup weak ref for sandboxAli Ijaz Sheikh
2016-03-03contextify: cleanup weak ref for global proxyAli Ijaz Sheikh
2016-03-03buffer: replace deprecated SetWeak usageAli Ijaz Sheikh
2016-03-03buffer: cleanup CallbackInfoAli Ijaz Sheikh
2016-03-03src: fix deprecated SetWeak usage in base-objectAli Ijaz Sheikh
2016-03-03src: replace usage of deprecated SetAccessorAli Ijaz Sheikh
2016-03-03src: replace deprecated ProcessDebugMessagesMichaël Zasso
2016-03-03src: replace usage of deprecated GetDebugContextMichaël Zasso
2016-03-03src: replace usage of deprecated SetMessageHandlerMichaël Zasso