4247 Commits (f0eba7811d521bbc99dd6ae487ed1abce781a0b8)

Author SHA1 Message Date
Anna Henningsen cef3a04f62
promise: better stack traces for --trace-warnings 8 years ago
Prince J Wesley 6087e361e5 repl: preprocess only for defaultEval 8 years ago
Sakthipriyan Vairamani (thefourtheye) 0c745e3a3a buffer: convert offset & length to int properly 8 years ago
Rich Trott ac8d212428 debugger: refactor _debugger.js 8 years ago
joyeecheung ea1c4e1212
test,url: improve escaping in url.parse 8 years ago
Walter Beller-Morales 65cda7f265
lib: use === in _http_server and _tls_wrap 8 years ago
Teddy Katz 9099664959
repl: fix generator function preprocessing 8 years ago
Bryan English 5c9aa18484
constants: errors -> errno 8 years ago
Anna Henningsen e0e62d1113
Revert "buffer: runtime deprecation of calling Buffer without new" 8 years ago
Pedro Lima 9554a974d1
https: name anonymous functions in https 8 years ago
Prince J Wesley a673d44d68
lib,tools: remove unneeded escaping of / 8 years ago
Jeremiah Senkpiel 02c2bf7d34 timers: use consistent checks for canceled timers 8 years ago
Ben Noordhuis 1bd79368cd dns: implement {ttl: true} for dns.resolve4() 8 years ago
Andreas Lind 8a9c45a4a9 fs: Fix default params for fs.write(Sync) 9 years ago
Gareth Ellis c4f33b48f7
src: extend `HeapStatistics` with new fields 8 years ago
Kirill Fomichev 08a7e7b009
crypto: return `this` in setAuthTag/setAAD 8 years ago
Anna Henningsen 9a0bcfc452
fs: export `realpathCacheKey` from `internal/fs` 8 years ago
Kelvin Jin 34c8b0b411
module: check -e flag in debug break setup 8 years ago
Rich Trott f5442ece33
lib,test: remove unneeded escaping of / 8 years ago
Rich Trott adcc5b15f7
zlib: fix linting recently-introduced lint error 8 years ago
solebox 841a2c41d4
zlib: name every function Ref: #8913 8 years ago
Fedor Indutny ee65b4872d tls: fix leak of WriteWrap+TLSWrap combination 8 years ago
Rich Trott 44792f83bf benchmark,lib,test,tools: remove unneeded . escape 8 years ago
solebox b083086ff2 vm: name anonymous functions 8 years ago
cjihrig c70c96a3e2 buffer: coerce offset using Math.trunc() 8 years ago
Rich Trott 60461d2d90 repl: refactor lib/repl.js 8 years ago
Rich Trott e696bc33eb test: increase test coverage for lib/zlib.js 8 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
Pedro Victor 071836aa42 repl: name anonymous functions 8 years ago
Pedro Victor d09eb9c6b2 net: name anonymous functions 8 years ago
cjihrig 355041960d events: remove unnecessary checks 8 years ago
cjihrig 4e3731c7e7 child_process: remove unreachable code 8 years ago
Evan Lucas 6f35e4421a http: add debug message for invalid header value 8 years ago
Charmander 212da12f45 buffer: use correct name for custom inspect symbol 8 years ago
Italo A. Casas 248a3200b2 test: writable stream ending state 8 years ago
Steven R. Loomis 9940666c1b intl: Add more versions from ICU 8 years ago
jseagull 0ce0abf6cb events,test: fix TypeError in EventEmitter warning 8 years ago
Alejandro Oviedo Garcia 4f0596fb03 util: use template strings 8 years ago
Anna Henningsen 0b9d80a037 repl: don’t write to input stream in editor mode 8 years ago
Anna Henningsen 1c59cefc44 repl: make `key` of `repl.write()` optional always 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
cjihrig d573acf96f child_process: remove unreachable execSync() code 8 years ago
Ben Noordhuis 9372aee4a3 lib: fix beforeExit not working with -e 8 years ago
Ben Noordhuis c231130e06 module: skip directories known not to exist 8 years ago
Kyle E. Mitchell 108c1fbbe2 fs: clarify fs.link and fs.linkSync arguments 8 years ago
Rich Trott 2cdd5ccef9 test,lib,benchmark: match function names 8 years ago
Miguel Angel Asencio Hurtado 1043f5d08e assert: name anonymous functions 8 years ago