213 Commits (837ff4ba597255ce83dda895f8c93eb0a6b9e030)

Author SHA1 Message Date
Jeremiah Senkpiel 837ff4ba59
lib: remove an unnecessary coverage check 8 years ago
Bryan English 2462fd8009
process: maintain constructor descriptor 8 years ago
Ben Noordhuis 6c803db7b9
lib: fix event race condition with -e 8 years ago
Joyee Cheung f6755182e5
url: show input in parse error message 8 years ago
DavidCai 0f2642ee36
errors: remove needless lazyAssert 8 years ago
Daijiro Wachi c51d925c84
url: restrict setting protocol to "file" 8 years ago
Jan Krems fbbcd1aa89
lib: Fix swallowed events in inspect integration 8 years ago
DavidCai 77c69f7ace
lib, test: add duplicate symbol checking in E() 8 years ago
Rich Trott e19ca8ba11
readline: remove unneeded eslint-disable comment 8 years ago
Brian White c5874d1bd4
url: remove invalid file protocol check 8 years ago
levsthings fe7a722468
process: fix typo in comments 8 years ago
James M Snell 237db9c497
util: cleanup internalUtil.deprecate 8 years ago
Brian White 54e1f0c219
process: improve memoryUsage() performance 8 years ago
Timothy Gu 5f10827248
url: fix handling of ? in URLSearchParams creation 8 years ago
James M Snell 214a39294a
errors: add internal/errors.js 8 years ago
JungMinu a710167c79
lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Sakthipriyan Vairamani (thefourtheye) 61e1af2155
lib: remove unnecessary assignments with _extend 8 years ago
Ali Ijaz Sheikh 4b4bc13758
cluster: properly handle --inspect-{brk,port} 8 years ago
James M Snell 3d133ebd3d
util, debugger: remove internalUtil.error 8 years ago
James M Snell 95bee8f202
util: eliminate unnecessary exports 8 years ago
Arseniy Maximov c942e2037c
child_process: refactor internal/child_process.js 8 years ago
Wayne Andrews bc9c381027
build: add code coverage to make 8 years ago
Daniel Bevenius d1549bf8d9
lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Jackson Tian 60fc567952
child_process: move anonymous class to top level 8 years ago
Michaël Zasso 4366ab539f
url: implement URL.prototype.toJSON 8 years ago
Timothy Gu 8dbd562590
url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 7e37628c51
benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu c25c16cc1b
url: add urlSearchParams.sort() 8 years ago
Ben Noordhuis 73e316e908
src: make --icu-data-dir= switch testable 8 years ago
Anna Henningsen 3596d156c1
lib: build `node inspect` into `node` 8 years ago
James M Snell 6cf06cf518
fs: allow WHATWG URL and file: URLs as paths 8 years ago
Timothy Gu 8547871ea2
url: fix setting `url.search` to the empty string 8 years ago
James M Snell 322fc20333
url: extend url.format to support WHATWG URL 8 years ago
yorkie 0d52aced0c
stream: move legacy to lib/internal dir 9 years ago
Timothy Gu 438a98ca95 url: make URLSearchParams/Iterator match spec 8 years ago
Timothy Gu 2bfd58adb1 url: define @@toStringTag as a data property 8 years ago
Timothy Gu f1851cb8e4 url: do not public expose inspect methods on URL 8 years ago
Timothy Gu b48b80f630 url: stop exporting originFor() 8 years ago
Rich Trott c0c1a4c029
url: refactor lib/internal/url.js 8 years ago
cjihrig d751afae0f
cluster: refactor module into multiple files 8 years ago
James M Snell 2f9fdc454f
url: allow use of URL with http.request and https.request 8 years ago
Rich Trott 1438d00119
benchmark,lib,test: adjust for linting 8 years ago
Timothy Gu 95faa55ab9
url: check forEach callback is a function 8 years ago
Timothy Gu 021338dc6d
url: export URLSearchParams 8 years ago
Timothy Gu 5d33c96679 url: improving URLSearchParams 8 years ago
cjihrig d24491c6a7 process: add NODE_NO_WARNINGS environment variable 8 years ago
Jackson Tian a3abba0b1a lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott 4e7a31b3a0 crypto,tls: fix mutability of return values 8 years ago
Yuya Tanaka ddcd1a202f child_process: optimize IPC for large data 8 years ago
Joyee Cheung 9f6d1f6fc2 util: improve readability of normalizeEncoding 8 years ago