summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Test for correct async callback behaviourRyan Graham2013-11-231-4/+4
| | | | | | |
| * | | | | | Add invalid passing async.memoize() testRyan Graham2013-11-231-0/+39
| | |/ / / / | |/| | | | | | | | | | | | | | | | This demonstrates the problem described in #304
* | | | | | Merge branch 'master' of github.com:caolan/asyncCaolan McMahon2014-03-281-5/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #421 from DECK36/masterCaolan McMahon2014-03-281-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 Lohmann2013-12-031-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 testCaolan McMahon2014-03-281-13/+29
| | | | | | |
* | | | | | | Merge remote-tracking branch 'th3james/auto-double-callback-issue'Caolan McMahon2014-03-282-1/+24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve auto test commentJames Cox2013-12-021-1/+1
| | | | | | |
| * | | | | | Fix 'auto calls callback multiple times' Issue #410James Cox2013-12-022-5/+7
| | | | | | |
| * | | | | | Failing auto double callback on error testJames Cox2013-12-021-0/+21
| |/ / / / /
* | | | | | Merge pull request #433 from tikonen/masterCaolan McMahon2014-03-282-0/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Queue calls drain if empty task list is pushed
| * | | | | | Queue calls drain if empty task list is pushedTeemu Ikonen2014-01-112-0/+30
| |/ / / / /
* | | | | | Merge pull request #441 from dandv/patch-1Caolan McMahon2014-03-281-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clarify how cargo differs from queue
| * | | | | | Clarify how cargo differs from queueDan Dascalescu2014-02-101-0/+4
| | | | | | | | | | | | | | | | | | | | | This has confused some users - see issue #265
* | | | | | | Merge remote-tracking branch 'kybernetikos/patch-1'Caolan McMahon2014-03-281-4/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md
| * | | | | | | Added a little more description to 'forever'kybernetikos2014-02-121-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/masterCaolan McMahon2014-03-282-1/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | only call cargo.drain once each time it's drained
| * | | | | | | only call cargo.drain once each time it's drainedJustin York2014-02-242-1/+51
| |/ / / / / /
* | | | | | | Merge pull request #470 from christophercurrie/patch-1Caolan McMahon2014-03-281-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for cargo on IE8
| * | | | | | | Fix for cargo on IE8Christopher Currie2014-03-271-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/readmeCaolan McMahon2014-03-281-361/+370
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | README.md updates
| * | | | | | | README.md: numerous minor formatting & phrasing tweaksZearin2014-03-031-252/+261
| | | | | | | |
| * | | | | | | README.md: minor tweaks to formatting (`true`, `false`, `null`, and aliases)Zearin2014-03-031-40/+40
| | | | | | | |
| * | | | | | | README.md: minor formatting tweaks to introductory textZearin2014-03-031-49/+49
| | | | | | | |
| * | | | | | | README.md: improved formatting of argument listsZearin2014-03-031-84/+84
| |/ / / / / /
* | | | | | | Merge pull request #463 from jontewks/patch-1Caolan McMahon2014-03-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Update license year
| * | | | | | Update license yearJon Tewksbury2014-03-121-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.10Caolan McMahon2014-01-231-1/+1
| | | | | |
* | | | | | Merge pull request #350 from louischatriot/masterCaolan McMahon2014-01-231-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 Chatriot2013-07-161-1/+4
| | |/ / / | |/| | | | | | | | | | | | | process.nextTick are defined
* | | | | Merge pull request #408 from RickEyre/readme-fixCaolan McMahon2013-11-171-0/+11
|\ \ \ \ \ | |_|/ / / |/| | | | Update README to include links to all API functions.
| * | | | Update README to include links to all API functions.Richard Eyre2013-11-151-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/masterCaolan McMahon2013-10-211-1/+1
|\ \ \ \ | |/ / / |/| | | Changed `async.map` to `async.mapLimit` in mapLimit example
| * | | Changed `async.map` to `async.mapLimit` in mapLimit exampleLupo Montero2013-10-191-1/+1
|/ / /
* | | Merge pull request #347 from ChrisWren/masterCaolan McMahon2013-07-071-1/+1
|\ \ \ | | | | | | | | Fixed syntax error in async auto example
| * | | Fixed syntax error in async auto exampleChrisWren2013-07-061-1/+1
|/ / /
* | | 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 10
| * | | Fix async compatibility with Internet Explorer 10Douglas Christopher Wilson2013-05-211-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/masterCaolan McMahon2013-05-261-8/+8
|\ \ \ | |/ / |/| | Replaced all occurences of path.exists with fs.exists in README
| * | 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.json
| * | Use https URLs for Github links in package.jsonQuinn Slack2013-05-121-3/+3
|/ / | | | | Github prefers https now
* | Merge pull request #193 from superjoe30/componentCaolan McMahon2013-05-012-1/+12
|\ \ | | | | | | ability to use async as a component
| * | 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
|\ \ \ | | | | | | | | fixes setImmediate is undefined error for gecko/webkit browsers
| * | | 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
|/ /