summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wrap async import in setup blockbrowser-setimmediateAlexander Early2015-06-071-2/+7
* working on faster setImmediate, added mocha/zuul for cross-browser testingAlexander Early2015-06-075-22/+164
* add node version to benchmark outputAlexander Early2015-06-061-1/+2
* use only_once in a few more placesAlexander Early2015-06-061-6/+6
* update other package manager scripts1.2.0Alexander Early2015-06-063-5/+8
* fixed changelog typosAlexander Early2015-06-021-1/+1
* 1.2.0v1.2.0Alexander Early2015-06-021-1/+1
* update changelogAlexander Early2015-06-021-0/+11
* Merge pull request #777 from YouPers/fix775Alexander Early2015-06-022-1/+17
|\
| * fix(each): each with empty array that has other property never calls final ca...RBLU2015-06-022-1/+17
|/
* Merge pull request #772 from justincy/queue-concurrencyAlexander Early2015-06-012-77/+60
|\
| * 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
| * failing test for changing queue concurrency; #747Justin2015-06-011-51/+31
* | added docs for timesLimitAlexander Early2015-06-011-0/+6
* | add timesLimit. Closes #743Alexander Early2015-06-012-24/+44
* | increase timeout for flaky testAlexander Early2015-06-011-2/+2
* | fixed test issues in browsersAlexander Early2015-06-011-11/+21
|/
* fix typo in changelogAlexander Early2015-06-011-1/+1
* update nodeunit.js for the browserAlexander Early2015-06-011-77/+228
* 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