summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/parallel.d
Commit message (Collapse)AuthorAgeFilesLines
* docs: add categories to all cmdline optsEmil Engler2020-09-041-0/+1
| | | | | | | | Adapted gen.pl with 'listcats' This commit is a part of "--help me if you can" Closes #5680
* curl: support parallel transfersDaniel Stenberg2019-07-201-0/+7
This is done by making sure each individual transfer is first added to a linked list as then they can be performed serially, or at will, in parallel. Closes #3804