urbackup_backend/urbackupserver
2014-11-05 19:32:38 +01:00
..
apps Show full auth_log.csv file path 2014-08-08 19:28:35 +02:00
dao Properly propagate global setting changes to client settings 2014-10-25 18:24:23 +02:00
deps Clients can now be downloaded preconfigured from the web interface 2013-07-22 22:44:25 +02:00
doc Updated admin manual 2014-08-28 16:32:12 +02:00
fileclient Always use separate connection to download blocks with wrong hashes, because the patch file format requires the data in ascending order 2014-11-05 19:32:38 +01:00
lmdb Because not released yet: Revert "Integrated new LMDB version" 2014-09-24 21:57:14 +02:00
m4 Added pthread macro 2013-05-22 19:28:43 +02:00
restore Restore to different hardware 2014-01-19 19:38:59 +01:00
serverinterface Try to automatically set the /etc/urbackup/backupfolder file 2014-10-31 19:20:21 +01:00
treediff The tree reading and differencing was fragmenting the memory horribly on Linux (with glibc). Fixed it by making one big allocation. 2014-09-24 21:18:37 +02:00
www Added Czech translation (thanks goes to Ales Hermann). Updated translations and updated translation attribution. 2014-10-18 13:30:01 +02:00
action_header.h
actions.h
AUTHORS
backup_server.db
ChangeLog
ChunkPatcher.cpp Added assertions and error logging if patch is corrupt 2014-11-05 19:31:46 +01:00
ChunkPatcher.h Increased buffer size in chunk patcher and optimization of chunk patcher for btrfs 2014-09-05 19:24:14 +02:00
configure.ac Modifications for RPM building 2014-10-13 22:46:43 +02:00
COPYING
create_files_cache.cpp Fixed crash bug that crashed the server when the file cache was enabled and the server was not immediately restarted 2014-02-12 22:29:44 +01:00
create_files_cache.h Proper startup screen for file entry cache creation 2013-10-19 22:50:40 +02:00
database.h Better error messages when opening database fails 2013-11-26 19:49:40 +01: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 Fixed a few memory leaks 2014-09-04 18:44:43 +02:00
FileCache.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
FileCache.h Fixed type warning 2013-10-22 18:19:17 +02:00
filedownload.cpp Fixed build error with gcc 2014-09-18 20:45:41 +02:00
filedownload.h
INSTALL
InternetServiceConnector.cpp Fixed a few memory leaks 2014-09-04 18:44:43 +02:00
InternetServiceConnector.h Fixed a few memory leaks 2014-09-04 18:44:43 +02:00
Makefile.am Because not released yet: Revert "Integrated new LMDB version" 2014-09-24 21:57:14 +02:00
mbr_code.h
MDBFileCache.cpp Fixed coverity issues 2013-11-02 21:53:14 +01:00
MDBFileCache.h Create the files cache with the correct size 2013-06-06 22:47:51 +02:00
NEWS
README
server_archive.cpp Build fix 2014-01-24 21:47:47 +01:00
server_archive.h
server_channel.cpp Revert "Added cow raw image file format" 2014-10-19 22:48:39 +02:00
server_channel.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_cleanup.cpp Detach settings db at a few more places to prevent web interface lock-ups 2014-09-30 19:01:09 +02:00
server_cleanup.h Also perform other cleanups, if started manually 2014-06-03 21:57:03 +02:00
server_dir_links.cpp Robustifications for symlinking 2014-07-27 10:38:34 +02:00
server_dir_links.h Fix for unnecessary error log messages when symlinked file backup 2014-07-27 00:23:04 +02:00
server_download.cpp Get the correct "chunk hash - difference" file size for saving it into the database 2014-09-17 23:02:45 +02:00
server_download.h Limit queue size according to number of file descriptors used 2014-08-11 22:24:30 +02:00
server_get.cpp Fixed switching from Internet to LAN 2014-11-02 15:21:20 +01:00
server_get.h Update capabilities after client update 2014-10-25 18:38:39 +02:00
server_hash_existing.cpp Add file entries every min_file_incr times for each file. 2014-05-14 22:57:59 +02:00
server_hash_existing.h Add file entries every min_file_incr times for each file. 2014-05-14 22:57:59 +02:00
server_hash.cpp Properly count the files in the temporary table even from main backup thread 2014-09-21 16:38:39 +02:00
server_hash.h Copy file if hard linking fails when client side hash is available 2014-09-18 21:27:29 +02:00
server_image.cpp Revert "Added cow raw image file format" 2014-10-19 22:48:39 +02:00
server_image.h
server_log.cpp Updated copyright notice 2014-02-22 15:22:42 +01:00
server_log.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_ping.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_ping.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_prepare_hash.cpp Fail backup and log error code if reading old file fails when preparing hashes 2014-08-06 21:52:35 +02:00
server_prepare_hash.h Add file entries every min_file_incr times for each file. 2014-05-14 22:57:59 +02:00
server_running.cpp Updated copyright notice 2014-02-22 15:22:42 +01:00
server_running.h
server_settings.cpp * Don't re-add all file entries on every incremental Internet file backup. 2014-09-17 20:58:17 +02:00
server_settings.h Revert "Added cow raw image file format" 2014-10-19 22:48:39 +02:00
server_status.cpp Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_status.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
server_tables.sql
server_update_stats.cpp Detach settings db at a few more places to prevent web interface lock-ups 2014-09-30 19:01:09 +02:00
server_update_stats.h Suspend index while copying 2013-05-21 21:07:49 +02:00
server_update.cpp Fixed crash when not able to open server_version_info.properties for writing 2014-09-27 17:29:57 +02: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 Revert "Added cow raw image file format" 2014-10-19 22:48:39 +02:00
server_writer.h Revert "Added cow raw image file format" 2014-10-19 22:48:39 +02:00
server.cpp Fixed switching from Internet to LAN 2014-11-02 15:21:20 +01:00
server.h Make clientnames case-insensitive 2014-09-12 19:38:00 +02:00
snapshot_helper.cpp
snapshot_helper.h
SQLiteFileCache.cpp Proper startup screen for file entry cache creation 2013-10-19 22:50:40 +02:00
SQLiteFileCache.h SQLite files cache 2013-06-09 20:06:44 +02:00
urbackup_dsa.pub Install public key on Linux 2013-10-17 21:27:28 +02:00
urbackupserver.vcxproj Moved adler32.cpp to proper place 2014-07-21 22:08:18 +02:00
urbackupserver.vcxproj.filters Moved adler32.cpp to proper place 2014-07-21 22:08:18 +02:00
verify_hashes.cpp Option to delete file entries with failed verification from database 2014-07-11 23:18:22 +02:00
zero_hash.h