summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update package.jsons and changelog1.1.11.1.xAlexander Early2015-06-074-6/+14
* make eachSeries sync w/ single item and a sync iterator. Fixes #782Alexander Early2015-06-072-6/+23
* v1.1.01.1.0Alexander Early2015-06-011-1/+1
* document which functions have optional callbacksAlexander Early2015-06-012-37/+37
* added docs around synchronous iterators. Fixes #629Alexander Early2015-06-011-0/+37
* seq callback is now optional. closes #618Alexander Early2015-06-013-3/+31
* make use of _once() function, rather than assigning the callback to noopAlexander Early2015-06-012-21/+32
* set iojs version to 2.1.0 temporarilyAlexander Early2015-05-311-1/+1
* set default values for each functions. Fixes #667Alexander Early2015-05-313-0/+56
* added check to queue.push(). Fixes #593Alexander Early2015-05-313-2/+15
* add test for #557, #558Alexander Early2015-05-312-1/+17
* add test for #578. Closes #578Alexander Early2015-05-312-1/+14
* ensure proper conditions for queue.drain(). fixes #668Alexander Early2015-05-312-1/+2
* updated docs around cargoAlexander Early2015-05-313-1/+50
* update changelogAlexander Early2015-05-311-0/+17
* improved waterfall performance with ensureAsyncAlexander Early2015-05-312-4/+6
* use iterator in eachSeries/Parallel functions to avoid creating an extra arrayAlexander Early2015-05-311-39/+45
* simplified implementation of seriesAlexander Early2015-05-312-40/+30
* clean up logic in queueAlexander Early2015-05-311-77/+67
* refactored queue and cargo to use the same logicAlexander Early2015-05-311-72/+27
* reorganized more testsAlexander Early2015-05-311-44/+60
* reorganized parallel testsAlexander Early2015-05-311-70/+71
* reorganized queue testsAlexander Early2015-05-301-127/+132
* set jshint unused: trueAlexander Early2015-05-304-39/+63
* simplified/optimized async.parallel()Alexander Early2015-05-301-72/+14
* renamed doParallelOf functions back to doParallelAlexander Early2015-05-301-16/+16
* change applyEach function to not use doParallelAlexander Early2015-05-301-16/+12
* use parallelOf/seriesOf functions internallyAlexander Early2015-05-301-27/+21
* redefined each in terms of eachOfAlexander Early2015-05-301-47/+19
* factored _each into _arrayEach and _forEachOf depending on collection typeAlexander Early2015-05-301-30/+46
* experimental map changesAlexander Early2015-05-282-48/+59
* set branch on coveralls badgeAlexander Early2015-05-271-1/+1
* more style changesAlexander Early2015-05-271-55/+61
* code style changesAlexander Early2015-05-271-53/+53
* Merge pull request #769 from caolan/ensure_asyncAlexander Early2015-05-265-22/+198
|\
| * use ensureAsync with forever. Fixes #622ensure_asyncAlexander Early2015-05-252-7/+28
| * docs for ensureAsyncAlexander Early2015-05-252-15/+51
| * handle errors in benchmarksAlexander Early2015-05-251-10/+27
| * initial ensureAsync implementationAlexander Early2015-05-244-5/+107
|/
* Merge pull request #768 from bcoe/add-test-coverageAlexander Early2015-05-244-81/+88
|\
| * switch to caolan from bcoeBenjamin Coe2015-05-231-1/+1
| * added test coverage with coveralls and nycBenjamin Coe2015-05-234-81/+88
|/
* Merge pull request #754 from bao987654321/fix/_eachLimit_continues_after_errorAlexander Early2015-05-222-1/+86
|\
| * Added test for _eachLimit stopping replenishing after errorBao2015-05-221-0/+83
| * Merge branch 'master' into fix/_eachLimit_continues_after_errorBao2015-05-2216-230/+1214
| |\
| * | Fixed issue with _eachLimit continuing to run after errorBao2015-05-131-1/+3
* | | Merge pull request #766 from majecty/patch-1Alexander Early2015-05-221-3/+3
|\ \ \ | |_|/ |/| |
| * | Update README.mdmajecty2015-05-221-3/+3
|/ /
* | dezalgo'd benchmarks, use toPrecision in reportingAlexander Early2015-05-222-14/+16
* | update benchmark to 2.0.0-pre for more accurate testsAlexander Early2015-05-212-7/+1