summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-22events: add prependListener() and prependOnceListener()James M Snell
2016-04-21events: make eventNames() use Reflect.ownKeys()Luigi Pinca
2016-04-20http: disallow sending obviously invalid status codesBrian White
2016-04-20net: Validate port in createServer().listen()Dirceu Pereira Tiegs
2016-04-20console: refactor to use rest params and template stringsJames M Snell
2016-04-20stream: make null an invalid chunk to write in object modeCalvin Metcalf
2016-04-20http: unref socket timer on parser executeFedor Indutny
2016-04-20module: fix resolution of filename with trailing slashMichaël Zasso
2016-04-20net: replace __defineGetter__ with definePropertyFedor Indutny
2016-04-20stream_base: expose `bytesRead` getterFedor Indutny
2016-04-20net: set ADDRCONFIG DNS hint in connectionscjihrig
2016-04-20tools: enable linting for v8_prof_processor.jsRich Trott
2016-04-20url: use "empty" object for empty query stringsBrian White
2016-04-19http: skip body and next message of CONNECT resFedor Indutny
2016-04-19zlib: fix use after null when calling .closeJames Lal
2016-04-18events: don't inherit from Object.prototypeBrian White
2016-04-18querystring: don't inherit from Object.prototypeBrian White
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-04-18assert: respect assert.doesNotThrow message.Ilya Shaisultanov
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