urbackup_backend/urbackupserver
2016-05-04 16:52:30 +02:00
..
apps Changed default page size back to 4k 2016-03-05 16:49:41 +01:00
dao Delete in reverse order from database 2016-03-01 01:57:50 +01:00
deps
doc Fix doc issues 2016-04-01 02:07:22 +02: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 Symbolic link restore 2016-05-02 21:59:31 +02:00
treediff Improved tree reader error message 2016-04-19 17:51:31 +02:00
www Add LDAP/AD warning 2016-04-30 14:37:36 +02:00
action_header.h
actions.h
backup_server_db.h Changed page size to 4k 2016-03-05 17:08:49 +01:00
backup_server.db Changed page size to 4k 2016-03-05 17:08:49 +01:00
Backup.cpp Correctly log full file backup if started by incremental file backup 2016-03-02 21:21:05 +01:00
Backup.h Propagate incremental file backup result correctly 2016-05-03 18:52:04 +02:00
ChunkPatcher.cpp Finish sparse extent if extent is unchanged with tree hashing 2016-04-20 18:18:01 +02:00
ChunkPatcher.h Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
ClientMain.cpp Reset exponential backoff also if backup failed with e.g. timeout 2016-05-04 13:31:43 +02:00
ClientMain.h Get new session identity after image backup reconnect if needed 2016-04-19 02:42:19 +02:00
cmdline_preprocessor.cpp Allow enabling of integrated log rotation on Linux server 2016-05-01 18:52:34 +02: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 Read from one db while writing to the other 2016-04-01 16:10:42 +02:00
create_files_index.h Replacing file entry cache with external file entry index 2014-10-10 18:29:26 +02:00
database.h Create files index by creating a copy and then operating on the copy 2016-03-31 21:38:21 +02:00
dllmain.cpp Fix setting non-admin password from command line 2016-05-04 12:08:33 +02:00
FileBackup.cpp Set urbackup_backup_scripts permissions to allow all 2016-05-01 20:30:19 +02:00
FileBackup.h Set urbackup_backup_scripts permissions to allow all 2016-05-01 20:30:19 +02:00
filedownload.cpp Further optimized file backup deletion 2016-02-27 23:41:22 +01:00
filedownload.h Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
FileIndex.cpp Fixed file index racing condition 2016-05-04 16:52:30 +02:00
FileIndex.h Flush file index during server shutdown 2016-02-01 16:56:03 +01:00
FileMetadataDownloadThread.cpp Write correct orig_path also with patch transfer 2016-05-02 23:22:25 +02:00
FileMetadataDownloadThread.h Verify number of files loaded via meta-data 2016-05-01 17:17:30 +02:00
FullFileBackup.cpp Option to set orig_path for scripts/tar files 2016-05-02 02:52:51 +02:00
FullFileBackup.h Show backed up volume in progress 2016-01-02 17:42:00 +01:00
ImageBackup.cpp Get new session identity after image backup reconnect if needed 2016-04-19 02:42:19 +02:00
ImageBackup.h Consistent pre/post backup scripts/hooks 2016-04-01 01:04:38 +02:00
IncrFileBackup.cpp Propagate incremental file backup result correctly 2016-05-03 18:52:04 +02:00
IncrFileBackup.h The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
InternetServiceConnector.cpp Timeout server ecdh key after 6h 2016-01-28 16:55:55 +01:00
InternetServiceConnector.h Timeout server ecdh key after 6h 2016-01-28 16:55:55 +01:00
LMDBFileIndex.cpp Create files index by creating a copy and then operating on the copy 2016-03-31 21:38:21 +02:00
LMDBFileIndex.h Resize LMDB only once (again) 2014-12-15 23:08:46 +01:00
mbr_code.h
restore_client.cpp Symbolic link restore 2016-05-02 21:59:31 +02: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 Let "last" denote the last complete file backup on urbackupclientctl command line 2016-05-01 15:36:52 +02:00
server_channel.h Let "last" denote the last complete file backup on urbackupclientctl command line 2016-05-01 15:36:52 +02:00
server_cleanup.cpp Fix getting free space and image deletion on cleanup 2016-04-12 19:51:23 +02:00
server_cleanup.h Show activity for statistics recalculation 2016-02-22 23:12:54 +01:00
server_continuous.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_continuous.h Work around undefined SQLite behavior 2016-02-20 17:56:10 +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 Do not retry opening hash file for reading 2016-04-04 00:18:27 +02:00
server_hash.h Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +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 database backup progress 2016-02-21 13:51:25 +01:00
server_ping.cpp Get new session identity after image backup reconnect if needed 2016-04-19 02:42:19 +02:00
server_ping.h Made Linux restore working 2015-12-18 16:58:50 +01:00
server_prepare_hash.cpp Log which hashing function was used 2016-04-20 13:17:05 +02:00
server_prepare_hash.h Log which hashing function was used 2016-04-20 13:17:05 +02: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 Fix time span value selection 2016-03-24 22:44:32 +01:00
server_settings.h Configure cbt via server side settings 2016-03-22 18:10:52 +01:00
server_status.cpp Show database backup progress 2016-02-21 13:51:25 +01:00
server_status.h Show activity for statistics recalculation 2016-02-22 23:11:31 +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 Use old signature to update 1.4.x clients 2016-02-01 12:59:19 +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 New tree hashing method 2016-02-16 02:17:57 +01:00
server.h New tree hashing method 2016-02-16 02:17:57 +01:00
ServerDownloadThread.cpp Write correct orig_path also with patch transfer 2016-05-02 23:22:25 +02:00
ServerDownloadThread.h Verify number of files loaded via meta-data 2016-05-01 17:17:30 +02: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 Fix include/library paths 2016-02-22 20:07:09 +01:00
urbackupserver.vcxproj.filters New tree hashing method 2016-02-16 02:17:57 +01:00
verify_hashes.cpp Create files index by creating a copy and then operating on the copy 2016-03-31 21:38:21 +02:00
WalCheckpointThread.cpp Do not warn about not being able to open WAL file 2016-01-28 17:50:11 +01:00
WalCheckpointThread.h Do not warn about not being able to open WAL file 2016-01-28 17:50:11 +01:00
zero_hash.h Finished cow image file format 2014-11-09 19:48:57 +01:00