summaryrefslogtreecommitdiff
path: root/segget
Commit message (Expand)AuthorAgeFilesLines
* Move /tmp folders/files to /var/tmpKostyantyn Ovechko2010-08-1476-11026/+0
* Add install option to MakefilesKostyantyn Ovechko2010-08-128-32/+31
* Adjust default folders.Kostyantyn Ovechko2010-08-127-2/+22
* Add [colors] section to tuiclient.conf fileKostyantyn Ovechko2010-08-114-5/+5
* Fix warnings: unused return value.Kostyantyn Ovechko2010-08-115-15/+24
* Replace tuiclient argument: --wait-distfile=df_name by --wait-distfiles=df_na...Kostyantyn Ovechko2010-08-103-28/+71
* Replace default folders.Kostyantyn Ovechko2010-08-1011-44/+77
* Replace <meta http-equiv=\"refresh\" content=\"1\" > in WebUI by XMLHttpReque...Kostyantyn Ovechko2010-08-103-215/+276
* Add statistics to WebUI: general stats, and stats for mirrors.Kostyantyn Ovechko2010-08-0815-30/+155
* Replace img alt=text with <td bgcolor=#XXXXXX> in WebUI.Kostyantyn Ovechko2010-08-072-19/+28
* Add RSS feed to seggetdKostyantyn Ovechko2010-08-078-5/+162
* Add WebUI supportKostyantyn Ovechko2010-08-0720-83/+467
* Add check if only local networks and proxy_fetcher networks are used and if a...Kostyantyn Ovechko2010-08-047-19/+56
* Add DSCRIPTREJECTED status for distfiles.Kostyantyn Ovechko2010-08-046-19/+38
* Add --wait-distfile=distfile_name option to cli of tuiclientKostyantyn Ovechko2010-08-043-15/+82
* Provide more info on distfiles to tuiclients.Kostyantyn Ovechko2010-08-0313-25/+61
* Add distfiles window to tuiclient.Kostyantyn Ovechko2010-08-038-37/+55
* Add [scripting_and_scheduling] section to segget.conf file.Kostyantyn Ovechko2010-07-3017-33/+662
* Add options: GENERAL_LOG_TIME_FORMAT, ERROR_LOG_TIME_FORMAT and DEBUG_LOG_TIM...Kostyantyn Ovechko2010-07-287-22/+141
* Show network_type in tui.Kostyantyn Ovechko2010-07-283-72/+34
* Add BIND_LOCAL_PORT and BIND_LOCAL_PORT_RANGE options to network#.conf filesKostyantyn Ovechko2010-07-285-17/+39
* Add option proxy_type to network#.conf filesKostyantyn Ovechko2010-07-287-556/+35
* Add options FOLLOW_LOCATION and MAX_REDIRS to network#.conf filesKostyantyn Ovechko2010-07-286-12/+87
* Add CoralCDN supportKostyantyn Ovechko2010-07-2813-30/+101
* Add segments counters to stats and tui.Kostyantyn Ovechko2010-07-273-1/+9
* Add log and error_log windows to tuiclientKostyantyn Ovechko2010-07-279-40/+103
* Check all set checksums, checksums are optionalKostyantyn Ovechko2010-07-264-44/+135
* Implement checks for both (proxy_fetcher and request_server) queues.Kostyantyn Ovechko2010-07-265-57/+63
* Add request tool.Kostyantyn Ovechko2010-07-2411-116/+352
* Add /etc/init.d/seggetd script to start|stop|restart|status segget daemonKostyantyn Ovechko2010-07-231-0/+90
* Add command line arguments: --no-daemon and --conf-dir=specify_conf_dir_hereKostyantyn Ovechko2010-07-234-10/+34
* Add daemon mode to seggetKostyantyn Ovechko2010-07-232-42/+92
* Add explanations for CURL error codes to logs.Kostyantyn Ovechko2010-07-213-9/+23
* Separate logging into log.h and log.cpp files. Add option value "none" to dis...Kostyantyn Ovechko2010-07-217-97/+171
* Add to tui: ETA, AVG speed and active/total connectionsKostyantyn Ovechko2010-07-2112-77/+229
* Consider distfile failed if one of its segments is failedKostyantyn Ovechko2010-07-201-1/+2
* Fix: error with connection countersKostyantyn Ovechko2010-07-203-15/+31
* Fix: segget freezes while trying to download files via proxy-fetcherKostyantyn Ovechko2010-07-2019-117/+342
* Improve network selection algorithm.Kostyantyn Ovechko2010-07-188-82/+271
* Split provide_segment function into 3 partsKostyantyn Ovechko2010-07-184-120/+180
* Add responses from proxy-fetcther to its clientsKostyantyn Ovechko2010-07-187-62/+131
* Implement check if distfile is already in the proxy-fetcher's queue. If so do...Kostyantyn Ovechko2010-07-176-14/+67
* Add options from tuiclient.conf fileKostyantyn Ovechko2010-07-1711-51/+66
* Add section [network_proxy_fetcher]Kostyantyn Ovechko2010-07-1712-77/+163
* Fix: warnings with unused variablesKostyantyn Ovechko2010-07-176-7/+14
* Fix: string with .o files in MakefileKostyantyn Ovechko2010-07-161-1/+2
* Fix: Generate one .o per .cpp, and link them together.Kostyantyn Ovechko2010-07-1626-50/+146
* Add to segget.conf file section [provide_proxy_fetcher_to_others].Kostyantyn Ovechko2010-07-1413-117/+425
* Add help window to tuiclientKostyantyn Ovechko2010-07-134-61/+7
* Add scrolling to tuiclientKostyantyn Ovechko2010-07-125-87/+79