3780 Commits (0d41463d1f9498ee89b3cc706752a689b787db70)

Author SHA1 Message Date
cjihrig 0a62f929da readline: emit key info unconditionally 9 years ago
cjihrig b85a50b6da net: remove implicit setting of DNS hints 9 years ago
Brian White 3072546feb path: fix win32.isAbsolute() inconsistency 9 years ago
Vladimir Kurchatkin 0dcb026db3 buffer: don't set `kNoZeroFill` flag in allocUnsafe 9 years ago
Colin Ihrig 39de601e1c net: support DNS hints in createConnection() 9 years ago
Phillip Johnsen ec49fc8229 net: improve socket.write() error message 9 years ago
Mihai Potra dabe1d5734 http: Corrects IPv6 address in Host header 9 years ago
Anna Henningsen cf949293ba assert: Check typed array view type in deepEqual 9 years ago
Jeremiah Senkpiel 21d66d621c lib: remove bootstrap global context indirection 9 years ago
Phillip Johnsen d38503ab01 module: prioritize current dir for local lookups 9 years ago
Evan Lucas b6475b9a9d Revert "tty: don't read from console stream upon creation" 9 years ago
Evan Lucas 89abe86808 Revert "stream: emit 'pause' on nextTick" 9 years ago
Kyle Simpson 9fa25c8ca0 timers: fixing API refs to use safe internal refs 9 years ago
cjihrig 4bc1cccb22 dgram: pass null as error on successful send() 9 years ago
Jackson Tian 089c6a4fba http: speed up checkIsHttpToken 9 years ago
Jackson Tian 293fd04535 buffer: make byteLength work with ArrayBuffer & DataView 9 years ago
Jackson Tian afd821a91d buffer: faster case for create buffer from empty string 9 years ago
Benjamin Gruenbaum a15906c74b net: refactor self=this to arrow functions 9 years ago
Benjamin Gruenbaum a6b9b554eb child_process: refactor self=this in socket_list 9 years ago
Sakthipriyan Vairamani 41feaa89e0 crypto: improve error messages 9 years ago
Brian White c169ac6bab querystring: don't stringify bad surrogate pair 9 years ago
Fedor Indutny 8363ede855 node: --no-browser-globals configure flag 9 years ago
James M Snell 53a95a5b12 fs: make fs.watch error message more useful 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
Alexis Campailla ace1009456 stream: emit 'pause' on nextTick 9 years ago
Alexis Campailla 4611389294 tty: don't read from console stream upon creation 9 years ago
James M Snell f429fe1b88 crypto: fail early when loading crypto without openssl 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
Gareth Ellis 443c2d5442 buffer: changing let in for loops back to var 9 years ago
Jackson Tian 91466b855f lib: refactor code with startsWith/endsWith 9 years ago
Jeremiah Senkpiel ec6af31eba lib: rename /node.js to /bootstrap_node.js 9 years ago
Jeremiah Senkpiel 4bf2acaa1e lib,src: move src/node.js to lib/internal/node.js 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
Benjamin Gruenbaum c9c387fdac dns: Use object without protoype for map 9 years ago
Benjamin Gruenbaum 4985c3411f dns: Refactor forEach to map 9 years ago
Benjamin Gruenbaum 8baaa25aec dns: use template literals 9 years ago
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat() 9 years ago
Jackson Tian d2b93e55cc lib: reduce usage of `self = this` 9 years ago
James M Snell d0edabecbf net: strict checking for internal/net isLegalPort 9 years ago
Jeremiah Senkpiel d3a75344f5 timers: fix lint from 4fe02e2 9 years ago
Benjamin Gruenbaum b9299884dc dns: use isIp consistently 9 years ago
Jeremiah Senkpiel 4fe02e23af timers: give Timeouts a constructor name 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
Benjamin Gruenbaum e6bfe044ff net: remove unused `var self = this` from old code 9 years ago
Rich Trott 8b43d3f52d zlib: do not emit event on *Sync() methods 9 years ago
Prince J Wesley a38d6ad4be repl: support standalone blocks 9 years ago
James M Snell 9e30129fa7 tools: add buffer-constructor eslint rule 9 years ago
Brian White 089bef0a81 timers: improve setImmediate() performance 9 years ago
Lance Ball ad8257fa5b repl: Assignment of _ allowed with warning 9 years ago