Martin
|
39f2f43021
|
Do not lock backup_mutex during image download
|
2017-08-11 18:22:07 +02:00 |
|
Martin
|
ae25681ad7
|
Decrease auth timeout
|
2017-08-11 13:09:50 +02:00 |
|
Martin
|
4612786caa
|
Decrease restore ping interval/timeout
|
2017-08-10 23:52:16 +02:00 |
|
Martin
|
f797b21834
|
Lower internet client ping timeout
|
2017-08-10 22:55:09 +02:00 |
|
Martin
|
0782a909c7
|
Fix Internet image restore issues
|
2017-03-04 02:41:10 +01:00 |
|
Martin
|
42ec1304eb
|
Set internet client to not connected if no internet servers are configured
(cherry picked from commit 9b0bf3486c)
|
2016-10-28 20:57:34 +02:00 |
|
Martin
|
02704321b2
|
Revert "Initialize last_lan_connection with current time on startup"
This reverts commit 884374b350.
|
2016-10-10 12:07:38 +02:00 |
|
Martin
|
884374b350
|
Initialize last_lan_connection with current time on startup
(cherry picked from commit 95fe15c567a03207d67df20b4e96705e5a51f540)
# Conflicts:
# urbackupclient/InternetClient.cpp
|
2016-10-09 20:58:22 +02:00 |
|
Martin
|
af72be5ffc
|
Fixed memory leaks
|
2016-07-28 16:52:59 +02:00 |
|
Martin
|
04f9b17c08
|
More detailed logging in InternetClient
|
2016-07-16 17:39:18 +02:00 |
|
Martin Raiber
|
e117d8d72d
|
Only log about Internet only mode if there is a Internet server configured
|
2016-01-29 23:40:51 +01:00 |
|
Martin
|
e9efef9b53
|
Show command line process bar during restore
|
2016-01-24 21:09:28 +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
|
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
|
5051e184c1
|
Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes
|
2015-12-10 18:19:10 +01:00 |
|
Martin
|
e90cb501ae
|
Multiple virtual clients per real client
|
2015-12-09 22:53:57 +01:00 |
|
Martin
|
14eb7bfd29
|
Optimized and fixed bugs in transfer compression
|
2015-09-01 00:21:29 +02:00 |
|
Martin
|
0a3c93daee
|
Compress transferred data using miniZ now
|
2015-08-30 21:46:57 +02:00 |
|
Martin
|
f70b353180
|
Bug fixing with the new encryption
|
2015-08-23 01:12:13 +02:00 |
|
Martin
|
ecea174272
|
Fixed missing licensing headers
|
2015-08-08 22:53:24 +02:00 |
|
Martin
|
a4b0c9b83e
|
New Internet protocol with AES-GCM and ECDH 409k1 key exchange (for PFS)
|
2015-08-01 17:02:58 +02:00 |
|
Martin Raiber
|
ef8329ee10
|
Fixed metadata restore on Windows
|
2015-02-01 00:04:06 +01:00 |
|
Martin
|
191335ef8d
|
Restore backups from web interface
|
2015-01-25 23:17:49 +01:00 |
|
Martin Raiber
|
9d366da9b0
|
Fixed issues with the stdout script output backup
|
2014-12-30 20:57:37 +01:00 |
|
Martin Raiber
|
0372fc28ab
|
Script output download on Windows
|
2014-12-28 18:32:07 +01:00 |
|
Martin Raiber
|
0761b79438
|
Allow list of internet servers
|
2014-12-26 19:31:40 +01:00 |
|
Martin
|
2018f7ffae
|
Added new "internetonly" client parameter
|
2014-08-09 21:07:57 +02:00 |
|
Martin
|
bee66181d7
|
Don't log token authentication failures as error log messages
|
2014-08-06 21:12:15 +02:00 |
|
Martin
|
73c0685f95
|
Setting to disable the "Exit" menu item and to always connect to the internet server
|
2014-05-24 19:06:52 +02:00 |
|
Martin
|
32c50d60b3
|
Changed time functions to use 64bit integers and added ETA estimation
|
2014-05-09 22:36:02 +02:00 |
|
Martin
|
eca24cf19a
|
Also read default computername setting
|
2014-04-26 19:45:40 +02:00 |
|
Martin
|
171c0a4b28
|
Internet client timeouts sooner if backup is running
|
2014-02-25 22:40:10 +01:00 |
|
Martin
|
62121bc401
|
Small bug fixes
|
2014-02-24 22:59:12 +01:00 |
|
Martin
|
d54f0b7dac
|
Added a detailed status command for the client
|
2014-02-20 22:43:54 +01:00 |
|
Martin Raiber
|
ccd68987e6
|
Merge branch 'next' of ssh://git.code.sf.net/p/urbackup/backend into next
Conflicts:
urbackupclient/InternetClient.cpp
|
2013-09-10 17:24:07 +02:00 |
|
Martin Raiber
|
fe8b7dfb58
|
Do not wait before connecting if internet test mode is active
|
2013-09-10 17:21:19 +02:00 |
|
Martin
|
0812448b62
|
Faster startup when in internet test mode
|
2013-08-04 11:34:58 +02:00 |
|
Martin
|
92239ece99
|
Optimized hash calculation
|
2013-06-02 16:58:30 +02:00 |
|
Martin
|
b2709b6f69
|
Fixed crash bug
|
2013-06-02 13:32:34 +02:00 |
|
Martin
|
d747e1b93f
|
Renamed setting "internet_server_name" to "internet_server" for compatibility reasons
|
2013-04-26 19:00:49 +02:00 |
|
Martin
|
07a08c0b7e
|
"internet_server" was not set correctly from web interface
|
2013-04-25 21:22:42 +02:00 |
|
Martin
|
33229077e1
|
Added better logging at internet client
|
2013-03-14 19:20:22 +01:00 |
|
Martin Raiber
|
36e3b6afd1
|
Wait a little bit longer before trying to connect to internet server
|
2012-10-26 00:30:28 +02:00 |
|
Martin Raiber
|
8467428994
|
Fixed linux client build
|
2012-10-25 12:18:59 +02:00 |
|
Martin Raiber
|
57baf7efa3
|
More secure random number generation
|
2012-10-07 18:42:34 +02:00 |
|
Martin Raiber
|
26bf5a9451
|
Better internet key exchange
|
2012-09-06 16:21:46 +02:00 |
|
Martin Raiber
|
969a0bba8c
|
Fixed PBKDF2 authentication. Added onetime token authentication.
|
2012-08-22 15:03:16 +02:00 |
|
Martin Raiber
|
81c06d3fdd
|
Merge remote branch 'origin/next' into next
Conflicts:
urbackupclient/InternetClient.cpp
urbackupclient/InternetClient.h
|
2012-08-22 11:43:45 +02:00 |
|