4129 Commits (5025d7bfb05e702321ecf4f625047bb7b57ace2a)

Author SHA1 Message Date
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
Myles Borins 2e568d95bd lib: remove let from for loops 8 years ago
Fedor Indutny d33c4bf97b tls: handle `error` events with `_tlsError` 8 years ago
Bryan English 4c619ec421 module: fix comment from "read-only" to "shallow" 8 years ago
Brian White 9eb61793bf cluster: remove unused backlog argument 8 years ago
Brian White c8c2544cd9
timers: improve setTimeout/Interval performance 8 years ago
Madhav Gharmalkar 4c61f57f1b src: fixes misplaced comment 8 years ago
Anna Henningsen c084287a60
fs,module: add module-loader-only realpath cache 8 years ago
yorkie 7bc6aeac86 dns: remove internal variable from makeAsync 8 years ago
Italo A. Casas 560a589e75 stream: improve stream error messages 8 years ago
Сковорода Никита Андреевич 495d688e06 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Ben Noordhuis c34e58e684 lib: make tls.checkServerIdentity() more strict 8 years ago
Evan Lucas ca5f8f80e3 http: check reason chars in writeHead 8 years ago
yorkie f4d7abf3bc tls: improve createSecureContext in _tls_common 8 years ago
Michaël Zasso 558a884d41 buffer: fix performance regression 8 years ago
Yosuke Furukawa ce7d3077dc util: Add format for SharedArrayBuffer 8 years ago
Rene Weber c9b59e8387 http: socket connection timeout for http request 8 years ago
Claudio Rodriguez 1b97774c44 fs: do not emit 'stop' watch event synchronously 8 years ago
Jason Ginchereau 0f2f8efdde path: fallback to process cwd when resolving drive cwd 8 years ago
Ben Noordhuis a8d2c9d775 fs: move stringToFlags() to lib/internal 9 years ago
Adri Van Houdt ba763e7bff process: changed var to const in internal/process.js 8 years ago
Luigi Pinca 575077ae12 dns: tweak regex for IPv6 addresses 8 years ago
Adri Van Houdt 99f64f778b lib: changed var to const in internal/v8_polyfill 8 years ago
Adri Van Houdt 3ddc9dba7e process: changed var to const in internal/v8_prof_processor 8 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 8 years ago
Ilkka Myller db5a8791fa https: fix memory leak with https.request() 8 years ago
cjihrig b176d30a69 dns: handle array holes in setServers() 8 years ago
Adri Van Houdt d4bf5cac43 process: changed var to const in internal/process/promises 8 years ago
Adri Van Houdt 41a66bc73a lib: changed var to const in bootstrap_node.js 8 years ago
Rich Trott 4316f4df31 test,lib: align arguments in multiline calls 8 years ago
Bryan English be07458b11 util: don't init Debug if it's not needed yet 8 years ago
Jason Ginchereau c1e47ed8c8 path: fix path.relative UNC path result 8 years ago
Dany Shaanan 5f29947230
util: simplify SIMD setup 8 years ago
Michaël Zasso 05886cbab1 buffer: remove unnecessary argument check 8 years ago
Mike Ralphson 30701a72c0 tls: add 'new' keyword for Array constructor call 8 years ago