summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v1.0.01.0.0Alexander Early2015-05-203-9/+11
* update changelog for 1.0.0Alexander Early2015-05-202-2/+4
* guard against setImmediate mocking. Fixes #609 #611Alexander Early2015-05-201-4/+11
* change pronoun. Fixes #729Alexander Early2015-05-201-1/+1
* fix unneeded iteration in queue.resume. Fixes #758Alexander Early2015-05-201-1/+2
* update ignore files, update changelogAlexander Early2015-05-204-7/+14
* optmize internal _each, _map, _keys, _forEachOf functionsAlexander Early2015-05-201-23/+18
* Merge pull request #762 from VitoNordloh/masterAlexander Early2015-05-202-0/+10
|\
| * intercept queue concurrency of 0Vito Alexander Nordloh2015-05-202-0/+10
* | improved benchmark code, added more benchmarksAlexander Early2015-05-202-85/+97
|/
* Merge pull request #759 from suguru03/modify-performanceAlexander Early2015-05-201-21/+38
|\
| * perf(slice): fix not to use `Array#slice`Suguru Motegi2015-05-201-21/+38
* | added more benchmarks, improved benchmark reportingAlexander Early2015-05-202-29/+117
* | fixed path in benchmark scriptAlexander Early2015-05-191-1/+23
* | adding benchmark scriptAlexander Early2015-05-195-4/+151
* | cleaning up build filesAlexander Early2015-05-193-10/+8
|/
* added changelogAlexander Early2015-05-191-0/+8
* fixed jshint issues, run linter on npm testAlexander Early2015-05-194-77/+79
* Merge pull request #596 from DrkSephy/masterAlexander Early2015-05-191-1/+5
|\
| * Updating download sectionDavid Leonard2014-08-161-1/+5
* | Merge pull request #663 from Mickael-van-der-Beek/dead-locksAlexander Early2015-05-192-0/+38
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into dead-locksMickael van der Beek2014-12-103-28/+21
| |\ \
| * | | Corrected task name typo for consistency with other tests.Mickael van der Beek2014-11-181-4/+4
| * | | Fixes caolan/async#263 and other dependency issues by detecting dead-locks an...Mickael van der Beek2014-11-182-0/+38
| | |/ | |/|
* | | Merge pull request #721 from elvinyung/masterAlexander Early2015-05-191-1/+1
|\ \ \
| * | | Wrap makefile cwd strings in quotesElvin Yung2015-02-271-1/+1
* | | | Merge pull request #690 from bostko/patch-1Alexander Early2015-05-191-1/+2
|\ \ \ \
| * | | | Update README.mdВальо2014-12-301-1/+2
* | | | | Merge pull request #631 from boutell/masterAlexander Early2015-05-191-0/+2
|\ \ \ \ \
| * | | | | Back out an earlier rejected pull requestTom Boutell2014-09-221-3/+1
| * | | | | Document behavior of the default hash function of async.memoizeTom Boutell2014-09-221-0/+2
| * | | | | Use of async.setImmediate prevents async.eachSeries from crashing the stack i...Tom Boutell2013-05-091-1/+3
* | | | | | Merge pull request #628 from AVVS/patch-1Alexander Early2015-05-191-1/+1
|\ \ \ \ \ \
| * | | | | | Update `applyEachSeries` function signatureVitaly Aminev2014-09-181-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #615 from jbrudvik/masterAlexander Early2015-05-191-0/+1
|\ \ \ \ \ \
| * | | | | | Add npm badge to READMEJeremy Brudvik2014-09-051-0/+1
| |/ / / / /
* | | | | | Merge pull request #546 from Neamar/noopAlexander Early2015-05-191-16/+17
|\ \ \ \ \ \
| * | | | | | noopNeamar2015-02-131-16/+17
* | | | | | | Merge pull request #542 from blackcoat/spelling-correctionAlexander Early2015-05-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Correct spelling of 'An'Sean McCann2014-05-281-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #539 from amanattou44/javascript-coding-styleAlexander Early2015-05-191-0/+19
|\ \ \ \ \ \ \
| * | | | | | | Add jshintrclion-man2014-05-311-0/+19
* | | | | | | | Merge pull request #527 from trusktr/patch-1Alexander Early2015-05-191-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Better support for browsers.Joseph Orbegoso Pea2015-02-131-1/+10
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #705 from aearly/for-each-ofAlexander Early2015-05-193-14/+390
|\ \ \ \ \ \ \ \
| * | | | | | | | tightening up the documentationAlexander Early2015-01-202-8/+23
| * | | | | | | | reordered functions, added aliases, simplified eachOfLimit logicAlexander Early2015-01-202-99/+102
| * | | | | | | | adding docs for forEachOf methodsAlexander Early2015-01-191-0/+50
| * | | | | | | | merging from dominicbarnes:forEachOfAlexander Early2015-01-192-9/+317
| |\ \ \ \ \ \ \ \
| | * | | | | | | | adding forEachOfSeries and forEachOfLimit along with testsDominic Barnes2013-02-062-4/+235