urbackup_backend/urbackupserver
2016-01-27 20:13:55 +01:00
..
apps Resize file in more code paths if it ends with a sparse extent 2016-01-22 15:54:34 +01:00
dao Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
deps
doc Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
lmdb Updated LMDB 2016-01-12 20:03:26 +01:00
restore Correctly compare to logical block size 2015-04-23 21:59:50 +02:00
serverinterface Return error if access is denied 2016-01-26 18:06:31 +01:00
treediff Updated copyright 2016-01-02 16:38:00 +01:00
www Dropup actions on status screen 2016-01-25 19:53:23 +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 Show log button on activities screen 2016-01-23 16:05:44 +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 Improved error logging 2016-01-27 20:13:55 +01:00
ChunkPatcher.h Bug fixes in sparse file handling 2016-01-14 22:11:57 +01:00
ClientMain.cpp Reuse connection for ping running messages 2016-01-27 16:01:01 +01:00
ClientMain.h Reuse connection for ping running messages 2016-01-27 16:01:01 +01:00
cmdline_preprocessor.cpp Accidentially added the --no-server to the server 2016-01-22 01:53:12 +01:00
ContinuousBackup.cpp Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +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 Replacing file entry cache with external file entry index 2014-10-10 18:29:26 +02:00
database.h Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
dllmain.cpp Background checkpointing for all databases 2016-01-18 15:43:00 +01:00
FileBackup.cpp Log backup failure after disk error 2016-01-27 19:28:48 +01:00
FileBackup.h Show download speed and ETA 2016-01-21 00:45:13 +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 Flush file index before setting file backup to done 2015-12-05 18:43:14 +01:00
FileMetadataDownloadThread.cpp Fixed Linux client installer 2016-01-22 01:33:25 +01:00
FileMetadataDownloadThread.h Copy metadata file for analysis at more points 2016-01-21 02:10:42 +01:00
FullFileBackup.cpp Do not check client side hash with 1.x clients 2016-01-27 19:21:29 +01:00
FullFileBackup.h Show backed up volume in progress 2016-01-02 17:42:00 +01:00
ImageBackup.cpp Do not show ETA if image client is offline 2016-01-25 14:02:36 +01:00
ImageBackup.h Create image subfolder/subvolume as late as possible 2016-01-05 15:46:15 +01:00
IncrFileBackup.cpp Do not check client side hash with 1.x clients 2016-01-27 19:21:29 +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 Show command line process bar during restore 2016-01-24 21:09:28 +01:00
InternetServiceConnector.h Show command line process bar during restore 2016-01-24 21:09:28 +01:00
LMDBFileIndex.cpp Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +01:00
LMDBFileIndex.h Resize LMDB only once (again) 2014-12-15 23:08:46 +01:00
mbr_code.h
restore_client.cpp Do not cross filesystem boundary on restore per default and option to not delete any files during restore 2016-01-23 22:03:37 +01:00
restore_client.h Do not cross filesystem boundary on restore per default and option to not delete any files during restore 2016-01-23 22:03:37 +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 Show command line process bar during restore 2016-01-24 21:09:28 +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 Do not check client side hash with 1.x clients 2016-01-27 19:21:29 +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 Resize file in more code paths if it ends with a sparse extent 2016-01-22 15:54:34 +01:00
server_hash.h Fix chunked patching/hashing with sparse extents 2016-01-15 14:47:25 +01:00
server_image.h
server_log.cpp Show log button on activities screen 2016-01-23 16:05:44 +01:00
server_log.h Show log button on activities screen 2016-01-23 16:05:44 +01:00
server_ping.cpp Reuse connection for ping running messages 2016-01-27 16:01:01 +01:00
server_ping.h Made Linux restore working 2015-12-18 16:58:50 +01:00
server_prepare_hash.cpp Changed corruption warning 2016-01-25 18:04:12 +01:00
server_prepare_hash.h Do not use the sparse hashing for piped transferred files 2016-01-17 17:28:43 +01:00
server_running.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_running.h Simultaneous file and image backups and heavy refactoring 2014-11-30 19:34:02 +01:00
server_settings.cpp Set default internet image transfer mode to "raw" 2016-01-25 14:09:07 +01:00
server_settings.h REad file hashes from metadata + refactoring 2015-12-19 21:47:58 +01:00
server_status.cpp Show progress bytes and block restore on command line till it is finished per default 2016-01-24 15:07:06 +01:00
server_status.h Show progress bytes and block restore on command line till it is finished per default 2016-01-24 15:07:06 +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 Replacing file entry cache with external file entry index 2014-10-10 18:29:26 +02:00
server_update.cpp Small logging fix during client download 2016-01-26 01:41:25 +01:00
server_update.h Read update location from file 2016-01-02 16:33:08 +01:00
server_writer.cpp Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +01:00
server_writer.h Restore backups from web interface 2015-01-25 23:17:49 +01:00
server.cpp Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +01:00
server.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
ServerDownloadThread.cpp Do not check client side hash with 1.x clients 2016-01-27 19:21:29 +01:00
ServerDownloadThread.h Do not check client side hash with 1.x clients 2016-01-27 19:21:29 +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 Update throttle bytes per second every 10 min from settings 2014-12-24 16:33:27 +01:00
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 Background checkpointing for all databases 2016-01-18 15:43:00 +01:00
WalCheckpointThread.h Background checkpointing for all databases 2016-01-18 15:43:00 +01:00
zero_hash.h Finished cow image file format 2014-11-09 19:48:57 +01:00