summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add try...catch blocks and correct default settings in .conf filesHEADmasterKostyantyn Ovechko2010-08-165-317/+376
* Move example from net0.py to net0_example.pyKostyantyn Ovechko2010-08-162-12/+16
* Erase deprecated lines in Makefile filesKostyantyn Ovechko2010-08-163-30/+0
* Resize webui imagesKostyantyn Ovechko2010-08-1610-0/+0
* Add show_help() function to tuiclientKostyantyn Ovechko2010-08-164-9/+25
* Add try...catch blocks to a few functions in request toolKostyantyn Ovechko2010-08-164-137/+69
* Add show_help() function and remove deprecated code lines.Kostyantyn Ovechko2010-08-1618-474/+243
* Fix pkgconfig problem with libcrypto++, and rename segget.* to seggetd.*Kostyantyn Ovechko2010-08-1411-34/+35
* Move /tmp folders/files to /var/tmpKostyantyn Ovechko2010-08-1478-290/+0
* Add arguments to request tool: --help, --keep-pkglist-file.Kostyantyn Ovechko2010-08-147-73/+92
* Add install option to MakefilesKostyantyn Ovechko2010-08-1211-32/+57
* Adjust default folders.Kostyantyn Ovechko2010-08-1211-69/+26
* Fix tuiclient scrollwindow when there're no lines.Kostyantyn Ovechko2010-08-124-10/+17
* Add [colors] section to tuiclient.conf fileKostyantyn Ovechko2010-08-1113-36/+327
* 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-108-48/+148
* 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
* Use .o files instead of .cpp in tuiclient.hKostyantyn Ovechko2010-08-0516-27/+106
* Fix: scrolling for distfile queue list.Kostyantyn Ovechko2010-08-041-1/+1
* Add check if only local networks and proxy_fetcher networks are used and if a...Kostyantyn Ovechko2010-08-0412-27/+68
* Add DSCRIPTREJECTED status for distfiles.Kostyantyn Ovechko2010-08-0419-63/+151
* Add --wait-distfile=distfile_name option to cli of tuiclientKostyantyn Ovechko2010-08-0416-105/+478
* Provide more info on distfiles to tuiclients.Kostyantyn Ovechko2010-08-0313-25/+61
* Add distfiles window to tuiclient.Kostyantyn Ovechko2010-08-0324-102/+449
* 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-2718-72/+325
* Add command line option --pkglist-file to request applicationKostyantyn Ovechko2010-07-263-65/+68
* 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-2432-116/+2860
* 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