summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* added applyEachSeriesCaolan McMahon2013-03-151-0/+30
* Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-03-151-0/+7
|\
| * Merge pull request #251 from brianmaissy/waterfallCaolan McMahon2013-03-111-0/+7
| |\
| | * calling waterfall with a non-array first argument results in an errorBrian Maissy2013-03-031-0/+7
* | | added foreverCaolan McMahon2013-03-151-0/+18
* | | revert detection of sync tasks and add setImmediateCaolan McMahon2013-03-151-56/+1
|/ /
* | add applyEach functionCaolan McMahon2013-03-031-0/+60
|/
* Merge pull request #235 from leahciMic/async_auto_error_receives_partial_resultsCaolan McMahon2013-03-021-0/+20
|\
| * Remove setTimeoutMichael Leaney2013-02-191-1/+1
| * Partial results should include the current taskMichael Leaney2013-02-131-1/+2
| * Send results to auto callback when an error occursMichael Leaney2013-02-131-0/+19
* | added default concurrency for queue, closes #249Caolan McMahon2013-03-021-0/+53
|/
* rename forEach functions to each and add aliases for old namesCaolan McMahon2013-02-101-39/+54
* added async.composeCaolan McMahon2013-02-071-0/+87
* remove test-strict.jsCaolan McMahon2013-02-061-19/+0
* fixed queue bug, added testzaphod19842013-02-061-0/+31
* reimplementing queue unshiftKARASZI István2013-02-041-0/+19
* Merge remote branch 'timoxley/master'Caolan McMahon2013-01-311-0/+70
|\
| * Add times and timesSeries functions for asynchronously executing a function n...Tim Oxley2012-05-261-0/+71
* | fix stackoverflows in queue when using synchronous tasks - WARNING, this slig...Caolan McMahon2013-01-311-6/+15
* | skip stack overflow test in the browser - it takes ages when using settimeout...Caolan McMahon2013-01-311-3/+7
* | automatically call nextTick on some synchronous function callsCaolan McMahon2013-01-311-0/+42
* | replace process.nextTick call with async.nextTick and increase timeouts for s...Caolan McMahon2013-01-311-2/+2
* | Merge remote branch 'dpatti/auto-fix'Caolan McMahon2013-01-311-2/+8
|\ \
| * | Altered prevention to avoid repeat auto tasksDoug Patti2012-07-241-2/+8
* | | increase timeouts for testing in IECaolan McMahon2013-01-311-3/+3
* | | Merge pull request #175 from parshap/feature/expose-memoCaolan McMahon2013-01-311-0/+12
|\ \ \
| * | | Add test for exposed memoized memos (3405799)Parsha Pourkhomami2012-09-011-0/+12
| |/ /
* | | Merge pull request #194 from superjoe30/fix-use-strictCaolan McMahon2013-01-311-0/+19
|\ \ \
| * | | fix running in --use-strict mode. closes #189Andrew Kelley2012-10-161-0/+19
* | | | Merge pull request #200 from coreyjewett/masterCaolan McMahon2013-01-311-2/+26
|\ \ \ \
| * | | | In #forEach and queue's worker calling the callback more than once causes bad...Corey Jewett2012-11-181-2/+26
| |/ / /
* | | | Merge remote branch 'jkroso/master'Caolan McMahon2013-01-311-0/+57
|\ \ \ \
| * | | | added doWhilst and doUntiljkroso2012-11-291-0/+57
| |/ / /
* | | | Merge pull request #205 from danbell/limitCaolan McMahon2013-01-311-1/+146
|\ \ \ \
| * | | | Added parallelLimit().Daniel Bell2012-12-051-3/+79
| * | | | Renaming forEachLimit to _forEachLimit, adding mapLimit testsCalvin French-Owen2012-11-241-1/+70
| |/ / /
* | | | cargo can process multitasks(upto payload) each timeU02013-01-151-0/+134
|/ / /
* | | add AMD supportCaolan McMahon2012-10-041-0/+30
|/ /
* | Add test for auto double invoke fix.Allan Carroll2012-05-291-1/+5
* | fix occasional synchronous use of forEachLimitCaolan McMahon2012-05-241-0/+12
* | Allow `forEach*` functions to be called with no callbackMaciej Małecki2012-02-211-0/+18
* | Refactor and DRY tests a bitMaciej Małecki2012-02-211-114/+75
* | update tests for IE6 compatibilityCaolan McMahon2012-02-121-7/+7
* | added possibility to push taskbulks, added testzaphod19842012-02-121-0/+36
* | Merge pull request #80 from Sheile/2fc3ab83d79cd660d39355a4ad51897d6f8c3b70Caolan McMahon2012-02-121-0/+10
|\ \
| * | Add test for auto problem about task sequenceSheile2012-01-201-0/+10
| |/
* | Merge branch 'issue-88' of https://github.com/ixti/asyncCaolan McMahon2012-02-121-1/+3
|\ \
| * | Resolves #88Aleksey V Zapparov2012-02-051-1/+2
| |/
* | too small timeout provides unrelieable resultszaphod19842012-02-121-2/+2