summaryrefslogtreecommitdiff
path: root/test/test-async.js
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 #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
* | fixed noConflict testzaphod19842012-02-121-1/+1
|/
* Merge https://github.com/allanca/async into allancaCaolan McMahon2011-10-291-0/+36
|\
| * In Auto function, save results from functions and pass them forward to depend...Allan Carroll2011-05-251-0/+36
* | Merge branch 'master' of https://github.com/braddunbar/async into braddunbar-...Caolan McMahon2011-10-141-0/+18
|\ \
| * | memoize - handle multiple calls before completionbraddunbar2011-05-131-0/+18
* | | Merge branch 'unmemoize' of https://github.com/balinterdi/async into balinter...Caolan McMahon2011-10-141-0/+41
|\ \ \
| * | | Unmemoize can be called with a not memoized function, too.Balint Erdi2011-10-061-22/+38
| * | | Add unmemoize functionBalint Erdi2011-10-061-0/+25
| | |/ | |/|
* | | [test] Add more tests for edge cases to forEachLimitindexzero2011-06-121-0/+28
* | | [api test] Added `async.forEachLimit()` and associated testsindexzero2011-06-121-0/+53
|/ /
* | fix parallel implementation of detect when multiple matches occur, closes #28Caolan McMahon2011-05-171-5/+39
|/
* fix browser unit tests by removing some node-specific codeCaolan McMahon2011-04-271-8/+8
* fix bug in order of queue events and improve tests - thanks KamiCaolan McMahon2011-04-271-14/+36
* callback methods w/ test & docsMaZderMind2011-04-171-0/+24
* updated unit tests for node 0.3.8Caolan McMahon2011-02-081-9/+9
* Merge branch 'master' of git@github.com:caolan/asyncCaolan McMahon2011-01-181-25/+3
|\
| * remove extra function call from async.nextTick in nodeCaolan McMahon2010-12-191-15/+0
| * updated nodeunit depsCaolan McMahon2010-12-191-10/+4
| * skip nextTick in the browser unit test in nodeCaolan McMahon2010-12-191-4/+3
* | added test for issue 10, make sure series and parallel return original falsy ...Caolan McMahon2011-01-181-0/+70
|/
* added memoizeCaolan McMahon2010-11-241-1/+58
* updated test suite to work in the browserCaolan McMahon2010-11-221-65/+88
* allow queue.push without a callbackCaolan McMahon2010-11-171-0/+31
* added makefile with lint, test and build targetsCaolan McMahon2010-11-171-1/+1
* added async.queueCaolan McMahon2010-11-161-0/+110
* allow parallel and series functions to accept and object instead of an arrayCaolan McMahon2010-10-171-0/+68