urbackup_backend/urbackupserver
2014-09-30 19:01:09 +02:00
..
apps Show full auth_log.csv file path 2014-08-08 19:28:35 +02:00
dao Revert "Experiment: Copy in batches" 2014-09-23 21:52:42 +02:00
deps
doc Updated admin manual 2014-08-28 16:32:12 +02:00
fileclient Get the correct "chunk hash - difference" file size for saving it into the database 2014-09-17 23:02:45 +02:00
lmdb Because not released yet: Revert "Integrated new LMDB version" 2014-09-24 21:57:14 +02:00
m4
restore
serverinterface Detach settings db at a few more places to prevent web interface lock-ups 2014-09-30 19:01:09 +02:00
treediff The tree reading and differencing was fragmenting the memory horribly on Linux (with glibc). Fixed it by making one big allocation. 2014-09-24 21:18:37 +02:00
www * Don't re-add all file entries on every incremental Internet file backup. 2014-09-17 20:58:17 +02:00
action_header.h
actions.h
AUTHORS
backup_server.db
ChangeLog
ChunkPatcher.cpp Call callback for correct seeking 2014-09-07 17:08:11 +02:00
ChunkPatcher.h Increased buffer size in chunk patcher and optimization of chunk patcher for btrfs 2014-09-05 19:24:14 +02:00
configure.ac
COPYING
create_files_cache.cpp
create_files_cache.h
database.h
DatabaseFileCache.cpp
DatabaseFileCache.h
dllmain.cpp Fixed a few memory leaks 2014-09-04 18:44:43 +02:00
FileCache.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
FileCache.h
filedownload.cpp Fixed build error with gcc 2014-09-18 20:45:41 +02:00
filedownload.h
INSTALL
InternetServiceConnector.cpp Fixed a few memory leaks 2014-09-04 18:44:43 +02:00
InternetServiceConnector.h Fixed a few memory leaks 2014-09-04 18:44:43 +02:00
Makefile.am Because not released yet: Revert "Integrated new LMDB version" 2014-09-24 21:57:14 +02:00
mbr_code.h
MDBFileCache.cpp
MDBFileCache.h
NEWS
README
server_archive.cpp
server_archive.h
server_channel.cpp Properly log restore cd logins 2014-08-08 19:33:06 +02:00
server_channel.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_cleanup.cpp Detach settings db at a few more places to prevent web interface lock-ups 2014-09-30 19:01:09 +02:00
server_cleanup.h Also perform other cleanups, if started manually 2014-06-03 21:57:03 +02:00
server_dir_links.cpp Robustifications for symlinking 2014-07-27 10:38:34 +02:00
server_dir_links.h Fix for unnecessary error log messages when symlinked file backup 2014-07-27 00:23:04 +02:00
server_download.cpp Get the correct "chunk hash - difference" file size for saving it into the database 2014-09-17 23:02:45 +02:00
server_download.h Limit queue size according to number of file descriptors used 2014-08-11 22:24:30 +02:00
server_get.cpp Revert "Experiment: Copy in batches" 2014-09-23 21:52:42 +02:00
server_get.h * Don't re-add all file entries on every incremental Internet file backup. 2014-09-17 20:58:17 +02:00
server_hash_existing.cpp Add file entries every min_file_incr times for each file. 2014-05-14 22:57:59 +02:00
server_hash_existing.h Add file entries every min_file_incr times for each file. 2014-05-14 22:57:59 +02:00
server_hash.cpp Properly count the files in the temporary table even from main backup thread 2014-09-21 16:38:39 +02:00
server_hash.h Copy file if hard linking fails when client side hash is available 2014-09-18 21:27:29 +02:00
server_image.cpp Converted the "compress image backup" switch to a select box, because further image format options are planned 2014-07-25 19:56:52 +02:00
server_image.h
server_log.cpp
server_log.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_ping.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_ping.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_prepare_hash.cpp Fail backup and log error code if reading old file fails when preparing hashes 2014-08-06 21:52:35 +02:00
server_prepare_hash.h Add file entries every min_file_incr times for each file. 2014-05-14 22:57:59 +02:00
server_running.cpp
server_running.h
server_settings.cpp * Don't re-add all file entries on every incremental Internet file backup. 2014-09-17 20:58:17 +02:00
server_settings.h * Don't re-add all file entries on every incremental Internet file backup. 2014-09-17 20:58:17 +02:00
server_status.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_status.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_tables.sql
server_update_stats.cpp Detach settings db at a few more places to prevent web interface lock-ups 2014-09-30 19:01:09 +02:00
server_update_stats.h
server_update.cpp Fixed crash when not able to open server_version_info.properties for writing 2014-09-27 17:29:57 +02:00
server_update.h Don't download new server version information in the browser. Do it nightly instead. 2014-06-13 20:38:28 +02:00
server_writer.cpp Compressed image backups 2014-04-05 17:35:59 +02:00
server_writer.h
server.cpp Fixed crash bug when a client is forced offline 2014-09-17 20:21:01 +02:00
server.h Make clientnames case-insensitive 2014-09-12 19:38:00 +02:00
snapshot_helper.cpp
snapshot_helper.h
SQLiteFileCache.cpp
SQLiteFileCache.h
urbackup_dsa.pub
urbackupserver.vcxproj Moved adler32.cpp to proper place 2014-07-21 22:08:18 +02:00
urbackupserver.vcxproj.filters Moved adler32.cpp to proper place 2014-07-21 22:08:18 +02:00
verify_hashes.cpp Option to delete file entries with failed verification from database 2014-07-11 23:18:22 +02:00
zero_hash.h