3634 Commits (3b83d42b4a65aaaf9d32ed4f3b94e4d05cce4e4a)

Author SHA1 Message Date
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
Evan Lucas 8104d9d875 repl: make sure historyPath is trimmed 9 years ago
Brian White c6ac464dbc querystring: improve parse() performance 9 years ago
Michaël Zasso f0ee088f3b lib,test: remove extra semicolons 9 years ago
Daniel Sellers c1712947b2 http: improves expect header handling 9 years ago
Saquib 28793958af fs: add autoClose option to fs.createWriteStream 9 years ago
Dave a8330f73ab events: make sure console functions exist 9 years ago
Rich Trott 0d0a5ed816 debugger: remove variable redeclarations 9 years ago
Santiago Gimeno 045dac7961 cluster: fix race condition setting suicide prop 9 years ago
Michaël Zasso 88fcc8bd25 lib: fix style issues after eslint update 9 years ago
Brian White 67d2e2b0a7 dgram: prevent disabled optimization of bind() 9 years ago
Ben Noordhuis d8f5bd4fe1 module: avoid ArgumentsAdaptorTrampoline frame 9 years ago