doc: improvements to debugger.markdown copy
[platform/upstream/nodejs.git] / lib /
2016-01-19 Nik Nybydoc: fix spelling error in lib/url.js comment
2016-01-19 ronkorvingudp: remove a needless instanceof Buffer check
2016-01-19 Tom Gallacherdoc: Fixing broken links to the v8 wiki
2016-01-19 Prince J Wesleyrepl: display error message when loading directory
2016-01-19 Bryce Barilbuffer: Prevent Buffer constructor deopt
2016-01-19 Andrei Sedoitimers: optimize callback call: bind -> arrow
2016-01-19 Tom Gallacherbuffer: default to UTF8 in byteLength()
2016-01-19 Jan Schärnet: small code cleanup
2016-01-19 yorkiefs,doc: use `target` instead of `destination`
2016-01-19 Brian Whiteutil: fix constructor/instanceof checks
2016-01-19 Sakthipriyan Vairamanilib,test: update let to const where applicable
2016-01-19 Tristian Flanaganmodule: fix column offsets in errors
2016-01-19 Felix Böhmdebugger: also exit when the repl emits 'exit'
2015-12-23 Julien Gillidomains: fix handling of uncaught exceptions
2015-12-23 Myles Borinsmeta: remove use of profanity in source
2015-12-23 Fedor Indutnystream_wrap: error if stream has StringDecoder
2015-12-23 Peter A. Bigotbuffer: fix writeInt{B,L}E for some neg values
2015-12-23 Jan Schärnet: add local address/port for better errors
2015-12-23 Evan Lucasmodule: cache regular expressions
2015-12-23 Yosuke Furukawaquerystring: Parse multiple separator characters
2015-12-23 cjihrigchild_process: add safety checks on stdio access
2015-12-23 Stefan Budeanutls: Use SHA1 for sessionIdContext in FIPS mode
2015-12-23 Ben Noordhuiscluster: remove handles when disconnecting worker
2015-12-23 Ben Noordhuischild_process: don't fork bomb ourselves from -e
2015-12-23 Myles Borinstls: remove util and calls to util.format
2015-12-23 cjihrigcluster: send suicide message on disconnect
2015-12-23 qinjiautil: use regexp instead of str.replace().join()
2015-12-23 Evan Lucasrepl: don't crash if cannot open history file
2015-12-23 Andres Suarezmodule: remove unnecessary JSON.stringify
2015-12-23 Craig Cavalierzlib: only apply drain listener if given callback
2015-12-23 Myles Borinszlib: pass kind to recursive calls to flush
2015-12-23 Hemanth.HMrepl: To exit, press ^C again or type .exit.
2015-12-03 Fedor Indutnyhttp: fix pipeline regression
2015-10-29 Sakthipriyan Vairamanirepl: handle comments properly
2015-10-29 Fedor Indutnytimers: reuse timer in `setTimeout().unref()`
2015-10-29 Rich Trottlib: fix cluster handle leak
2015-10-29 Trevor Norrisbuffer: fix value check for writeUInt{B,L}E
2015-10-29 ronkorvingfs: reduced duplicate code in fs.write()
2015-10-29 Jeremiah Senkpielrepl: limit persistent history correctly on load
2015-10-29 Rich Trottlib: avoid REPL exit on completion error
2015-10-29 Fedor Indutnyhttp: fix stalled pipeline bug
2015-10-29 Calvin Metcalfstream: avoid unnecessary concat of a single buffer.
2015-10-29 Fábio Santosstream: fix signature of _write() in a comment
2015-10-29 Yuval Briktls: TLSSocket options default isServer false
2015-10-13 Ryan Grahamlib: fix undefined timeout regression
2015-10-12 Fedor Indutnytls: use parent handle's close callback
2015-10-12 Trevor Norrisnet: don't throw on bytesWritten access
2015-10-12 Brian Whitestream: avoid pause with unpipe in buffered write
2015-10-10 Trevor Norrisbuffer: don't abort on prototype getters
2015-10-10 Ben Noordhuisassert: support arrow functions in .throws()
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-10-08 Fedor Indutnyhttp: cork/uncork before flushing pipelined res
2015-10-08 Trevor Norrisbuffer: clean up usage of __proto__
2015-10-08 Evan Lucasutil: fix for inspecting promises
2015-10-08 Rich Trottlib: remove redundant code, add tests in timers.js
2015-10-08 Evan Lucasutil: correctly inspect Map/Set Iterators
2015-10-08 Evan Lucasutil: fix check for Array constructor
2015-10-08 Jeremy Whitlocksrc: fix --abort-on-uncaught-exception
2015-10-08 Justin Chasemodule: use UNC paths when loading native addons
2015-10-08 Dave Eddynode: add -c|--check CLI arg to syntax check script
2015-10-08 charlierudolphfs: include filename in watch errors
2015-10-05 Fedor Indutnyhttp: add comment about `outputSize` in res/server
2015-10-05 Fedor Indutnyhttp_server: pause socket properly
2015-10-05 Fedor Indutnyhttp: fix out-of-order 'finish' bug in pipelining
2015-10-02 Trevor Norrisasync_wrap: ensure all objects have internal field
2015-10-02 Ben Noordhuisutil: optimize promise introspection
2015-09-30 Brendan Ashworthsmalloc: remove module
2015-09-30 Roman Reissdns: add missing exports.BADNAME
2015-09-30 Evan Lucaspath: improve posixSplitPath performance
2015-09-25 Fedor Indutnychild_process: `null` channel handle on close
2015-09-22 Sakthipriyan Vairamanilib,src: remove usage of events.EventEmitter
2015-09-22 Salman Aljammazrepl: don't use tty control codes when $TERM is set...
2015-09-22 Malcolm Ahoyhttp: remove redundant code in _deferToConnect
2015-09-22 Sakthipriyan Vairamanirepl: backslash bug fix
2015-09-20 Ben Noordhuishttp: guard against response splitting in trailers
2015-09-20 Matt Harrisonreadline: fix tab completion bug
2015-09-20 Trevor Norrisbuffer: don't set zero fill for zero-length buffer
2015-09-16 Sam Robertstimer: ref/unref return self
2015-09-16 Trevor Norrisbuffer: construct Uint8Array in JS
2015-09-16 Malcolm Ahoyhttp: default Agent.getName to 'localhost'
2015-09-16 Karl Skomskisrc: use subarray() in Buffer#slice() for speedup
2015-09-15 Brendan Ashworthstreams: refactor LazyTransform to internal/
2015-09-15 Yazhong Liufs: consider NaN/Infinity in toUnixTimestamp
2015-09-15 Fedor Indutnyhttp_server: fix resume after socket close
2015-09-15 Ron Korvingfs: implemented WriteStream#writev
2015-09-08 Fedor Indutnycluster: allow shared reused dgram sockets
2015-09-08 Evan Lucaschild_process: use stdio.fd even if it is 0
2015-09-06 Michaël Zassobuffer: SlowBuffer only accept valid numeric values
2015-09-06 Ali Ijaz Sheikhsrc: apply debug force load fixups from 41e63fb
2015-09-06 Jeremiah Senkpielevents,lib: don't require EE#listenerCount()
2015-09-06 James M Snellchild_process: check execFile and fork args
2015-09-06 Ben Noordhuischild_process: add callback parameter to .send()
2015-09-06 Karl Skomskisrc: fix memory leak in ExternString
2015-09-03 Jeremiah Senkpieltimers: minor _unrefActive fixes and improvements
2015-09-03 Julien Gillitimers: don't mutate unref list while iterating it
2015-09-03 Julien Gillitimers: Avoid linear scan in _unrefActive.
2015-08-27 Ben NoordhuisRevert "lib,src: add unix socket getsockname/getpeername"
2015-08-27 Ben Noordhuislib: add net.Socket#localFamily property
2015-08-27 Ben Noordhuislib,src: add unix socket getsockname/getpeername
2015-08-26 Minwoo Jungdebugger: use strict equality comparison
next