192 Commits (ca1bae6f3eebab5ccbb22f6ea8676378d4946549)

Author SHA1 Message Date
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
Rich Trott 4de7b03a7d lib: refactor bootstrap_node.js regular expression 8 years ago
Rich Trott a6c93af244 lib: refactor crypto cipher/hash/curve getters 8 years ago
James M Snell e46bdcf2bb url: change null password handling 8 years ago
Joyee Cheung 2b01138451 url: TupleOrigin#toString use unicode by default 8 years ago
James M Snell 3195fb45ae url: set toStringTag for the URL class 8 years ago
James M Snell 659d522d7c url: fix accidental filemode change 8 years ago
Michaël Zasso 6977224059 url: fix URL query update if searchParams changes 8 years ago
Michaël Zasso 78e867492a url: improve spec compliance of WHATWG URL 8 years ago
James M Snell 2b98ea0dec url: move originFor, domainToAscii and domainToUnicode 8 years ago
James M Snell e210efad9e url: performance improvement in URL implementation 8 years ago
Joyee Cheung 7fbd12f876 url: make WHATWG URL properties spec compliant 8 years ago
Safia Abdalla 24482d08ce url: add inspect function to TupleOrigin 8 years ago
Jay Brownlee 2da71f24de url, test: fix typo in inspect output, add test 8 years ago
joyeecheung 80cccce218 url, test: including base argument in originFor 8 years ago
Timothy Gu f08d8a6c6f url: improve URLSearchParams spec compliance 8 years ago
Jackson Tian f55a63c86f internal/util: move the case 'latin1' 8 years ago
Anna Henningsen cef3a04f62
promise: better stack traces for --trace-warnings 8 years ago
Sakthipriyan Vairamani (thefourtheye) 0c745e3a3a buffer: convert offset & length to int properly 8 years ago
Anna Henningsen 9a0bcfc452
fs: export `realpathCacheKey` from `internal/fs` 9 years ago
cjihrig 7b0e93738b child_process: add public API for IPC channel 8 years ago
jedireza 5bfefa6063 lib: change == to === in linkedlist 8 years ago