summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix/_eachLimit_continues_after_errorBao2015-05-221-88/+248
|\
| * pass err as null for consistency. Closes #491Alexander Early2015-05-201-16/+16
| * guard against setImmediate mocking. Fixes #609 #611Alexander Early2015-05-201-4/+11
| * fix unneeded iteration in queue.resume. Fixes #758Alexander Early2015-05-201-1/+2
| * optmize internal _each, _map, _keys, _forEachOf functionsAlexander Early2015-05-201-23/+18
| * intercept queue concurrency of 0Vito Alexander Nordloh2015-05-201-0/+3
| * perf(slice): fix not to use `Array#slice`Suguru Motegi2015-05-201-21/+38
| * fixed jshint issues, run linter on npm testAlexander Early2015-05-191-16/+14
| * Merge pull request #663 from Mickael-van-der-Beek/dead-locksAlexander Early2015-05-191-0/+11
| |\
| | * Merge remote-tracking branch 'upstream/master' into dead-locksMickael van der Beek2014-12-101-0/+0
| | |\
| | | * chmod -x on lib/async.jsjsdevel2014-07-031-0/+0
| | * | Fixes caolan/async#263 and other dependency issues by detecting dead-locks an...Mickael van der Beek2014-11-181-0/+11
| | |/
| * | Merge pull request #546 from Neamar/noopAlexander Early2015-05-191-16/+17
| |\ \
| | * | noopNeamar2015-02-131-16/+17
| * | | Merge pull request #527 from trusktr/patch-1Alexander Early2015-05-191-1/+10
| |\ \ \
| | * | | Better support for browsers.Joseph Orbegoso Pea2015-02-131-1/+10
| | |/ /
| * | | tightening up the documentationAlexander Early2015-01-201-1/+1
| * | | reordered functions, added aliases, simplified eachOfLimit logicAlexander Early2015-01-201-51/+53
| * | | merging from dominicbarnes:forEachOfAlexander Early2015-01-191-0/+116
| |\ \ \ | | |/ / | |/| |
| | * | adding forEachOfSeries and forEachOfLimit along with testsDominic Barnes2013-02-061-1/+87
| | * | adding forEachOf to iterate objects asynchronouslyDominic Barnes2013-02-061-0/+29
* | | | Fixed issue with _eachLimit continuing to run after errorBao2015-05-131-1/+3
|/ / /
* | | chmod -x on lib/async.jsjsdevel2014-12-181-0/+0
* | | Removed the slower forEach in async.eachRyan Copley2014-11-131-3/+0
| |/ |/|
* | Add var to declare loop index as localVaughn Iverson2014-05-221-1/+1
* | Fixes loss of concurrency after pausing an async.queue(...)Vaughn Iverson2014-05-211-2/+5
* | Remove trailing spacesVaughn Iverson2014-05-211-8/+8
* | Add priorityQueueJustin York2014-05-131-0/+65
* | for #521, detect callback in _asyncMapfritx2014-04-291-8/+16
* | fix #515, add missing license headerfritx2014-04-261-0/+7
* | Add in started attribute for queue. Helpful for displaying whether or not tha...Jon Morehouse2014-04-051-0/+4
* | Added kill method to queueHendrich Attila2014-04-041-0/+4
* | in `.auto` check “is it an array?” instead of “is it a function?”Mithgol2014-03-311-6/+1
* | fix #472, add internal _toStringfritx2014-03-311-2/+4
* | detect functions coming from other JavaScript contextsMithgol2014-03-301-1/+6
* | replace `callback(null)` * 3 to `callback()` for consistencyfritx2014-03-301-3/+3
* | Merge pull request #475 from jessehouchins/async.retryCaolan McMahon2014-03-301-0/+31
|\ \
| * | allow retry to run as an embedded method inside other controll flowsJesse Houchins2014-03-281-12/+16
| * | implement async.retry using async.seriesJesse Houchins2014-03-281-0/+27
* | | Merge pull request #474 from maxkueng/pause-and-resumeCaolan McMahon2014-03-301-1/+12
|\ \ \ | |/ / |/| |
| * | Add queue.pause() and queue.resume()mk2014-03-281-1/+12
* | | Track auto tasks using a counter to allow records to be inserted/removed from...Jesse Houchins2014-03-281-2/+4
|/ /
* | Add tests for queue idle() functionCraig Andrews2014-03-281-1/+1
* | Add idle() function to determine if the queue has any workCraig Andrews2014-03-281-0/+3
* | Bugfix: sending saturated event should respect current concurrency.Ryan Shaw2014-03-281-1/+1
* | Merge pull request #318 from aearly/feature/dountil-paramsCaolan McMahon2014-03-281-2/+5
|\ \
| * | pass params from doUntil/doWhile callbacks to the test functionAlexander Early2013-05-211-2/+5
* | | Merge pull request #353 from quadroid/masterCaolan McMahon2014-03-281-12/+13
|\ \ \
| * | | make done callback function (instead of function-expression): dont create it ...Alex Shvets2013-07-221-12/+13
* | | | use internal _isArray functionCaolan McMahon2014-03-281-5/+9