summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* bump versionv0.2.4Caolan McMahon2013-02-071-1/+1
* added async.composeCaolan McMahon2013-02-073-0/+144
* Merge pull request #227 from brianmaissy/masterCaolan McMahon2013-02-061-8/+17
|\
| * corrected the documentation of forEachLimit and mapLimit: the items are not p...Brian Maissy2013-02-061-8/+17
* | bump versionv0.2.3Caolan McMahon2013-02-061-1/+1
* | remove test-strict.jsCaolan McMahon2013-02-061-19/+0
* | Merge pull request #229 from zaphod1984/queueHotfixCaolan McMahon2013-02-062-3/+35
|\ \ | |/ |/|
| * fixed queue bug, added testzaphod19842013-02-062-3/+35
|/
* bump versionv0.2.2Caolan McMahon2013-02-051-1/+1