summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.15Caolan McMahon2011-11-011-1/+1
* expose tasks array for queuesCaolan McMahon2011-11-012-9/+9
* bump versionCaolan McMahon2011-10-291-1/+1
* Merge https://github.com/allanca/async into allancaCaolan McMahon2011-10-294-11/+54
|\
| * Merge branch 'master' of https://github.com/caolan/asyncAllan Carroll2011-08-022-2/+2
| |\
| * | Fix bug in auto. Results wern't being passed to functions that were immediate...Allan Carroll2011-07-191-1/+1
| * | In Auto function, save results from functions and pass them forward to depend...Allan Carroll2011-05-254-10/+53
* | | change bugs['web'] to bugs['url'] in package.jsonCaolan McMahon2011-10-291-2/+2
* | | Merge pull request #63 from jesusabdullah/masterCaolan McMahon2011-10-291-0/+26
|\ \ \
| * | | Docs for `forEachLimit`Joshua Holbrook2011-10-241-0/+26
|/ / /
* | | bump versionCaolan McMahon2011-10-141-1/+1
* | | update minified versionCaolan McMahon2011-10-141-1/+1
* | | Merge branch 'master' of https://github.com/braddunbar/async into braddunbar-...Caolan McMahon2011-10-142-1/+28
|\ \ \
| * | | memoize - handle multiple calls before completionbraddunbar2011-05-132-1/+28
* | | | bump versionCaolan McMahon2011-10-141-1/+1
* | | | update minified buildCaolan McMahon2011-10-141-1/+1
* | | | Merge branch 'unmemoize' of https://github.com/balinterdi/async into balinter...Caolan McMahon2011-10-143-1/+60
|\ \ \ \
| * | | | Unmemoize can be called with a not memoized function, too.Balint Erdi2011-10-062-25/+41
| * | | | Add unmemoize documentation to READMEBalint Erdi2011-10-061-0/+10
| * | | | Add unmemoize functionBalint Erdi2011-10-062-1/+34
* | | | | bump versionCaolan McMahon2011-09-181-1/+1
* | | | | Merge pull request #39 from indexzero/masterCaolan McMahon2011-09-182-0/+117
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [test] Add more tests for edge cases to forEachLimitindexzero2011-06-121-0/+28
| * | | | [api test] Added `async.forEachLimit()` and associated testsindexzero2011-06-122-0/+89
| | |/ / | |/| |
* | | | Merge pull request #50 from brunoqc/masterCaolan McMahon2011-08-261-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed a typo in the queue sampleBruno Bigras2011-08-261-1/+1
|/ / /
* | | replace stupid tasks splice call with shiftCaolan McMahon2011-07-072-2/+2
|/ /
* | Merge pull request #32 from reustle/masterCaolan McMahon2011-05-171-1/+1
|\ \
| * | grammar naziShane Reustle2011-05-171-1/+1
|/ /
* | replace 'flow control' with 'control flow' in README to shut marak upCaolan McMahon2011-05-171-4/+4
* | update minfied versionCaolan McMahon2011-05-171-1/+1
* | fix parallel implementation of detect when multiple matches occur, closes #28Caolan McMahon2011-05-172-5/+40
|/
* fix browser unit tests by removing some node-specific codeCaolan McMahon2011-04-271-8/+8
* fix bug in order of queue events and improve tests - thanks KamiCaolan McMahon2011-04-274-17/+39
* callback methods w/ test & docsMaZderMind2011-04-173-0/+38
* add running() which allows a task-callback to check if the queue has drained.Peter2011-04-111-0/+3
* updated unit tests for node 0.3.8Caolan McMahon2011-02-081-9/+9
* bump versionCaolan McMahon2011-01-181-1/+1
* Merge branch 'master' of git@github.com:caolan/asyncCaolan McMahon2011-01-188-111/+171
|\
| * bump versionCaolan McMahon2010-12-191-1/+1
| * updated minified versionCaolan McMahon2010-12-191-1/+1
| * remove extra function call from async.nextTick in nodeCaolan McMahon2010-12-192-18/+8
| * updated nodeunit depsCaolan McMahon2010-12-195-86/+162
| * skip nextTick in the browser unit test in nodeCaolan McMahon2010-12-191-4/+3
| * Changed async.nextTick to be defined once based on whether process.nextTick i...kpozin2010-12-201-8/+3
| * add commas to waterfall example in REAMDE - thanks dbroCaolan McMahon2010-12-061-2/+2
* | added test for issue 10, make sure series and parallel return original falsy ...Caolan McMahon2011-01-182-2/+72
|/
* updated minified versionCaolan McMahon2010-11-241-1/+1
* added memoize to READMECaolan McMahon2010-11-241-0/+29
* added memoizeCaolan McMahon2010-11-242-1/+79