summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-04-04timers: remove redundant codeFedor Indutny
2015-04-04timers: do not restart the interval after closeFedor Indutny
2015-04-04timers: don't close interval timers when unrefdJulien Gilli
2015-04-04timers: fix unref() memory leakTrevor Norris
2015-03-31lib: remove unused variablesBrian White
2015-03-28streams: use strict on _stream_wrapBrendan Ashworth
2015-03-27debugger: don't spawn child process in remote modeJackson Tian
2015-03-26timers: cleanup interval handlingJeremiah Senkpiel
2015-03-26timers: assure setTimeout callback only runs onceRoman Reiss
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2015-03-25string_decoder: optimize write()Brian White
2015-03-24fs: fix corruption in writeFile and writeFileSyncOlov Lassus
2015-03-24lib: add missing `new` for errors lib/*.jsMayhem
2015-03-23assert: simplify logic of testing buffer equalityAlex Yursha
2015-03-22util: Check input to util.inheritsConnor Peet
2015-03-20lib: don't penalize setInterval() common caseBen Noordhuis
2015-03-20lib: don't penalize setTimeout() common caseBen Noordhuis
2015-03-20module: allow require('.')Michaƫl Zasso
2015-03-19querystring: fix broken stringifyPrimitiveJeremiah Senkpiel
2015-03-19querystring: parse numbers correctlyJeremiah Senkpiel
2015-03-19path: reduce type checking on some methodscjihrig
2015-03-19lib: don't error in repl when cwd doesn't existBen Noordhuis
2015-03-17http: add flushHeaders and deprecate flushYosuke Furukawa
2015-03-16net: use cached peername to resolve remote fieldsJames Hartig
2015-03-16lib: remove broken NODE_MODULE_CONTEXTS featureBen Noordhuis
2015-03-16path: add type checking for path inputscjihrig
2015-03-15querystring: optimize parse and stringifyBrian White
2015-03-12fs: use stat.st_size only to read regular filesSantiago Gimeno
2015-03-11buffer: align chunks on 8-byte boundaryFedor Indutny
2015-03-10https: don't overwrite servername optionskenqbx
2015-03-10lib: allow server.listen({ port: "1234" })Ben Noordhuis
2015-03-09tls_wrap: proxy handle methods in prototypeFedor Indutny
2015-03-09buffer: Don't assign .parent if none existsTrevor Norris
2015-03-09http_client: ensure empty socket on errorFedor Indutny
2015-03-08fs: fix .write() not coercing non-string valuesJeremiah Senkpiel
2015-03-08url: remove redundant assignment in url.parseAlex Kocharin
2015-03-06tls_wrap: do not hold persistent ref to parentFedor Indutny
2015-03-05http: send Content-Length when possibleChristian Tellnes
2015-03-05lib: avoid .toLowerCase() call in Buffer#write()Ben Noordhuis
2015-03-05lib: hand-optimize Buffer constructorBen Noordhuis
2015-03-05net: allow port 0 in connect()cjihrig
2015-03-05buffer: reword Buffer.concat error messageChris Dickinson
2015-03-05fs: remove unnecessary usage of .hasOwnProperty()Jonathan Ong
2015-03-04events: optimize listener array cloningBrian White
2015-03-04buffer: add indexOf() methodTrevor Norris
2015-03-04url: throw for invalid values to url.formatChristian Tellnes
2015-03-04timer: Improve performance of callbacksRuben Verborgh
2015-03-04smalloc: export constants from C++Vladimir Kurchatkin
2015-03-04smalloc: validate arguments in jsVladimir Kurchatkin
2015-03-03http: optimize outgoing requestsBrendan Ashworth