4264 Commits (7ad012dbb137ab5d5912815fa53f7ecce5601e90)

Author SHA1 Message Date
Anna Henningsen d4f00fe109
buffer: fix single-character string filling 8 years ago
joyeecheung a84017a689 url, test: including base argument in originFor 8 years ago
Ben Noordhuis aa77b767b6 lib,src: support values > 4GB in heap statistics 8 years ago
Michaël Zasso 4d11c2ce5c lib,test: use consistent operator linebreak style 8 years ago
Karl Böhlmark 9a5d47542d http: remove stale timeout listeners 8 years ago
Luca Maraschi df3978421b http: verify client method is a string 8 years ago
Timothy Gu 61d6293033 url: improve URLSearchParams spec compliance 8 years ago
Axel Monroy 1be73e828d url: add a got host pattern in url.js 8 years ago
Teddy Katz 9d493d0064
repl: avoid parsing division operator as regex 8 years ago
Jackson Tian fc31055117 internal/util: move the case 'latin1' 8 years ago
Lance Ball 6410534ec1 debugger: call `this.resume()` after `this.run()` 8 years ago
Anna Henningsen 196d27dd8c
promise: better stack traces for --trace-warnings 8 years ago
brad-decker bbed075325 child_process: name anonymous functions 8 years ago
Prince J Wesley 9366b8d90a
repl: preprocess only for defaultEval 8 years ago
Sakthipriyan Vairamani (thefourtheye) 720d01f006
buffer: convert offset & length to int properly 8 years ago
Rich Trott 34a6c858bd debugger: refactor _debugger.js 8 years ago
Safia Abdalla 883173289d
url: add inspect function to TupleOrigin 8 years ago
joyeecheung 4422c35c5e
test,url: improve escaping in url.parse 8 years ago
Walter Beller-Morales 20fa6e7d07 lib: use === in _http_server and _tls_wrap 8 years ago
Teddy Katz 24a98dd810
repl: fix generator function preprocessing 8 years ago
Bryan English edb78aa2a6 constants: errors -> errno 8 years ago
Anna Henningsen 4fffe32a4b Revert "buffer: runtime deprecation of calling Buffer without new" 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
Pedro Lima 1f45d7aa41 https: name anonymous functions in https 8 years ago
Prince J Wesley 0f4c7b8c37 lib,tools: remove unneeded escaping of / 8 years ago
Jeremiah Senkpiel 3f1e38c847 timers: use consistent checks for canceled timers 8 years ago
Gareth Ellis 440057eae0
src: extend `HeapStatistics` with new fields 8 years ago
Kirill Fomichev 6b86ecc007
crypto: return `this` in setAuthTag/setAAD 8 years ago
Ben Noordhuis c31b507b94 dns: implement {ttl: true} for dns.resolve4() 8 years ago
Anna Henningsen 5dea1e2a5d
fs: export `realpathCacheKey` from `internal/fs` 8 years ago
Anna Henningsen 2e2887579f
Revert "repl: disable Ctrl+C support on win32 for now" 8 years ago
Kelvin Jin ebff29f2fe module: check -e flag in debug break setup 8 years ago
Fedor Indutny 478fabf3e4 tls: fix leak of WriteWrap+TLSWrap combination 8 years ago
Rich Trott 7ef16eee2f lib,test: remove unneeded escaping of / 8 years ago
Rich Trott 5025d7bfb0 zlib: fix linting recently-introduced lint error 8 years ago
solebox 77ec310d0c zlib: name every function Ref: #8913 8 years ago
Andreas Lind 0b5191f15d fs: Fix default params for fs.write(Sync) 8 years ago
Rich Trott 4463d2b360 benchmark,lib,test,tools: remove unneeded . escape 8 years ago
solebox 5079763ce7 vm: name anonymous functions 8 years ago
cjihrig a02b13fe9b buffer: coerce offset using Math.trunc() 8 years ago
Rich Trott 5cbb7a887a repl: refactor lib/repl.js 8 years ago
cjihrig 49d1c366d8 child_process: remove extra newline in errors 8 years ago
Anna Henningsen 0fb21df6e6
lib: make `String(global) === '[object global]'` 8 years ago
Rich Trott 3eea668c7a test: increase test coverage for lib/zlib.js 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
Pedro Victor e658f5b066
repl: name anonymous functions 8 years ago
Pedro Victor d1785d9c8b
net: name anonymous functions 8 years ago
cjihrig 7f909c3b79 events: remove unnecessary checks 8 years ago