summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move /tmp folders/files to /var/tmpKostyantyn Ovechko2010-08-141-235/+0
* Add [colors] section to tuiclient.conf fileKostyantyn Ovechko2010-08-111-1/+1
* Replace default folders.Kostyantyn Ovechko2010-08-101-12/+20
* Add statistics to WebUI: general stats, and stats for mirrors.Kostyantyn Ovechko2010-08-081-2/+2
* Add WebUI supportKostyantyn Ovechko2010-08-071-1/+5
* Add BIND_LOCAL_PORT and BIND_LOCAL_PORT_RANGE options to network#.conf filesKostyantyn Ovechko2010-07-281-0/+6
* Add option proxy_type to network#.conf filesKostyantyn Ovechko2010-07-281-0/+1
* Add options FOLLOW_LOCATION and MAX_REDIRS to network#.conf filesKostyantyn Ovechko2010-07-281-2/+2
* Add CoralCDN supportKostyantyn Ovechko2010-07-281-0/+3
* Add to tui: ETA, AVG speed and active/total connectionsKostyantyn Ovechko2010-07-211-1/+7
* Fix: segget freezes while trying to download files via proxy-fetcherKostyantyn Ovechko2010-07-201-16/+23
* Fix: Generate one .o per .cpp, and link them together.Kostyantyn Ovechko2010-07-161-0/+2
* Move show_progress() to a threadKostyantyn Ovechko2010-07-101-9/+17
* Failprove .cpp files and log errors to error.logKostyantyn Ovechko2010-07-051-4/+7
* Merge 2 vectors: network_array[network_num].mirror_list and network_array[net...Kostyantyn Ovechko2010-07-041-1/+1
* Add option [network_mirrors].ONLY_LOCAL_WHEN_POSSIBLE to network#.conf files.Kostyantyn Ovechko2010-07-041-7/+2
* Add support for local mirrorsKostyantyn Ovechko2010-07-041-5/+16
* Add support for several networks to seggetKostyantyn Ovechko2010-07-031-24/+28
* Add option [pkg_list].del_pkg_list_when_dld_finishedKostyantyn Ovechko2010-06-301-3/+8
* Add avg speed measurement for connections.Kostyantyn Ovechko2010-06-281-89/+6
* Add option [connections].current_speed_time_interval_msecs to segget.confKostyantyn Ovechko2010-06-281-1/+27
* Make time measurement more precise - in millisecondsKostyantyn Ovechko2010-06-281-8/+9
* Failprove segment.cpp and log errors to error.logKostyantyn Ovechko2010-06-271-107/+130
* Add [logs] section to segget.confKostyantyn Ovechko2010-06-241-1/+2
* Add [user-data].user_agent option to segget.confKostyantyn Ovechko2010-06-231-1/+1
* Add [proxy] section settings to segget.confKostyantyn Ovechko2010-06-231-0/+17
* Add Tmirror class for mirror benchmarking and option [mirrors].max_connection...Kostyantyn Ovechko2010-06-231-0/+1
* Add option [connections].bind_interfaceKostyantyn Ovechko2010-06-221-0/+5
* Add [connections].low_connection_speed_limit, [connections].low_connection_sp...Kostyantyn Ovechko2010-06-221-0/+3
* Add options [connections].connection_timeout, [connections].ftp_response_time...Kostyantyn Ovechko2010-06-221-78/+69
* Add option [segments].max_triesKostyantyn Ovechko2010-06-221-1/+1
* Add option max_connection_num_per_distfile to segget.conf fileKostyantyn Ovechko2010-06-221-45/+61
* Add configuration file segget.confKostyantyn Ovechko2010-06-191-25/+32
* Fix: error while combining files + error when number of segments to download ...Kostyantyn Ovechko2010-06-161-10/+13
* Combine segments together to recreate original distfiles.Kostyantyn Ovechko2010-06-161-20/+1
* Add Tsegment.try_num - counter for attemps. + some minor fixesmona2010-06-151-7/+5
* Add try_num - trials counter for each segmentmona2010-06-151-2/+4
* Add measuring total and per connection speed.mona2010-06-151-27/+29
* Add Tstats class to collect statistics on downloaded files (size, and later q...mona2010-06-141-2/+4
* Add Tsettings class. Settings include feature to skip fetching of downloaded ...mona2010-06-141-6/+25
* Add curses ui.simka2010-06-121-8/+16
* Added CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_TIMEOUT, CURLOPT_CONNECTTIMEOUTsimka2010-06-121-0/+5
* Fix: pointer errror.simka2010-06-121-1/+6
* Restart segment if unsuccessful. Make distfiles->segments queue more correct.simka2010-06-111-11/+37
* Add simultaneous download for segments.simka2010-06-111-35/+45
* Merging 2 parts of segget (Tpkg, Tdistfile classes + Tsegment class).simka2010-06-091-0/+103