4179 Commits (fff0b83f1b5964d31ccecaa36c0689062ad8b1e0)

Author SHA1 Message Date
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 9 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
Mike Ralphson b0234e7968 tls: add 'new' keyword for Array constructor call 8 years ago
Ojas Shirekar ee319b739c buffer: add isSharedArrayBuffer checks 8 years ago
Roman Reiss 8c91a9b848 repl: improve .help message 8 years ago
yorkie 02da155e4b timers: remove unreachable code 8 years ago
Сковорода Никита Андреевич 8fb8c46303 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Ben Noordhuis 743f0c9164 lib: make tls.checkServerIdentity() more strict 8 years ago
Evan Lucas c0f13e56a2 http: check reason chars in writeHead 8 years ago
Fedor Indutny eff771f399 tickprocessor: apply c++filt manually on mac 8 years ago
Rich Trott f47ce9d9f8 tools: replace custom ESLint rule with built-in 8 years ago
Rich Trott ef5cb129ae tools: fix new-parens violations 8 years ago