summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-03-22dns: Use object without protoype for mapBenjamin Gruenbaum
2016-03-22dns: Refactor forEach to mapBenjamin Gruenbaum
2016-03-22dns: use template literalsBenjamin Gruenbaum
2016-03-21lib: simplify code with String.prototype.repeat()Jackson Tian
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-03-21net: strict checking for internal/net isLegalPortJames M Snell
2016-03-21timers: fix lint from 4fe02e2Jeremiah Senkpiel
2016-03-21dns: use isIp consistentlyBenjamin Gruenbaum
2016-03-21timers: give Timeouts a constructor nameJeremiah Senkpiel
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE
2016-03-20net: remove unused `var self = this` from old codeBenjamin Gruenbaum
2016-03-19zlib: do not emit event on *Sync() methodsRich Trott
2016-03-18repl: support standalone blocksPrince J Wesley
2016-03-18tools: add buffer-constructor eslint ruleJames M Snell
2016-03-18timers: improve setImmediate() performanceBrian White
2016-03-18repl: Assignment of _ allowed with warningLance Ball
2016-03-18net: emit host in lookup eventHUANG Wei
2016-03-17path: assert inputs are stringsBrian White
2016-03-17https: fix ssl socket leak when keepalive is usedAlexander Penev
2016-03-16path: refactor path.format() repeated codeRich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-15console: check that stderr is writableRich Trott
2016-03-15events: add eventNames() methodJames M Snell
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin