3780 Commits (0d41463d1f9498ee89b3cc706752a689b787db70)

Author SHA1 Message Date
Dave 6e11e22081 http: remove excess calls to removeSocket 9 years ago
Claudio Rodriguez 63786227cc assert: typed array deepequal performance fix 9 years ago
Evan Lucas 50125e27b7 repl: use String#repeat instead of Array#join 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
Fedor Indutny 32ac3769f5 http: do not emit `upgrade` on advertisement 9 years ago
Brian White 0b43c08f44 util: pass on additional error() args 9 years ago
Bo Borgerson 88de88b5a6 http: Remove an unnecessary assignment 9 years ago
Minwoo Jung ae5bcf9528 lib: use arrow functions instead of bind 9 years ago
Xotic750 93d6b5fb68 util: use consistent Dates in inspect() 9 years ago
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset 9 years ago
ronkorving 4b267df93e udp: remove a needless instanceof Buffer check 9 years ago
Fedor Indutny acef181fde https: support disabling session caching 9 years ago
Fedor Indutny c5b4f6bc99 tls: introduce `secureContext` for `tls.connect` 9 years ago
Julien Gilli 425a3545d2 domains: fix handling of uncaught exceptions 9 years ago
Tom Gallacher 9a9c5259bf doc: Fixing broken links to the v8 wiki 9 years ago
Prince J Wesley aad6b9f0eb repl: display error message when loading directory 9 years ago
Alexander Martin 67e181986a buffer: add includes() for parity with TypedArray 9 years ago
Ben Noordhuis 213ede6cee repl: fix require('3rdparty') regression 9 years ago
Rich Trott da5cdc2207 assert: accommodate ES6 classes that extend Error 9 years ago
Matt Loring 49440b7ea2 tools: add --prof-process flag to node binary 9 years ago
Matt Loring ec836547c4 buffer: fix range checking for slowToString 9 years ago
Fedor Indutny de2fd63612 stream_wrap: error if stream has StringDecoder 9 years ago
yorkie 8c35903ba3 fs,doc: use `target` instead of `destination` 9 years ago
Bryce Baril 7239494b54 buffer: Prevent Buffer constructor deopt 9 years ago
Fedor Indutny d332ae4799 http: fix pipeline regression 9 years ago
Brian White 292218828e stream: be less eager with readable flag 9 years ago
Minwoo Jung 94b9948d63 lib,src: ensure '(node:pid)' prefix for stdout logging 9 years ago
Myles Borins b619831381 meta: remove use of profanity in source 9 years ago
Brian White cc0342a517 streams: update .readable/.writable to false 10 years ago
cjihrig 6526ae7b37 util: determine object types in C++ 9 years ago
Andrei Sedoi fbcd687c08 timers: optimize callback call: bind -> arrow 9 years ago
Evan Lucas 24012a879d util: make inspect more reliable 9 years ago
Zirak 451254ed25 repl: allow leading period in multiline input 9 years ago
Peter A. Bigot bea67422df buffer: fix writeInt{B,L}E for some neg values 9 years ago
Dave 34b535f4ca child_process: flush consuming streams 9 years ago
Brian White 82b8355e12 util: fix constructor/instanceof checks 9 years ago
Ben Noordhuis 04b1a2f756 util: move .decorateErrorStack to internal/util 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
Nathan Woltman d1000b4137 path: make format() consistent and more functional 9 years ago
cjihrig 459b106d6c repl: attach location info to syntax errors 9 years ago
cjihrig 8ca412b7a3 util: add decorateErrorStack() 9 years ago
Tom Gallacher 93739f48ff buffer: default to UTF8 in byteLength() 9 years ago
Jan Schär d7b199d9e3 net: add local address/port for better errors 9 years ago
cjihrig 5169311bf9 util,src: allow lookup of hidden values 9 years ago
Jan Schär 9472a0cfad net: small code cleanup 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
Matt Loring 22478d3669 buffer: move checkFloat from lib into src 9 years ago
Minwoo Jung d01eb6882f lib: add 'pid' prefix in `internal/util` 9 years ago
cjihrig ca2e8b292f readline: deprecate undocumented exports 9 years ago
Wyatt Preul 007cfea308 util: remove pump 9 years ago