summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.2.5Caolan McMahon2013-02-101-1/+1
* rename forEach functions to each and add aliases for old namesCaolan McMahon2013-02-103-74/+95
* bump versionv0.2.4Caolan McMahon2013-02-071-1/+1
* added async.composeCaolan McMahon2013-02-073-0/+144
* Merge pull request #227 from brianmaissy/masterCaolan McMahon2013-02-061-8/+17
|\
| * corrected the documentation of forEachLimit and mapLimit: the items are not p...Brian Maissy2013-02-061-8/+17
* | bump versionv0.2.3Caolan McMahon2013-02-061-1/+1
* | remove test-strict.jsCaolan McMahon2013-02-061-19/+0
* | Merge pull request #229 from zaphod1984/queueHotfixCaolan McMahon2013-02-062-3/+35
|\ \ | |/ |/|
| * fixed queue bug, added testzaphod19842013-02-062-3/+35
|/
* bump versionv0.2.2Caolan McMahon2013-02-051-1/+1
* Merge pull request #164 from raszi/masterCaolan McMahon2013-02-053-13/+53
|\
| * README updated for unshiftKARASZI István2013-02-041-0/+7
| * reimplementing queue unshiftKARASZI István2013-02-042-13/+46
|/
* 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
|\ \ \ \ \