3701 Commits (ed31f9cc30a2f3660cc92094802ebbf6d4d7800d)

Author SHA1 Message Date
nettofarah dff7091fce url: group slashed protocols by protocol name 9 years ago
Rich Trott d4b9f02fdc tools: apply custom buffer lint rule to /lib only 9 years ago
Rich Trott 5e6b7605ee tools: add Node.js-specific ESLint rules 9 years ago
Rich Trott 57b02e6a3e debugger: remove unneeded callback check 9 years ago
Brian White f982632f90 http: remove old, confusing comment 9 years ago
Brian White ca5d7a8bb6 http: remove unnecessary check 9 years ago
Prince J Wesley e7f45f0a17 repl: handle quotes within regexp literal 9 years ago
Brian White cc0e36ff98 string_decoder: fix performance regression 9 years ago
Evan Lucas 242a65e930 stream: prevent object map change in TransformState 9 years ago
HUANG Wei b816044845 buffer: remove duplicated code in fromObject 9 years ago
Evan Lucas fb5ba6b928 stream: prevent object map change in ReadableState 9 years ago
Anton Khlynovskiy b690916e5a lib: freelist: use .pop() for allocation 9 years ago
Alexander Makarenko 2ce83bd8f9 http,util: fix typos in comments 9 years ago
Brian White 04db9efd78 stream: fix no data on partial decode 9 years ago
Fedor Indutny d9bf6e0b79 net: use `_server` for internal book-keeping 9 years ago
Jackson Tian 78ddd9bc80 console: apply null as `this` for util.format 9 years ago
Igor Klopov 3a4d6ad205 cluster: dont rely on `this` in `fork` 9 years ago
Fedor Indutny f71be242ca tls: nullify `.ssl` on handle close 9 years ago
Prince J Wesley dca103877f debugger: assert test before accessing this.binding 9 years ago
Brian White ab787ad0ab child_process: fix data loss with readable event 9 years ago
Trevor Norris faf606fb7d buffer: allow encoding param to collapse 9 years ago
Tom Atkinson bee86bbb12 http: remove reference to onParserExecute 9 years ago
Matteo Collina 89aeab901a streams: 5% throughput gain when sending small chunks 9 years ago
Fedor Indutny def3bb2882 http: do not emit `upgrade` on advertisement 9 years ago
Matt Loring df1fb155ac tools: run tick processor without forking 9 years ago
Matt Loring 0164e12a6c tools: add --prof-process flag to node binary 9 years ago
Rich Trott 2f7b606065 tools: lint for spacing around unary operators 9 years ago
Rich Trott 4b09dc5cac tools: enable no-redeclare rule for linter 9 years ago
Rich Trott 42346c13e1 dgram: scope redeclared variables 9 years ago
Fedor Indutny 51941a1aa5 https: evict cached sessions on error 9 years ago
Rich Trott d3e8e21b1f lib: remove string_decoder.js var redeclarations 9 years ago
Rich Trott ff7577214c repl: remove variable redeclaration 9 years ago
Rich Trott 4079b5e858 lib: scope loop variables 9 years ago
Rich Trott 46b6191ac5 net: refactor redeclared variables 9 years ago
Rich Trott 298541792c module: refactor redeclared variable 9 years ago
Rich Trott 1f8144200f fs: refactor redeclared variables 9 years ago
Rich Trott 12a8427bab buffer: refactor redeclared variables 9 years ago
Fedor Indutny 03944fe3e8 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
Evan Lucas 6062b1c342 net: move isLegalPort to internal/net 9 years ago
Kári Tristan Helgason b4e783357c url: change scoping of variables with let 9 years ago
Rich Trott 67be41ae31 tls: scope loop vars with let 9 years ago
Evan Lucas d4f0f3fa0d dns: throw a TypeError in lookupService with invalid port 9 years ago
Rich Trott 1c70ecb116 stream: refactor redeclared variables 9 years ago
Fedor Indutny d6894f8ea3 internal/child_process: call postSend on error 9 years ago
José F. Romaniello ebb9f0dc11 http: handle errors on idle sockets 9 years ago
Minwoo Jung cf3a4030e8 lib: use arrow functions instead of bind 10 years ago
Коренберг Марк c5bf35a543 tls: add `options` argument to createSecurePair 10 years ago
Michaël Zasso 61570cc052 lib,test: remove extra semicolons 9 years ago
Brian White 76b6a61297 querystring: improve parse() performance 9 years ago
Jackson Tian 748d2b4de1 buffer: make byteLength work with Buffer correctly 9 years ago