index
:
delta/npm-packages/async.git
1.1.x
1465
2.0-doc-callouts
2.x
DELETE_THIS_BRANCH
add_missing_return_docs
applyeach-no-partial
async-fn-support
async-generator-support
async-q-process
async-retry-interval
auto-argument-ordering
auto-no-deferral
autoinject
awaitable
awaitable-queues
batch-push-queue
break-tester-loops
browser-ci
browser-ma
browser-setimmediate
build-refactor
building
canceling
concat-order
concatLimit
dependabot/npm_and_yarn/babel/eslint-parser-7.19.1
dependabot/npm_and_yarn/chai-4.3.7
dependabot/npm_and_yarn/eslint-8.35.0
dependabot/npm_and_yarn/fs-extra-11.1.0
dependabot/npm_and_yarn/jsdoc-4.0.2
dependabot/npm_and_yarn/karma-6.4.1
dependabot/npm_and_yarn/rollup-3.17.3
dependabot/npm_and_yarn/semver-7.3.8
dependabot/npm_and_yarn/yargs-17.7.1
dll
doc-linking
docs
docs-folder
each-cleanup
each-iter
eachOfLimitImpl
ensure_async
es5-dep
es6-iterators
es6ify
eslint
fast-path-eachOf
filter-array-specific
fix-build
fix-retry-interval-func
generate-index
gh-pages
include-source-map-in-build
initial-params
issue-template
iterable-docs
iterator-jit
iters
jsdoc
kill-iterator
lib-import-cleanups
linked-list-methods
lodash-use
loops
map-objects
master
modularization
module-pkg
object-map
optimize-page-load
pr/1267
pr/1297
predicate-standardization
promisify_priority_queue
propagate-err
queue-724
queue-hard-kill
queue-opts
queue-tests
queue-workerslist-fix
retry
retry-optional-callback
retryable
schedule-drain
setImm
setimmediate-args
test-build
test-retry
timeout-fix
token-bucket
transform
unused-condition
update-dependencies
v1.4
waterfall-multiple-callback-defense
waterfall-optimization
whilst-first-it-fix
github.com: caolan/async
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mocha_test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Spaces added to parameters in tests.
Steve Robb
2016-05-07
1
-4
/
+4
*
|
Fixes for ES6 tests.
Steve Robb
2016-05-01
1
-12
/
+29
*
|
Merge branch 'master' into es6arrows
Steve Robb
2016-04-26
1
-23
/
+5
|
\
\
|
|
/
|
*
Revert injection of results in the final callack to autoInject.
Steve Robb
2016-04-25
1
-20
/
+2
*
|
Code style fixes.
Steve Robb
2016-04-25
1
-11
/
+11
*
|
Arrow function support in ES6.
Steve Robb
2016-04-25
1
-0
/
+13
|
/
*
fix flaky test
Alexander Early
2016-04-07
1
-2
/
+2
*
have applyEach pass results to the callback. Closes #1088
Alexander Early
2016-04-07
1
-3
/
+6
*
convert applyEach tests to mocha
Alexander Early
2016-04-07
1
-0
/
+96
*
Merge pull request #1100 from steverobb/autoInjectPR
Alex Early
2016-04-07
1
-2
/
+20
|
\
|
*
Array results test.
Steve Robb
2016-04-06
1
-2
/
+20
*
|
Merge pull request #1098 from asilvas/named-timeout
Alex Early
2016-04-07
1
-2
/
+2
|
\
\
|
*
|
#1097. Named timeout for tracking purposes
asilvas
2016-04-05
1
-2
/
+2
|
|
/
*
|
Merge pull request #1094 from bspates/bind-after-ensure-async
Alex Early
2016-04-07
1
-0
/
+32
|
\
\
|
|
/
|
/
|
|
*
change tabs to 4 spaces per linter
bspates
2016-04-05
1
-21
/
+21
|
*
update comments to match change to ensureAsync
bspates
2016-04-04
1
-2
/
+2
|
*
update unit tests to test issue through ensureAsync, not helper method
bspates
2016-04-04
1
-16
/
+22
|
*
rename test file from intialParams to ensureAsync
bspates
2016-04-04
1
-0
/
+0
|
*
update initialParams import to match project style
bspates
2016-04-03
1
-3
/
+3
|
*
add unit test for context curring when using initialParams
bspates
2016-04-03
1
-0
/
+26
*
|
fix lint error
Alexander Early
2016-04-05
2
-2
/
+2
*
|
allow no callback for detect, some and family. Fixes #1096
Alexander Early
2016-04-05
2
-0
/
+28
|
/
*
tighten timeouts
Alexander Early
2016-04-02
7
-23
/
+25
*
tweak timeout in test
Alexander Early
2016-04-02
1
-1
/
+1
*
tweak timeouts in queue/cargo tests
Alexander Early
2016-04-02
2
-3
/
+3
*
speed up queue.pause() tests and remove race condition
Alexander Early
2016-04-02
1
-22
/
+22
*
speed up cargo tests
Alexander Early
2016-04-02
1
-16
/
+16
*
speed up queue tests
Alexander Early
2016-04-02
1
-21
/
+21
*
fix cargo events test
queue-724
Alexander Early
2016-03-22
1
-2
/
+4
*
convert cargo tests to mocha
Alexander Early
2016-03-22
1
-0
/
+262
*
changed saturated and unsaturated to better reflect reality
Alexander Early
2016-03-22
2
-17
/
+22
*
convert priorityQueue tests to mocha
Alexander Early
2016-03-22
2
-4
/
+110
*
convert queue tests to mocha
Alexander Early
2016-03-22
1
-0
/
+598
*
iterator -> iteratee in mocha_test/
Alexander Early
2016-03-18
3
-13
/
+13
*
re-enable test, handle omitted retry options
Alexander Early
2016-03-11
1
-2
/
+1
*
Merge branch 'master' into retryable
Alexander Early
2016-03-11
8
-16
/
+344
|
\
|
*
add find alias, apply *Limit, *Series more consistently. Closes #835
Alexander Early
2016-03-09
3
-0
/
+32
|
*
fix autoInject test
Alexander Early
2016-03-09
1
-1
/
+1
|
*
Merge pull request #1049 from caolan/auto-no-deferral
Alex Early
2016-03-09
1
-16
/
+25
|
|
\
|
|
*
refactor auto to not need a deferral
auto-no-deferral
Alexander Early
2016-03-06
1
-16
/
+25
|
*
|
Merge pull request #1055 from caolan/autoinject
Alex Early
2016-03-09
1
-0
/
+77
|
|
\
\
|
|
*
|
added autoInject, adapted from #608
Alexander Early
2016-03-08
1
-0
/
+77
|
*
|
|
Merge pull request #1054 from caolan/retry-optional-callback
Alex Early
2016-03-08
1
-0
/
+101
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #1053 from caolan/setimmediate-args
Alex Early
2016-03-08
2
-0
/
+62
|
|
\
\
\
|
|
*
|
|
pass extra args to setImmediate/nextTick. Fixes #940
Alexander Early
2016-03-07
2
-0
/
+62
|
*
|
|
|
Merge pull request #1050 from caolan/waterfall-multiple-callback-defense
Alex Early
2016-03-08
1
-0
/
+148
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
defend against multiple callbacks
Alexander Early
2016-03-06
1
-18
/
+19
|
|
*
|
|
convert test to mocha
Alexander Early
2016-03-06
1
-0
/
+147
|
|
|
|
/
|
|
|
/
|
*
|
|
|
added retryable wrapper for async tasks
Alexander Early
2016-03-07
1
-0
/
+65
|
|
_
|
/
|
/
|
|
*
|
|
make callback optional in retry, refactor a bit
retry-optional-callback
Alexander Early
2016-03-07
1
-0
/
+101
|
/
/
[prev]
[next]