3842 Commits (f644368e7c6930620a32ffc6e1381d98bc1b3784)

Author SHA1 Message Date
Brian White db9128135f url: improve url.parse() performance 9 years ago
Jackson Tian 0903b6d8a8 console: apply null as `this` for util.format 9 years ago
Brian White 9209bf6d43 path: fix input type checking regression 9 years ago
Brian White 92212014ff stream: fix no data on partial decode 9 years ago
Fedor Indutny 7885b1d7aa net: use `_server` for internal book-keeping 9 years ago
Alexander Makarenko 836c659d8f http,util: fix typos in comments 9 years ago
Fedor Indutny aa0526972a tls: nullify `.ssl` on handle close 9 years ago
Zirak a06066ca31 repl: allow multiline function call 9 years ago
Igor Klopov e9ac83ab35 cluster: dont rely on `this` in `fork` 9 years ago
Brian White fab240a886 http: remove old, confusing comment 9 years ago
Brian White 0223de6ba5 http: remove unnecessary check 9 years ago
Сковорода Никита Андреевич 1d79787e2e fs: add a temporary fix for re-evaluation support 9 years ago
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