summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-12-29http: optimize headers iterationBrian White
2016-12-29http: simplify boolean checksBrian White
2016-12-29http: extract validation functionsBrian White
2016-12-29lib: avoid recompilation of anonymous functionsBrian White
2016-12-29http: improve validation performanceBrian White
2016-12-29http: refactor server connection handlingBrian White
2016-12-29http: misc cleanup and minor optimizationsBrian White
2016-12-29http: reuse existing headers array for raw valuesBrian White
2016-12-28events: improve once() performanceBrian White
2016-12-27buffer: improve allocation performanceBrian White
2016-12-26fs: support Uint8Array input to methodsAnna Henningsen
2016-12-25child_process: improve input validationcjihrig
2016-12-24url: do not truncate long hostnamesJunshu Okamoto
2016-12-23fs: cache non-symlinks in realpathSync.Jeremy Yallop
2016-12-22repl: allow autocompletion for scoped packagesEvan Lucas
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-21buffer: allow Uint8Array input to methodsAnna Henningsen
2016-12-19fs: remove needless assignment of nullFrancis Gulotta
2016-12-19tls: allow obvious key/passphrase combinationsSam Roberts
2016-12-19cluster: return worker reference from disconnect()Sean Villars
2016-12-14timers: fix handling of cleared immediateshveldstra
2016-12-14fs: remove unused argument from copyObject()Ethan Arrowood
2016-12-14fs: do not pass Buffer when toString() failsBrian White
2016-12-14url, test: fix typo in inspect output, add testJay Brownlee
2016-12-13buffer: consistent error for length > kMaxLengthJoyee Cheung
2016-12-12tls: do not refer to secureOptions as flagsSam Roberts
2016-12-12tls: document and test option-less createServerSam Roberts
2016-12-12tls: fix/annotate connect arg commentsSam Roberts
2016-12-12buffer: fix single-character string fillingAnna Henningsen
2016-12-12url, test: including base argument in originForjoyeecheung
2016-12-11lib,src: support values > 4GB in heap statisticsBen Noordhuis
2016-12-10lib,test: use consistent operator linebreak styleMichaël Zasso
2016-12-08http: remove stale timeout listenersKarl Böhlmark
2016-12-08http: verify client method is a stringLuca Maraschi
2016-12-07url: improve URLSearchParams spec complianceTimothy Gu
2016-12-06url: add a got host pattern in url.jsAxel Monroy
2016-12-06repl: avoid parsing division operator as regexTeddy Katz
2016-12-05internal/util: move the case 'latin1'Jackson Tian
2016-12-05debugger: call `this.resume()` after `this.run()`Lance Ball
2016-12-05promise: better stack traces for --trace-warningsAnna Henningsen
2016-12-05child_process: name anonymous functionsbrad-decker
2016-12-05repl: preprocess only for defaultEvalPrince J Wesley
2016-12-05buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)
2016-12-04debugger: refactor _debugger.jsRich Trott
2016-12-05url: add inspect function to TupleOriginSafia Abdalla
2016-12-05test,url: improve escaping in url.parsejoyeecheung
2016-12-02lib: use === in _http_server and _tls_wrapWalter Beller-Morales
2016-12-02repl: fix generator function preprocessingTeddy Katz
2016-11-29constants: errors -> errnoBryan English
2016-11-28Revert "buffer: runtime deprecation of calling Buffer without new"Anna Henningsen