186 Commits (04da44afd0e93f73fb702e7ef7b77cdc943917a1)

Author SHA1 Message Date
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
cjihrig 2f885e7a43 cluster: refactor module into multiple files 8 years ago
Rich Trott 20efbffaf8 lib: refactor bootstrap_node.js regular expression 8 years ago
Anna Henningsen 627ecee9ed child_process: support Uint8Array input to methods 8 years ago
Rich Trott 022b53c9de lib: refactor crypto cipher/hash/curve getters 8 years ago
James M Snell 0f62ee6963 url: allow use of URL with http.request and https.request 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
James M Snell 5161b00af5 url: change null password handling 8 years ago
James M Snell f5d92f3563 url: set toStringTag for the URL class 8 years ago
Joyee Cheung 2177a38178 url: TupleOrigin#toString use unicode by default 8 years ago
James M Snell ac90d298d4 url: fix accidental filemode change 8 years ago
Michaël Zasso b465cd07fe url: fix URL query update if searchParams changes 8 years ago
Michaël Zasso db18dd8356 url: improve spec compliance of WHATWG URL 8 years ago
James M Snell abc1633de6 url: move originFor, domainToAscii and domainToUnicode 8 years ago
James M Snell 2213f3640a url: performance improvement in URL implementation 8 years ago
Joyee Cheung 508d97628b url: make WHATWG URL properties spec compliant 8 years ago
Anna Henningsen beca3244e2
buffer: allow Uint8Array input to methods 8 years ago
Jay Brownlee 4f97a146ff
url, test: fix typo in inspect output, add test 8 years ago
joyeecheung a84017a689 url, test: including base argument in originFor 8 years ago
Timothy Gu 61d6293033 url: improve URLSearchParams spec compliance 8 years ago
Jackson Tian fc31055117 internal/util: move the case 'latin1' 8 years ago
Anna Henningsen 196d27dd8c
promise: better stack traces for --trace-warnings 8 years ago
Sakthipriyan Vairamani (thefourtheye) 720d01f006
buffer: convert offset & length to int properly 8 years ago
Safia Abdalla 883173289d
url: add inspect function to TupleOrigin 8 years ago
Rich Trott 6b2aa1a2b9 Revert "buffer: convert offset & length to int properly" 8 years ago
Sakthipriyan Vairamani (thefourtheye) ca37fa527f buffer: convert offset & length to int properly 8 years ago
Anna Henningsen 5dea1e2a5d
fs: export `realpathCacheKey` from `internal/fs` 8 years ago
Anna Henningsen 0fb21df6e6
lib: make `String(global) === '[object global]'` 8 years ago
cjihrig 2dcb7f3826 child_process: add public API for IPC channel 8 years ago
jedireza 62d8134c50
lib: change == to === in linkedlist 8 years ago
Steven R. Loomis 4fb27d43f0
intl: Add more versions from ICU 8 years ago
James M Snell e8eaaa7724 buffer: add buffer.transcode 8 years ago
James M Snell 72547fe28d readline: use icu based string width calculation 8 years ago
Ben Noordhuis c5b07d4ec6 lib: fix beforeExit not working with -e 8 years ago
Evan Lucas 804d57db67 process: improve performance of nextTick 8 years ago