3645 Commits (b706b0c2c55b0e22f83f699b43a7ee7c71122ab3)

Author SHA1 Message Date
Brian White b706b0c2c5 http: remove old, confusing comment 9 years ago
Brian White ed36235248 http: remove unnecessary check 9 years ago
Brian White 46be1f4d0c querystring: improve escape() performance 9 years ago
Brian White 27e323e8c1 querystring: improve unescapeBuffer() performance 9 years ago
Brian White 301023b2b4 querystring: improve parse() performance 9 years ago
Brian White 7e82a566b3 http: allow async createConnection() 9 years ago
Brian White 9e6ad2d8ff child_process: fix data loss with readable event 9 years ago
Brian White 25513a473a string_decoder: fix performance regression 9 years ago
Trevor Norris eb6d07327a buffer: add encoding parameter to fill() 9 years ago
Prince J Wesley 7bac743f36 debugger: assert test before accessing this.binding 9 years ago
Brian White 4dae8caf7a path: performance improvements on all platforms 9 years ago
Prince J Wesley c551da8cb4 repl: handle quotes within regexp literal 9 years ago
Matteo Collina f706cb0189 streams: 5% throughput gain when sending small chunks 9 years ago
Brian White c3f8aab652 tls: add getProtocol() to TLS sockets 9 years ago
Rich Trott b4db31822f dgram: scope redeclared variables 9 years ago
Matteo Collina 368c1d1098 dgram: support dgram.send with multiple buffers 9 years ago
cjihrig ecc797600f child_process: add shell option to spawn() 9 years ago
Trevor Norris 4c67d74607 buffer: allow encoding param to collapse 9 years ago
José Moreira 18d24e60c5 net: add net.listening boolean property over a getter 9 years ago
Fedor Indutny 411d813323 http: do not emit `upgrade` on advertisement 9 years ago
James M Snell 8e579ba759 http: strictly forbid invalid characters from headers 9 years ago
Myles Borins 85743c0e92 querystring: check that maxKeys is finite 9 years ago
HUANG Wei 3175f7450e buffer: remove duplicated code in fromObject 9 years ago
Rich Trott 53cbd0564f tools: lint for spacing around unary operators 9 years ago
Evan Lucas ee8d4bb075 stream: prevent object map change in TransformState 9 years ago
Fedor Indutny 101de9de3f https: evict cached sessions on error 9 years ago
Rich Trott 54e8845b5e fs: refactor redeclared variables 9 years ago
Rich Trott 55030922e5 lib: scope loop variables 9 years ago
Rich Trott 725ad5b1ce lib: remove string_decoder.js var redeclarations 9 years ago
Rich Trott 2844cc03dc repl: remove variable redeclaration 9 years ago
Rich Trott 612ce66c78 net: refactor redeclared variables 9 years ago
Rich Trott c09eb44a59 module: refactor redeclared variable 9 years ago
Manuel Valls 5a10fe932c querystring: use String.prototype.split's limit 9 years ago
Michaël Zasso 58d67e26a2 buffer: validate list elements in Buffer.concat 9 years ago
Evan Lucas c9b05dafe0 net: move isLegalPort to internal/net 9 years ago
Rich Trott bafc86f00e buffer: refactor redeclared variables 9 years ago
Kári Tristan Helgason e415eb27e5 url: change scoping of variables with let 9 years ago
Fedor Indutny d6fbd81a7a tls_wrap: reach error reporting for UV_EPROTO 9 years ago
Rich Trott 62479e3406 tls: scope loop vars with let 9 years ago
Evan Lucas fa0457ed04 dns: throw a TypeError in lookupService with invalid port 9 years ago
Rich Trott c8b6de244e stream: refactor redeclared variables 9 years ago
Benjamin Gruenbaum fa940cf9bc fs: remove unused branches 9 years ago
Fedor Indutny b2c8b7f6d3 internal/child_process: call postSend on error 9 years ago
Tom Atkinson 9b03af254a http: remove reference to onParserExecute 9 years ago
Evan Lucas 426ff820f5 stream: prevent object map change in ReadableState 9 years ago
Ben Noordhuis eb2b8c637b module: cache stat() results more aggressively 9 years ago
Peter Geiss 14061c6498 buffer: remove unnecessary TODO comments 9 years ago
Kohei TAKATA d533364a24 readline: Remove XXX and output debuglog 9 years ago
Jackson Tian f221a43f3e buffer: make byteLength work with Buffer correctly 9 years ago
Ben Ripkens 4254508fb1 v8,src: expose statistics about heap spaces 9 years ago