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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated docs around cargo
Alexander Early
2015-05-31
1
-1
/
+48
*
simplified implementation of series
Alexander Early
2015-05-31
1
-13
/
+17
*
reorganized more tests
Alexander Early
2015-05-31
1
-44
/
+60
*
reorganized parallel tests
Alexander Early
2015-05-31
1
-70
/
+71
*
reorganized queue tests
Alexander Early
2015-05-30
1
-127
/
+132
*
set jshint unused: true
Alexander Early
2015-05-30
1
-36
/
+58
*
experimental map changes
Alexander Early
2015-05-28
1
-25
/
+29
*
use ensureAsync with forever. Fixes #622
ensure_async
Alexander Early
2015-05-25
1
-2
/
+24
*
initial ensureAsync implementation
Alexander Early
2015-05-24
1
-4
/
+56
*
Added test for _eachLimit stopping replenishing after error
Bao
2015-05-22
1
-0
/
+83
*
split waterfall tests into a group
Alexander Early
2015-05-21
1
-16
/
+19
*
added tests for #508 and #512
Alexander Early
2015-05-20
1
-0
/
+28
*
pass err as null for consistency. Closes #491
Alexander Early
2015-05-20
1
-13
/
+38
*
added test case for #489, #259
Alexander Early
2015-05-20
1
-0
/
+19
*
added additional detectSeries test, clarified docs. Closes #534
Alexander Early
2015-05-20
1
-0
/
+10
*
intercept queue concurrency of 0
Vito Alexander Nordloh
2015-05-20
1
-0
/
+7
*
fixed jshint issues, run linter on npm test
Alexander Early
2015-05-19
1
-52
/
+49
*
Merge pull request #663 from Mickael-van-der-Beek/dead-locks
Alexander Early
2015-05-19
1
-0
/
+27
|
\
|
*
Merge remote-tracking branch 'upstream/master' into dead-locks
Mickael van der Beek
2014-12-10
1
-8
/
+8
|
|
\
|
*
|
Corrected task name typo for consistency with other tests.
Mickael van der Beek
2014-11-18
1
-4
/
+4
|
*
|
Fixes caolan/async#263 and other dependency issues by detecting dead-locks an...
Mickael van der Beek
2014-11-18
1
-0
/
+27
*
|
|
reordered functions, added aliases, simplified eachOfLimit logic
Alexander Early
2015-01-20
1
-48
/
+49
*
|
|
merging from dominicbarnes:forEachOf
Alexander Early
2015-01-19
1
-9
/
+201
|
\
\
\
|
*
|
|
adding forEachOfSeries and forEachOfLimit along with tests
Dominic Barnes
2013-02-06
1
-3
/
+148
|
*
|
|
adding forEachOf to iterate objects asynchronously
Dominic Barnes
2013-02-06
1
-0
/
+47
*
|
|
|
Update test for node 0.10 and above
Beau Gunderson
2014-12-18
1
-5
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Fix incorrect test & favor Date valueOf for old IE
Beau Gunderson
2014-11-30
1
-4
/
+8
*
|
|
Remove errant debugger statements, fixes #563
Beau Gunderson
2014-11-29
1
-4
/
+0
|
|
/
|
/
|
*
|
Merge branch 'master' into patch
nazomikan
2014-05-24
1
-0
/
+45
|
\
\
|
*
|
Failing test for pausing with concurrrency
Vaughn Iverson
2014-05-21
1
-0
/
+45
*
|
|
detect a browser environment and not attempt to run of require vm spec.
nazomikan
2014-05-24
1
-0
/
+16
*
|
|
add spec for #303
nazomikan
2014-05-20
1
-0
/
+65
|
/
/
*
|
Add priorityQueue
Justin York
2014-05-13
1
-0
/
+105
*
|
Merge pull request #522 from hojs/detect-callback
Caolan McMahon
2014-04-29
1
-0
/
+13
|
\
\
|
*
|
for #521, detect callback in _asyncMap
fritx
2014-04-29
1
-0
/
+13
*
|
|
Browser report of tests was stopping at 18th test case
Filipe Constantinov Menezes
2014-04-24
1
-0
/
+1
|
/
/
*
|
Add in started attribute for queue. Helpful for displaying whether or not tha...
Jon Morehouse
2014-04-05
1
-0
/
+13
*
|
Added kill method to queue
Hendrich Attila
2014-04-04
1
-0
/
+21
*
|
Merge pull request #475 from jessehouchins/async.retry
Caolan McMahon
2014-03-30
1
-0
/
+56
|
\
\
|
*
|
add test case for embedding async.retry in another control flow
Jesse Houchins
2014-03-28
1
-0
/
+21
|
*
|
implement async.retry using async.series
Jesse Houchins
2014-03-28
1
-0
/
+35
*
|
|
Merge pull request #474 from maxkueng/pause-and-resume
Caolan McMahon
2014-03-30
1
-0
/
+51
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add queue.pause() and queue.resume()
mk
2014-03-28
1
-0
/
+51
*
|
|
Track auto tasks using a counter to allow records to be inserted/removed from...
Jesse Houchins
2014-03-28
1
-0
/
+25
|
/
/
*
|
Add tests for queue idle() function
Craig Andrews
2014-03-28
1
-0
/
+25
*
|
added test for inverted sort order
zaphod1984
2014-03-28
1
-0
/
+9
*
|
Bugfix: sending saturated event should respect current concurrency.
Ryan Shaw
2014-03-28
1
-1
/
+2
*
|
Merge pull request #318 from aearly/feature/dountil-params
Caolan McMahon
2014-03-28
1
-0
/
+57
|
\
\
|
*
|
pass params from doUntil/doWhile callbacks to the test function
Alexander Early
2013-05-21
1
-0
/
+57
*
|
|
Merge remote-tracking branch 'ognivo/feature-seq'
Caolan McMahon
2014-03-28
1
-0
/
+87
|
\
\
\
[next]