summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add jam info to package.jsonv0.2.1Caolan McMahon2013-02-041-0/+8
* bump versionCaolan McMahon2013-02-041-1/+1
* remove module id for requirejs define callCaolan McMahon2013-02-041-1/+1
* bump minor versionv0.2.0Caolan McMahon2013-02-041-1/+1
* Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-02-041-14/+17
|\
| * Merge pull request #224 from gramakri/masterCaolan McMahon2013-02-041-14/+17
| |\
| | * docs: Fix formatting of times exampleGirish Ramakrishnan2013-02-031-14/+17
| |/
* | bump versionCaolan 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-313-1/+125
|\
| * Add times and timesSeries functions for asynchronously executing a function n...Tim Oxley2012-05-263-0/+122
* | fix stackoverflows in queue when using synchronous tasks - WARNING, this slig...Caolan McMahon2013-01-312-11/+37
* | 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-312-5/+90
* | replace process.nextTick call with async.nextTick and increase timeouts for s...Caolan McMahon2013-01-312-3/+3
* | Merge remote branch 'dougwilson/feature/setImmediate-support'Caolan McMahon2013-01-312-6/+14
|\ \
| * | Add async.nextTick browser fallback to setImmediateDouglas Christopher Wilson2012-06-123-7/+15
* | | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-01-311-1/+1
|\ \ \
| * \ \ Merge pull request #171 from feross/patch-1Caolan McMahon2013-01-311-1/+1
| |\ \ \
| | * | | Fix typo in documentationFeross Aboukhadijeh2012-08-181-1/+1
* | | | | force nextTick on auto calls to prevent double task execution when synchronousCaolan McMahon2013-01-311-4/+2
* | | | | Merge remote branch 'dpatti/auto-fix'Caolan McMahon2013-01-312-3/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Altered prevention to avoid repeat auto tasksDoug Patti2012-07-243-4/+12
| | |/ / | |/| |
* | | | increase timeouts for testing in IECaolan McMahon2013-01-311-3/+3
* | | | Merge pull request #175 from parshap/feature/expose-memoCaolan McMahon2013-01-313-0/+16
|\ \ \ \
| * | | | Add test for exposed memoized memos (3405799)Parsha Pourkhomami2012-09-011-0/+12
| * | | | Add documentation for exposed memoized memos (3405799)Parsha Pourkhomami2012-09-011-0/+3
| * | | | Expose memoized function's memosParsha Pourkhomami2012-09-011-0/+1
| | |/ / | |/| |
* | | | Merge pull request #141 from alexgorbatchev/masterCaolan McMahon2013-01-311-1/+1
|\ \ \ \
| * | | | `waterfall` now passes all arguments to callback even if there was an error.Alex Gorbatchev2012-06-151-1/+1
| | |/ / | |/| |
* | | | Merge pull request #188 from ceedubs/masterCaolan McMahon2013-01-311-6/+6
|\ \ \ \
| * | | | Delete trailing commas in lists of README examplesCody Allen2012-10-161-5/+5
| * | | | Add missing 'err' parameter to example of async.parallel in READMECody Allen2012-10-161-1/+1
* | | | | Merge pull request #194 from superjoe30/fix-use-strictCaolan McMahon2013-01-312-2/+25
|\ \ \ \ \
| * | | | | fix running in --use-strict mode. closes #189Andrew Kelley2012-10-162-2/+25
| |/ / / /
* | | | | Merge pull request #200 from coreyjewett/masterCaolan McMahon2013-01-312-6/+39
|\ \ \ \ \
| * | | | | In #forEach and queue's worker calling the callback more than once causes bad...Corey Jewett2012-11-182-6/+39
| |/ / / /
* | | | | Merge pull request #201 from ccare/patch-1Caolan McMahon2013-01-311-1/+1
|\ \ \ \ \
| * | | | | Correct minor typoCharles Care2012-11-221-1/+1
| |/ / / /
* | | | | Merge remote branch 'jkroso/master'Caolan McMahon2013-01-313-0/+101
|\ \ \ \ \
| * | | | | added post loop docsv0.1.230.1.24jkroso2012-11-291-0/+16
| * | | | | added doWhilst and doUntiljkroso2012-11-293-1/+85
| |/ / / /
* | | | | remove minfied version from repositoryCaolan McMahon2013-01-312-2/+2
* | | | | Merge pull request #205 from danbell/limitCaolan McMahon2013-01-314-32/+252
|\ \ \ \ \
| * | | | | Added parallelLimit().Daniel Bell2012-12-053-9/+118
| * | | | | Adding built fileCalvin French-Owen2012-11-241-1/+1
| * | | | | Renaming forEachLimit to _forEachLimit, adding mapLimit testsCalvin French-Owen2012-11-242-4/+73
| * | | | | Adding mapLimitCalvin French-Owen2012-11-202-27/+69
| |/ / / /
* | | | | Merge pull request #211 from vojtajina/small-fixesCaolan McMahon2013-01-311-1/+4
|\ \ \ \ \
| * | | | | Don't ship dot files with the npm packageVojta Jina2012-12-131-1/+4
| |/ / / /