summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* changed saturated and unsaturated to better reflect realityAlexander Early2016-03-221-3/+7
* convert priorityQueue tests to mochaAlexander Early2016-03-221-6/+9
* simplify implementationinitial-paramsAlexander Early2016-03-211-4/+3
* use copyArray instead of toArrayAlexander Early2016-03-201-2/+2
* use initialParams to simplify callback extractionAlexander Early2016-03-198-31/+28
* iterator -> iteratee in lib/Alexander Early2016-03-1823-56/+56
* re-enable test, handle omitted retry optionsAlexander Early2016-03-111-2/+11
* Merge branch 'master' into retryableAlexander Early2016-03-119-104/+195
|\
| * remove unnecessary cloning in autoInjectAlexander Early2016-03-091-2/+2
| * add find alias, apply *Limit, *Series more consistently. Closes #835Alexander Early2016-03-093-0/+25
| * remove es6 idiomsAlexander Early2016-03-092-6/+7
| * Merge pull request #1049 from caolan/auto-no-deferralAlex Early2016-03-091-75/+88
| |\
| | * refactor auto to not need a deferralauto-no-deferralAlexander Early2016-03-061-75/+88
| * | Merge pull request #1055 from caolan/autoinjectAlex Early2016-03-092-0/+49
| |\ \
| | * | remove ES6 idiomsautoinjectAlexander Early2016-03-091-6/+7
| | * | added autoInject, adapted from #608Alexander Early2016-03-082-0/+48
| * | | Merge pull request #1054 from caolan/retry-optional-callbackAlex Early2016-03-081-46/+44
| |\ \ \ | | |/ / | |/| |
| * | | Merge pull request #1053 from caolan/setimmediate-argsAlex Early2016-03-082-11/+11
| |\ \ \
| | * | | support extra args for nextTick in older versions of nodesetimmediate-argsAlexander Early2016-03-071-3/+1
| | * | | pass extra args to setImmediate/nextTick. Fixes #940Alexander Early2016-03-071-8/+10
| * | | | Merge pull request #1050 from caolan/waterfall-multiple-callback-defenseAlex Early2016-03-081-15/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | clean up code, use ES6waterfall-multiple-callback-defenseAlexander Early2016-03-071-5/+4
| | * | | defend against multiple callbacksAlexander Early2016-03-061-15/+19
| | | |/ | | |/|
* | | | remove splatAlexander Early2016-03-111-1/+1
* | | | added retryable wrapper for async tasksAlexander Early2016-03-072-0/+14
| |_|/ |/| |
* | | make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-071-46/+44
|/ /
* | Support dynamic arguments in async.constant (ref. #1016)Augusto Franzoia2016-03-081-2/+3
* | Support function timeout via async.timeout wrapperAugusto Franzoia2016-03-072-0/+39
|/
* defend against multiple callbacks. Fixes #814Alexander Early2016-03-061-2/+3
* implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-0116-120/+52
* stop running tasks after an error. fixes #1023Alexander Early2016-02-271-1/+4
* make tests passAlexander Early2016-02-271-17/+35
* moved tests to separate filesAlexander Early2016-02-271-1/+1
* Add race methodJorge Bay Gondra2016-02-262-0/+17
* add unsaturation event to `priorityQueue`Suguru Motegi2016-02-241-0/+3
* added a base implementation for unsaturation event #868Ernie Casilla2016-02-201-0/+5
* removed old lib/async.jsAlexander Early2016-02-161-1265/+0
* filter, reject, detect, some, every with errorcharlierudolph2016-02-163-16/+41
* Skip failing test caseGraeme Yeates2016-02-151-2/+2
* merge from masterAlexander Early2016-02-143-3/+1274
|\
| * Update (C) to 2016Graeme Yeates2016-01-181-1/+1
| * Merge pull request #998 from dacoozheng/masterAlexander Early2016-01-071-2/+3
| |\
| | * Allow "hasOwnProperty" as key for memoize method.dacoozheng2016-01-031-2/+3
| | * prevent return "undefined" immediately when key is "constructor" for memoize ...dacoozheng2016-01-031-2/+2
| * | Use `nonexistent` instead of `inexistant` in error message.mattcollier2016-01-061-1/+1
| |/
| * Merge pull request #994 from mchapman/patch-1Alexander Early2016-01-021-1/+1
| |\
| | * Add some information to error messageMark Chapman2016-01-011-1/+1
| * | fix: auto stops after error #988Gregor Martynus2015-12-301-0/+5
| |/
* | handle moved lodash internal methodsAlexander Early2016-02-109-15/+15
* | update locations of lodash methods--global2016-01-1327-51/+51