3681 Commits (924ea0a2bd55c729462908f6f149f7e9817c8c6e)

Author SHA1 Message Date
Carl Lei 4c1eb5bf03 repl: create history file with mode 0600 9 years ago
Fedor Indutny b3acbc5648 net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 55319fe798 stream_base: expose `bytesRead` getter 9 years ago
Jackson Tian 1c6809ce75 debugger: introduce exec method for debugger 10 years ago
Rich Trott aaeeec4765 lib,test,tools: alignment on variable assignments 9 years ago
Brian White 620a261240 http: disallow sending obviously invalid status codes 9 years ago
James Lal 48684af55f zlib: fix use after null when calling .close 9 years ago
Rich Trott b8c9d6b64e tools: enable linting for v8_prof_processor.js 9 years ago
Fedor Indutny 9a8b53124d http: unref socket timer on parser execute 9 years ago
Ilya Shaisultanov 59a977dd22 assert: respect assert.doesNotThrow message. 10 years ago
Anna Henningsen 51c0808b55 stream: Fix readableState.awaitDrain mechanism 9 years ago
Mihai Potra b28e44deb2 http: Corrects IPv6 address in Host header 9 years ago
Сковорода Никита Андреевич f46952e727 buffer: safeguard against accidental kNoZeroFill 9 years ago
Matteo Collina 4f1c82f995 streams: support unlimited synchronous cork/uncork cycles 9 years ago
Anna Henningsen f949c273cd assert: Check typed array view type in deepEqual 9 years ago
Brian White 65fc4e36ce querystring: don't stringify bad surrogate pair 9 years ago
Benjamin Gruenbaum d275cdf202 child_process: refactor self=this in socket_list 9 years ago
Benjamin Gruenbaum 86e3903626 dns: Use object without protoype for map 9 years ago
Jackson Tian c4103b154f lib: refactor code with startsWith/endsWith 9 years ago
Benjamin Gruenbaum 56dda6f336 fs: Remove unused branches 9 years ago
Gareth Ellis 96e163a79f buffer: changing let in for loops back to var 9 years ago
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