4151 Commits (de9972678e502fea5a1ce758bea4bf5e0ec30e19)

Author SHA1 Message Date
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
Anna Henningsen 8244efb904 streams: fix regression in `unpipe()` 8 years ago
Sakthipriyan Vairamani (thefourtheye) 14d1a8a631 buffer: coerce slice parameters consistently 8 years ago
maasencioh 179150091f http: name anonymous functions in http 8 years ago
maasencioh 73a8d3b0da http: name anonymous functions in _http_server 8 years ago
maasencioh ffa5c9ea30 http: name anonymous functions in _http_outgoing 8 years ago
maasencioh fa035ada90 http: name anonymous functions in _http_incoming 8 years ago
maasencioh ec17e76656 http: name anonymous functions in _http_client 8 years ago
maasencioh 9099a43073 http: name anonymous functions 8 years ago
Miguel Angel Asencio Hurtado 260f41f2cc dns: name anonymous functions 8 years ago
Tyler Brazier bd7d7a7e17 console: name anonymous functions 8 years ago
solebox 72f1c41fb6 crypto: naming anonymous functions 9 years ago
Anna Henningsen ee9062bf39 stream: fix `Writable` subclass instanceof checks 8 years ago
Brian White f5dd9bccba timers: fix regression with clearImmediate() 8 years ago
jessicaquynh 8ac29bd7c1 tools: avoid let in for loops 8 years ago
Tanuja-Sawant 6eece7773e child_process: update outdated comment 9 years ago
Fedor Indutny 6f1cae70eb net: fix ambiguity in EOF handling 8 years ago
Evan Lucas aedb72e03b process: improve performance of nextTick 9 years ago
Ben Noordhuis cde2ca96e4 http: reject control characters in http.request() 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
Italo A. Casas 2f05af4c06 stream: improve stream error messages 9 years ago
Adri Van Houdt d582193613 module: Remove deprecated function requireRepl. 9 years ago
Brian White 96b501d338 buffer: make byteLength throw on invalid input 9 years ago
Anna Henningsen a349bc18bc fs: make `SyncWriteStream` inherit from `Writable` 9 years ago
Anna Henningsen c6ee8ed10a stream: proper `instanceof` for `Writable`s 9 years ago
Sakthipriyan Vairamani (thefourtheye) fe9f5bcd75 fs: don't alter user provided `options` object 9 years ago
Sakthipriyan Vairamani 169f485289 fs: refactor "options" processing as a function 9 years ago
Mariusz 'koder' Chwalba 2c7019bb28 tls: TLSSocket emits 'error' on handshake failure 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
Ojas Shirekar 58f9b6d9ca buffer: fix check for `.buffer` property 9 years ago
Сковорода Никита Андреевич dda45c4168 dgram: use Buffer.alloc(0) for zero-size buffers 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
Miguel Angel Asencio Hurtado 14ddd1a59f readline: fix `concievably` typo in readline.js 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
Fedor Indutny 91570a50ed tls: handle `error` events with `_tlsError` 9 years ago
Bryan English ece4b2dbef module: fix comment from "read-only" to "shallow" 9 years ago
Brian White 424e165df4 cluster: remove unused backlog argument 9 years ago
Brian White 5e6035c080 timers: improve setTimeout/Interval performance 9 years ago
Madhav Gharmalkar ba153e687d src: fixes misplaced comment 9 years ago
Anna Henningsen e75b445b97 fs,module: add module-loader-only realpath cache 9 years ago
yorkie 757834edde dns: remove internal variable from makeAsync 9 years ago
Сковорода Никита Андреевич 9c04dffdaa buffer: zero-fill uninitialized bytes in .concat() 9 years ago
Ben Noordhuis 9ad47911b1 lib: make tls.checkServerIdentity() more strict 9 years ago