summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* working on faster setImmediate, added mocha/zuul for cross-browser testingAlexander Early2015-06-071-19/+76
* use only_once in a few more placesAlexander Early2015-06-061-6/+6
* fix(each): each with empty array that has other property never calls final ca...RBLU2015-06-021-1/+1
* Merge pull request #772 from justincy/queue-concurrencyAlexander Early2015-06-011-26/+29
|\
| * fix tests in node 0.12Justin2015-06-021-1/+1
| * async.setImmediateJustin2015-06-011-2/+2
| * allow concurrency of queue to be changedJustin2015-06-011-26/+29
* | add timesLimit. Closes #743Alexander Early2015-06-011-13/+13
|/
* seq callback is now optional. closes #618Alexander Early2015-06-011-3/+10
* make use of _once() function, rather than assigning the callback to noopAlexander Early2015-06-011-21/+17
* set default values for each functions. Fixes #667Alexander Early2015-05-311-0/+3
* added check to queue.push(). Fixes #593Alexander Early2015-05-311-2/+6
* ensure proper conditions for queue.drain(). fixes #668Alexander Early2015-05-311-1/+1
* improved waterfall performance with ensureAsyncAlexander Early2015-05-311-3/+1
* use iterator in eachSeries/Parallel functions to avoid creating an extra arrayAlexander Early2015-05-311-39/+45
* simplified implementation of seriesAlexander Early2015-05-311-27/+13
* clean up logic in queueAlexander Early2015-05-311-77/+67
* refactored queue and cargo to use the same logicAlexander Early2015-05-311-72/+27
* set jshint unused: trueAlexander Early2015-05-301-2/+2
* 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-281-23/+30
* more style changesAlexander Early2015-05-271-55/+61
* code style changesAlexander Early2015-05-271-53/+53
* use ensureAsync with forever. Fixes #622ensure_asyncAlexander Early2015-05-251-5/+4
* docs for ensureAsyncAlexander Early2015-05-251-15/+15
* initial ensureAsync implementationAlexander Early2015-05-241-0/+22
* Merge branch 'master' into fix/_eachLimit_continues_after_errorBao2015-05-221-88/+248
|\
| * pass err as null for consistency. Closes #491Alexander Early2015-05-201-16/+16
| * guard against setImmediate mocking. Fixes #609 #611Alexander Early2015-05-201-4/+11
| * fix unneeded iteration in queue.resume. Fixes #758Alexander Early2015-05-201-1/+2
| * optmize internal _each, _map, _keys, _forEachOf functionsAlexander Early2015-05-201-23/+18
| * intercept queue concurrency of 0Vito Alexander Nordloh2015-05-201-0/+3
| * perf(slice): fix not to use `Array#slice`Suguru Motegi2015-05-201-21/+38
| * fixed jshint issues, run linter on npm testAlexander Early2015-05-191-16/+14
| * Merge pull request #663 from Mickael-van-der-Beek/dead-locksAlexander Early2015-05-191-0/+11
| |\
| | * Merge remote-tracking branch 'upstream/master' into dead-locksMickael van der Beek2014-12-101-0/+0
| | |\
| | | * chmod -x on lib/async.jsjsdevel2014-07-031-0/+0
| | * | Fixes caolan/async#263 and other dependency issues by detecting dead-locks an...Mickael van der Beek2014-11-181-0/+11
| | |/
| * | Merge pull request #546 from Neamar/noopAlexander Early2015-05-191-16/+17
| |\ \
| | * | noopNeamar2015-02-131-16/+17
| * | | Merge pull request #527 from trusktr/patch-1Alexander Early2015-05-191-1/+10
| |\ \ \
| | * | | Better support for browsers.Joseph Orbegoso Pea2015-02-131-1/+10
| | |/ /
| * | | tightening up the documentationAlexander Early2015-01-201-1/+1
| * | | reordered functions, added aliases, simplified eachOfLimit logicAlexander Early2015-01-201-51/+53
| * | | merging from dominicbarnes:forEachOfAlexander Early2015-01-191-0/+116
| |\ \ \ | | |/ / | |/| |