3657 Commits (3ccb275139bb1b949e1d63ac8d91eddb130af32b)

Author SHA1 Message Date
Rich Trott 5ffd7430d1 tools: apply custom buffer lint rule to /lib only 9 years ago
Rich Trott af074846f5 debugger: remove unneeded callback check 9 years ago
Brian White 47274704aa url: fix lint and deopt issues 9 years ago
Brian White 729ad75860 url: improve url.parse() performance 9 years ago
Jackson Tian df93d60caf console: apply null as `this` for util.format 9 years ago
Brian White 1c6f927bd1 path: fix input type checking regression 9 years ago
Brian White 7684b0fcdf stream: fix no data on partial decode 9 years ago
Fedor Indutny a2d198c702 net: use `_server` for internal book-keeping 9 years ago
Alexander Makarenko bbc786b50f http,util: fix typos in comments 9 years ago
Fedor Indutny aed04b85c2 tls: nullify `.ssl` on handle close 9 years ago
Zirak 98907c716b repl: allow multiline function call 9 years ago
Igor Klopov efd6f68dce cluster: dont rely on `this` in `fork` 9 years ago
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