urbackup_backend/urbackupserver
2014-08-13 19:00:07 +02:00
..
apps Show full auth_log.csv file path 2014-08-08 19:28:35 +02:00
dao Robustifications for symlinking 2014-07-27 10:38:34 +02:00
deps Clients can now be downloaded preconfigured from the web interface 2013-07-22 22:44:25 +02:00
doc New installation chapter 2014-08-10 22:43:40 +02:00
fileclient Fixed null pointer dereferencing bug with the progress debug logging 2014-08-12 18:43:08 +02:00
lmdb Tried to fix FreeBSD issues 2013-12-02 23:39:52 +01:00
m4 Added pthread macro 2013-05-22 19:28:43 +02:00
restore Restore to different hardware 2014-01-19 19:38:59 +01:00
serverinterface 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
treediff Properly handle " in file names (on Linux clients) 2014-04-10 19:17:12 +02:00
www Fixed table on status screen 2014-08-11 19:30:36 +02:00
action_header.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
actions.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
AUTHORS Reorganized directory structure 2012-02-25 02:45:06 +01:00
backup_server.db Moved backup_server 2012-08-11 16:55:37 +02:00
ChangeLog Reorganized directory structure 2012-02-25 02:45:06 +01:00
ChunkPatcher.cpp Hande endianess correctly 2014-02-23 21:50:19 +01:00
ChunkPatcher.h Use reflink to save only changed file parts on btrfs 2012-11-01 21:44:12 +01:00
configure.ac Parameter to disable fortifications 2013-12-02 19:36:40 +01:00
COPYING Reorganized directory structure 2012-02-25 02:45:06 +01:00
create_files_cache.cpp Fixed crash bug that crashed the server when the file cache was enabled and the server was not immediately restarted 2014-02-12 22:29:44 +01:00
create_files_cache.h Proper startup screen for file entry cache creation 2013-10-19 22:50:40 +02:00
database.h Better error messages when opening database fails 2013-11-26 19:49:40 +01:00
DatabaseFileCache.cpp Added MDB file cache 2013-05-12 17:59:50 +02:00
DatabaseFileCache.h Added MDB file cache 2013-05-12 17:59:50 +02:00
dllmain.cpp Create index to speed up cleanup 2014-06-03 22:46:27 +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 Fixed type warning 2013-10-22 18:19:17 +02:00
filedownload.cpp File backup speed improvement by queuing file downloads 2014-05-01 12:45:29 +02:00
filedownload.h Use reflink to save only changed file parts on btrfs 2012-11-01 21:44:12 +01:00
INSTALL Reorganized directory structure 2012-02-25 02:45:06 +01:00
InternetServiceConnector.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
InternetServiceConnector.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
Makefile.am Moved adler32.cpp to proper place 2014-07-21 22:08:18 +02:00
mbr_code.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
MDBFileCache.cpp Fixed coverity issues 2013-11-02 21:53:14 +01:00
MDBFileCache.h Create the files cache with the correct size 2013-06-06 22:47:51 +02:00
NEWS Reorganized directory structure 2012-02-25 02:45:06 +01:00
README Reorganized directory structure 2012-02-25 02:45:06 +01:00
server_archive.cpp Build fix 2014-01-24 21:47:47 +01:00
server_archive.h Fixed a lot of memory leaks 2012-08-14 22:14:11 +02:00
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 Don't download new server version information in the browser. Do it nightly instead. 2014-06-13 20:38:28 +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 Fixed: Limit queue size according to number of file descriptors used 2014-08-13 19:00:07 +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 Forcibly offline client, if capabilities cannot be requested/received 2014-08-12 19:44:24 +02:00
server_get.h Moved: Log file loading progress every minute 2014-08-09 22:12:39 +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 Fail backup and log error code if reading old file fails when preparing hashes 2014-08-06 21:52:35 +02:00
server_hash.h Save correct file size with patches 2014-07-09 20:06:59 +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 Reorganized directory structure 2012-02-25 02:45:06 +01:00
server_log.cpp Updated copyright notice 2014-02-22 15:22:42 +01:00
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 Updated copyright notice 2014-02-22 15:22:42 +01:00
server_running.h Fixed memory leaks 2012-08-15 18:02:42 +02:00
server_settings.cpp Set client specific local_incr_file_transfer_mode setting correctly 2014-08-06 20:55:51 +02:00
server_settings.h Set client specific local_incr_file_transfer_mode setting correctly 2014-08-06 20:55:51 +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 Reorganized directory structure 2012-02-25 02:45:06 +01:00
server_update_stats.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_update_stats.h Suspend index while copying 2013-05-21 21:07:49 +02:00
server_update.cpp Switched update download URL 2014-07-25 18:16:28 +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 Update backup intervals correctly; Correctly (not) log backups; Better error handling while VHD file writing 2012-12-08 20:52:05 +01:00
server.cpp Forcibly offline client, if capabilities cannot be requested/received 2014-08-12 19:44:24 +02:00
server.h Forcibly offline client, if capabilities cannot be requested/received 2014-08-12 19:44:24 +02:00
snapshot_helper.cpp Correctly find snapshot helper if PATH is not set properly 2013-01-09 23:21:41 +01:00
snapshot_helper.h Correctly find snapshot helper if PATH is not set properly 2013-01-09 23:21:41 +01:00
SQLiteFileCache.cpp Proper startup screen for file entry cache creation 2013-10-19 22:50:40 +02:00
SQLiteFileCache.h SQLite files cache 2013-06-09 20:06:44 +02:00
urbackup_dsa.pub Install public key on Linux 2013-10-17 21:27:28 +02:00
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 Reorganized directory structure 2012-02-25 02:45:06 +01:00