summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | added deferral benchmarksAlexander Early2015-05-211-0/+36
* | split waterfall tests into a groupAlexander Early2015-05-211-16/+19
* | added benchmarks for map and eachOfAlexander Early2015-05-211-1/+75
* | added yargs to benchmark runner, and grep optionsAlexander Early2015-05-212-23/+35
* | clarify queue docs. closes #589 and #599Alexander Early2015-05-201-3/+3
* | added tests for #508 and #512Alexander Early2015-05-201-0/+28
* | pass err as null for consistency. Closes #491Alexander Early2015-05-202-29/+54
* | added test case for #489, #259Alexander Early2015-05-201-0/+19
* | added additional detectSeries test, clarified docs. Closes #534Alexander Early2015-05-202-4/+17
* | Merge pull request #739 from gmaclennan/patch-1Alexander Early2015-05-201-1/+1
|\ \
| * | Add cargo animation to READMEGregor MacLennan2015-03-291-1/+1
| |/
* | improved benchmark conclusions [ci skip]Alexander Early2015-05-201-0/+14
* | Merge pull request #763 from suguru03/fix-benchmarkAlexander Early2015-05-201-1/+1
|\ \
| * | fix(benchmark): fix to enable to use second argument versionSuguru Motegi2015-05-211-1/+1
|/ /
* | 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
|\ \ \