summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-11-26Revert "buffer: convert offset & length to int properly"Rich Trott
2016-11-26buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)
2016-11-25https: name anonymous functions in httpsPedro Lima
2016-11-23lib,tools: remove unneeded escaping of /Prince J Wesley
2016-11-22timers: use consistent checks for canceled timersJeremiah Senkpiel
2016-11-20src: extend `HeapStatistics` with new fieldsGareth Ellis
2016-11-20crypto: return `this` in setAuthTag/setAADKirill Fomichev
2016-11-18dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis
2016-11-16fs: export `realpathCacheKey` from `internal/fs`Anna Henningsen
2016-11-16Revert "repl: disable Ctrl+C support on win32 for now"Anna Henningsen
2016-11-15module: check -e flag in debug break setupKelvin Jin
2016-11-15tls: fix leak of WriteWrap+TLSWrap combinationFedor Indutny
2016-11-09lib,test: remove unneeded escaping of /Rich Trott
2016-11-08zlib: fix linting recently-introduced lint errorRich Trott
2016-11-08zlib: name every function Ref: #8913solebox
2016-11-08fs: Fix default params for fs.write(Sync)Andreas Lind