220 Commits (a7f772416731b740d2a451ff15e2c9c98dbab50a)

Author SHA1 Message Date
levsthings ee7b7f6935 process: fix typo in comments 8 years ago
JungMinu d42296bd98 lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Brian White f385f77f1d process: improve memoryUsage() performance 8 years ago
James M Snell 62e96096fa lib: more consistent use of module.exports = {} model 8 years ago
James M Snell 88c3f57cc3 lib: refactor internal/socket_list 8 years ago
James M Snell f04387e9f2 lib: refactor internal/freelist 8 years ago
James M Snell d61a511728 lib: refactor internal/linkedlist 8 years ago
Sakthipriyan Vairamani (thefourtheye) dce37dc35b
lib: remove unnecessary assignments with _extend 8 years ago
James M Snell d523eb9c40 tls: use emitWarning() for dhparam < 2048 bits 8 years ago
James M Snell 051047231e util: cleanup internalUtil.deprecate 8 years ago
Ali Ijaz Sheikh 389b9e484d cluster: properly handle --inspect-{brk,port} 8 years ago
James M Snell bc44d2c3cd util, debugger: remove internalUtil.error 8 years ago
James M Snell b855dadae0 util: eliminate unnecessary exports 8 years ago
Arseniy Maximov 8fc362ea98 child_process: refactor internal/child_process.js 8 years ago
James M Snell 4151ab398b util: add createClassWrapper to internal/util 8 years ago
Wayne Andrews f8ee197614 build: add code coverage to make 8 years ago
Timothy Gu fa41dd117d url: fix handling of ? in URLSearchParams creation 8 years ago
Daniel Bevenius aa05209d6d lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Jackson Tian f9dc722eb5
child_process: move anonymous class to top level 8 years ago
Michaël Zasso 66e263035a url: implement URL.prototype.toJSON 8 years ago
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 781eb90960 benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu 02d1e32fe3 url: add urlSearchParams.sort() 8 years ago
Anna Henningsen fd18b656a3
lib: build `node inspect` into `node` 8 years ago
Ben Noordhuis 46345b9374 src: make --icu-data-dir= switch testable 8 years ago
James M Snell 159749d522 errors: add internal/errors.js 8 years ago
James M Snell 9549329158 fs: allow WHATWG URL and file: URLs as paths 8 years ago
James M Snell 5e52a9ac09 Revert "fs: allow WHATWG URL and file: URLs as paths" 8 years ago
James M Snell 79400bfbfd fs: allow WHATWG URL and file: URLs as paths 8 years ago
Timothy Gu 0792d452e8 url: fix setting `url.search` to the empty string 8 years ago
James M Snell c5e9654b5b url: extend url.format to support WHATWG URL 8 years ago
yorkie 1b30df1003 stream: move legacy to lib/internal dir 9 years ago
Timothy Gu cc48f21c83 url: extend URLSearchParams constructor 8 years ago
Timothy Gu 90c2ac7be3 url: make URLSearchParams/Iterator match spec 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
James M Snell 03e89b3ff2 process: add --redirect-warnings command line argument 8 years ago
James M Snell 5e1f32fd94 process: add optional code to warnings + type checking 8 years ago
Timothy Gu 06ecf4dec7 url: define @@toStringTag as a data property 8 years ago
Timothy Gu d65904bc6a url: do not public expose inspect methods on URL 8 years ago
Timothy Gu e71c278288 url: stop exporting originFor() 8 years ago
Timothy Gu ed0086fb46 url: check forEach callback is a function 8 years ago
Joyee Cheung a647d82f83 process: improve process.hrtime 8 years ago
Rich Trott 6b6123cfbe url: refactor lib/internal/url.js 8 years ago
Timothy Gu 326e967c6b url: export URLSearchParams 8 years ago
Timothy Gu 98bb65f641
url: improving URLSearchParams 8 years ago
cjihrig 49902124a9 process: add NODE_NO_WARNINGS environment variable 8 years ago
Jackson Tian 69674f4d3e lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott 56950674d6 crypto,tls: fix mutability of return values 8 years ago
Yuya Tanaka 92eadd3037
child_process: optimize IPC for large data 8 years ago
Joyee Cheung 34bf31ea8a util: improve readability of normalizeEncoding 8 years ago