summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ognivo/feature-seq'Caolan McMahon2014-03-281-0/+87
|\
| * added seq function: natural to read version of composesharp.maestro2013-11-071-0/+87
* | Merge pull request #415 from rmg/async-memoizeCaolan McMahon2014-03-281-24/+64
|\ \
| * | Refactor memoize custom hash testRyan Graham2013-11-231-4/+4
| * | Refactor unmemoize test to use async exampleRyan Graham2013-11-231-11/+11
| * | Refactor memoize test to use async functionRyan Graham2013-11-231-11/+12
| * | Test for correct async callback behaviourRyan Graham2013-11-231-4/+4
| * | Add invalid passing async.memoize() testRyan Graham2013-11-231-0/+39
| |/
* | use domains to stop error bubbling in #420 testCaolan McMahon2014-03-281-13/+29
* | Merge remote-tracking branch 'th3james/auto-double-callback-issue'Caolan McMahon2014-03-281-0/+20
|\ \
| * | Improve auto test commentJames Cox2013-12-021-1/+1
| * | Fix 'auto calls callback multiple times' Issue #410James Cox2013-12-021-4/+3
| * | Failing auto double callback on error testJames Cox2013-12-021-0/+21
| |/
* | Merge pull request #433 from tikonen/masterCaolan McMahon2014-03-281-0/+22
|\ \
| * | Queue calls drain if empty task list is pushedTeemu Ikonen2014-01-111-0/+22
| |/
* | only call cargo.drain once each time it's drainedJustin York2014-02-241-0/+47
|/
* 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
| |/ / /