Commit Graph

121 Commits

Author SHA1 Message Date
Martin
52b9e403b5 Setting to run backups without background priority on Windows 2015-07-12 21:55:56 +02:00
plucid
de8e38bbd3 Make VS12 copies of the vcxproj.filters 2015-02-06 13:04:40 -08:00
plucid
160c108ded Rename projects w/o VS12 suffix
Explicitly name the various projects instead of using the default matching the project files' names, so the DLLs have the same names as the VS2010 versions.
2015-02-04 22:32:47 -08:00
plucid
005f101615 Upgrade new solution to VS2013 2015-02-04 22:16:36 -08:00
plucid
8cef28ffc1 Make copy of main solution/projects to be upgraded
Copy main solution and projects to versions with VS12 added to the filenames before the extensions.  Make the copied .sln solution refer to the new .vcxproj projects.  Replace all project GUIDs with new ones.
2015-02-04 21:58:49 -08:00
Martin
d950c56495 Fixed "Correctly handle hard links to currently open files" 2015-01-02 00:47:04 +01:00
Martin
b942a3948e Try to restart udp listening on error 2014-12-17 21:36:46 +01:00
Martin Raiber
e1dcf0b400 Do not crash if blocks of a file which could not be opened are requested 2014-10-29 18:42:07 +01:00
Martin
9be2463c36 Modifications for RPM building 2014-10-13 22:46:43 +02:00
Martin
689c5466c5 Correctly transfer error message, if the error occurs on the first file transmitted 2014-09-07 16:57:18 +02:00
Martin
f3fe65a6e9 Use the hostname if it is identical to the FQDN except for casing 2014-08-10 19:27:02 +02:00
Martin
2018f7ffae Added new "internetonly" client parameter 2014-08-09 21:07:57 +02:00
Martin
50f0ed70be Moved adler32.cpp to proper place 2014-07-21 22:08:18 +02:00
Martin
161f0155cb Fixed bug in adler32 code. This bug caused unnecessary data transfers in the "block differences - hashed" transfer mode. 2014-07-20 20:31:57 +02:00
Martin
0e849a95a2 Properly close handles on timeouts 2014-07-17 22:54:47 +02:00
Martin
1e1e543eb2 Fixed Linux build 2014-05-24 00:20:29 +02:00
Martin
951f9e88b2 Use fully qualified domain names as default computer names in new installs 2014-05-24 00:15:32 +02:00
Martin
cf5e2f5faf Fixed client crash 2014-05-23 22:25:17 +02:00
Martin
1e1b9f8b53 Improved error handling 2014-05-12 20:44:02 +02:00
Martin
c5d5787fdd Queueing bug fix 2014-05-12 19:04:30 +02:00
Martin
c05b11eb90 Corrected endian conversion and file verification file name handling 2014-05-04 14:06:11 +02:00
Martin
e119e5e62f Fixed compilation issues 2014-05-03 22:00:59 +02:00
Martin
74e9307236 Limit send data by requested file size 2014-05-03 22:00:05 +02:00
Martin
048208ea57 Limit file size by requested file size 2014-05-03 00:22:51 +02:00
Martin
44e44958a4 Properly download wrong blocks 2014-05-02 23:12:41 +02:00
Martin
7842af3c06 Fixed issues with
* new packet queuing
* hard link handling
* slashes in filenames on Linux
2014-05-02 21:10:44 +02:00
Martin
b6fa9e6dfe Proper transfer of failures in queue 2014-05-02 19:47:42 +02:00
Martin
980cb7196b Don't timeout chunked file transfer on client so fast 2014-05-01 15:13:48 +02:00
Martin
7c431ef0c2 Proper initialization 2014-05-01 14:30:39 +02:00
Martin
44578e0120 Send filesize correctly 2014-05-01 14:05:27 +02:00
Martin
e0bd50935a File backup speed improvement by queuing file downloads 2014-05-01 12:45:29 +02:00
Martin
6d80561bb6 Better debug message 2014-04-17 19:26:02 +02:00
Martin
3530f14bfa Server public key authentication on the client 2014-03-23 17:15:01 +01:00
Martin
1999d4f148 Hande endianess correctly 2014-02-23 21:50:19 +01:00
Martin
81c2cef172 Updated copyright notice 2014-02-22 15:22:42 +01:00
Martin
d6dd1cd1cb Parameter to disable fortifications
grr
2013-12-02 19:36:40 +01:00
Martin
697920d2cb Parameter to disable fortifications 2013-12-02 18:55:40 +01:00
Martin
94751cc0c3 Parameter to disable fortifications 2013-12-02 18:41:56 +01:00
Martin
22aa52ac36 Parameter to disable fortifications 2013-12-02 18:31:47 +01:00
Martin Raiber
3e003ebb6e Linux: Build hardening (stack protector) 2013-11-23 13:00:03 +01:00
Martin
c6b54a84e4 Properly handle UNC paths 2013-11-21 23:12:35 +01:00
Martin
a4363bb296 Properly create UDPThread object in internet test mode 2013-11-19 19:08:43 +01:00
Martin
0985171b6e Improves performance of status screen 2013-11-16 01:38:33 +01:00
Martin
bbff196f00 Fixed build issue 2013-11-11 21:09:17 +01:00
Martin
d8a9a88401 Fixed build issue 2013-11-11 21:08:38 +01:00
Martin
5e2012f7b6 Fixed build issue 2013-11-11 21:08:02 +01:00
Martin
717bd77c99 Fixed build issue 2013-11-11 21:02:16 +01:00
Martin
1474c9f21c Replaced all select calls with poll on non-Windows systems 2013-11-02 16:20:01 +01:00
Martin
4fb7db4fff Fixed linux client build 2013-09-24 20:27:13 +02:00
Martin
748ad550cb Fixed bug in non-hashed transfer in Linux client. Needs testing. 2013-09-24 20:08:00 +02:00