summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tools: enforce linebreak after ternary operatorsMichaël Zasso2016-12-223-11/+10
* buffer: allow Uint8Array input to methodsAnna Henningsen2016-12-212-21/+29
* fs: remove needless assignment of nullFrancis Gulotta2016-12-191-1/+0
* tls: allow obvious key/passphrase combinationsSam Roberts2016-12-191-9/+3
* cluster: return worker reference from disconnect()Sean Villars2016-12-191-0/+2
* timers: fix handling of cleared immediateshveldstra2016-12-141-1/+3
* fs: remove unused argument from copyObject()Ethan Arrowood2016-12-141-2/+2
* fs: do not pass Buffer when toString() failsBrian White2016-12-141-7/+4
* url, test: fix typo in inspect output, add testJay Brownlee2016-12-141-1/+1
* buffer: consistent error for length > kMaxLengthJoyee Cheung2016-12-131-0/+4
* tls: do not refer to secureOptions as flagsSam Roberts2016-12-121-3/+3
* tls: document and test option-less createServerSam Roberts2016-12-121-8/+9
* tls: fix/annotate connect arg commentsSam Roberts2016-12-121-1/+6
* buffer: fix single-character string fillingAnna Henningsen2016-12-121-11/+15
* url, test: including base argument in originForjoyeecheung2016-12-121-2/+2
* lib,src: support values > 4GB in heap statisticsBen Noordhuis2016-12-111-2/+2
* lib,test: use consistent operator linebreak styleMichaël Zasso2016-12-101-2/+2
* http: remove stale timeout listenersKarl Böhlmark2016-12-081-1/+7
* http: verify client method is a stringLuca Maraschi2016-12-081-1/+5
* url: improve URLSearchParams spec complianceTimothy Gu2016-12-071-43/+240
* url: add a got host pattern in url.jsAxel Monroy2016-12-061-1/+2
* repl: avoid parsing division operator as regexTeddy Katz2016-12-061-1/+8
* internal/util: move the case 'latin1'Jackson Tian2016-12-051-2/+2
* debugger: call `this.resume()` after `this.run()`Lance Ball2016-12-051-1/+1
* promise: better stack traces for --trace-warningsAnna Henningsen2016-12-051-2/+15
* child_process: name anonymous functionsbrad-decker2016-12-051-11/+13
* repl: preprocess only for defaultEvalPrince J Wesley2016-12-051-24/+27
* buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)2016-12-052-2/+20
* debugger: refactor _debugger.jsRich Trott2016-12-041-22/+32
* url: add inspect function to TupleOriginSafia Abdalla2016-12-051-0/+9
* test,url: improve escaping in url.parsejoyeecheung2016-12-051-65/+71
* lib: use === in _http_server and _tls_wrapWalter Beller-Morales2016-12-022-2/+2
* repl: fix generator function preprocessingTeddy Katz2016-12-021-2/+4
* constants: errors -> errnoBryan English2016-11-291-1/+1
* Revert "buffer: runtime deprecation of calling Buffer without new"Anna Henningsen2016-11-281-10/+0
* Revert "buffer: convert offset & length to int properly"Rich Trott2016-11-262-20/+2
* buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)2016-11-262-2/+20
* https: name anonymous functions in httpsPedro Lima2016-11-251-5/+5
* lib,tools: remove unneeded escaping of /Prince J Wesley2016-11-231-1/+1
* timers: use consistent checks for canceled timersJeremiah Senkpiel2016-11-221-2/+14
* src: extend `HeapStatistics` with new fieldsGareth Ellis2016-11-201-1/+7
* crypto: return `this` in setAuthTag/setAADKirill Fomichev2016-11-201-0/+2
* dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis2016-11-181-2/+12
* fs: export `realpathCacheKey` from `internal/fs`Anna Henningsen2016-11-163-9/+5
* Revert "repl: disable Ctrl+C support on win32 for now"Anna Henningsen2016-11-161-9/+2
* module: check -e flag in debug break setupKelvin Jin2016-11-151-1/+1
* tls: fix leak of WriteWrap+TLSWrap combinationFedor Indutny2016-11-151-3/+20
* lib,test: remove unneeded escaping of /Rich Trott2016-11-092-5/+5
* zlib: fix linting recently-introduced lint errorRich Trott2016-11-081-1/+1
* zlib: name every function Ref: #8913solebox2016-11-081-3/+4