summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove ES6 idiomsautoinjectAlexander Early2016-03-092-11/+8
* added autoInject, adapted from #608Alexander Early2016-03-084-1/+198
* Merge pull request #1053 from caolan/setimmediate-argsAlex Early2016-03-086-39/+79
|\
| * 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-075-36/+78
* | Merge pull request #1050 from caolan/waterfall-multiple-callback-defenseAlex Early2016-03-083-164/+167
|\ \ | |/ |/|
| * clean up code, use ES6waterfall-multiple-callback-defenseAlexander Early2016-03-071-5/+4
| * defend against multiple callbacksAlexander Early2016-03-062-33/+38
| * convert test to mochaAlexander Early2016-03-062-149/+148
* | delete stray readme fileAlexander Early2016-03-071-1928/+0
* | Merge pull request #1052 from ajfranzoia/constant-dynamic-argsAlex Early2016-03-072-2/+31
|\ \
| * | Support dynamic arguments in async.constant (ref. #1016)Augusto Franzoia2016-03-082-2/+31
|/ /
* | Merge pull request #1051 from ajfranzoia/timeout-docsAlex Early2016-03-072-0/+1951
|\ \
| * | Add entry for async.timeout in READMEAugusto Franzoia2016-03-072-0/+1951
|/ /
* | Merge pull request #1027 from ajfranzoia/support-async-timeoutAlex Early2016-03-064-0/+133
|\ \ | |/ |/|
| * Support function timeout via async.timeout wrapperAugusto Franzoia2016-03-074-0/+133
|/
* Merge pull request #1048 from caolan/auto-multiple-callback-defenseGraeme Yeates2016-03-062-3/+16
|\
| * defend against multiple callbacks. Fixes #814Alexander Early2016-03-062-3/+16
|/
* Merge pull request #847 from charlierudolph/cr-useLimitAlex Early2016-03-0417-122/+56
|\
| * implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-0117-122/+56
* | Update README.mdGraeme Yeates2016-03-021-1/+2
* | Made 2.0 warning more obvious.Alex Early2016-03-021-1/+1
|/
* Merge pull request #1042 from caolan/auto-argument-orderingGraeme Yeates2016-02-294-393/+410
|\
| * update readme with new call signatureauto-argument-orderingAlexander Early2016-02-271-42/+16
| * comment out defunct 'retry' testAlexander Early2016-02-271-5/+8
| * stop running tasks after an error. fixes #1023Alexander Early2016-02-272-8/+28
| * make tests passAlexander Early2016-02-272-21/+39
| * made tests fail with new arg orderingAlexander Early2016-02-271-20/+21
| * separate out auto testsAlexander Early2016-02-272-328/+329
|/
* Merge pull request #1041 from caolan/predicate-standardizationAlex Early2016-02-278-438/+443
|\
| * re-fix readmepredicate-standardizationAlexander Early2016-02-271-2/+2
| * moved tests to separate filesAlexander Early2016-02-277-436/+441
|/
* Merge pull request #1039 from lgaticaq/masterAlex Early2016-02-261-4/+4
|\
| * Fix async.filter exampleLeonardo Gatica2016-02-261-4/+4
* | Merge pull request #1038 from jorgebay/race-moduleAlex Early2016-02-264-0/+128
|\ \ | |/ |/|
| * Add race methodJorge Bay Gondra2016-02-264-0/+128
|/
* Merge pull request #1037 from silentroach/patch-2Alex Early2016-02-251-1/+1
|\
| * consructor -> constructorKalashnikov Igor2016-02-261-1/+1
|/
* Merge pull request #1034 from suguru03/feat-priority-queueAlex Early2016-02-242-0/+73
|\
| * add unsaturation event to `priorityQueue`Suguru Motegi2016-02-242-0/+73
* | Merge pull request #1033 from suguru03/fix-queue-testGraeme Yeates2016-02-241-2/+22
|\ \ | |/ |/|
| * fix queue testSuguru Motegi2016-02-241-2/+22
|/
* Merge pull request #996 from caolan/modularizationAlex Early2016-02-23119-2739/+5194
|\
| * gitignore build directoriesmodularizationAlexander Early2016-02-23177-11348/+2
| * Merge pull request #1030 from ecasilla/modularizationAlex Early2016-02-233-2/+57
| |\
| | * added a base implementation for unsaturation event #868Ernie Casilla2016-02-203-2/+57
| |/
| * make the package json main dist/async.jsAlexander Early2016-02-186-14/+14
| * move build/async.js to build/dist/async.jsAlexander Early2016-02-1610-11/+10
| * remove esnext:main from package jsonAlexander Early2016-02-161-2/+1
| * move es build to separate folder/packageAlexander Early2016-02-16105-2495/+7376