summaryrefslogtreecommitdiff
path: root/src/multi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-06-221-8/+9
* Changed fopen modeBykov Aleksey2013-05-221-2/+2
* Update ChangeLogs. Add missing prototypes to metalink.c. Remove static variab...Ilim Ugur2012-09-181-1/+1
* Change --metalink-file to --metalink. Support --quota w/ --metalink. Correct ...Ilim Ugur2012-08-171-3/+3
* Add header comment to new files. Comment the GSoC code.Ilim Ugur2012-08-161-2/+57
* Transfer handling temp files portion of the code to multi.c.Ilim Ugur2012-08-161-33/+78
* Add a default value for opt.jobs. Remove a (now) redundant variable.Ilim Ugur2012-08-161-9/+9
* Transfer struct range array to multi.c. Delete to redundant variables in retr.c.Ilim Ugur2012-08-161-0/+45
* Correct a source of memory leak when --jobs is not explicitly specified.Ilim Ugur2012-08-151-2/+2
* 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-9/+2
* Update initial URL check and final download printing in main.c. Update the lo...Ilim Ugur2012-08-121-12/+4
* Remove cat and rm commands. Few corrections with ifdef macros.Ilim Ugur2012-08-011-18/+51
* Make thread support optional. - No check for semaphore in configure.ac.Ilim Ugur2012-07-291-1/+3
* Transfer struct range to wget.h. Make metalink code optional.Ilim Ugur2012-07-271-4/+1
* Correct minor mistakes in syntax. Prevent a leak in http_loop.Ilim Ugur2012-07-241-1/+2
* Redesign the code block in retrieve_from_file.Ilim Ugur2012-07-241-0/+77