Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README to include links to all API functions. | Richard Eyre | 2013-11-15 | 1 | -0/+11 |
* | Changed `async.map` to `async.mapLimit` in mapLimit example | Lupo Montero | 2013-10-19 | 1 | -1/+1 |
* | Fixed syntax error in async auto example | ChrisWren | 2013-07-06 | 1 | -1/+1 |
* | replaced all occurences of path.exists with fs.exists in README | Johannes | 2013-05-26 | 1 | -8/+8 |
* | Merge pull request #193 from superjoe30/component | Caolan McMahon | 2013-05-01 | 1 | -1/+1 |
|\ | |||||
| * | ability to use async as a component | Andrew Kelley | 2012-10-29 | 1 | -1/+1 |
* | | added applyEachSeries | Caolan McMahon | 2013-03-15 | 1 | -0/+7 |
* | | Merge branch 'master' of github.com:caolan/async | Caolan McMahon | 2013-03-15 | 1 | -16/+49 |
|\ \ | |||||
| * | | fixed a typo | Brian Maissy | 2013-03-11 | 1 | -1/+1 |
| * | | clarified cargo documentation | Brian Maissy | 2013-03-11 | 1 | -5/+7 |
| * | | Merge pull request #250 from brianmaissy/documentation | Caolan McMahon | 2013-03-11 | 1 | -7/+3 |
| |\ \ | |||||
| | * | | updated Download section of README. Removed link to empty downloads section a... | Brian Maissy | 2013-03-03 | 1 | -7/+3 |
| * | | | Merge pull request #257 from brianmaissy/bindExample | Caolan McMahon | 2013-03-11 | 1 | -0/+35 |
| |\ \ \ | |||||
| | * | | | fixed a typo | Brian Maissy | 2013-03-05 | 1 | -1/+1 |
| | * | | | added an example of binding an iterator | Brian Maissy | 2013-03-05 | 1 | -0/+35 |
| * | | | | Merge pull request #258 from brianmaissy/typo | Caolan McMahon | 2013-03-11 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | fixed a couple typos for grammar sticklers | Brian Maissy | 2013-03-05 | 1 | -3/+3 |
| | |/ / / | |||||
| * | | | | Fix verb agreement | RubyTuesdayDONO | 2013-03-07 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | added forever | Caolan McMahon | 2013-03-15 | 1 | -0/+9 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:caolan/async | Caolan McMahon | 2013-03-03 | 1 | -5/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #240 from brianmaissy/documentation | Caolan McMahon | 2013-03-02 | 1 | -3/+32 |
| |\ \ | |||||
| | * | | added a cautionary note to the documentation of async.auto | Brian Maissy | 2013-02-20 | 1 | -3/+32 |
| * | | | Merge pull request #245 from lookfirst/master | Caolan McMahon | 2013-03-02 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Fixed typo in compose example | Jon Stevens | 2013-02-25 | 1 | -2/+2 |
| | |/ / | |||||
* | | | | add applyEach function | Caolan McMahon | 2013-03-03 | 1 | -0/+31 |
|/ / / | |||||
* | | | Merge pull request #235 from leahciMic/async_auto_error_receives_partial_results | Caolan McMahon | 2013-03-02 | 1 | -2/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Update README.md with auto always passing a results object | Michael Leaney | 2013-02-13 | 1 | -2/+4 |
* | | | clarified the format of callback functions in the README | Brian Maissy | 2013-02-18 | 1 | -49/+56 |
|/ / | |||||
* | | rename forEach functions to each and add aliases for old names | Caolan McMahon | 2013-02-10 | 1 | -10/+13 |
* | | added async.compose | Caolan McMahon | 2013-02-07 | 1 | -0/+39 |
* | | corrected the documentation of forEachLimit and mapLimit: the items are not p... | Brian Maissy | 2013-02-06 | 1 | -8/+17 |
* | | README updated for unshift | KARASZI István | 2013-02-04 | 1 | -0/+7 |
* | | docs: Fix formatting of times example | Girish Ramakrishnan | 2013-02-03 | 1 | -14/+17 |
* | | Merge remote branch 'timoxley/master' | Caolan McMahon | 2013-01-31 | 1 | -1/+38 |
|\ \ | |||||
| * | | Add times and timesSeries functions for asynchronously executing a function n... | Tim Oxley | 2012-05-26 | 1 | -0/+36 |
* | | | Merge remote branch 'dougwilson/feature/setImmediate-support' | Caolan McMahon | 2013-01-31 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | Add async.nextTick browser fallback to setImmediate | Douglas Christopher Wilson | 2012-06-12 | 1 | -2/+3 |
* | | | | Merge pull request #171 from feross/patch-1 | Caolan McMahon | 2013-01-31 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix typo in documentation | Feross Aboukhadijeh | 2012-08-18 | 1 | -1/+1 |
* | | | | | Merge pull request #175 from parshap/feature/expose-memo | Caolan McMahon | 2013-01-31 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Add documentation for exposed memoized memos (3405799) | Parsha Pourkhomami | 2012-09-01 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #188 from ceedubs/master | Caolan McMahon | 2013-01-31 | 1 | -6/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Delete trailing commas in lists of README examples | Cody Allen | 2012-10-16 | 1 | -5/+5 |
| * | | | | | Add missing 'err' parameter to example of async.parallel in README | Cody Allen | 2012-10-16 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #201 from ccare/patch-1 | Caolan McMahon | 2013-01-31 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Correct minor typo | Charles Care | 2012-11-22 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge remote branch 'jkroso/master' | Caolan McMahon | 2013-01-31 | 1 | -0/+16 |
|\ \ \ \ \ | |||||
| * | | | | | added post loop docsv0.1.230.1.24 | jkroso | 2012-11-29 | 1 | -0/+16 |
| |/ / / / | |||||
* | | | | | Merge pull request #205 from danbell/limit | Caolan McMahon | 2013-01-31 | 1 | -0/+47 |
|\ \ \ \ \ | |||||
| * | | | | | Added parallelLimit(). | Daniel Bell | 2012-12-05 | 1 | -0/+18 |