3780 Commits (2d7e31614dbc61b4fd5a594649c12d65398a815e)

Author SHA1 Message Date
Brian White 00638ac160 querystring: improve escape() performance 9 years ago
Brian White c8e650dee7 querystring: improve unescapeBuffer() performance 9 years ago
Brian White a2a69a2b63 querystring: improve parse() performance 9 years ago
Brian White 9bee03aaf2 http: allow async createConnection() 9 years ago
Brian White 12274a5c1b child_process: fix data loss with readable event 9 years ago
Brian White ae244a26c1 string_decoder: fix performance regression 9 years ago
Trevor Norris b55e58042c buffer: add encoding parameter to fill() 9 years ago
Prince J Wesley 826844e27e debugger: assert test before accessing this.binding 9 years ago
Brian White b212be08f6 path: performance improvements on all platforms 9 years ago
James M Snell 7bef1b7907 http: strictly forbid invalid characters from headers 9 years ago
Prince J Wesley 211018fe72 repl: handle quotes within regexp literal 9 years ago
Matteo Collina 7764b6cb96 streams: 5% throughput gain when sending small chunks 9 years ago
Daniel Turing dbdbdd4998 dns: add resolvePtr to query plain DNS PTR records 9 years ago
dcposch@dcpos.ch 2c55cc2d2c buffer: remove deprecated Buffer.write branch 9 years ago
Myles Borins 878bcd43f8 querystring: check that maxKeys is finite 9 years ago
Sakthipriyan Vairamani 1124de2d76 fs: deprecate fs.read's string interface 9 years ago
HUANG Wei c0bfac6ba9 buffer: remove duplicated code in fromObject 9 years ago
Rich Trott 7406cd3a59 tools: lint for spacing around unary operators 9 years ago
Brian White 2c357a7e3b tls: add getProtocol() to TLS sockets 9 years ago
Evan Lucas cb51688c36 stream: prevent object map change in TransformState 9 years ago
Fedor Indutny 165b33fce2 https: evict cached sessions on error 9 years ago
Rich Trott 7a2a5513b8 fs: refactor redeclared variables 9 years ago
Evan Lucas f3be421c1c dns: coerce port to number in lookupService 9 years ago
Rich Trott 089d84f8fa lib: scope loop variables 9 years ago
Rich Trott 68a6abc806 lib: remove string_decoder.js var redeclarations 9 years ago
Rich Trott ba81d152ec repl: remove variable redeclaration 9 years ago
Rich Trott 260512677b net: refactor redeclared variables 9 years ago
Rich Trott 1800bf4142 dgram: scope redeclared variables 9 years ago
Rich Trott 0c113e8fde module: refactor redeclared variable 9 years ago
Manuel Valls 27def4faf2 querystring: use String.prototype.split's limit 9 years ago
Michaël Zasso d2dc234def buffer: validate list elements in Buffer.concat 9 years ago
Evan Lucas 6cbbfef994 net: move isLegalPort to internal/net 9 years ago
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers 9 years ago
Rich Trott 2ac47f87a4 buffer: refactor redeclared variables 9 years ago
Kári Tristan Helgason fcae05e4b5 url: change scoping of variables with let 9 years ago
Fedor Indutny ff4006c7b0 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
cjihrig c3bb4b1aa5 child_process: add shell option to spawn() 9 years ago
Rich Trott 6a73dbad51 tls: scope loop vars with let 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Evan Lucas 0f8e63caff dns: throw a TypeError in lookupService with invalid port 9 years ago
Rich Trott 06a5072b38 stream: refactor redeclared variables 9 years ago
Benjamin Gruenbaum c00d08f5ec fs: remove unused branches 9 years ago
Trevor Norris 7240ad4441 buffer: allow encoding param to collapse 9 years ago
Fedor Indutny 6712a1faa5 internal/child_process: call postSend on error 9 years ago
Tom Gallacher a1163582c5 crypto: pbkdf2 deprecate digest overload. 9 years ago
Tom Atkinson 5f6dfab832 http: remove reference to onParserExecute 9 years ago
José Moreira 5ef9989bd6 net: add net.listening boolean property over a getter 9 years ago
Evan Lucas df4d209ad5 stream: prevent object map change in ReadableState 9 years ago
cjihrig eee9dc7e9d Revert "stream: add bytesRead property for readable" 9 years ago
Jackson Tian 8d0ca10752 buffer: make byteLength work with Buffer correctly 9 years ago