_bogus_magic_number | DownloadDb | [static] |
_client_db | DownloadDb | |
_magic_number | DownloadDb | [static] |
_master_datagram | DownloadDb | [protected] |
_server_db | DownloadDb | |
_versions | DownloadDb | [protected] |
add_client_multifile(string server_mfname) | DownloadDb | |
add_version(const Filename &name, const HashVal &hash, int version) | DownloadDb | |
client_multifile_complete(string mfname) const | DownloadDb | |
client_multifile_decompressed(string mfname) const | DownloadDb | |
client_multifile_exists(string mfname) const | DownloadDb | |
client_multifile_extracted(string mfname) const | DownloadDb | |
create_new_server_db() | DownloadDb | |
delete_client_multifile(string mfname) | DownloadDb | |
DownloadDb(void) | DownloadDb | |
DownloadDb(Ramfile &server_file, Filename &client_file) | DownloadDb | |
DownloadDb(Filename &server_file, Filename &client_file) | DownloadDb | |
expand_client_multifile(string mfname) | DownloadDb | |
FileRecords typedef | DownloadDb | |
get_client_multifile_hash(string mfname) const | DownloadDb | |
get_client_multifile_name(int index) const | DownloadDb | [inline] |
get_client_multifile_phase(string mfname) const | DownloadDb | [inline] |
get_client_multifile_size(string mfname) const | DownloadDb | [inline] |
get_client_num_multifiles(void) const | DownloadDb | [inline] |
get_hash(const Filename &name, int version) const | DownloadDb | |
get_num_versions(const Filename &name) const | DownloadDb | |
get_server_file_name(string mfname, int index) const | DownloadDb | [inline] |
get_server_multifile_hash(string mfname) const | DownloadDb | |
get_server_multifile_name(int index) const | DownloadDb | [inline] |
get_server_multifile_phase(string mfname) const | DownloadDb | [inline] |
get_server_multifile_size(string mfname) const | DownloadDb | [inline] |
get_server_num_files(string mfname) const | DownloadDb | [inline] |
get_server_num_multifiles(void) const | DownloadDb | [inline] |
get_version(const Filename &name, const HashVal &hash) const | DownloadDb | |
has_version(const Filename &name) const | DownloadDb | |
insert_new_version(const Filename &name, const HashVal &hash) | DownloadDb | |
MultifileRecords typedef | DownloadDb | |
output(ostream &out) const | DownloadDb | |
read_db(Filename &file, bool want_server_info) | DownloadDb | |
read_db(Ramfile &file, bool want_server_info) | DownloadDb | |
read_version_map(istream &read_stream) | DownloadDb | [protected] |
server_add_file(string mfname, string fname) | DownloadDb | |
server_add_multifile(string mfname, Phase phase, int size, int status) | DownloadDb | |
set_client_multifile_complete(string mfname) | DownloadDb | [inline] |
set_client_multifile_decompressed(string mfname) | DownloadDb | [inline] |
set_client_multifile_delta_size(string mfname, int size) | DownloadDb | [inline] |
set_client_multifile_extracted(string mfname) | DownloadDb | [inline] |
set_client_multifile_hash(string mfname, HashVal val) | DownloadDb | |
set_client_multifile_incomplete(string mfname) | DownloadDb | [inline] |
set_client_multifile_size(string mfname, int size) | DownloadDb | [inline] |
set_num_versions(const Filename &name, int num_versions) | DownloadDb | |
set_server_multifile_hash(string mfname, HashVal val) | DownloadDb | |
set_server_multifile_size(string mfname, int size) | DownloadDb | [inline] |
Status enum name | DownloadDb | |
Status_complete enum value | DownloadDb | |
Status_decompressed enum value | DownloadDb | |
Status_extracted enum value | DownloadDb | |
Status_incomplete enum value | DownloadDb | |
VectorHash typedef | DownloadDb | |
VersionMap typedef | DownloadDb | |
write(ostream &out) const | DownloadDb | |
write_client_db(Filename &file) | DownloadDb | |
write_db(Filename &file, Db db, bool want_server_info) | DownloadDb | |
write_server_db(Filename &file) | DownloadDb | |
write_version_map(ostream &out) const | DownloadDb | |
write_version_map(ofstream &write_stream) | DownloadDb | [protected] |
~DownloadDb(void) | DownloadDb | |