3524 Commits (a95eb5c671e8fc523a345eefcb14239f37288849)

Author SHA1 Message Date
Jeremiah Senkpiel a89f5c2156 querystring: parse numbers correctly 10 years ago
cjihrig 8de78e470d path: reduce type checking on some methods 10 years ago
Ben Noordhuis 2b2e48a4b9 lib: don't error in repl when cwd doesn't exist 10 years ago
Yosuke Furukawa b2e00e38dc http: add flushHeaders and deprecate flush 10 years ago
James Hartig 30666f22ca net: use cached peername to resolve remote fields 10 years ago
Ben Noordhuis f58e59649d lib: remove broken NODE_MODULE_CONTEXTS feature 10 years ago
cjihrig eb995d6822 path: add type checking for path inputs 10 years ago
Brian White 85a92a37ef querystring: optimize parse and stringify 10 years ago
Santiago Gimeno a6af709489 fs: use stat.st_size only to read regular files 10 years ago
Fedor Indutny 07c066724c buffer: align chunks on 8-byte boundary 10 years ago
skenqbx 8453fbc879 https: don't overwrite servername option 10 years ago
Ben Noordhuis 480b48244f lib: allow server.listen({ port: "1234" }) 10 years ago
Fedor Indutny 8431fc53f1 tls_wrap: proxy handle methods in prototype 10 years ago
Trevor Norris 8070b1ff99 buffer: Don't assign .parent if none exists 10 years ago
Fedor Indutny 1a3ca8223e http_client: ensure empty socket on error 10 years ago
Jeremiah Senkpiel cf565b5516 fs: fix .write() not coercing non-string values 10 years ago
Alex Kocharin 4bd3620382 url: remove redundant assignment in url.parse 10 years ago
Fedor Indutny c09c90c1a9 tls_wrap: do not hold persistent ref to parent 10 years ago
Christian Tellnes 4874182065 http: send Content-Length when possible 10 years ago
Ben Noordhuis 4ddd6406ce lib: avoid .toLowerCase() call in Buffer#write() 10 years ago
Ben Noordhuis bbf54a554a lib: hand-optimize Buffer constructor 10 years ago
cjihrig 9d2b89d06c net: allow port 0 in connect() 10 years ago
Chris Dickinson 31421afe89 buffer: reword Buffer.concat error message 10 years ago
Jonathan Ong 4d0329ebeb fs: remove unnecessary usage of .hasOwnProperty() 10 years ago
Brian White 555a7c48cf events: optimize listener array cloning 10 years ago
Trevor Norris 78581c8d90 buffer: add indexOf() method 10 years ago
Christian Tellnes abb00cc915 url: throw for invalid values to url.format 10 years ago
Ruben Verborgh bd1bd7e38d timer: Improve performance of callbacks 10 years ago
Vladimir Kurchatkin 8f5f12bb48 smalloc: export constants from C++ 10 years ago
Vladimir Kurchatkin 0697f8b44d smalloc: validate arguments in js 10 years ago
Brendan Ashworth 08133f45c7 http: optimize outgoing requests 10 years ago
Fedor Indutny 7b3b8acfa6 tls: accept empty `net.Socket`s 10 years ago
Fedor Indutny 1ab7e80838 tls: proxy `handle.reading` back to parent handle 10 years ago
Fedor Indutny 755461219d tls: fix typo `handle._reading` => `handle.reading` 10 years ago
Christian Tellnes 675cffb33e http: don't confuse automatic headers for others 10 years ago
Evan Lucas 2ca22aacbd http: emit abort event from ClientRequest 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
cjihrig ed3b057e9f util: handle symbols properly in format() 10 years ago
Vladimir Kurchatkin b41dbc2737 readline: use native `codePointAt` 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
cjihrig 1f40b2a636 fs: add type checking to makeCallback() 10 years ago
Bruno Jouhier c82e580a50 fs: properly handle fd passed to truncate() 10 years ago
cjihrig d8eb974a98 net: make Server.prototype.unref() persistent 10 years ago
Fedor Indutny 9b6b05556f net: unref timer in parent sockets 10 years ago
cjihrig ecef87177a fs: ensure nullCheck() callback is a function 10 years ago
Trevor Norris c6fd2c5e95 buffer: fix pool offset adjustment 10 years ago
Roman Reiss 77f35861d0 tls: more secure defaults 10 years ago
Amir Saboury faa687b4be url: reslove urls with . and .. 10 years ago
cjihrig cca8de6709 net: remove use of arguments in Server constructor 10 years ago
Herbert Vojčík 6a2b204bbc module: replace NativeModule.require 10 years ago