summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* updated docs around cargoAlexander Early2015-05-311-1/+48
* simplified implementation of seriesAlexander Early2015-05-311-13/+17
* reorganized more testsAlexander Early2015-05-311-44/+60
* reorganized parallel testsAlexander Early2015-05-311-70/+71
* reorganized queue testsAlexander Early2015-05-301-127/+132
* set jshint unused: trueAlexander Early2015-05-301-36/+58
* experimental map changesAlexander Early2015-05-281-25/+29
* use ensureAsync with forever. Fixes #622ensure_asyncAlexander Early2015-05-251-2/+24
* initial ensureAsync implementationAlexander Early2015-05-241-4/+56
* Added test for _eachLimit stopping replenishing after errorBao2015-05-221-0/+83
* split waterfall tests into a groupAlexander Early2015-05-211-16/+19
* added tests for #508 and #512Alexander Early2015-05-201-0/+28
* pass err as null for consistency. Closes #491Alexander Early2015-05-201-13/+38
* added test case for #489, #259Alexander Early2015-05-201-0/+19
* added additional detectSeries test, clarified docs. Closes #534Alexander Early2015-05-201-0/+10
* intercept queue concurrency of 0Vito Alexander Nordloh2015-05-201-0/+7
* fixed jshint issues, run linter on npm testAlexander Early2015-05-191-52/+49
* Merge pull request #663 from Mickael-van-der-Beek/dead-locksAlexander Early2015-05-191-0/+27
|\
| * Merge remote-tracking branch 'upstream/master' into dead-locksMickael van der Beek2014-12-101-8/+8
| |\
| * | Corrected task name typo for consistency with other tests.Mickael van der Beek2014-11-181-4/+4
| * | Fixes caolan/async#263 and other dependency issues by detecting dead-locks an...Mickael van der Beek2014-11-181-0/+27
* | | reordered functions, added aliases, simplified eachOfLimit logicAlexander Early2015-01-201-48/+49
* | | merging from dominicbarnes:forEachOfAlexander Early2015-01-191-9/+201
|\ \ \
| * | | adding forEachOfSeries and forEachOfLimit along with testsDominic Barnes2013-02-061-3/+148
| * | | adding forEachOf to iterate objects asynchronouslyDominic Barnes2013-02-061-0/+47
* | | | Update test for node 0.10 and aboveBeau Gunderson2014-12-181-5/+3
| |_|/ |/| |
* | | Fix incorrect test & favor Date valueOf for old IEBeau Gunderson2014-11-301-4/+8
* | | Remove errant debugger statements, fixes #563Beau Gunderson2014-11-291-4/+0
| |/ |/|
* | Merge branch 'master' into patchnazomikan2014-05-241-0/+45
|\ \
| * | Failing test for pausing with concurrrencyVaughn Iverson2014-05-211-0/+45
* | | detect a browser environment and not attempt to run of require vm spec.nazomikan2014-05-241-0/+16
* | | add spec for #303nazomikan2014-05-201-0/+65
|/ /
* | Add priorityQueueJustin York2014-05-131-0/+105
* | Merge pull request #522 from hojs/detect-callbackCaolan McMahon2014-04-291-0/+13
|\ \
| * | for #521, detect callback in _asyncMapfritx2014-04-291-0/+13
* | | Browser report of tests was stopping at 18th test caseFilipe Constantinov Menezes2014-04-241-0/+1
|/ /
* | Add in started attribute for queue. Helpful for displaying whether or not tha...Jon Morehouse2014-04-051-0/+13
* | Added kill method to queueHendrich Attila2014-04-041-0/+21
* | Merge pull request #475 from jessehouchins/async.retryCaolan McMahon2014-03-301-0/+56
|\ \
| * | add test case for embedding async.retry in another control flowJesse Houchins2014-03-281-0/+21
| * | implement async.retry using async.seriesJesse Houchins2014-03-281-0/+35
* | | Merge pull request #474 from maxkueng/pause-and-resumeCaolan McMahon2014-03-301-0/+51
|\ \ \ | |/ / |/| |
| * | Add queue.pause() and queue.resume()mk2014-03-281-0/+51
* | | Track auto tasks using a counter to allow records to be inserted/removed from...Jesse Houchins2014-03-281-0/+25
|/ /
* | Add tests for queue idle() functionCraig Andrews2014-03-281-0/+25
* | added test for inverted sort orderzaphod19842014-03-281-0/+9
* | Bugfix: sending saturated event should respect current concurrency.Ryan Shaw2014-03-281-1/+2
* | Merge pull request #318 from aearly/feature/dountil-paramsCaolan McMahon2014-03-281-0/+57
|\ \
| * | pass params from doUntil/doWhile callbacks to the test functionAlexander Early2013-05-211-0/+57
* | | Merge remote-tracking branch 'ognivo/feature-seq'Caolan McMahon2014-03-281-0/+87
|\ \ \