summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added post loop docsv0.1.230.1.24jkroso2012-11-291-0/+16
* added doWhilst and doUntiljkroso2012-11-293-1/+85
* Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2012-10-041-269/+319
|\
| * Merge pull request #150 from langpavel/patch-readme-highlightingCaolan McMahon2012-07-241-282/+326
| |\
| | * README.md: Enable GitHub syntax highlighting in example codePavel Lang2012-07-241-282/+326
| |/
| * Merge pull request #149 from aadamowski/masterCaolan McMahon2012-07-191-5/+13
| |\
| | * Issue 122: specify arguments to callbacks in the documentationAleksander Adamowski2012-07-151-5/+13
| |/
* | add AMD supportCaolan McMahon2012-10-045-46/+87
|/
* bump versionv0.1.22Caolan McMahon2012-05-301-1/+1
* Add test for auto double invoke fix.Allan Carroll2012-05-291-1/+5
* Add minified version for auto double invoke fix.Allan Carroll2012-05-291-1/+1
* Avoid double calling tasks in auto when one or more tasks are synchronous.Allan Carroll2012-05-291-1/+1
* update minified buildCaolan McMahon2012-05-241-1/+1
* bump versionv0.1.21Caolan McMahon2012-05-241-1/+1
* update indentation on forEachSeriesCaolan McMahon2012-05-241-27/+27
* fix occasional synchronous use of forEachLimitCaolan McMahon2012-05-242-2/+14
* bump versionv0.1.20Caolan McMahon2012-05-231-1/+1
* Merge pull request #124 from yawnt/masterCaolan McMahon2012-05-231-2/+2
|\
| * moar fixes for #98yawn2012-04-261-1/+1
| * fix issue #98yawn2012-04-261-1/+1
* | bump versionv0.1.19Caolan McMahon2012-05-231-1/+1
* | Merge pull request #126 from pgherveou/patch-1Caolan McMahon2012-05-231-1/+1
|\ \ | |/ |/|
| * without this ';' uglify throw errors when trying to build with strict_semicol...PG Herveou2012-04-291-1/+1
|/
* Merge pull request #113 from amco/doc_fixCaolan McMahon2012-03-121-3/+2
|\
| * Update example to reflect current behaviorIan Young2012-03-121-3/+2
|/
* bump versionCaolan McMahon2012-02-271-1/+1
* make uglify a dev dependency and remove make targets from npm scripts, #105Caolan McMahon2012-02-271-10/+3
* update minified buildv0.1.17Caolan McMahon2012-02-261-1/+1
* use uglify, nodeunit and nodelint directly from node_modulesCaolan McMahon2012-02-261-6/+6
* add .gitignoreCaolan McMahon2012-02-261-0/+1
* Merge pull request #48 from onirame/masterCaolan McMahon2012-02-261-1/+1
|\
| * fixed waterfallEnrico Marino2011-08-121-1/+1
* | bump versionCaolan McMahon2012-02-261-1/+1
* | Merge pull request #100 from mmalecki/foreach-no-callbackCaolan McMahon2012-02-262-0/+21
|\ \
| * | Allow `forEach*` functions to be called with no callbackMaciej Małecki2012-02-212-0/+21
* | | Merge pull request #103 from jstewmon/masterCaolan McMahon2012-02-262-2/+13
|\ \ \
| * | | deployment fix for issue caused by isaacs/npm#2195Jonathan Stewmon2012-02-242-2/+13
| |/ /
* | | Merge pull request #102 from sergi/masterCaolan McMahon2012-02-221-12/+0
|\ \ \ | |/ / |/| |
| * | The function `_indexOf` is never usedSergi Mansilla2012-02-221-12/+0
|/ /
* | Merge pull request #99 from mmalecki/refactor-testsCaolan McMahon2012-02-201-114/+75
|\ \
| * | Refactor and DRY tests a bitMaciej Małecki2012-02-211-114/+75
|/ /
* | Merge pull request #93 from jstewmon/make_devDependenciesCaolan McMahon2012-02-142-4/+13
|\ \
| * | updated package.json to specify devDependencies. updated Makefile to use cli ...Jonathan Stewmon2012-02-132-4/+13
|/ /
* | bump versionCaolan McMahon2012-02-121-1/+1
* | update minifed buildCaolan McMahon2012-02-121-1/+1
* | update tests for IE6 compatibilityCaolan McMahon2012-02-121-7/+7
* | Merge pull request #77 from insin/auto-docsCaolan McMahon2012-02-121-5/+7
|\ \
| * | Updated docs about async.auto results - it does a bit more than the current d...Jonathan Buchanan2012-01-061-5/+7
* | | Merge pull request #79 from clutchski/patch-1Caolan McMahon2012-02-121-3/+7
|\ \ \
| * | | Waterfall docs now show final result passing.Matt Perpick2012-01-161-3/+7
| |/ /