summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 0.6.20.6.2Caolan McMahon2014-03-311-1/+1
* in `.auto` check “is it an array?” instead of “is it a function?”Mithgol2014-03-311-6/+1
* Merge pull request #481 from Mithgol/improve-auto-docsCaolan McMahon2014-03-311-4/+5
|\
| * improve `.auto` docsMithgol2014-03-301-4/+5
* | Merge pull request #482 from believejs/masterCaolan McMahon2014-03-311-2/+4
|\ \ | |/ |/|
| * fix #472, add internal _toStringfritx2014-03-311-2/+4
| * Merge remote-tracking branch 'origin/master'fritx2014-03-314-5/+232
| |\ | |/ |/|
* | release 0.6.10.6.1Caolan McMahon2014-03-301-1/+1
* | Merge pull request #479 from Mithgol/detect-extracontextual-functionsCaolan McMahon2014-03-301-1/+6
|\ \
| * | 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 #477 from dandv/patch-2Caolan McMahon2014-03-301-0/+1
|\ \
| * | Link to the cargo vs. queue animationDan Dascalescu2014-03-291-0/+1
* | | release 0.6.00.6.0Caolan McMahon2014-03-301-1/+1
* | | Merge pull request #475 from jessehouchins/async.retryCaolan McMahon2014-03-303-0/+129
|\ \ \
| * | | fix some poor spellingJesse Houchins2014-03-281-3/+3
| * | | add test case for embedding async.retry in another control flowJesse Houchins2014-03-281-0/+21
| * | | 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-283-0/+104
* | | | release 0.5.00.5.0Caolan McMahon2014-03-301-1/+1
* | | | Merge pull request #474 from maxkueng/pause-and-resumeCaolan McMahon2014-03-303-1/+66
|\ \ \ \
| * | | | Add queue.pause() and queue.resume()mk2014-03-283-1/+66
| | |/ / | |/| |
* | | | Release 0.4.10.4.1Caolan McMahon2014-03-301-1/+1
* | | | Merge pull request #473 from jessehouchins/auto-task-trackingCaolan McMahon2014-03-302-2/+29
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Track auto tasks using a counter to allow records to be inserted/removed from...Jesse Houchins2014-03-282-2/+29
|/ /
| * replace `callback(null)` * 3 to `callback()` for consistencyfritx2014-03-291-3/+3
|/
* bump minor version0.4.0Caolan McMahon2014-03-281-1/+1
* Add tests for queue idle() functionCraig Andrews2014-03-282-1/+26
* Add idle() function to determine if the queue has any workCraig Andrews2014-03-282-0/+5
* bump minor version0.3.0Caolan McMahon2014-03-281-1/+1
* added test for inverted sort orderzaphod19842014-03-281-0/+9
* added readme example to show inversion of sort orderzaphod19842014-03-281-0/+19
* Bugfix: sending saturated event should respect current concurrency.Ryan Shaw2014-03-282-2/+3
* Merge pull request #268 from DmitryBochkarev/masterCaolan McMahon2014-03-280-0/+0
|\
| * README: fix mapLimit exampleDmitry Bochkarev2013-03-181-1/+1
* | Merge pull request #277 from kimptoc/masterCaolan McMahon2014-03-282-0/+6
|\ \
| * | Point at caolan repo / Travis build - assuming that will be setupChris Kimpton2013-04-011-1/+1
| * | Node 0.6 and 0.8 are not supported for latest asyncChris Kimpton2013-04-011-2/+0
| * | nudge travis to buildChris Kimpton2013-04-011-0/+1
| * | add async to travisChris Kimpton2013-04-012-0/+7
| |/
* | Merge pull request #318 from aearly/feature/dountil-paramsCaolan McMahon2014-03-282-2/+62
|\ \
| * | pass params from doUntil/doWhile callbacks to the test functionAlexander Early2013-05-212-2/+62
* | | 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
* | | | Clarify that `some` and `every` run iterators in parallel in readmeDavid Beck2014-03-281-6/+6
* | | | Merge pull request #367 from menzoic/patch-1Caolan McMahon2014-03-281-0/+1
|\ \ \ \
| * | | | Update README.mdEsco Obong2013-08-231-0/+1
| |/ / /
* | | | Merge pull request #391 from kvz/patch-1Caolan McMahon2014-03-281-0/+8
|\ \ \ \
| * | | | Passing an object to .series() may lead to unexpected behaviorKevin van Zonneveld2013-10-141-0/+8
| |/ / /
* | | | use internal _isArray functionCaolan McMahon2014-03-281-5/+9