3414 Commits (37ee43efd5927c401aa3b51a328c199bc253715f)

Author SHA1 Message Date
Ben Noordhuis d5ce47e433 lib: deprecate the smalloc module 10 years ago
Christian Tellnes b57cc51d8d os: remove trailing slash from os.tmpdir() 10 years ago
Brian White 0fa6c4a6fc string_decoder: don't cache Buffer.isEncoding 10 years ago
Christopher Monsanto bf7ac08dd0 util: add Map and Set inspection support 10 years ago
Evan Lucas 4abe2fa1cf net: add lookup option to Socket.prototype.connect 10 years ago
Evan Lucas 1bef717476 net: cleanup connect logic 10 years ago
Jackson Tian 3d3083b91f buffer: little improve for Buffer.concat method 10 years ago
Chris Yip 7384ca83f9 module: remove '' from Module.globalPaths 10 years ago
Guilherme Souza a7d74633f2 tls_wrap: use localhost if options.host is empty 10 years ago
Brendan Ashworth 718059777c Revert "http: don't bother making a copy of the options" 10 years ago
Roman Reiss 5b844e140b module: fix style 10 years ago
fengmk2 7956a13dad http: logically respect maxSockets 10 years ago
Jackson Tian cd60ff0328 net: add fd into listen2 debug info 10 years ago
Yazhong Liu 51d0808c90 stream: remove duplicated expression 10 years ago
Roman Reiss 3ad82c335d module: handle NODE_PATH in require('.') 10 years ago
Jackson Tian 431673ebd1 buffer: fast-case for empty string in byteLength 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
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