summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update changelog and package jsons1.2.1Alexander Early2015-06-074-7/+14
* merge 1.1.x into masterAlexander Early2015-06-075-3/+23
|\
| * 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
* | make eachSeries sync w/ single item and a sync iterator. Fixes #782Alexander Early2015-06-072-10/+27
* | 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