3610 Commits (20faf9097d3ed674f9bdd0bef19423163911ad3b)

Author SHA1 Message Date
Benjamin Gruenbaum d55599f4d8 dns: use template literals 9 years ago
Alexander Penev 81876612f7 https: fix ssl socket leak when keepalive is used 9 years ago
Rich Trott 0c6f6742f2 console: check that stderr is writable 9 years ago
Vladimir Kurchatkin 8648420586 net: make `isIPv4` and `isIPv6` more efficient 9 years ago
Prince J Wesley acbce4b72b repl: fix stack trace column number in strict mode 9 years ago
Jackson Tian 6daebdbd9b lib: simplify code with String.prototype.repeat() 9 years ago
Jackson Tian 108fc90dd7 lib: reduce usage of `self = this` 9 years ago
Benjamin Gruenbaum 07b7172d76 net: remove unused `var self = this` from old code 9 years ago
Nathan Woltman 3c8e59c396 lib: copy arguments object instead of leaking it 9 years ago
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