urbackup_backend/Interface
Martin 6447563c2e Merge remote-tracking branch 'urpc/next' into dev
Conflicts:
	.gitignore
	Interface/Database.h
	configure.ac_client
	configure.ac_server
	fileservplugin/CClientThread.cpp
	fileservplugin/CClientThread.h
	fileservplugin/FileServFactory.cpp
	fileservplugin/FileServFactory.h
	fileservplugin/IFileServFactory.h
	fsimageplugin/FSImageFactory.cpp
	fsimageplugin/FSImageFactory.h
	fsimageplugin/FileWrapper.cpp
	fsimageplugin/FileWrapper.h
	fsimageplugin/IFSImageFactory.h
	fsimageplugin/Makefile.am_client
	fsimageplugin/Makefile.am_server
	fsimageplugin/dllmain.cpp
	fsimageplugin/filesystem.cpp
	fsimageplugin/filesystem.h
	fsimageplugin/fs/ntfs.cpp
	fsimageplugin/fs/ntfs.h
	fsimageplugin/fs/ntfs_win.cpp
	fsimageplugin/fs/ntfs_win.h
	fsimageplugin/fs/unknown.cpp
	fsimageplugin/fs/unknown.h
	fsimageplugin/fsimageplugin.vcxproj.filters
	start_urbackup_client
	start_urbackup_server
	urbackupclient/ChangeJournalWatcher.cpp
	urbackupclient/ClientService.cpp
	urbackupclient/ClientServiceCMD.cpp
	urbackupclient/ImageThread.cpp
	urbackupclient/client.cpp
	urbackupclient/client.h
	urbackupclient/client_restore.cpp
	urbackupclient/clientdao.cpp
	urbackupclient/dllmain.cpp
	urbackupclient/win_sysvol.cpp
	urbackupclient/win_sysvol.h
	urbackupcommon/fileclient/FileClient.cpp
	urbackupcommon/fileclient/FileClientChunked.cpp
	urbackupcommon/os_functions.h
	urbackupcommon/os_functions_lin.cpp
	urbackupcommon/os_functions_win.cpp
	urbackupcommon/settingslist.cpp
	urbackupserver/ImageBackup.cpp
	urbackupserver/SQLiteFileCache.cpp
	urbackupserver/ServerDownloadThread.cpp
	urbackupserver/dao/ServerBackupDao.cpp
	urbackupserver/dao/ServerBackupDao.h
	urbackupserver/dllmain.cpp
	urbackupserver/doc/admin_guide.tex
	urbackupserver/server_channel.cpp
	urbackupserver/server_channel.h
	urbackupserver/server_cleanup.cpp
	urbackupserver/server_dir_links.cpp
	urbackupserver/server_get.cpp
	urbackupserver/server_hash.cpp
	urbackupserver/server_hash.h
	urbackupserver/server_settings.cpp
	urbackupserver/server_settings.h
	urbackupserver/server_update_stats.cpp
	urbackupserver/server_writer.cpp
	urbackupserver/serverinterface/backups.cpp
	urbackupserver/serverinterface/settings.cpp
	urbackupserver/serverinterface/usage.cpp
	urbackupserver/www/js/urbackup.js
	urbackupserver/www/templates.js
	urbackupserver/www/templates/settings_inv_row.htm
	urbackupserver/www/translations/urbackup.webinterface/ar_SA.po
2015-12-09 14:49:13 +01:00
..
Action.h Initial commit. 2011-01-06 17:43:38 +01:00
Condition.h Initial commit. 2011-01-06 17:43:38 +01:00
CustomClient.h Added a detailed status command for the client 2014-02-20 22:43:54 +01:00
Database.h Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
DatabaseCursor.h Better error handling for files cache creation 2013-06-11 22:13:03 +02:00
DatabaseFactory.h Added BerkleyDB as alternative SQL backend 2011-10-28 22:58:50 +02:00
DatabaseInt.h Updated SQLite and some SQLite tuning 2015-01-08 22:31:54 +01:00
File.h Improved error handling while downloading files and send zero bytes if file size was truncated while sending file 2014-11-25 20:49:48 +01:00
Mutex.h Initial commit. 2011-01-06 17:43:38 +01:00
Object.h Properly free file descriptor, if hash size is zero 2013-11-03 11:33:44 +01:00
OutputStream.h Initial commit. 2011-01-06 17:43:38 +01:00
Pipe.h Compress transferred data using miniZ now 2015-08-30 21:46:57 +02:00
PipeThrottler.h Update throttle bytes per second every 10 min from settings 2014-12-24 16:33:27 +01:00
Plugin.h Initial commit. 2011-01-06 17:43:38 +01:00
PluginMgr.h Initial commit. 2011-01-06 17:43:38 +01:00
Query.h Added MDB file cache 2013-05-19 19:46:20 +02:00
Server.h Parameter to bind service to localhost 2015-12-05 22:25:35 +01:00
Service.h Fixed compilation on linux 2012-08-25 20:06:49 +02:00
SessionMgr.h Don't block session during viewing live log 2013-09-24 22:39:31 +02:00
SettingsReader.h Better settings exchange 2014-04-15 20:10:44 +02:00
SharedMutex.h Replacing file entry cache with external file entry index 2014-10-10 18:29:26 +02:00
Table.h Initial commit. 2011-01-06 17:43:38 +01:00
Template.h Misc changes 2012-09-14 03:15:52 +02:00
Thread.h Initial commit. 2011-01-06 17:43:38 +01:00
ThreadPool.h File backup speed improvement by queuing file downloads 2014-05-01 12:45:29 +02:00
Types.h Removed unused nullptr definition 2014-01-24 21:08:03 +01:00
User.h Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00