160 Commits (58bb263438d6d4d4d175582945687c0a46072ca1)

Author SHA1 Message Date
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
Steven R. Loomis 9940666c1b intl: Add more versions from ICU 8 years ago
James M Snell 0939edd4ed buffer: add buffer.transcode 8 years ago
James M Snell a5c62cb4f2 readline: use icu based string width calculation 8 years ago
Anna Henningsen d24bd20d2b lib: make `String(global) === '[object global]'` 8 years ago
Ben Noordhuis 9372aee4a3 lib: fix beforeExit not working with -e 9 years ago
Evan Lucas aedb72e03b process: improve performance of nextTick 9 years ago
James M Snell a8ece149e2 url: adding WHATWG URL support 9 years ago
Ben Noordhuis 7f7d1d385d fs: move stringToFlags() to lib/internal 9 years ago
Anna Henningsen a349bc18bc fs: make `SyncWriteStream` inherit from `Writable` 9 years ago
Rémy MEJA 4cad3da832 lib: minor improvements to bootstrap_node.js 9 years ago
Adri Van Houdt 95780388c9 lib: changed var to const in linkedlist 9 years ago
Michaël Zasso 9ad3082b1c intl: add deprecation warning for v8BreakIterator 9 years ago
Wyatt Preul aa5664fad7 lib: fix TypeError in v8-polyfill 9 years ago
Brian White 1ace00ef76 timers: improve setImmediate() performance 9 years ago
Myles Borins ab33ed01f3 lib: remove let from for loops 9 years ago
Adri Van Houdt ce65ac1bd3 process: changed var to const in internal/process.js 9 years ago
Adri Van Houdt b906337ec6 lib: changed var to const in internal/v8_polyfill 9 years ago
Adri Van Houdt 2c255845f1 process: changed var to const in internal/v8_prof_processor 9 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 9 years ago
Adri Van Houdt d4bf5cac43 process: changed var to const in internal/process/promises 9 years ago
Adri Van Houdt 41a66bc73a lib: changed var to const in bootstrap_node.js 9 years ago
Fedor Indutny 15d72c8365 tickprocessor: apply c++filt manually on mac 9 years ago
Rich Trott a6b1f175c2 tools: fix new-parens violations 9 years ago
James M Snell 7b73f55902 internal/util: remove printDeprecationWarning 9 years ago
James M Snell 15eaba98a1 lib: use emitWarning instead of printDeprecationMessage 9 years ago
James M Snell bf91035364 process: fix handling of process.noDeprecation in emitWarning 9 years ago
James M Snell dc7277909b fs: move SyncWriteStream to internal/fs 9 years ago
James M Snell 07dbf7313d promise: hard deprecation for unhandled promise rejection 9 years ago
Benjamin Gruenbaum ecf474ceba promise: warn on unhandled rejections 9 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 9 years ago
cjihrig ccbb3c78cd child_process: reuse existing no-op function 9 years ago
Santiago Gimeno db6253f94a child_process: workaround fd passing issue on OS X 9 years ago