4495 Commits (70b51c8cc32f87dd016c02ac72fd998fa54e2f06)

Author SHA1 Message Date
Brian White f385f77f1d process: improve memoryUsage() performance 8 years ago
James M Snell 7a55e34ef4 fs: runtime deprecation for fs.SyncWriteStream 8 years ago
Ben Noordhuis 4f638f6fd7 domain,events: support non-object 'error' argument 8 years ago
Dmitry Tsvettsikh 3f02b47b8a
tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
Fedor Indutny a1802e670d tls: do not crash on STARTTLS when OCSP requested 8 years ago
James M Snell 62e96096fa lib: more consistent use of module.exports = {} model 8 years ago
James M Snell 88c3f57cc3 lib: refactor internal/socket_list 8 years ago
James M Snell f04387e9f2 lib: refactor internal/freelist 8 years ago
James M Snell d61a511728 lib: refactor internal/linkedlist 8 years ago
Sakthipriyan Vairamani (thefourtheye) dce37dc35b
lib: remove unnecessary assignments with _extend 8 years ago
Anna Henningsen c969047d62
console: fixup `console.dir()` error handling 8 years ago
Michaël Zasso 193468667b tools: enable one-var-declaration-per-line ESLint rule 8 years ago
Brian White 3e6f1032a4
http: add new functions to OutgoingMessage 8 years ago
Sam Roberts 4e6efc1dec tls: new tls.TLSSocket() supports sec ctx options 8 years ago
James M Snell d523eb9c40 tls: use emitWarning() for dhparam < 2048 bits 8 years ago
James M Snell 051047231e util: cleanup internalUtil.deprecate 8 years ago
Ali Ijaz Sheikh 389b9e484d cluster: properly handle --inspect-{brk,port} 8 years ago
James M Snell bc44d2c3cd util, debugger: remove internalUtil.error 8 years ago
James M Snell b855dadae0 util: eliminate unnecessary exports 8 years ago
Arseniy Maximov 8fc362ea98 child_process: refactor internal/child_process.js 8 years ago
cjihrig a1c652ae60 child_process: remove empty if condition 8 years ago
Christopher Hiller 32679c73c1 dgram: improve signature of Socket.prototype.send 8 years ago
James M Snell b514bd231e zlib: use RangeError/TypeError consistently 8 years ago
James M Snell 8e69f7e385 zlib: refactor zlib module 8 years ago
James M Snell 4151ab398b util: add createClassWrapper to internal/util 8 years ago
James M Snell 804bb22e3b vm: refactor vm module 8 years ago
Wayne Andrews f8ee197614 build: add code coverage to make 8 years ago
Timothy Gu fa41dd117d url: fix handling of ? in URLSearchParams creation 8 years ago
Daniel Bevenius aa05209d6d lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Shinnosuke Watanabe 5ddf72290b util: use ES2015+ Object.is to check negative zero 8 years ago
Jackson Tian f9dc722eb5
child_process: move anonymous class to top level 8 years ago
Michaël Zasso 66e263035a url: implement URL.prototype.toJSON 8 years ago
Vse Mozhet Byt adf1ed0146 dgram: fix possibly deoptimizing use of arguments 8 years ago
Nikolai Vavilov 00c86cc8e9 buffer: remove Uint8Array check 8 years ago
Rich Trott 3429991d8b assert: remove unneeded condition 8 years ago
Anna Henningsen f18e08d820
console: do not emit error events 8 years ago
Rich Trott 0af41834f1 assert: fix misformatted error message 8 years ago
James M Snell 4b8b7e9d2b buffer: refactor slowToString 8 years ago
James M Snell 1e21d05632 buffer: avoid use of arguments 8 years ago
James M Snell 0000d71dc6 tls: avoid potentially deoptimizing use of arguments 8 years ago
James M Snell e36d0d3974 dns: avoid use of arguments 8 years ago
Ben Noordhuis 2ba4eeadbb lib: remove simd support from util.format() 8 years ago
John Barboza 9dac165160 timer,domain: maintain order of timer callbacks 8 years ago
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 781eb90960 benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu 02d1e32fe3 url: add urlSearchParams.sort() 8 years ago
David Benjamin e34ee1d2c9 crypto: remove unused access of tlsext_hostname 8 years ago
James M Snell 9f74184e98 crypto: upgrade pbkdf2 without digest to an error 8 years ago
Brian White ff785fd517 querystring: fix empty pairs and optimize parse() 8 years ago
Ben Noordhuis fd8587eb38 lib: replace \u2019 with regular ascii quote 8 years ago