4189 Commits (438a6427e53fcd1ae0b5406c499ccfb69c27174c)

Author SHA1 Message Date
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
Anna Henningsen 980c1edf63 fs,module: add module-loader-only realpath cache 8 years ago
yorkie e1a774d314 dns: remove internal variable from makeAsync 8 years ago
yorkie d2eaa12a23 tls: improve createSecureContext in _tls_common 8 years ago
Michaël Zasso b9c2270502 buffer: fix performance regression 8 years ago
Yosuke Furukawa fc68b12bc3 util: Add format for SharedArrayBuffer 8 years ago
Rene Weber ee7af01b93 http: socket connection timeout for http request 8 years ago
Jason Ginchereau 0eaf3ff53c path: fallback to process cwd when resolving drive cwd 8 years ago
Adri Van Houdt e0c10f63b0 process: changed var to const in internal/process.js 8 years ago
Luigi Pinca 787558935c dns: tweak regex for IPv6 addresses 8 years ago
Adri Van Houdt beb288b639 lib: changed var to const in internal/v8_polyfill 8 years ago
Adri Van Houdt 37ce6da59a process: changed var to const in internal/v8_prof_processor 8 years ago
Teddy Katz 5c6284a417 tools: add additional ESLint rules 8 years ago
Ilkka Myller 7a59449478 https: fix memory leak with https.request() 8 years ago
cjihrig 4e8c03707a dns: handle array holes in setServers() 8 years ago
Adri Van Houdt e8f1cf1bd8 process: changed var to const in internal/process/promises 8 years ago
Adri Van Houdt 858a7bbacf lib: changed var to const in bootstrap_node.js 8 years ago
Rich Trott 4492cc3e25 test,lib: align arguments in multiline calls 8 years ago
Bryan English 38be15549e util: don't init Debug if it's not needed yet 8 years ago
Jason Ginchereau d72a7b3d0c path: fix path.relative UNC path result 8 years ago
Dany Shaanan 7728f95967 util: simplify SIMD setup 8 years ago
Michaël Zasso 3fcdf4e80a buffer: remove unnecessary argument check 8 years ago