summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
* Update README to include links to all API functions.Richard Eyre2013-11-151-0/+11
* Changed `async.map` to `async.mapLimit` in mapLimit exampleLupo Montero2013-10-191-1/+1
* Fixed syntax error in async auto exampleChrisWren2013-07-061-1/+1
* replaced all occurences of path.exists with fs.exists in READMEJohannes2013-05-261-8/+8
* Merge pull request #193 from superjoe30/componentCaolan McMahon2013-05-011-1/+1
|\
| * ability to use async as a componentAndrew Kelley2012-10-291-1/+1
* | added applyEachSeriesCaolan McMahon2013-03-151-0/+7
* | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2013-03-151-16/+49
|\ \
| * | 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 #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
| | |/ / /
| * | | | Fix verb agreement RubyTuesdayDONO2013-03-071-1/+1
| |/ / /
* | | | added foreverCaolan McMahon2013-03-151-0/+9
|/ / /
* | | 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
| | |/ /
* | | | add applyEach functionCaolan McMahon2013-03-031-0/+31
|/ / /
* | | Merge pull request #235 from leahciMic/async_auto_error_receives_partial_resultsCaolan McMahon2013-03-021-2/+4
|\ \ \ | |/ / |/| |
| * | Update README.md with auto always passing a results objectMichael Leaney2013-02-131-2/+4
* | | clarified the format of callback functions in the READMEBrian Maissy2013-02-181-49/+56
|/ /
* | rename forEach functions to each and add aliases for old namesCaolan McMahon2013-02-101-10/+13
* | added async.composeCaolan McMahon2013-02-071-0/+39
* | corrected the documentation of forEachLimit and mapLimit: the items are not p...Brian Maissy2013-02-061-8/+17
* | README updated for unshiftKARASZI István2013-02-041-0/+7
* | docs: Fix formatting of times exampleGirish Ramakrishnan2013-02-031-14/+17
* | Merge remote branch 'timoxley/master'Caolan McMahon2013-01-311-1/+38
|\ \
| * | Add times and timesSeries functions for asynchronously executing a function n...Tim Oxley2012-05-261-0/+36
* | | Merge remote branch 'dougwilson/feature/setImmediate-support'Caolan McMahon2013-01-311-2/+3
|\ \ \
| * | | Add async.nextTick browser fallback to setImmediateDouglas Christopher Wilson2012-06-121-2/+3
* | | | Merge pull request #171 from feross/patch-1Caolan McMahon2013-01-311-1/+1
|\ \ \ \
| * | | | Fix typo in documentationFeross Aboukhadijeh2012-08-181-1/+1
* | | | | Merge pull request #175 from parshap/feature/expose-memoCaolan McMahon2013-01-311-0/+3
|\ \ \ \ \
| * | | | | Add documentation for exposed memoized memos (3405799)Parsha Pourkhomami2012-09-011-0/+3
| |/ / / /
* | | | | Merge pull request #188 from ceedubs/masterCaolan McMahon2013-01-311-6/+6
|\ \ \ \ \
| * | | | | Delete trailing commas in lists of README examplesCody Allen2012-10-161-5/+5
| * | | | | Add missing 'err' parameter to example of async.parallel in READMECody Allen2012-10-161-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #201 from ccare/patch-1Caolan McMahon2013-01-311-1/+1
|\ \ \ \ \
| * | | | | Correct minor typoCharles Care2012-11-221-1/+1
| |/ / / /
* | | | | Merge remote branch 'jkroso/master'Caolan McMahon2013-01-311-0/+16
|\ \ \ \ \
| * | | | | added post loop docsv0.1.230.1.24jkroso2012-11-291-0/+16
| |/ / / /
* | | | | Merge pull request #205 from danbell/limitCaolan McMahon2013-01-311-0/+47
|\ \ \ \ \
| * | | | | Added parallelLimit().Daniel Bell2012-12-051-0/+18