summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version0.2.9Caolan McMahon2013-05-281-1/+1
* Merge pull request #317 from dougwilson/fix/setImmediate-ie10-aliasCaolan McMahon2013-05-281-2/+5
|\
| * Fix async compatibility with Internet Explorer 10Douglas Christopher Wilson2013-05-211-2/+5
* | Merge pull request #320 from jhnns/masterCaolan McMahon2013-05-261-8/+8
|\ \ | |/ |/|
| * replaced all occurences of path.exists with fs.exists in READMEJohannes2013-05-261-8/+8
|/
* Merge pull request #309 from sqs/patch-1Caolan McMahon2013-05-131-3/+3
|\
| * Use https URLs for Github links in package.jsonQuinn Slack2013-05-121-3/+3
|/
* Merge pull request #193 from superjoe30/componentCaolan McMahon2013-05-012-1/+12
|\
| * ability to use async as a componentAndrew Kelley2012-10-292-1/+12
* | bump version0.2.8Caolan McMahon2013-05-011-1/+1
* | Merge pull request #269 from tborg/masterCaolan McMahon2013-05-011-1/+1
|\ \
| * | define async.nextTick before polyfilling async.setImmediate with itTrevor Borg2013-03-181-1/+1
* | | bump version0.2.7Caolan McMahon2013-04-091-1/+1
* | | fix for node 0.8.xCaolan McMahon2013-04-091-1/+6
|/ /
* | added applyEachSeriesCaolan McMahon2013-03-153-4/+43
* | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-03-153-16/+60
|\ \
| * \ Merge pull request #266 from brianmaissy/cargoDocumentationCaolan McMahon2013-03-111-5/+7
| |\ \
| | * | fixed a typoBrian Maissy2013-03-111-1/+1
| | * | clarified cargo documentationBrian Maissy2013-03-111-5/+7
| |/ /
| * | Merge pull request #250 from brianmaissy/documentationCaolan McMahon2013-03-111-7/+3
| |\ \
| | * | updated Download section of README. Removed link to empty downloads section a...Brian Maissy2013-03-031-7/+3
| * | | Merge pull request #251 from brianmaissy/waterfallCaolan McMahon2013-03-112-0/+11
| |\ \ \
| | * | | calling waterfall with a non-array first argument results in an errorBrian Maissy2013-03-032-0/+11
| | |/ /
| * | | Merge pull request #257 from brianmaissy/bindExampleCaolan McMahon2013-03-111-0/+35
| |\ \ \
| | * | | fixed a typoBrian Maissy2013-03-051-1/+1
| | * | | added an example of binding an iteratorBrian Maissy2013-03-051-0/+35
| * | | | Merge pull request #258 from brianmaissy/typoCaolan McMahon2013-03-111-3/+3
| |\ \ \ \
| | * | | | fixed a couple typos for grammar sticklersBrian Maissy2013-03-051-3/+3
| | |/ / /
| * | | | Merge pull request #261 from RubyTuesdayDONO/patch-1Caolan McMahon2013-03-111-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix verb agreement RubyTuesdayDONO2013-03-071-1/+1
| |/ / /
* | | | added foreverCaolan McMahon2013-03-153-0/+40
* | | | revert detection of sync tasks and add setImmediateCaolan McMahon2013-03-152-124/+15
|/ / /
* | | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-03-031-5/+34
|\ \ \ | |/ /
| * | Merge pull request #240 from brianmaissy/documentationCaolan McMahon2013-03-021-3/+32
| |\ \
| | * | added a cautionary note to the documentation of async.autoBrian Maissy2013-02-201-3/+32
| * | | Merge pull request #245 from lookfirst/masterCaolan McMahon2013-03-021-2/+2
| |\ \ \
| | * | | Fixed typo in compose exampleJon Stevens2013-02-251-2/+2
| | |/ /
* | | | bump version0.2.6Caolan McMahon2013-03-031-1/+1
* | | | add applyEach functionCaolan McMahon2013-03-033-0/+110
|/ / /
* | | Merge pull request #235 from leahciMic/async_auto_error_receives_partial_resultsCaolan McMahon2013-03-023-7/+34
|\ \ \
| * | | Remove setTimeoutMichael Leaney2013-02-191-1/+1
| * | | Update README.md with auto always passing a results objectMichael Leaney2013-02-131-2/+4
| * | | Partial results should include the current taskMichael Leaney2013-02-132-6/+12
| * | | Send results to auto callback when an error occursMichael Leaney2013-02-132-1/+20
* | | | added default concurrency for queue, closes #249Caolan McMahon2013-03-022-0/+56
| |/ / |/| |
* | | Merge pull request #239 from brianmaissy/documentationCaolan McMahon2013-02-181-49/+56
|\ \ \
| * | | clarified the format of callback functions in the READMEBrian Maissy2013-02-181-49/+56
| |/ /
* | | added scripts.test to package.json - closes #157Caolan McMahon2013-02-181-0/+3
|/ /
* | bump versionv0.2.5Caolan McMahon2013-02-101-1/+1
* | rename forEach functions to each and add aliases for old namesCaolan McMahon2013-02-103-74/+95