urbackup_backend/urbackupserver
2013-07-29 22:43:15 +02:00
..
apps Added command to repair database -- removed second open 2013-05-27 23:41:10 +02:00
dao Fixed bug where images were not removed during cleanup 2013-07-11 19:46:12 +02:00
deps Clients can now be downloaded preconfigured from the web interface 2013-07-22 22:44:25 +02:00
doc Updated server documentation to 1.2 2013-05-19 19:47:30 +02:00
fileclient *Enter server IP/hostname if server is not found when using the restore CD 2013-07-25 23:00:21 +02:00
lmdb End-to-end file backup verification for debugging purposes 2013-05-26 15:42:46 +02:00
m4 Added pthread macro 2013-05-22 19:28:43 +02:00
restore Added missing strings 2013-07-29 22:43:15 +02:00
serverinterface Merge remote-tracking branch 'urpc/next' into feature-quota 2013-07-28 00:13:19 +02:00
treediff Backups with btrfs snapshots 2012-11-01 17:48:18 +01:00
www Clients can now be downloaded preconfigured from the web interface 2013-07-22 22:44:25 +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 Use reflink to save only changed file parts on btrfs 2012-11-01 21:44:12 +01:00
ChunkPatcher.h Use reflink to save only changed file parts on btrfs 2012-11-01 21:44:12 +01:00
configure.ac Added pthread macro 2013-05-22 19:28:43 +02:00
COPYING Reorganized directory structure 2012-02-25 02:45:06 +01:00
create_files_cache.cpp Better error handling for files cache creation 2013-06-11 22:13:03 +02:00
create_files_cache.h SQLite files cache 2013-06-09 20:06:44 +02:00
database.h New cache layer for files 2013-05-11 00:37:22 +02: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 Merge remote-tracking branch 'urpc/next' into feature-quota 2013-07-28 00:13:19 +02:00
FileCache.cpp SQLite files cache 2013-06-09 20:06:44 +02:00
FileCache.h SQLite files cache 2013-06-09 20:06:44 +02:00
filedownload.cpp Implemented advanced settings 2013-03-01 22:22:54 +01: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 Fixed bug, where a disconnected client caused 100% CPU usage 2013-06-18 22:17:21 +02:00
InternetServiceConnector.h Fixed PBKDF2 authentication. Added onetime token authentication. 2012-08-22 15:03:16 +02:00
Makefile.am Added source file to makefile 2013-07-28 01:13:39 +02:00
mbr_code.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
MDBFileCache.cpp Fixed linux build 2013-06-09 21:16:54 +02: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 Corrected comments 2012-10-22 00:26:56 +02:00
server_archive.h Fixed a lot of memory leaks 2012-08-14 22:14:11 +02:00
server_channel.cpp Fixed restore SQL queries 2013-07-28 10:40:17 +02:00
server_channel.h New Internet mode 2012-03-07 19:11:40 +01:00
server_cleanup.cpp Fixed quota enforcement 2013-07-02 20:35:11 +02:00
server_cleanup.h Soft client quota 2013-05-25 18:35:27 +02:00
server_get.cpp Merge remote-tracking branch 'urpc/next' into feature-quota 2013-07-28 00:13:19 +02:00
server_get.h Calculate file hashes on Internet client 2013-05-30 22:01:37 +02:00
server_hash.cpp SQLite files cache 2013-06-09 20:06:44 +02:00
server_hash.h Deinitialize database correctly 2013-06-05 23:04:29 +02:00
server_image.cpp Soft client quota 2013-05-25 18:35:27 +02:00
server_image.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
server_log.cpp Soft client quota 2013-05-25 18:35:27 +02:00
server_log.h Soft client quota 2013-05-25 18:35:27 +02:00
server_ping.cpp Reorganized internet settings and added a few 2012-05-16 21:55:49 +02:00
server_ping.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
server_prepare_hash.cpp Correctly fail backups if there are disk problems 2012-11-03 15:32:23 +01:00
server_prepare_hash.h Correctly fail backups if there are disk problems 2012-11-03 15:32:23 +01:00
server_running.cpp Fixed memory leaks 2012-08-15 18:02:42 +02:00
server_running.h Fixed memory leaks 2012-08-15 18:02:42 +02:00
server_settings.cpp Calculate file hashes on Internet client 2013-05-30 22:01:37 +02:00
server_settings.h Calculate file hashes on Internet client 2013-05-30 22:01:37 +02:00
server_status.cpp Show client and operating system version on web interface 2013-06-27 18:43:09 +02:00
server_status.h Show client and operating system version on web interface 2013-06-27 18:43:09 +02:00
server_tables.sql Reorganized directory structure 2012-02-25 02:45:06 +01:00
server_update_stats.cpp Better cache creation 2013-05-24 23:25:06 +02:00
server_update_stats.h Suspend index while copying 2013-05-21 21:07:49 +02:00
server_update.cpp Linux fixes 2012-10-07 19:06:15 +02:00
server_update.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
server_writer.cpp Soft client quota 2013-05-25 18:35:27 +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 Actually use temporary files if enabled 2013-03-25 21:44:32 +01:00
server.h Correctly delete snapshots during command line cleanup 2013-03-21 18:48:04 +01: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 Better error handling for files cache creation 2013-06-11 22:13:03 +02:00
SQLiteFileCache.h SQLite files cache 2013-06-09 20:06:44 +02:00
urbackupserver.vcxproj Merge remote-tracking branch 'urpc/next' into feature-quota 2013-07-28 00:13:19 +02:00
urbackupserver.vcxproj.filters Fixed restore SQL queries 2013-07-28 10:40:17 +02:00
verify_hashes.cpp Better error handling during image receiving and some small bugfixes 2012-11-18 19:46:36 +01:00
zero_hash.h Reorganized directory structure 2012-02-25 02:45:06 +01:00