urbackup_backend/urbackupserver
2016-01-14 19:46:43 +01:00
..
apps Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
dao Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
deps
doc
lmdb Updated LMDB 2016-01-12 20:03:26 +01:00
restore
serverinterface Add client button on status page 2016-01-13 22:57:33 +01:00
treediff Updated copyright 2016-01-02 16:38:00 +01:00
www The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
action_header.h
actions.h
backup_server_db.h Regenerated db headers 2016-01-05 17:01:36 +01:00
backup_server.db Embed initial database into executable 2016-01-05 16:27:13 +01:00
Backup.cpp The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
Backup.h The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
ChunkPatcher.cpp Linux build fixes plus improved error logging 2016-01-14 19:46:43 +01:00
ChunkPatcher.h Sparse file handling (TODO: Linux) 2016-01-11 00:29:46 +01:00
ClientMain.cpp Multiple processes in client interface 2016-01-12 19:36:32 +01:00
ClientMain.h Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
cmdline_preprocessor.cpp Linux build fixes plus improved error logging 2016-01-14 19:46:43 +01:00
ContinuousBackup.cpp Show backed up volume in progress 2016-01-02 17:42:00 +01:00
ContinuousBackup.h Show backed up volume in progress 2016-01-02 17:42:00 +01:00
create_backup_server_db_header.sh Regenerated db headers 2016-01-05 17:01:36 +01:00
create_files_index.cpp Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
create_files_index.h
database.h Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
dllmain.cpp Add client button on status page 2016-01-13 22:57:33 +01:00
FileBackup.cpp The snapshot_helper may also create the hash folder 2016-01-14 01:59:47 +01:00
FileBackup.h Show backed up volume in progress 2016-01-02 17:42:00 +01:00
filedownload.cpp Sparse file handling (TODO: Linux) 2016-01-11 00:29:46 +01:00
filedownload.h Sparse file handling (TODO: Linux) 2016-01-11 00:29:46 +01:00
FileIndex.cpp Updated copyright 2016-01-02 16:38:00 +01:00
FileIndex.h
FileMetadataDownloadThread.cpp + Linux sparse file support - some bugs 2016-01-11 21:11:14 +01:00
FileMetadataDownloadThread.h Fixed incremental script download and new clientlist filename scheme 2015-12-20 20:52:12 +01:00
FullFileBackup.cpp + Linux sparse file support - some bugs 2016-01-11 21:11:14 +01:00
FullFileBackup.h Show backed up volume in progress 2016-01-02 17:42:00 +01:00
ImageBackup.cpp Multiple processes in client interface 2016-01-12 19:36:32 +01:00
ImageBackup.h Create image subfolder/subvolume as late as possible 2016-01-05 15:46:15 +01:00
IncrFileBackup.cpp The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
IncrFileBackup.h The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
InternetServiceConnector.cpp Updated copyright 2016-01-02 16:38:00 +01:00
InternetServiceConnector.h Fixed race condition on connection timeout 2015-12-13 23:31:56 +01:00
LMDBFileIndex.cpp Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
LMDBFileIndex.h
mbr_code.h
restore_client.cpp Allow restore to different target folders than the original ones 2016-01-09 00:50:00 +01:00
restore_client.h Allow restore to different target folders than the original ones 2016-01-09 00:50:00 +01:00
server_archive.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_archive.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
server_channel.cpp Follow restore progress after starting it with interactive client involvement 2016-01-12 23:48:41 +01:00
server_channel.h Wait for fileclient threads to finish before exiting channel thread 2016-01-07 15:12:00 +01:00
server_cleanup.cpp Improved Database locking and backup 2016-01-14 17:38:42 +01:00
server_cleanup.h Improved Database locking and backup 2016-01-14 17:38:42 +01:00
server_continuous.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_continuous.h Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
server_dir_links.cpp Improved Database locking and backup 2016-01-14 17:38:42 +01:00
server_dir_links.h The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
server_hash.cpp Linux build fixes plus improved error logging 2016-01-14 19:46:43 +01:00
server_hash.h Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
server_image.h
server_log.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_log.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
server_ping.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_ping.h Made Linux restore working 2015-12-18 16:58:50 +01:00
server_prepare_hash.cpp Linux build fixes plus improved error logging 2016-01-14 19:46:43 +01:00
server_prepare_hash.h Sparse file restore 2016-01-12 00:38:14 +01:00
server_running.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_running.h
server_settings.cpp Disable ldap login per default 2016-01-03 20:19:14 +01:00
server_settings.h REad file hashes from metadata + refactoring 2015-12-19 21:47:58 +01:00
server_status.cpp Show correct process action when resuming file backup 2016-01-03 17:14:13 +01:00
server_status.h Show restore progress on server side 2016-01-04 21:12:24 +01:00
server_tables.sql
server_update_stats.cpp Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
server_update_stats.h
server_update.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_update.h Read update location from file 2016-01-02 16:33:08 +01:00
server_writer.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_writer.h
server.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
ServerDownloadThread.cpp Fixed script download 2016-01-14 17:38:56 +01:00
ServerDownloadThread.h Sparse file handling (TODO: Linux) 2016-01-11 00:29:46 +01:00
snapshot_helper.cpp Updated copyright 2016-01-02 16:38:00 +01:00
snapshot_helper.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
ThrottleUpdater.cpp Updated copyright 2016-01-02 16:38:00 +01:00
ThrottleUpdater.h
urbackup_ecdsa409k1.pub Use ECDSA instead of DSA when signing 2015-12-10 19:09:37 +01:00
urbackupserver.vcxproj Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
urbackupserver.vcxproj.filters Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
verify_hashes.cpp Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
WalCheckpointThread.cpp Improved Database locking and backup 2016-01-14 17:38:42 +01:00
WalCheckpointThread.h Reader/Writer lock for WAL checkpointing 2015-12-28 10:22:30 +01:00
zero_hash.h