Commit Graph

32 Commits

Author SHA1 Message Date
Martin
78136fbc83 Set FSCTL_ALLOW_EXTENDED_DASD_IO on volume handle to be able to read last sector
(cherry picked from commit 9c21bc42b307b84a376cda247bd4b7b3ab86cef9)
2018-10-26 15:48:00 +02:00
Martin
190358dcbe Fix gcc build issue 2018-04-28 00:35:36 +02:00
Martin
84fe531a6d Fix null pointer access after image backup read error 2017-01-13 15:26:09 +01:00
Martin
aec28c8436 Fix memory leak during ZIP download 2016-12-06 17:48:47 +01:00
Martin
bad786bf18 Fixed a few coverity issues 2016-10-24 02:29:54 +02:00
Martin
1b5b838d57 Do not increment nwait if sleep was interrupted 2016-09-23 16:49:25 +02:00
Martin Raiber
9f88603268 Fix: Limit number of blocks queued by time spent queuing 2016-09-09 01:32:44 +02:00
Martin Raiber
d7dce897dc Limit number of blocks queued by time spent queuing 2016-09-09 01:31:46 +02:00
Martin Raiber
9c2148e400 Improved image backup read error handling 2016-08-26 01:22:59 +02:00
Martin Raiber
dcba5c7a9a Performance: Use overlapped IO for image backups 2016-08-24 20:25:35 +02:00
Martin
89d6cff386 Fix race condition in read-ahead 2016-06-07 22:50:46 +02:00
Martin
6cc881d677 Get file size before hashing and only read file till that size 2016-01-20 23:07:05 +01:00
Martin
a15331dea5 Background (io-) priority implementation for Linux 2016-01-18 15:43:57 +01:00
Martin
b3903cc1c4 Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +01:00
Martin
9ee64e650a Updated copyright 2016-01-02 16:38:00 +01:00
Martin
9bab514e22 Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
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
Martin
60abeae8f0 Properly stop read ahead thread 2015-08-02 21:28:12 +02:00
Martin
345d182568 License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
Martin
7a8ce281fa Do not try to read ahead beyond last block 2015-07-29 22:57:41 +02:00
Martin
26dfc66246 Propagate background priority setting to read ahead thread 2015-07-18 22:32:59 +02:00
Martin Raiber
055cffcf44 Fixed issues in read ahead
(cherry picked from commit 76824dfd81)

Conflicts:
	fsimageplugin/filesystem.cpp
2015-07-18 22:22:36 +02:00
Martin Raiber
04ff7786f3 Read ahead from device to improve performance
(cherry picked from commit 2a174840f5)

Conflicts:
	fsimageplugin/dllmain.cpp
	fsimageplugin/filesystem.cpp
	fsimageplugin/vhdfile.cpp
2015-07-18 22:21:43 +02:00
Martin Raiber
76824dfd81 Fixed issues in read ahead 2015-05-15 18:05:22 +02:00
Martin Raiber
2a174840f5 Read ahead from device to improve performance 2015-05-15 16:32:14 +02:00
Martin
57dadb4789 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
Martin
81c2cef172 Updated copyright notice 2014-02-22 15:22:42 +01:00
Martin
236fc5e59c Fixed bug where system restore volume was not imaged 2013-03-30 17:21:31 +01:00
Martin Raiber
712a32f0fc Better error reporting 2012-11-13 14:33:10 +01:00
Martin Raiber
30ecb4d09b Added NTFS diagnostics 2012-02-04 00:37:41 +01:00
Martin Raiber
077e1e40c5 Fixed memory leak and error checking in NTFS code 2011-08-24 19:15:23 +02:00
uroni
89e10b3f04 Initial commit. 2011-01-06 17:43:38 +01:00