summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* os: add userInfo() methodcjihrig2016-04-122-0/+73
* src: fix -Wunused-variable compiler warningBen Noordhuis2016-04-091-1/+0
* buffer: add Buffer.prototype.compare by offsetJames M Snell2016-04-081-16/+60
* buffer: standardize array index checkTrevor Norris2016-04-081-1/+1
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-04-079-0/+18
* zlib: detect gzip files when using unzip*Anna Henningsen2016-04-051-1/+49
* src: add missing 'inline' keywordsBen Noordhuis2016-04-051-2/+2
* src: remove deprecated internal functionsBen Noordhuis2016-04-052-78/+0
* src: use size_t for http parser array size fieldsBen Noordhuis2016-04-051-10/+8
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-0525-77/+80
* src: fix ARRAY_SIZE() logic errorBen Noordhuis2016-04-051-1/+1
* tools: remove obsolete lint config fileRich Trott2016-03-311-6/+0
* etw: add event messagesJoão Reis2016-03-311-0/+32
* zlib: fix gzip member head/buffer boundary issueAnna Henningsen2016-03-311-9/+7
* lib: remove bootstrap global context indirectionJeremiah Senkpiel2016-03-301-1/+6
* async_wrap: don't abort on callback exceptionTrevor Norris2016-03-284-12/+66
* async_wrap: notify post if intercepted exceptionTrevor Norris2016-03-282-2/+10
* async_wrap: setupHooks now accepts objectTrevor Norris2016-03-281-9/+26
* src: reword command and add ternaryTrevor Norris2016-03-281-5/+4
* src,http_parser: remove KickNextTick callTrevor Norris2016-03-285-33/+21
* crypto: improve error messagesSakthipriyan Vairamani2016-03-261-103/+144
* node: --no-browser-globals configure flagFedor Indutny2016-03-251-0/+5
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-256-135/+310
* process: add 'warning' event and process.emitWarning()James M Snell2016-03-241-0/+18
* zlib: Fix handling of gzip magic bytes mid-fileAnna Henningsen2016-03-231-1/+2
* buffer: add swap16() and swap32() methodsJames M Snell2016-03-231-0/+32
* etw: fix descriptors of events 9 and 23João Reis2016-03-231-5/+9
* lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel2016-03-221-3/+5
* lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel2016-03-222-436/+3
* lib,src: refactor src/node.js into internal filesJeremiah Senkpiel2016-03-221-570/+31
* src: override v8 thread defaults using cli optionsTom Gallacher2016-03-221-3/+6
* buffer: throw range error before truncating writeMatt Loring2016-03-211-3/+3
* doc: add a cli options doc pageJeremiah Senkpiel2016-03-211-1/+2
* src,tools: use template literalsRich Trott2016-03-202-8/+11
* fs: add the fs.mkdtemp() function.Florian MARGAINE2016-03-201-0/+26
* contextify: tie lifetimes of context & sandboxAli Ijaz Sheikh2016-03-192-5/+18
* buffer: fix buffer alignment restrictionAli Ijaz Sheikh2016-03-192-18/+15
* tools: add buffer-constructor eslint ruleJames M Snell2016-03-181-0/+3
* win: prevent node from running on Windows Vista or earlierAlexis Campailla2016-03-181-0/+8
* doc: reformat & improve node.1 manual pageJeremiah Senkpiel2016-03-161-1/+2
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-163-5/+33
* src: allow combination of -i and -e cli flagsRich Trott2016-03-151-2/+8
* zlib: add support for concatenated membersKári Tristan Helgason2016-03-151-0/+18
* net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin2016-03-151-0/+23
* src,http: fix uncaughtException miss in httpTrevor Norris2016-03-082-4/+8
* crypto: simplify Certificate class bindingsAlexander Makarenko2016-03-052-61/+13
* src: fix NewInstance deprecation warningsMichaël Zasso2016-03-038-12/+22
* src: replace usage of deprecated ForceSetMichaël Zasso2016-03-033-10/+19
* buffer: avoid undefined behaviourAli Ijaz Sheikh2016-03-031-3/+3
* src: replace deprecated SetWeak in object_wrapAli Ijaz Sheikh2016-03-031-7/+2