summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-18repl: keep the built-in modules non-enumerableAnna Henningsen
2016-04-18node: make builtin libs available for `--eval`Anna Henningsen
2016-04-18process: fix incorrect usage of assert.fail()Rich Trott
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-04-17zlib: Make the finish flush flag configurableAnna Henningsen
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-14lib: improve module loading performanceBrian White
2016-04-14debugger: run last command on presssing enterRich Trott
2016-04-14repl: don’t complete non-simple expressionsAnna Henningsen
2016-04-14streams: support unlimited synchronous cork/uncork cyclesMatteo Collina
2016-04-12os: add userInfo() methodcjihrig
2016-04-11stream: Fix readableState.awaitDrain mechanismAnna Henningsen
2016-04-11querystring: using toString for objects on querystring.escapeIgor Kalashnikov
2016-04-08buffer: add Buffer.prototype.compare by offsetJames M Snell
2016-04-08repl: refactor repl.jsRich Trott
2016-04-05readline: emit key info unconditionallycjihrig
2016-04-05net: remove implicit setting of DNS hintscjihrig
2016-04-04path: fix win32.isAbsolute() inconsistencyBrian White
2016-04-01buffer: don't set `kNoZeroFill` flag in allocUnsafeVladimir Kurchatkin
2016-04-01net: support DNS hints in createConnection()Colin Ihrig
2016-04-01net: improve socket.write() error messagePhillip Johnsen
2016-04-01http: Corrects IPv6 address in Host headerMihai Potra
2016-03-31assert: Check typed array view type in deepEqualAnna Henningsen
2016-03-30lib: remove bootstrap global context indirectionJeremiah Senkpiel
2016-03-29module: prioritize current dir for local lookupsPhillip Johnsen
2016-03-29Revert "tty: don't read from console stream upon creation"Evan Lucas
2016-03-29Revert "stream: emit 'pause' on nextTick"Evan Lucas
2016-03-28timers: fixing API refs to use safe internal refsKyle Simpson
2016-03-28dgram: pass null as error on successful send()cjihrig
2016-03-27http: speed up checkIsHttpTokenJackson Tian
2016-03-27buffer: make byteLength work with ArrayBuffer & DataViewJackson Tian
2016-03-27buffer: faster case for create buffer from empty stringJackson Tian
2016-03-27net: refactor self=this to arrow functionsBenjamin Gruenbaum
2016-03-27child_process: refactor self=this in socket_listBenjamin Gruenbaum
2016-03-26crypto: improve error messagesSakthipriyan Vairamani
2016-03-26querystring: don't stringify bad surrogate pairBrian White
2016-03-25node: --no-browser-globals configure flagFedor Indutny
2016-03-25fs: make fs.watch error message more usefulJames M Snell
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-23stream: emit 'pause' on nextTickAlexis Campailla
2016-03-23tty: don't read from console stream upon creationAlexis Campailla
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-23buffer: add swap16() and swap32() methodsJames M Snell
2016-03-23buffer: changing let in for loops back to varGareth Ellis
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
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