summaryrefslogtreecommitdiff
path: root/src/multi.h
Commit message (Expand)AuthorAgeFilesLines
* recur: Refactor to use the same code when threads are disabled.Giuseppe Scrivano2013-10-131-0/+5
* Fix thread resources leak.Giuseppe Scrivano2012-10-301-0/+1
* Change --metalink-file to --metalink. Support --quota w/ --metalink. Correct ...Ilim Ugur2012-08-171-2/+2
* Add header comment to new files. Comment the GSoC code.Ilim Ugur2012-08-161-2/+2
* Transfer handling temp files portion of the code to multi.c.Ilim Ugur2012-08-161-4/+10
* Add a default value for opt.jobs. Remove a (now) redundant variable.Ilim Ugur2012-08-161-5/+5
* Transfer struct range array to multi.c. Delete to redundant variables in retr.c.Ilim Ugur2012-08-161-0/+8
* Correct a source of memory leak when --jobs is not explicitly specified.Ilim Ugur2012-08-151-1/+1
* Generate random temp file names.Ilim Ugur2012-08-131-5/+3
* Update the logic of delete_temp_files() in multi.c.Ilim Ugur2012-08-131-1/+1
* Update initial URL check and final download printing in main.c. Update the lo...Ilim Ugur2012-08-121-1/+1
* Initial attempt at verifying hashes. - not workingIlim Ugur2012-08-031-10/+5
* Remove cat and rm commands. Few corrections with ifdef macros.Ilim Ugur2012-08-011-3/+6
* Transfer struct range to wget.h. Make metalink code optional.Ilim Ugur2012-07-271-10/+2
* Do not fallback to next resource if there is an IO error. Delete a few redund...Ilim Ugur2012-07-261-1/+0
* Set a minimum chunk size.Ilim Ugur2012-07-251-0/+2
* Redesign the code block in retrieve_from_file.Ilim Ugur2012-07-241-0/+16
* Initial attempt at fallbacking in threaded downloads.Ilim Ugur2012-07-151-0/+4
* Initial attempt at achieving segmented downloading from multiple resources.Ilim Ugur2012-07-091-0/+60