summaryrefslogtreecommitdiff
path: root/lib/async.js
Commit message (Expand)AuthorAgeFilesLines
* added async.composeCaolan McMahon2013-02-071-0/+18
* fixed queue bug, added testzaphod19842013-02-061-3/+4
* reimplementing queue unshiftKARASZI István2013-02-041-13/+27
* remove module id for requirejs define callCaolan McMahon2013-02-041-1/+1
* use a more liberal check for completed number of tasks - closes #121Caolan McMahon2013-01-311-4/+4
* Merge remote branch 'timoxley/master'Caolan McMahon2013-01-311-0/+17
|\
| * Add times and timesSeries functions for asynchronously executing a function n...Tim Oxley2012-05-261-0/+15
* | fix stackoverflows in queue when using synchronous tasks - WARNING, this slig...Caolan McMahon2013-01-311-5/+22
* | automatically call nextTick on some synchronous function callsCaolan McMahon2013-01-311-5/+48
* | replace process.nextTick call with async.nextTick and increase timeouts for s...Caolan McMahon2013-01-311-1/+1
* | Merge remote branch 'dougwilson/feature/setImmediate-support'Caolan McMahon2013-01-311-4/+11
|\ \
| * | Add async.nextTick browser fallback to setImmediateDouglas Christopher Wilson2012-06-121-4/+11
* | | force nextTick on auto calls to prevent double task execution when synchronousCaolan McMahon2013-01-311-4/+2
* | | Merge remote branch 'dpatti/auto-fix'Caolan McMahon2013-01-311-1/+3
|\ \ \
| * | | Altered prevention to avoid repeat auto tasksDoug Patti2012-07-241-1/+3
| |/ /
* | | Merge pull request #175 from parshap/feature/expose-memoCaolan McMahon2013-01-311-0/+1
|\ \ \
| * | | Expose memoized function's memosParsha Pourkhomami2012-09-011-0/+1
| |/ /
* | | Merge pull request #141 from alexgorbatchev/masterCaolan McMahon2013-01-311-1/+1
|\ \ \
| * | | `waterfall` now passes all arguments to callback even if there was an error.Alex Gorbatchev2012-06-151-1/+1
| |/ /
* | | Merge pull request #194 from superjoe30/fix-use-strictCaolan McMahon2013-01-311-2/+6
|\ \ \
| * | | fix running in --use-strict mode. closes #189Andrew Kelley2012-10-161-2/+6
* | | | Merge pull request #200 from coreyjewett/masterCaolan McMahon2013-01-311-4/+13
|\ \ \ \
| * | | | In #forEach and queue's worker calling the callback more than once causes bad...Corey Jewett2012-11-181-4/+13
| |/ / /
* | | | Merge remote branch 'jkroso/master'Caolan McMahon2013-01-311-0/+28
|\ \ \ \
| * | | | added doWhilst and doUntiljkroso2012-11-291-0/+28
| |/ / /
* | | | Merge pull request #205 from danbell/limitCaolan McMahon2013-01-311-30/+58
|\ \ \ \
| * | | | Added parallelLimit().Daniel Bell2012-12-051-6/+21
| * | | | Renaming forEachLimit to _forEachLimit, adding mapLimit testsCalvin French-Owen2012-11-241-3/+3
| * | | | Adding mapLimitCalvin French-Owen2012-11-201-27/+40
| |/ / /
* | | | Revert "Merge pull request #221 from ashnur/patch-1"Caolan McMahon2013-01-311-4/+4
* | | | Merge pull request #216 from rhyzx/cargoCaolan McMahon2013-01-311-0/+65
|\ \ \ \
| * | | | add cargo apiU02013-01-151-0/+65
| |/ / /
* | | | because globals suck :(ashnur2013-01-301-4/+4
|/ / /
* | | add AMD supportCaolan McMahon2012-10-041-7/+15
|/ /
* | 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
|\ \ \ | |/ / |/| |