summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump minor version0.3.0Caolan McMahon2014-03-281-1/+1
* added test for inverted sort orderzaphod19842014-03-281-0/+9
* added readme example to show inversion of sort orderzaphod19842014-03-281-0/+19
* Bugfix: sending saturated event should respect current concurrency.Ryan Shaw2014-03-282-2/+3
* Merge pull request #268 from DmitryBochkarev/masterCaolan McMahon2014-03-280-0/+0
|\
| * README: fix mapLimit exampleDmitry Bochkarev2013-03-181-1/+1
* | Merge pull request #277 from kimptoc/masterCaolan McMahon2014-03-282-0/+6
|\ \
| * | Point at caolan repo / Travis build - assuming that will be setupChris Kimpton2013-04-011-1/+1
| * | Node 0.6 and 0.8 are not supported for latest asyncChris Kimpton2013-04-011-2/+0
| * | nudge travis to buildChris Kimpton2013-04-011-0/+1
| * | add async to travisChris Kimpton2013-04-012-0/+7
| |/
* | Merge pull request #318 from aearly/feature/dountil-paramsCaolan McMahon2014-03-282-2/+62
|\ \
| * | pass params from doUntil/doWhile callbacks to the test functionAlexander Early2013-05-212-2/+62
* | | Merge pull request #353 from quadroid/masterCaolan McMahon2014-03-281-12/+13
|\ \ \
| * | | make done callback function (instead of function-expression): dont create it ...Alex Shvets2013-07-221-12/+13
* | | | Clarify that `some` and `every` run iterators in parallel in readmeDavid Beck2014-03-281-6/+6
* | | | Merge pull request #367 from menzoic/patch-1Caolan McMahon2014-03-281-0/+1
|\ \ \ \
| * | | | Update README.mdEsco Obong2013-08-231-0/+1
| |/ / /
* | | | Merge pull request #391 from kvz/patch-1Caolan McMahon2014-03-281-0/+8
|\ \ \ \
| * | | | Passing an object to .series() may lead to unexpected behaviorKevin van Zonneveld2013-10-141-0/+8
| |/ / /
* | | | use internal _isArray functionCaolan McMahon2014-03-281-5/+9
* | | | Merge pull request #398 from josher19/patch-1Caolan McMahon2014-03-281-2/+21
|\ \ \ \
| * | | | Update async.auto example in README.md josher192013-10-241-2/+21
* | | | | Merge pull request #401 from calendee/eachDocumentationCaolan McMahon2014-03-281-1/+33
|\ \ \ \ \
| * | | | | Changed the order of the asyn.each examples. The simpler version is first. ...Justin Noel2013-10-281-11/+10
| * | | | | Added additional example for async.eachJustin Noel2013-10-281-1/+34
| |/ / / /
* | | | | Merge remote-tracking branch 'ognivo/feature-seq'Caolan McMahon2014-03-283-2/+141
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:caolan/async into feature-seqsharp.maestro2013-11-221-0/+11
| |\ \ \ \ \
| * | | | | | added comment in example.sharp.maestro2013-11-071-1/+3
| * | | | | | added seq function: natural to read version of composesharp.maestro2013-11-073-2/+139
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #415 from rmg/async-memoizeCaolan McMahon2014-03-282-25/+67
|\ \ \ \ \ \
| * | | | | | async.memoize() preserves async nature of functionRyan Graham2013-11-231-1/+3
| * | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2014-03-281-5/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #421 from DECK36/masterCaolan McMahon2014-03-281-5/+5
| |\ \ \ \ \ \
| | * | | | | | Changed the order of exporting async by module-type first, because if using b...Mike Lohmann2013-12-031-5/+5
| | |/ / / / /
* | | | | | | 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-282-1/+24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve auto test commentJames Cox2013-12-021-1/+1
| * | | | | | Fix 'auto calls callback multiple times' Issue #410James Cox2013-12-022-5/+7
| * | | | | | Failing auto double callback on error testJames Cox2013-12-021-0/+21
| |/ / / / /
* | | | | | Merge pull request #433 from tikonen/masterCaolan McMahon2014-03-282-0/+30
|\ \ \ \ \ \
| * | | | | | Queue calls drain if empty task list is pushedTeemu Ikonen2014-01-112-0/+30
| |/ / / / /
* | | | | | Merge pull request #441 from dandv/patch-1Caolan McMahon2014-03-281-0/+4
|\ \ \ \ \ \
| * | | | | | Clarify how cargo differs from queueDan Dascalescu2014-02-101-0/+4
* | | | | | | Merge remote-tracking branch 'kybernetikos/patch-1'Caolan McMahon2014-03-281-4/+19
|\ \ \ \ \ \ \