summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid double calling tasks in auto when one or more tasks are synchronous.Allan Carroll2012-05-291-1/+1
* update indentation on forEachSeriesCaolan McMahon2012-05-241-27/+27
* fix occasional synchronous use of forEachLimitCaolan McMahon2012-05-241-2/+2
* 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
* | without this ';' uglify throw errors when trying to build with strict_semicol...PG Herveou2012-04-291-1/+1
|/
* Merge pull request #48 from onirame/masterCaolan McMahon2012-02-261-1/+1
|\
| * fixed waterfallEnrico Marino2011-08-121-1/+1
* | Merge pull request #100 from mmalecki/foreach-no-callbackCaolan McMahon2012-02-261-0/+3
|\ \
| * | Allow `forEach*` functions to be called with no callbackMaciej MaƂecki2012-02-211-0/+3
* | | The function `_indexOf` is never usedSergi Mansilla2012-02-221-12/+0
|/ /
* | added possibility to push taskbulks, added testzaphod19842012-02-121-3/+13
* | Merge pull request #86 from pierrec/masterCaolan McMahon2012-02-121-1/+1
|\ \
| * | #queue(): allow unspecified callbacksPierre Curto2012-01-301-1/+1
* | | Merge https://github.com/pistolero/async into pistoleroCaolan McMahon2012-02-121-1/+2
|\ \ \ | |/ / |/| |
| * | Merge github.com:pistolero/asyncSergey Kirillov2011-04-291-1/+1
| |\ \
| * | | Fixed bug with calling callback several times when some functions were execut...Sergey Kirillov2011-04-291-0/+1
| * | | Fixed bug when listeners were not called in parallel.Sergey Kirillov2011-04-291-1/+1
* | | | expose tasks array for queuesCaolan McMahon2011-11-011-8/+8
* | | | Merge https://github.com/allanca/async into allancaCaolan McMahon2011-10-291-7/+11
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://github.com/caolan/asyncAllan Carroll2011-08-021-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix bug in auto. Results wern't being passed to functions that were immediate...Allan Carroll2011-07-191-1/+1
| * | | | In Auto function, save results from functions and pass them forward to depend...Allan Carroll2011-05-251-6/+10
* | | | | Merge branch 'master' of https://github.com/braddunbar/async into braddunbar-...Caolan McMahon2011-10-141-1/+10
|\ \ \ \ \
| * | | | | memoize - handle multiple calls before completionbraddunbar2011-05-131-1/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'unmemoize' of https://github.com/balinterdi/async into balinter...Caolan McMahon2011-10-141-1/+9
|\ \ \ \ \
| * | | | | Unmemoize can be called with a not memoized function, too.Balint Erdi2011-10-061-3/+3
| * | | | | Add unmemoize functionBalint Erdi2011-10-061-1/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request #39 from indexzero/masterCaolan McMahon2011-09-181-0/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [api test] Added `async.forEachLimit()` and associated testsindexzero2011-06-121-0/+36
| | |/ / | |/| |
* | | | replace stupid tasks splice call with shiftCaolan McMahon2011-07-071-1/+1
|/ / /
* | | fix parallel implementation of detect when multiple matches occur, closes #28Caolan McMahon2011-05-171-0/+1
|/ /
* | fix bug in order of queue events and improve tests - thanks KamiCaolan McMahon2011-04-271-1/+1
|/
* callback methods w/ test & docsMaZderMind2011-04-171-0/+6
* add running() which allows a task-callback to check if the queue has drained.Peter2011-04-111-0/+3
* Merge branch 'master' of git@github.com:caolan/asyncCaolan McMahon2011-01-181-7/+7
|\
| * remove extra function call from async.nextTick in nodeCaolan McMahon2010-12-191-3/+8
| * Changed async.nextTick to be defined once based on whether process.nextTick i...kpozin2010-12-201-8/+3
* | added test for issue 10, make sure series and parallel return original falsy ...Caolan McMahon2011-01-181-2/+2
|/
* added memoizeCaolan McMahon2010-11-241-0/+21
* allow queue.push without a callbackCaolan McMahon2010-11-171-1/+3
* fix lint errorsCaolan McMahon2010-11-171-187/+275
* added async.queueCaolan McMahon2010-11-161-0/+27
* allow parallel and series functions to accept and object instead of an arrayCaolan McMahon2010-10-171-12/+42
* add whilst and untilCaolan McMahon2010-10-151-0/+20
* added concatSeriesCaolan McMahon2010-09-171-2/+4
* added the concat functionCaolan McMahon2010-09-161-0/+12
* return value from functions in async.applyCaolan McMahon2010-08-161-1/+3
* added noConflictCaolan McMahon2010-08-021-47/+61