Commit Graph

39 Commits

Author SHA1 Message Date
Martin
d984928b47 Do not use O_NOATIME/FILE_FLAG_BACKUP_SEMANTICS on server 2018-11-07 15:29:54 +01:00
Martin
f962db25ee Flush compression buffer after some time to keep connection alive 2017-01-28 18:44:14 +01:00
Martin
d70f541522 Merge branch 'image-browse' into dev 2016-12-07 12:38:34 +01:00
Martin
aec28c8436 Fix memory leak during ZIP download 2016-12-06 17:48:47 +01:00
Martin
7c4c797b00 Do not double-free file when creating ZIP on Linux/FreeBSD 2016-12-06 16:14:51 +01:00
Martin
61f05582b2 Image backup mounting on Windows 2016-12-05 22:34:19 +01:00
Martin
c9d15ff9ad Integrated newer MiniZ version 2016-11-28 01:27:14 +01:00
Martin
b8ec8b91d5 Amalgamized miniz into two files 2016-11-25 16:01:36 +01:00
Martin
946ddb2971 Fix build 2016-11-21 17:49:34 +01:00
Martin
d7fbd03fde Improve ZIP download 2016-11-21 17:27:21 +01:00
Martin Raiber
9e1b49573e Fix build 2016-11-15 23:02:59 +01:00
Martin Raiber
03384c3a84 Fix build 2016-11-15 22:55:26 +01:00
Martin Raiber
4a8a7a2ac0 Fix build 2016-11-15 22:53:01 +01:00
Martin Raiber
377fcec3b9 Updated MiniZ 2016-11-15 22:36:05 +01:00
Martin
98bf7faf6b Correctly handle symlinks in ZIP file download 2016-07-29 19:24:39 +02:00
Martin
9ee64e650a Updated copyright 2016-01-02 16:38:00 +01:00
Martin
f75eca1a4f Changed the web interface to use POST instead of GET 2015-12-20 21:41:18 +01:00
Martin
7cb5d0678a Made Linux restore working 2015-12-18 16:58:50 +01:00
Martin
9bab514e22 Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
Martin
75604d0d61 Linux build system overhaul 2015-12-05 18:10:17 +01:00
Martin
e567faee77 Refactored backup access 2015-10-30 20:53:10 +01:00
Martin
ecea174272 Fixed missing licensing headers 2015-08-08 22:53:24 +02:00
Martin
17d758bf8b Proper symbolic link handling part (1) 2015-08-08 22:40:19 +02:00
Martin
191335ef8d Restore backups from web interface 2015-01-25 23:17:49 +01:00
Martin
24e7922764 Fixed file access from tray icon 2015-01-04 20:24:16 +01:00
Martin Raiber
2b0fc6fa77 Only convert to Windows time on Windows 2014-12-23 16:02:01 +01:00
Martin
332147f7c5 Use USN number instead of last modification time as file modification indicators. That way we do not have to save the changed files (only directories), if the last modification time is not updated 2014-11-21 22:37:05 +01:00
Martin Raiber
0ca6cb59b3 Fixed build errors with GCC
Signed-off-by: Martin Raiber <martin@urbackup.org>
2014-11-02 16:47:21 +01:00
Martin
deb80364a6 Merge branch 'fileaccess' into fileentryindex
Conflicts:
	.gitignore
	common/miniz.c
	urbackupclient/ChangeJournalWatcher.cpp
	urbackupclient/ChangeJournalWatcher.h
	urbackupserver/dao/ServerBackupDao.cpp
	urbackupserver/dao/ServerBackupDao.h
	urbackupserver/dllmain.cpp
	urbackupserver/server_download.cpp
	urbackupserver/server_get.cpp
	urbackupserver/server_get.h
	urbackupserver/server_hash.cpp
	urbackupserver/server_hash.h
	urbackupserver/server_settings.h
	urbackupserver/serverinterface/create_zip.cpp
	urbackupserver/urbackupserver.vcxproj.filters
2014-10-11 14:17:42 +02:00
Martin
b37ab84f79 Properly write ZIP-flags to local header 2014-10-10 18:29:28 +02:00
Martin
542a4f144d Set correct flags in ZIP file 2014-09-23 21:50:39 +02:00
Martin
1b784324b4 Set UTF-8 bit for directory entries as well 2014-09-19 18:10:33 +02:00
Martin
e425e68135 Properly set zip files to contain UTF-8 2014-09-19 15:33:05 +02:00
Martin
541c4af567 Change server permission management to ACL style 2014-09-14 22:29:56 +02:00
Martin
2ac45bd06b Access files directly from "tray icon" without logging in. Works by saving the user access rights for each backup 2014-07-26 16:07:43 +02:00
Martin
e0bd50935a File backup speed improvement by queuing file downloads 2014-05-01 12:45:29 +02:00
Martin
97120c4213 * Switched to using miniz to compress images
* Fixed image decompression
2014-04-08 01:06:08 +02:00
Martin
ab18fb0abd Fix linux build 2014-03-09 20:44:38 +01:00
Martin
0534c95a61 Added ZIP file download option on web interface 2014-03-09 17:58:55 +01:00