doc: replace function expressions with arrows
[platform/upstream/nodejs.git] / lib /
2016-03-02 Rich Trotttools: lint for spacing around unary operators
2016-03-02 Rich Trotttools: enable no-redeclare rule for linter
2016-03-02 Rich Trottdgram: scope redeclared variables
2016-03-02 Fedor Indutnyhttps: evict cached sessions on error
2016-03-02 Rich Trottlib: remove string_decoder.js var redeclarations
2016-03-02 Rich Trottrepl: remove variable redeclaration
2016-03-02 Rich Trottlib: scope loop variables
2016-03-02 Rich Trottnet: refactor redeclared variables
2016-03-02 Rich Trottmodule: refactor redeclared variable
2016-03-02 Rich Trottfs: refactor redeclared variables
2016-03-02 Rich Trottbuffer: refactor redeclared variables
2016-03-02 Fedor Indutnytls_wrap: reach error reporting for UV_EPROTO
2016-03-02 Evan Lucasnet: move isLegalPort to internal/net
2016-03-02 Kári Tristan Helgasonurl: change scoping of variables with let
2016-03-02 Rich Trotttls: scope loop vars with let
2016-03-02 Evan Lucasdns: throw a TypeError in lookupService with invalid...
2016-03-02 Rich Trottstream: refactor redeclared variables
2016-03-02 Fedor Indutnyinternal/child_process: call postSend on error
2016-03-02 José F. Romaniellohttp: handle errors on idle sockets
2016-03-02 Minwoo Junglib: use arrow functions instead of bind
2016-03-02 Коренберг Маркtls: add `options` argument to createSecurePair
2016-03-02 Michaël Zassolib,test: remove extra semicolons
2016-03-02 Brian Whitequerystring: improve parse() performance
2016-02-15 Jackson Tianbuffer: make byteLength work with Buffer correctly
2016-02-15 Peter Geissbuffer: remove unnecessary TODO comments
2016-02-15 Kohei TAKATAreadline: Remove XXX and output debuglog
2016-02-15 Evan Lucasnet: remove hot path comment from connect
2016-02-15 Rich Trottdebugger: remove variable redeclarations
2016-02-15 Fedor Indutnytls_legacy: do not read on OpenSSL's stack
2016-02-15 zoubinstream: remove useless if test in transform
2016-02-15 Brian Whitedgram: prevent disabled optimization of bind()
2016-02-15 Rich Trotthttp: remove variable redeclaration
2016-02-15 James M Snellnet, doc: fix line wrapping lint in net.js
2016-02-15 Josh Daguenet: fix dns lookup for android
2016-02-15 Evan Lucasrepl: make sure historyPath is trimmed
2016-02-15 Santiago Gimenocluster: ignore queryServer msgs on disconnection
2016-02-15 Brian Whitehttp: fix non-string header value concatenation
2016-02-15 Santiago Gimenocluster: fix race condition setting suicide prop
2016-02-15 Andres Suarezmodule: move unnecessary work for early return
2016-02-15 Michaël Zassolib: fix style issues after eslint update
2016-02-09 James M Snellhttp: strictly forbid invalid characters from headers
2016-01-21 cjihrigmodule,src: do not wrap modules with -1 lineOffset
2016-01-19 Rich Trottassert: accommodate ES6 classes that extend Error
2016-01-19 Rich Trottlib: remove unused modules
2016-01-19 Roman Reissdns: remove nonexistant exports.ADNAME
2016-01-19 Rich Trottchild_process: guard against race condition
2016-01-19 Damian Schenkelmanhttp: use `self.keepAlive` instead of `self.options...
2016-01-19 Rich Trottrepl: remove unused function
2016-01-19 Fedor Indutnyhttps: use `servername` in agent key
2016-01-19 Jackson Tianbuffer: refactor create buffer
2016-01-19 Claudio Rodriguezassert: typed array deepequal performance fix
2016-01-19 Jackson Tianbuffer: faster case for create Buffer from new Buffer(0)
2016-01-19 Bo Borgersonhttp: Remove an unnecessary assignment
2016-01-19 Davehttp: remove excess calls to removeSocket
2016-01-19 Mudit Ametarepl: Fixed node repl history edge case.
2016-01-19 Davechild_process: flush consuming streams
2016-01-19 Jackson Tianutil: faster arrayToHash
2016-01-19 Evan Lucasrepl: use String#repeat instead of Array#join
2016-01-19 Ben Noordhuisrepl: fix require('3rdparty') regression
2016-01-19 cjihrigutil: determine object types in C++
2016-01-19 Ben Noordhuisutil: move .decorateErrorStack to internal/util
2016-01-19 Ben Noordhuismodule,repl: remove repl require() hack
2016-01-19 cjihrigrepl: attach location info to syntax errors
2016-01-19 cjihrigutil: add decorateErrorStack()
2016-01-19 cjihrigutil,src: allow lookup of hidden values
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()`
next