urbackup_backend/urbackupclient
2015-12-22 17:32:17 +01:00
..
backup_scripts Fix client "make dist" 2015-12-22 16:33:24 +01:00
sysvol_test Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
watchdir Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
backup_client.db Changed default page size from 1024 to 32768 2015-12-13 16:28:58 +01:00
ChangeJournalWatcher.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
ChangeJournalWatcher.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
client_restore.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
client_tables.sql Reorganized directory structure 2012-02-25 02:45:06 +01:00
client.cpp Optimized file list a bit 2015-12-22 17:32:17 +01:00
client.h Improved tree diff performance 2015-12-20 18:46:24 +01:00
clientdao.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
clientdao.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
ClientSend.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
ClientSend.h Less frequent notifications during image sending 2012-11-18 19:45:49 +01:00
ClientService.cpp Fixed wchar_t usage 2015-12-22 13:27:12 +01:00
ClientService.h Made Linux restore working 2015-12-18 16:58:50 +01:00
ClientServiceCMD.cpp Fixed restore 2015-12-21 17:28:43 +01:00
cmdline_preprocessor.cpp Made restore work on Windows 2015-12-13 21:45:59 +01:00
common_tokens.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
database.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
DirectoryWatcherThread.cpp Fixed wchar_t usage 2015-12-22 13:27:12 +01:00
DirectoryWatcherThread.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
dllmain.cpp Fixed restore 2015-12-21 17:28:43 +01:00
file_permissions.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
file_permissions.h Secured client log and server identities 2014-03-06 22:09:58 +01:00
FileMetadataDownloadThread.cpp Added checksums to metadata and improved partial metadata handling 2015-12-19 18:01:21 +01:00
FileMetadataDownloadThread.h Made restore work on Windows 2015-12-13 21:45:59 +01:00
ImageThread.cpp Exclude pagefile and hiberfile from image backup 2015-12-14 17:44:48 +01:00
ImageThread.h Removed reference counting of shadow copies; Update starttime of shadow copy while imaging, so that it does not time out 2014-06-08 14:05:13 +02:00
InternetClient.cpp Made Linux restore working 2015-12-18 16:58:50 +01:00
InternetClient.h Compress transferred data using miniZ now 2015-08-30 21:46:57 +02:00
lin_tokens.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
lin_ver.cpp Added Linux version querying. Made windows version querying more maintainable. 2014-04-25 21:58:20 +02:00
lin_ver.h Added Linux version querying. Made windows version querying more maintainable. 2014-04-25 21:58:20 +02:00
PersistentOpenFiles.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
PersistentOpenFiles.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
README Fixed client build on Linux 2012-04-16 01:18:36 +02:00
RestoreDownloadThread.cpp Added checksums to metadata and improved partial metadata handling 2015-12-19 18:01:21 +01:00
RestoreDownloadThread.h Added checksums to metadata and improved partial metadata handling 2015-12-19 18:01:21 +01:00
RestoreFiles.cpp Added checksums to metadata and improved partial metadata handling 2015-12-19 18:01:21 +01:00
RestoreFiles.h Made restore work on Windows 2015-12-13 21:45:59 +01:00
ServerIdentityMgr.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
ServerIdentityMgr.h Refactored identity manager 2015-12-12 14:10:25 +01:00
TokenCallback.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
TokenCallback.h Callback to get tokens from filesrv 2015-08-02 15:53:35 +02:00
tokens.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
urbackupclient.vcxproj Improved Linux command line client interface 2015-12-07 22:23:50 +01:00
urbackupclient.vcxproj.filters Improved Linux command line client interface 2015-12-07 22:23:50 +01:00
urbackupclientVS12.vcxproj Rename projects w/o VS12 suffix 2015-02-04 22:32:47 -08:00
urbackupclientVS12.vcxproj.filters Make VS12 copies of the vcxproj.filters 2015-02-06 13:04:40 -08:00
win_all_volumes.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
win_all_volumes.h Cache ntfs property of volumes for capability command. Added new enumeration of all non-usb ntfs formatted volumes. 2014-11-16 17:53:59 +01:00
win_sysvol.cpp Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
win_sysvol.h Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
win_tokens.cpp Handle zero dacl resturn values 2015-12-19 13:55:02 +01:00
win_ver.cpp Fixed missing licensing headers 2015-08-08 22:53:24 +02:00
win_ver.h Added Linux version querying. Made windows version querying more maintainable. 2014-04-25 21:58:20 +02:00