urbackup_backend/urbackupserver
Martin 37f728ae57 Get date format from browser (os)
(cherry picked from commit 8dbc59bc5d3410aa499c16eb500ae0fa2fd31146)
2015-12-11 12:48:27 +01:00
..
apps Fixed skiphash copying 2015-12-05 15:54:48 +01:00
dao Prevent access token reuse 2015-12-10 18:45:23 +01:00
deps
doc Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
lmdb Build fixes 2014-11-18 20:57:59 +01:00
restore Correctly compare to logical block size 2015-04-23 21:59:50 +02:00
serverinterface Transfer unix timestamp to browser and format time in the browser 2015-12-11 12:47:44 +01:00
treediff License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
www Get date format from browser (os) 2015-12-11 12:48:27 +01:00
action_header.h
actions.h
backup_server.db
Backup.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
Backup.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ChunkPatcher.cpp License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
ChunkPatcher.h Increased buffer size in chunk patcher and optimization of chunk patcher for btrfs 2014-09-05 19:24:14 +02:00
ClientMain.cpp Retry creating client directory 2015-12-11 12:42:13 +01:00
ClientMain.h Barrier to stop all running backups (and prevent new ones from running) 2015-12-11 12:23:12 +01:00
cmdline_preprocessor.cpp Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes 2015-12-10 18:19:10 +01:00
ContinuousBackup.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ContinuousBackup.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
create_files_index.cpp Separate functions for read and write transactions 2015-10-26 18:51:30 +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
dllmain.cpp Use ECDSA instead of DSA when signing 2015-12-10 19:09:37 +01:00
FileBackup.cpp Create client directory before creating backup directory 2015-12-11 12:26:58 +01:00
FileBackup.h Make hash compile-time configurable 2015-12-11 12:16:48 +01:00
filedownload.cpp Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes 2015-12-10 18:19:10 +01:00
filedownload.h Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes 2015-12-10 18:19:10 +01:00
FileIndex.cpp Flush file index before setting file backup to done 2015-12-05 18:43:14 +01:00
FileIndex.h Flush file index before setting file backup to done 2015-12-05 18:43:14 +01:00
FileMetadataDownloadThread.cpp Save file path correction for later metadata application 2015-12-11 11:50:52 +01:00
FileMetadataDownloadThread.h Save file path correction for later metadata application 2015-12-11 11:50:52 +01:00
FullFileBackup.cpp Make hash compile-time configurable 2015-12-11 12:16:48 +01:00
FullFileBackup.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ImageBackup.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ImageBackup.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
IncrFileBackup.cpp Make hash compile-time configurable 2015-12-11 12:16:48 +01:00
IncrFileBackup.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
InternetServiceConnector.cpp Optimized and fixed bugs in transfer compression 2015-09-01 00:21:29 +02:00
InternetServiceConnector.h Compress transferred data using miniZ now 2015-08-30 21:46:57 +02:00
LMDBFileIndex.cpp Variable length integer encoding optimization 2015-12-05 19:08:58 +01:00
LMDBFileIndex.h Resize LMDB only once (again) 2014-12-15 23:08:46 +01:00
mbr_code.h
restore_client.cpp Refactored backup access 2015-10-30 20:53:10 +01:00
restore_client.h Refactored backup access 2015-10-30 20:53:10 +01:00
server_archive.cpp License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
server_archive.h
server_channel.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
server_channel.h Fixed file listing via command line 2015-11-02 22:43:33 +01:00
server_cleanup.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
server_cleanup.h Fixed bug in image cleanup: Properly delete SYSVOL images and don't delete incremental images if not allowed to 2015-10-24 17:50:18 +02:00
server_continuous.cpp License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
server_continuous.h Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes 2015-12-10 18:19:10 +01:00
server_dir_links.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
server_dir_links.h Don't start recursive SQLite transactions when deleting pooled directories 2015-08-05 22:34:49 +02:00
server_hash_existing.cpp Make hash compile-time configurable 2015-12-11 12:16:48 +01:00
server_hash_existing.h Restore backups from web interface 2015-01-25 23:17:49 +01:00
server_hash.cpp Fixed error message with regards to sha size 2015-12-11 12:25:48 +01:00
server_hash.h Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
server_image.h
server_log.cpp Linux file backups with snapshots and symbolic links 2015-12-07 01:06:32 +01:00
server_log.h Linux file backups with snapshots and symbolic links 2015-12-07 01:06:32 +01:00
server_ping.cpp License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
server_ping.h Restore backups from web interface 2015-01-31 08:51:08 +01:00
server_prepare_hash.cpp Make hash compile-time configurable 2015-12-11 12:16:48 +01:00
server_prepare_hash.h Make hash compile-time configurable 2015-12-11 12:16:48 +01:00
server_running.cpp License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
server_running.h Simultaneous file and image backups and heavy refactoring 2014-11-30 19:34:02 +01:00
server_settings.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
server_settings.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
server_status.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
server_status.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
server_tables.sql
server_update_stats.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +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 ECDSA instead of DSA when signing 2015-12-10 19:09:37 +01: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 Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
server_writer.h Restore backups from web interface 2015-01-25 23:17:49 +01:00
server.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
server.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ServerDownloadThread.cpp Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes 2015-12-10 18:19:10 +01:00
ServerDownloadThread.h Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes 2015-12-10 18:19:10 +01:00
snapshot_helper.cpp License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
snapshot_helper.h
ThrottleUpdater.cpp Fixed missing licensing headers 2015-08-08 22:53:24 +02: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 Improved Linux command line server interface 2015-12-07 18:57:40 +01:00
urbackupserver.vcxproj.filters Improved Linux command line server interface 2015-12-07 18:57:40 +01:00
urbackupserverVS12.vcxproj Rename projects w/o VS12 suffix 2015-02-04 22:32:47 -08:00
urbackupserverVS12.vcxproj.filters Make VS12 copies of the vcxproj.filters 2015-02-06 13:04:40 -08:00
verify_hashes.cpp Make hash compile-time configurable 2015-12-11 12:16:48 +01:00
WalCheckpointThread.cpp Fixed missing licensing headers 2015-08-08 22:53:24 +02:00
WalCheckpointThread.h New thread which checkpoints the SQLite WAL file if it is larger than 1GiB 2015-04-27 18:49:16 +02:00
zero_hash.h Finished cow image file format 2014-11-09 19:48:57 +01:00