4210 Commits (d3544c1e2b2eea5482289a6a6ecf9b4723435bc1)

Author SHA1 Message Date
cjihrig 2ce6916ddc events: remove unnecessary checks 8 years ago
cjihrig 9a526cb8fe child_process: remove unreachable code 8 years ago
Kyle E. Mitchell fe821fbefa fs: clarify fs.link and fs.linkSync arguments 8 years ago
Evan Lucas db10e94083 process: improve performance of nextTick 8 years ago
Teddy Katz fac61118f9 repl: avoid parsing division operator as regex 8 years ago
Jackson Tian 12fe071abf internal/util: move the case 'latin1' 8 years ago
Prince J Wesley 86efc93a41 repl: preprocess only for defaultEval 8 years ago
Rich Trott 106e6cdebd debugger: refactor _debugger.js 8 years ago
joyeecheung 13b16881ef test,url: improve escaping in url.parse 8 years ago
Walter Beller-Morales 6632b3d1ab lib: use === in _http_server and _tls_wrap 8 years ago
Teddy Katz eba4f9a3ff repl: fix generator function preprocessing 8 years ago
Bryan English 166eea7534 constants: errors -> errno 8 years ago
Kelvin Jin 3689813fdd module: check -e flag in debug break setup 8 years ago
Rich Trott a8909b833e benchmark,lib,test,tools: remove unneeded . escape 8 years ago
Rich Trott 70062f7cd7 repl: refactor lib/repl.js 8 years ago
Rich Trott f3861c200d
lib,test: remove unneeded escaping of / 8 years ago
jedireza a178abfae6 lib: change == to === in linkedlist 8 years ago
Anna Henningsen 58b60fc79d repl: don’t write to input stream in editor mode 8 years ago
Anna Henningsen ed3de0854e repl: make `key` of `repl.write()` optional always 8 years ago
Alejandro Oviedo Garcia 52a04bbfe2 util: use template strings 8 years ago
Fedor Indutny 9cb236ff45 tls: fix leak of WriteWrap+TLSWrap combination 8 years ago
Charmander e108f20d5c buffer: use correct name for custom inspect symbol 8 years ago
cjihrig b867294aa0 child_process: remove unreachable execSync() code 8 years ago
cjihrig 0cffa3c87e buffer: coerce offset using Math.trunc() 8 years ago
Sakthipriyan Vairamani (thefourtheye) 0276e9e82c buffer: coerce slice parameters consistently 8 years ago
Ben Noordhuis 5efb3c373a lib: fix beforeExit not working with -e 8 years ago
Italo A. Casas 7fbfb739c1 test: writable stream ending state 8 years ago
Rich Trott 7b75cb9e5a test,lib,benchmark: match function names 8 years ago
jessicaquynh 87285ed984 tools: avoid let in for loops 8 years ago
Fedor Indutny 0f1a22d28a net: fix ambiguity in EOF handling 8 years ago
Tanuja-Sawant cbfde3cd0a child_process: update outdated comment 8 years ago
Anna Henningsen f4b766f5b7 streams: fix regression in `unpipe()` 8 years ago
Anna Henningsen 8c4fab0a28 stream: fix `Writable` subclass instanceof checks 8 years ago
Brian White 7171bd6311 timers: fix regression with clearImmediate() 8 years ago
Anna Henningsen 688abac7b2 fs: make `SyncWriteStream` inherit from `Writable` 8 years ago
Anna Henningsen 4e7c67cf55 stream: proper `instanceof` for `Writable`s 8 years ago
Mariusz 'koder' Chwalba cf92be6939 tls: TLSSocket emits 'error' on handshake failure 8 years ago
Rémy MEJA a1925a7955 lib: minor improvements to bootstrap_node.js 8 years ago
Adri Van Houdt 313a45da24 lib: changed var to const in linkedlist 8 years ago
Ojas Shirekar 5c10898e31 buffer: fix check for `.buffer` property 8 years ago
Сковорода Никита Андреевич c4d9b54f75 dgram: use Buffer.alloc(0) for zero-size buffers 8 years ago
Wyatt Preul 6cd5588a67 lib: fix TypeError in v8-polyfill 8 years ago
Miguel Angel Asencio Hurtado 4c194ee7bd readline: fix `concievably` typo in readline.js 8 years ago
Brian White 3a72a606cb timers: improve setImmediate() performance 8 years ago
Myles Borins ba361a2aa0 lib: remove let from for loops 8 years ago
Fedor Indutny bee1955f4e tls: handle `error` events with `_tlsError` 8 years ago
Bryan English 31232adebb module: fix comment from "read-only" to "shallow" 8 years ago
Brian White 3d3bce6ca1 cluster: remove unused backlog argument 8 years ago
Brian White 06c411753e timers: improve setTimeout/Interval performance 8 years ago
Madhav Gharmalkar 324c8b5f7e src: fixes misplaced comment 8 years ago