3673 Commits (eb5a95e04a16260676b1c243e5826980b4103b73)

Author SHA1 Message Date
Matteo Collina 67e9f65958 dgram: default send address to 127.0.0.1 or ::1 9 years ago
Brian White 971edde0cb util: improve format() performance further 9 years ago
Evan Lucas c32d460747 util: improve util.format performance 9 years ago
cjihrig e572e421b4 repl: accept no arguments to start() 9 years ago
cjihrig a3017992e4 child_process: add keepOpen option to send() 9 years ago
cjihrig 6d4887ccc2 child_process: support options in send() 9 years ago
Anton Khlynovskiy e3421ac296 lib: freelist: use .pop() for allocation 9 years ago
nettofarah 9424fa5732 url: group slashed protocols by protocol name 9 years ago
Owen Smith 91d218d096 path: fix path.relative() for prefixes at root 9 years ago
Zheng Chaoping ef7a088906 path: fix win32 parse() 9 years ago
Prince J Wesley 2b88523836 repl: fix stack trace column number in strict mode 9 years ago
Matteo Collina d3f9b84be8 dgram: handle default address case when offset and length are specified 9 years ago
Owen Smith 871396ce8f path: fix win32 relative() for UNC paths 9 years ago
Owen Smith 91782f1888 path: fix win32 relative() when "to" is a prefix 9 years ago
Brian White dfe45f13e7 url: fix off-by-one error with parse() 9 years ago
Brian White 30cec18eeb path: fix verbose relative() output 9 years ago
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