4370 Commits (9772fb928263562a755f1aeef6a65620e7e51bf2)

Author SHA1 Message Date
Joyee Cheung 53f3869322 net: refactor overloaded argument handling 8 years ago
Timothy Gu 3f27f02da0 repl: docs-only deprecation of magic mode 8 years ago
Timothy Gu b77c89022b repl: remove magic mode semantics 8 years ago
James M Snell a2ae08999b tls: runtime deprecation for tls.createSecurePair() 8 years ago
Nemanja Stojanovic aab0d202f8 util: convert inspect.styles and inspect.colors to prototype-less objects 8 years ago
Ali BARIN d0b93c9fef util: fix inspecting symbol key in string 8 years ago
Andres Suarez 70beef97bd
v8: add cachedDataVersionTag 8 years ago
James M Snell 531de63c14 dns: minor refactor of dns module 8 years ago
Daijiro Wachi cccc6d8545 url: use `hasIntl` instead of `try-catch` 8 years ago
Wang Xinyong 202b07f414 stream: fix comment for sync flag of ReadableState 8 years ago
Wang Xinyong 1004b9b4ad stream: remove unused `ranOut` from ReadableState 8 years ago
Brian White 4e05952a8a
os: improve cpus() performance 8 years ago
Rich Trott 4c05d6a0b7 buffer: refactor Buffer.prototype.inspect() 8 years ago
Ben Noordhuis 04c1fbb0fa
net: remove misleading comment 8 years ago
Vse Mozhet Byt dd81d539e2 child_process: fix deoptimizing use of arguments 8 years ago
Timothy Gu b610a4db1c url: enforce valid UTF-8 in WHATWG parser 8 years ago
Timothy Gu c2a302c50b src: do not ignore IDNA conversion error 8 years ago
Arseniy Maximov 84c448eafb net: prefer === to == 8 years ago
Joyee Cheung 562cf5a81c assert: fix premature deep strict comparison 8 years ago
Brian White 22abb39b2c
fs: improve performance for sync stat() functions 8 years ago
Brian White efdc571a58
os: improve loadavg() performance 8 years ago
levsthings ee7b7f6935 process: fix typo in comments 8 years ago
James M Snell fb71ba4921 http: docs-only deprecation of res.writeHeader() 8 years ago
Rich Trott 4fe081df44 assert: apply minor refactoring 8 years ago
JungMinu d42296bd98 lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
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