summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'ognivo/feature-seq'Caolan McMahon2014-03-281-2/+6
|\ \ \
| * | | added seq function: natural to read version of composesharp.maestro2013-11-071-2/+6
| |/ /
* | | Merge pull request #415 from rmg/async-memoizeCaolan McMahon2014-03-281-1/+3
|\ \ \
| * | | async.memoize() preserves async nature of functionRyan Graham2013-11-231-1/+3
| |/ /
* | | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2014-03-281-5/+5
|\ \ \
| * \ \ Merge pull request #421 from DECK36/masterCaolan McMahon2014-03-281-5/+5
| |\ \ \
| | * | | Changed the order of exporting async by module-type first, because if using b...Mike Lohmann2013-12-031-5/+5
| | |/ /
* | | | Merge remote-tracking branch 'th3james/auto-double-callback-issue'Caolan McMahon2014-03-281-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix 'auto calls callback multiple times' Issue #410James Cox2013-12-021-1/+4
| |/ /
* | | Merge pull request #433 from tikonen/masterCaolan McMahon2014-03-281-0/+8
|\ \ \
| * | | Queue calls drain if empty task list is pushedTeemu Ikonen2014-01-111-0/+8
| |/ /
* | | Merge pull request #452 from justincy/masterCaolan McMahon2014-03-281-1/+4
|\ \ \
| * | | only call cargo.drain once each time it's drainedJustin York2014-02-241-1/+4
* | | | Fix for cargo on IE8Christopher Currie2014-03-271-1/+1
|/ / /
* | | Fix setImmediate incompatibility with IE10 also when process and process.next...Louis Chatriot2013-07-161-1/+4
|/ /
* | Fix async compatibility with Internet Explorer 10Douglas Christopher Wilson2013-05-211-2/+5
|/
* Merge pull request #269 from tborg/masterCaolan McMahon2013-05-011-1/+1
|\
| * define async.nextTick before polyfilling async.setImmediate with itTrevor Borg2013-03-181-1/+1
* | fix for node 0.8.xCaolan McMahon2013-04-091-1/+6
|/
* added applyEachSeriesCaolan McMahon2013-03-151-4/+6
* Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-03-151-0/+4
|\
| * Merge pull request #251 from brianmaissy/waterfallCaolan McMahon2013-03-111-0/+4
| |\
| | * calling waterfall with a non-array first argument results in an errorBrian Maissy2013-03-031-0/+4
* | | added foreverCaolan McMahon2013-03-151-0/+13
* | | revert detection of sync tasks and add setImmediateCaolan McMahon2013-03-151-68/+14
|/ /
* | add applyEach functionCaolan McMahon2013-03-031-0/+19
|/
* Merge pull request #235 from leahciMic/async_auto_error_receives_partial_resultsCaolan McMahon2013-03-021-5/+10
|\
| * Partial results should include the current taskMichael Leaney2013-02-131-5/+10
| * Send results to auto callback when an error occursMichael Leaney2013-02-131-1/+1
* | added default concurrency for queue, closes #249Caolan McMahon2013-03-021-0/+3
|/
* rename forEach functions to each and add aliases for old namesCaolan McMahon2013-02-101-25/+28
* 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