4263 Commits (bee83e0bbc4f61c3bef3bb18043e3f39ea40a336)

Author SHA1 Message Date
Evan Lucas d93ab51088 http: add debug message for invalid header value 8 years ago
Charmander 66d54467c5 buffer: use correct name for custom inspect symbol 8 years ago
Italo A. Casas fd16eed8ea test: writable stream ending state 8 years ago
Steven R. Loomis 4fb27d43f0
intl: Add more versions from ICU 8 years ago
jseagull 254ab63832 events,test: fix TypeError in EventEmitter warning 8 years ago
Alejandro Oviedo Garcia 1ee36f614c util: use template strings 8 years ago
Anna Henningsen 3dfc12793f
repl: don’t write to input stream in editor mode 8 years ago
Anna Henningsen 8b6fd4386a
repl: make `key` of `repl.write()` optional always 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
cjihrig dd13d71eb3 child_process: remove unreachable execSync() code 8 years ago
Ben Noordhuis c5b07d4ec6 lib: fix beforeExit not working with -e 8 years ago
Ben Noordhuis 678c094357 module: skip directories known not to exist 8 years ago
Kyle E. Mitchell e8fadd8da5 fs: clarify fs.link and fs.linkSync arguments 8 years ago
Rich Trott 68ba9aa0fb test,lib,benchmark: match function names 8 years ago
Miguel Angel Asencio Hurtado ef030da818 assert: name anonymous functions 8 years ago
Anna Henningsen 8043ca79c5 streams: fix regression in `unpipe()` 8 years ago
Sakthipriyan Vairamani (thefourtheye) ee14690503 buffer: coerce slice parameters consistently 8 years ago
maasencioh accf410eb0 http: name anonymous functions in http 8 years ago
maasencioh 02c3c205f1 http: name anonymous functions in _http_server 8 years ago
maasencioh 2ccf601efe http: name anonymous functions in _http_outgoing 8 years ago
maasencioh 239ff06126 http: name anonymous functions in _http_incoming 8 years ago
maasencioh 23d6e1f7bc http: name anonymous functions in _http_client 8 years ago
maasencioh cb45374c31 http: name anonymous functions 8 years ago
Miguel Angel Asencio Hurtado 115bb04c01 dns: name anonymous functions 8 years ago
Tyler Brazier 2ebd445e61 console: name anonymous functions 8 years ago
solebox 6f05de4d89
crypto: naming anonymous functions 8 years ago
Anna Henningsen 7922830087 stream: fix `Writable` subclass instanceof checks 8 years ago
Brian White 42158a0313 timers: fix regression with clearImmediate() 8 years ago
jessicaquynh b16a97e042 tools: avoid let in for loops 8 years ago
Tanuja-Sawant 835fbeee00 child_process: update outdated comment 8 years ago
Fedor Indutny 31196eaa93 net: fix ambiguity in EOF handling 8 years ago
Evan Lucas 804d57db67 process: improve performance of nextTick 8 years ago
Ben Noordhuis 4f62acd9c5 http: reject control characters in http.request() 8 years ago
James M Snell 4b312387ea url: adding WHATWG URL support 9 years ago
Brian White c9dade48b4 buffer: make byteLength throw on invalid input 8 years ago
Anna Henningsen a60f6078a1
fs: make `SyncWriteStream` inherit from `Writable` 8 years ago
Anna Henningsen 2a4b068aca
stream: proper `instanceof` for `Writable`s 8 years ago
Mariusz 'koder' Chwalba c7bc9bcfbf tls: TLSSocket emits 'error' on handshake failure 8 years ago
Sakthipriyan Vairamani (thefourtheye) 7542bdddda
fs: don't alter user provided `options` object 8 years ago
Adri Van Houdt 4d6297fef0 module: Remove deprecated function requireRepl. 8 years ago
Rémy MEJA ae9d146331 lib: minor improvements to bootstrap_node.js 8 years ago
Michaël Zasso 105e628f84 intl: add deprecation warning for v8BreakIterator 8 years ago
Adri Van Houdt b2534f11c6 lib: changed var to const in linkedlist 8 years ago
Ojas Shirekar 2154bc89d8
buffer: fix check for `.buffer` property 8 years ago
Сковорода Никита Андреевич 0f944ab3cf dgram: use Buffer.alloc(0) for zero-size buffers 8 years ago
Wyatt Preul 47d1588e75 lib: fix TypeError in v8-polyfill 8 years ago
Miguel Angel Asencio Hurtado 7a94e2d673
readline: fix `concievably` typo in readline.js 8 years ago
Sakthipriyan Vairamani e8e969a5c1 fs: refactor "options" processing as a function 8 years ago
Brian White 0ed8839a27
timers: improve setImmediate() performance 8 years ago