summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* module: fix styleRoman Reiss2015-04-171-2/+2
* http: logically respect maxSocketsfengmk22015-04-171-1/+1
* net: add fd into listen2 debug infoJackson Tian2015-04-171-1/+1
* stream: remove duplicated expressionYazhong Liu2015-04-161-3/+3
* module: handle NODE_PATH in require('.')Roman Reiss2015-04-171-1/+19
* buffer: fast-case for empty string in byteLengthJackson Tian2015-04-161-0/+3
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-1514-144/+172
* readline: fix calling constructor without newAlex Kocharin2015-04-101-1/+4
* lib: reduce process.binding() callsBrendan Ashworth2015-04-098-102/+36
* zlib: make constants keep readonlyJackson Tian2015-04-071-4/+12
* url: fix resolving from non-file to file URLs.Jeffrey Jagoda2015-04-041-1/+3
* timers: remove redundant codeFedor Indutny2015-04-041-9/+2
* timers: do not restart the interval after closeFedor Indutny2015-04-041-0/+5
* timers: don't close interval timers when unrefdJulien Gilli2015-04-041-1/+1
* timers: fix unref() memory leakTrevor Norris2015-04-041-1/+10
* lib: remove unused variablesBrian White2015-03-312-6/+6
* streams: use strict on _stream_wrapBrendan Ashworth2015-03-281-0/+2
* debugger: don't spawn child process in remote modeJackson Tian2015-03-271-20/+21
* timers: cleanup interval handlingJeremiah Senkpiel2015-03-261-4/+2
* timers: assure setTimeout callback only runs onceRoman Reiss2015-03-261-0/+7
* iojs: introduce internal modulesVladimir Kurchatkin2015-03-254-28/+29
* string_decoder: optimize write()Brian White2015-03-251-37/+68
* fs: fix corruption in writeFile and writeFileSyncOlov Lassus2015-03-241-5/+11
* lib: add missing `new` for errors lib/*.jsMayhem2015-03-246-10/+11
* assert: simplify logic of testing buffer equalityAlex Yursha2015-03-231-7/+2
* util: Check input to util.inheritsConnor Peet2015-03-221-0/+15
* lib: don't penalize setInterval() common caseBen Noordhuis2015-03-201-30/+28
* lib: don't penalize setTimeout() common caseBen Noordhuis2015-03-201-23/+13
* module: allow require('.')Michaƫl Zasso2015-03-201-1/+1
* querystring: fix broken stringifyPrimitiveJeremiah Senkpiel2015-03-191-1/+3
* querystring: parse numbers correctlyJeremiah Senkpiel2015-03-191-0/+3
* path: reduce type checking on some methodscjihrig2015-03-191-10/+0
* lib: don't error in repl when cwd doesn't existBen Noordhuis2015-03-191-2/+10
* http: add flushHeaders and deprecate flushYosuke Furukawa2015-03-171-1/+5
* net: use cached peername to resolve remote fieldsJames Hartig2015-03-161-3/+4
* lib: remove broken NODE_MODULE_CONTEXTS featureBen Noordhuis2015-03-161-34/+0
* path: add type checking for path inputscjihrig2015-03-161-19/+50
* querystring: optimize parse and stringifyBrian White2015-03-151-35/+90
* fs: use stat.st_size only to read regular filesSantiago Gimeno2015-03-121-2/+4
* buffer: align chunks on 8-byte boundaryFedor Indutny2015-03-111-0/+6
* https: don't overwrite servername optionskenqbx2015-03-101-5/+7
* lib: allow server.listen({ port: "1234" })Ben Noordhuis2015-03-101-13/+25
* tls_wrap: proxy handle methods in prototypeFedor Indutny2015-03-091-8/+8
* buffer: Don't assign .parent if none existsTrevor Norris2015-03-091-1/+4
* http_client: ensure empty socket on errorFedor Indutny2015-03-091-1/+8
* fs: fix .write() not coercing non-string valuesJeremiah Senkpiel2015-03-081-1/+1
* url: remove redundant assignment in url.parseAlex Kocharin2015-03-081-1/+0
* tls_wrap: do not hold persistent ref to parentFedor Indutny2015-03-061-0/+1
* http: send Content-Length when possibleChristian Tellnes2015-03-051-6/+29
* lib: avoid .toLowerCase() call in Buffer#write()Ben Noordhuis2015-03-051-31/+29