doc: fix crypto update() signatures
[platform/upstream/nodejs.git] / lib /
2016-03-30 Vladimir Kurchatkinnet: make `isIPv4` and `isIPv6` more efficient
2016-03-30 Prince J Wesleyrepl: fix stack trace column number in strict mode
2016-03-30 Jackson Tianlib: simplify code with String.prototype.repeat()
2016-03-30 Jackson Tianlib: reduce usage of `self = this`
2016-03-30 Benjamin Gruenbaumnet: remove unused `var self = this` from old code
2016-03-30 Nathan Woltmanlib: copy arguments object instead of leaking it
2016-03-21 nettofarahurl: group slashed protocols by protocol name
2016-03-21 Rich Trotttools: apply custom buffer lint rule to /lib only
2016-03-21 Rich Trotttools: add Node.js-specific ESLint rules
2016-03-21 Rich Trottdebugger: remove unneeded callback check
2016-03-21 Brian Whitehttp: remove old, confusing comment
2016-03-21 Brian Whitehttp: remove unnecessary check
2016-03-21 Prince J Wesleyrepl: handle quotes within regexp literal
2016-03-21 Brian Whitestring_decoder: fix performance regression
2016-03-21 Evan Lucasstream: prevent object map change in TransformState
2016-03-21 HUANG Weibuffer: remove duplicated code in fromObject
2016-03-21 Evan Lucasstream: prevent object map change in ReadableState
2016-03-21 Anton Khlynovskiylib: freelist: use .pop() for allocation
2016-03-21 Alexander Makarenkohttp,util: fix typos in comments
2016-03-21 Brian Whitestream: fix no data on partial decode
2016-03-02 Fedor Indutnynet: use `_server` for internal book-keeping
2016-03-02 Jackson Tianconsole: apply null as `this` for util.format
2016-03-02 Igor Klopovcluster: dont rely on `this` in `fork`
2016-03-02 Fedor Indutnytls: nullify `.ssl` on handle close
2016-03-02 Prince J Wesleydebugger: assert test before accessing this.binding
2016-03-02 Brian Whitechild_process: fix data loss with readable event
2016-03-02 Trevor Norrisbuffer: allow encoding param to collapse
2016-03-02 Tom Atkinsonhttp: remove reference to onParserExecute
2016-03-02 Matteo Collinastreams: 5% throughput gain when sending small chunks
2016-03-02 Fedor Indutnyhttp: do not emit `upgrade` on advertisement
2016-03-02 Matt Loringtools: run tick processor without forking
2016-03-02 Matt Loringtools: add --prof-process flag to node binary
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
next