Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Test for correct async callback behaviour | Ryan Graham | 2013-11-23 | 1 | -4/+4 | |
| | | | | | | | ||||||
| * | | | | | | Add invalid passing async.memoize() test | Ryan Graham | 2013-11-23 | 1 | -0/+39 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | This demonstrates the problem described in #304 | |||||
* | | | | | | Merge branch 'master' of github.com:caolan/async | Caolan McMahon | 2014-03-28 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge pull request #421 from DECK36/master | Caolan McMahon | 2014-03-28 | 1 | -5/+5 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Changed the order of exporting async for using browserify to create apps beside requireJS using apps | |||||
| | * | | | | | | Changed the order of exporting async by module-type first, because if using ↵ | Mike Lohmann | 2013-12-03 | 1 | -5/+5 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | browserify to build an app it will conflict with existing apps usigin requireJS and it does not matter for the requireJS use case if before testing for existence of module.exports | |||||
* | | | | | | | use domains to stop error bubbling in #420 test | Caolan McMahon | 2014-03-28 | 1 | -13/+29 | |
| | | | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'th3james/auto-double-callback-issue' | Caolan McMahon | 2014-03-28 | 2 | -1/+24 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Improve auto test comment | James Cox | 2013-12-02 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix 'auto calls callback multiple times' Issue #410 | James Cox | 2013-12-02 | 2 | -5/+7 | |
| | | | | | | | ||||||
| * | | | | | | Failing auto double callback on error test | James Cox | 2013-12-02 | 1 | -0/+21 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #433 from tikonen/master | Caolan McMahon | 2014-03-28 | 2 | -0/+30 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Queue calls drain if empty task list is pushed | |||||
| * | | | | | | Queue calls drain if empty task list is pushed | Teemu Ikonen | 2014-01-11 | 2 | -0/+30 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #441 from dandv/patch-1 | Caolan McMahon | 2014-03-28 | 1 | -0/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clarify how cargo differs from queue | |||||
| * | | | | | | Clarify how cargo differs from queue | Dan Dascalescu | 2014-02-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | This has confused some users - see issue #265 | |||||
* | | | | | | | Merge remote-tracking branch 'kybernetikos/patch-1' | Caolan McMahon | 2014-03-28 | 1 | -4/+19 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md | |||||
| * | | | | | | | Added a little more description to 'forever' | kybernetikos | 2014-02-12 | 1 | -4/+19 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The forever section is unclear at present because there are two callback functions in play (the second argument in forever, and the first argument for fn), and also because it's not made clear that execution will stop if next is not called or if next is called with an argument. This change is my suggestion to make it a little clearer. | |||||
* | | | | | | | Merge pull request #452 from justincy/master | Caolan McMahon | 2014-03-28 | 2 | -1/+51 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | only call cargo.drain once each time it's drained | |||||
| * | | | | | | | only call cargo.drain once each time it's drained | Justin York | 2014-02-24 | 2 | -1/+51 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #470 from christophercurrie/patch-1 | Caolan McMahon | 2014-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix for cargo on IE8 | |||||
| * | | | | | | | Fix for cargo on IE8 | Christopher Currie | 2014-03-27 | 1 | -1/+1 | |
| |/ / / / / / | | | | | | | | | | | | | | | IE8 is strict about having a second argument to Array.splice; without the second argument, it silently fails, causing the worker to not get any work, and the cargo to spin infinitely. | |||||
* | | | | | | | Merge pull request #459 from Zearin/docs/readme | Caolan McMahon | 2014-03-28 | 1 | -361/+370 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | README.md updates | |||||
| * | | | | | | | README.md: numerous minor formatting & phrasing tweaks | Zearin | 2014-03-03 | 1 | -252/+261 | |
| | | | | | | | | ||||||
| * | | | | | | | README.md: minor tweaks to formatting (`true`, `false`, `null`, and aliases) | Zearin | 2014-03-03 | 1 | -40/+40 | |
| | | | | | | | | ||||||
| * | | | | | | | README.md: minor formatting tweaks to introductory text | Zearin | 2014-03-03 | 1 | -49/+49 | |
| | | | | | | | | ||||||
| * | | | | | | | README.md: improved formatting of argument lists | Zearin | 2014-03-03 | 1 | -84/+84 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #463 from jontewks/patch-1 | Caolan McMahon | 2014-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Update license year | |||||
| * | | | | | | Update license year | Jon Tewksbury | 2014-03-12 | 1 | -1/+1 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix outdated copyright year (updated to 2014). The copyright year was out of date. Copyright notices must reflect the current year, so this commit updates the listed year to 2014. See http://www.copyright.gov/circs/circ01.pdf for more info. | |||||
* | | | | | | bump version0.2.10 | Caolan McMahon | 2014-01-23 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #350 from louischatriot/master | Caolan McMahon | 2014-01-23 | 1 | -1/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix setImmediate incompatibility with IE10 even when process and process.nextTick are defined | |||||
| * | | | | | Fix setImmediate incompatibility with IE10 also when process and ↵ | Louis Chatriot | 2013-07-16 | 1 | -1/+4 | |
| | |/ / / | |/| | | | | | | | | | | | | | process.nextTick are defined | |||||
* | | | | | Merge pull request #408 from RickEyre/readme-fix | Caolan McMahon | 2013-11-17 | 1 | -0/+11 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Update README to include links to all API functions. | |||||
| * | | | | Update README to include links to all API functions. | Richard Eyre | 2013-11-15 | 1 | -0/+11 | |
|/ / / / | | | | | | | | | | | | | Some of these ones are hard to find at a quick glance. Putting them in the index makes them easier to spot and find. | |||||
* | | | | Merge pull request #394 from lupomontero/master | Caolan McMahon | 2013-10-21 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Changed `async.map` to `async.mapLimit` in mapLimit example | |||||
| * | | | Changed `async.map` to `async.mapLimit` in mapLimit example | Lupo Montero | 2013-10-19 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #347 from ChrisWren/master | Caolan McMahon | 2013-07-07 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixed syntax error in async auto example | |||||
| * | | | Fixed syntax error in async auto example | ChrisWren | 2013-07-06 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | bump version0.2.9 | Caolan McMahon | 2013-05-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #317 from dougwilson/fix/setImmediate-ie10-alias | Caolan McMahon | 2013-05-28 | 1 | -2/+5 | |
|\ \ \ | | | | | | | | | Fix async compatibility with Internet Explorer 10 | |||||
| * | | | Fix async compatibility with Internet Explorer 10 | Douglas Christopher Wilson | 2013-05-21 | 1 | -2/+5 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | This fixes async to work on Internet Explorer 10. Internet Explorer 10 requires that the `setImmediate` function is not called as a method. As such, it cannot simply be aliased as `async.setImmediate` and `async.nextTick` as `Invalid calling object` error will be encountered since `setImmediate` will be called with `this` set to `async`. | |||||
* | | | Merge pull request #320 from jhnns/master | Caolan McMahon | 2013-05-26 | 1 | -8/+8 | |
|\ \ \ | |/ / |/| | | Replaced all occurences of path.exists with fs.exists in README | |||||
| * | | replaced all occurences of path.exists with fs.exists in README | Johannes | 2013-05-26 | 1 | -8/+8 | |
|/ / | ||||||
* | | Merge pull request #309 from sqs/patch-1 | Caolan McMahon | 2013-05-13 | 1 | -3/+3 | |
|\ \ | | | | | | | Use https URLs for Github links in package.json | |||||
| * | | Use https URLs for Github links in package.json | Quinn Slack | 2013-05-12 | 1 | -3/+3 | |
|/ / | | | | | Github prefers https now | |||||
* | | Merge pull request #193 from superjoe30/component | Caolan McMahon | 2013-05-01 | 2 | -1/+12 | |
|\ \ | | | | | | | ability to use async as a component | |||||
| * | | ability to use async as a component | Andrew Kelley | 2012-10-29 | 2 | -1/+12 | |
| | | | ||||||
* | | | bump version0.2.8 | Caolan McMahon | 2013-05-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #269 from tborg/master | Caolan McMahon | 2013-05-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | fixes setImmediate is undefined error for gecko/webkit browsers | |||||
| * | | | define async.nextTick before polyfilling async.setImmediate with it | Trevor Borg | 2013-03-18 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | bump version0.2.7 | Caolan McMahon | 2013-04-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix for node 0.8.x | Caolan McMahon | 2013-04-09 | 1 | -1/+6 | |
|/ / |