$treeview $search $mathjax $extrastylesheet
|
librsync
2.3.1
$projectbrief
|
$projectbrief
|
$searchbox |
Command-line network-delta tool. More...
Go to the source code of this file.
Enumerations | |
| enum | { OPT_GZIP = 1069, OPT_BZIP2 } |
Functions | |
| static void | rdiff_usage (const char *error,...) |
| static void | rdiff_no_more_args (poptContext opcon) |
| static void | bad_option (poptContext opcon, int error) |
| static void | help (void) |
| static void | rdiff_show_version (void) |
| static void | rdiff_options (poptContext opcon) |
| static rs_result | rdiff_sig (poptContext opcon) |
| Generate signature from remaining command line arguments. | |
| static rs_result | rdiff_delta (poptContext opcon) |
| static rs_result | rdiff_patch (poptContext opcon) |
| static rs_result | rdiff_action (poptContext opcon) |
| int | main (const int argc, const char *argv[]) |
Variables | |
| static int | block_len = 0 |
| static int | strong_len = 0 |
| static int | show_stats = 0 |
| static int | bzip2_level = 0 |
| static int | gzip_level = 0 |
| static int | file_force = 0 |
| char * | rs_hash_name |
| char * | rs_rollsum_name |
Command-line network-delta tool.
Definition in file rdiff.c.
1.6.1