summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib,test,tools: alignment on variable assignmentsRich Trott2016-04-184-10/+14
* assert: respect assert.doesNotThrow message.Ilya Shaisultanov2016-04-181-1/+8
* repl: keep the built-in modules non-enumerableAnna Henningsen2016-04-181-10/+25
* node: make builtin libs available for `--eval`Anna Henningsen2016-04-183-22/+39
* process: fix incorrect usage of assert.fail()Rich Trott2016-04-181-1/+1
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-181-4/+6
* zlib: Make the finish flush flag configurableAnna Henningsen2016-04-171-12/+20
* buffer: add Buffer.allocUnsafeSlow(size)James M Snell2016-04-152-7/+27
* fs: optimize realpath using uv_fs_realpath()Yuval Brik2016-04-152-234/+28
* lib: improve module loading performanceBrian White2016-04-144-118/+266
* debugger: run last command on presssing enterRich Trott2016-04-142-23/+26
* repl: don’t complete non-simple expressionsAnna Henningsen2016-04-141-1/+1
* streams: support unlimited synchronous cork/uncork cyclesMatteo Collina2016-04-141-6/+9
* os: add userInfo() methodcjihrig2016-04-121-0/+1
* stream: Fix readableState.awaitDrain mechanismAnna Henningsen2016-04-111-3/+3
* querystring: using toString for objects on querystring.escapeIgor Kalashnikov2016-04-111-2/+6
* buffer: add Buffer.prototype.compare by offsetJames M Snell2016-04-081-4/+33
* repl: refactor repl.jsRich Trott2016-04-081-4/+4
* readline: emit key info unconditionallycjihrig2016-04-051-3/+2
* net: remove implicit setting of DNS hintscjihrig2016-04-051-11/+0
* path: fix win32.isAbsolute() inconsistencyBrian White2016-04-041-50/+10
* buffer: don't set `kNoZeroFill` flag in allocUnsafeVladimir Kurchatkin2016-04-011-2/+0
* net: support DNS hints in createConnection()Colin Ihrig2016-04-011-2/+2
* net: improve socket.write() error messagePhillip Johnsen2016-04-011-2/+4
* http: Corrects IPv6 address in Host headerMihai Potra2016-04-011-0/+11
* assert: Check typed array view type in deepEqualAnna Henningsen2016-03-311-4/+13
* lib: remove bootstrap global context indirectionJeremiah Senkpiel2016-03-301-2/+0
* module: prioritize current dir for local lookupsPhillip Johnsen2016-03-291-2/+1
* Revert "tty: don't read from console stream upon creation"Evan Lucas2016-03-291-7/+1
* Revert "stream: emit 'pause' on nextTick"Evan Lucas2016-03-291-2/+1
* timers: fixing API refs to use safe internal refsKyle Simpson2016-03-281-8/+8
* dgram: pass null as error on successful send()cjihrig2016-03-281-0/+3
* http: speed up checkIsHttpTokenJackson Tian2016-03-271-2/+48
* buffer: make byteLength work with ArrayBuffer & DataViewJackson Tian2016-03-271-3/+4
* buffer: faster case for create buffer from empty stringJackson Tian2016-03-271-0/+4
* net: refactor self=this to arrow functionsBenjamin Gruenbaum2016-03-271-17/+13
* child_process: refactor self=this in socket_listBenjamin Gruenbaum2016-03-271-16/+12
* crypto: improve error messagesSakthipriyan Vairamani2016-03-261-1/+1
* querystring: don't stringify bad surrogate pairBrian White2016-03-261-1/+1
* node: --no-browser-globals configure flagFedor Indutny2016-03-251-2/+4
* fs: make fs.watch error message more usefulJames M Snell2016-03-251-1/+4
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-251-27/+79
* process: add 'warning' event and process.emitWarning()James M Snell2016-03-244-30/+62
* stream: emit 'pause' on nextTickAlexis Campailla2016-03-231-1/+2
* tty: don't read from console stream upon creationAlexis Campailla2016-03-231-1/+7
* crypto: fail early when loading crypto without opensslJames M Snell2016-03-236-18/+25
* buffer: add swap16() and swap32() methodsJames M Snell2016-03-231-0/+42
* buffer: changing let in for loops back to varGareth Ellis2016-03-231-3/+4
* lib: refactor code with startsWith/endsWithJackson Tian2016-03-237-15/+14
* lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel2016-03-221-0/+0