4129 Commits (f3db5e4720903f4dd719e7e087881ee2a9018e53)

Author SHA1 Message Date
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
Evan Lucas aebacaa322 http: check reason chars in writeHead 9 years ago
yorkie f24fc3e20c tls: improve createSecureContext in _tls_common 9 years ago
Michaël Zasso cd7d371299 buffer: fix performance regression 9 years ago
Yosuke Furukawa e97fe46598 util: Add format for SharedArrayBuffer 9 years ago
Rene Weber 5be8521572 http: socket connection timeout for http request 9 years ago
Claudio Rodriguez 21124ba23a fs: do not emit 'stop' watch event synchronously 9 years ago
Jason Ginchereau 9dc9074c3d path: fallback to process cwd when resolving drive cwd 9 years ago
Adri Van Houdt ce65ac1bd3 process: changed var to const in internal/process.js 9 years ago
Luigi Pinca 9d4b1f0d84 dns: tweak regex for IPv6 addresses 9 years ago
Adri Van Houdt b906337ec6 lib: changed var to const in internal/v8_polyfill 9 years ago
Adri Van Houdt 2c255845f1 process: changed var to const in internal/v8_prof_processor 9 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 9 years ago
Ilkka Myller db5a8791fa https: fix memory leak with https.request() 9 years ago
cjihrig b176d30a69 dns: handle array holes in setServers() 9 years ago
Adri Van Houdt d4bf5cac43 process: changed var to const in internal/process/promises 9 years ago
Adri Van Houdt 41a66bc73a lib: changed var to const in bootstrap_node.js 9 years ago
Rich Trott 4316f4df31 test,lib: align arguments in multiline calls 9 years ago
Bryan English be07458b11 util: don't init Debug if it's not needed yet 9 years ago
Jason Ginchereau c1e47ed8c8 path: fix path.relative UNC path result 9 years ago
Dany Shaanan 5f29947230
util: simplify SIMD setup 9 years ago
Michaël Zasso 05886cbab1 buffer: remove unnecessary argument check 9 years ago
Mike Ralphson 30701a72c0 tls: add 'new' keyword for Array constructor call 9 years ago