3247 Commits (a1c9ef314207c0ca6c1a6878543bec6c910f3667)

Author SHA1 Message Date
Alex Kocharin f0bf6bb024 readline: fix calling constructor without new 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
Jackson Tian 372bf83818 zlib: make constants keep readonly 10 years ago
Jeffrey Jagoda 1e94057c05 url: fix resolving from non-file to file URLs. 10 years ago
Fedor Indutny 416499c872 timers: remove redundant code 10 years ago
Fedor Indutny d22b2a934a timers: do not restart the interval after close 10 years ago
Julien Gilli cca5efb086 timers: don't close interval timers when unrefd 10 years ago
Trevor Norris 0e061975d7 timers: fix unref() memory leak 10 years ago
Brian White 4dc6ae2181 lib: remove unused variables 10 years ago
Brendan Ashworth c8fa8ccdbc streams: use strict on _stream_wrap 10 years ago
Jackson Tian a2ea16838f debugger: don't spawn child process in remote mode 10 years ago
Jeremiah Senkpiel 776b73b243 timers: cleanup interval handling 10 years ago
Roman Reiss caf0b36de3 timers: assure setTimeout callback only runs once 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
Brian White 8a945814dd string_decoder: optimize write() 10 years ago
Olov Lassus c9207f7fc2 fs: fix corruption in writeFile and writeFileSync 10 years ago
Mayhem 1832743e18 lib: add missing `new` for errors lib/*.js 10 years ago
Alex Yursha 7dd5e824be assert: simplify logic of testing buffer equality 10 years ago
Connor Peet 849319a260 util: Check input to util.inherits 10 years ago
Ben Noordhuis 33fea6ed5f lib: don't penalize setInterval() common case 10 years ago
Ben Noordhuis 31da9758a0 lib: don't penalize setTimeout() common case 10 years ago
Michaël Zasso 6fc5e95354 module: allow require('.') 10 years ago
Jeremiah Senkpiel c9aec2b716 querystring: fix broken stringifyPrimitive 10 years ago
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