Commit Graph

50 Commits

Author SHA1 Message Date
Martin
bc0aca0f64 Removed unused nullptr definition 2014-01-24 21:08:03 +01:00
Martin
77d93711e4 Better handling of aborted FastCGI requests 2013-12-30 22:40:31 +01:00
Martin
6c42d550e6 Fixed live log threading issues 2013-12-16 23:03:18 +01:00
Martin
9852fe9536 Destroy database at some threads 2013-11-18 22:19:17 +01:00
Martin
51efab15ec Free memory and clear Databases 2013-11-16 16:50:39 +01:00
Martin
5c9b232241 Refactoring and performance tuning 2013-11-12 20:41:19 +01:00
Martin
20d4781601 Properly free file descriptor, if hash size is zero 2013-11-03 11:33:44 +01:00
Martin
6e6bad8fed Fixed coverity issues 2013-11-02 21:53:14 +01:00
Martin
57e0e08cb8 Show error message on status page if the database is corrupted 2013-10-19 22:17:50 +02:00
Martin
d6794f03cc Don't block session during viewing live log 2013-09-24 22:39:31 +02:00
Martin
6bab1f8d5d 1. New feature: Live log on server interface
2. New feature: Check for new version on status screen
2013-09-22 21:18:52 +02:00
Martin
fa4399a049 Use backup semantics to read files for end-to-end checksum verification and client-side checksum calculation 2013-09-21 14:54:53 +02:00
Martin Raiber
b8a1d1b0a0 Only one client per thread for the build in http server 2013-07-22 23:51:38 +02:00
Martin
955505584b Better error handling for files cache creation 2013-06-11 22:13:03 +02:00
Martin Raiber
6a5c5f3cdc Sequential access mode for files
Signed-off-by: Martin <martin@urbackup.org>
2013-06-02 16:54:36 +02:00
Martin
552338c650 Added MDB file cache 2013-05-19 19:46:20 +02:00
Martin
236fc5e59c Fixed bug where system restore volume was not imaged 2013-03-30 17:21:31 +01:00
Martin
5fba218ef2 Fixed issues with detached databases 2013-03-19 00:54:47 +01:00
Martin Raiber
995158865a Fixed backup mode with no tmp files 2012-11-13 18:50:42 +01:00
Martin Raiber
cc12a8eb73 Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next 2012-11-01 22:07:42 +01:00
Martin Raiber
e983bdc31e Use reflink to save only changed file parts on btrfs 2012-11-01 21:44:12 +01:00
Martin Raiber
57baf7efa3 More secure random number generation 2012-10-07 18:42:34 +02:00
Martin Raiber
73bc18bc39 Misc changes 2012-09-14 03:15:52 +02:00
Martin Raiber
882ffb9c9c Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next
Conflicts:
	ServiceAcceptor.cpp
2012-08-25 20:12:21 +02:00
Martin Raiber
a2120deeb5 Fixed compilation on linux 2012-08-25 20:06:49 +02:00
Martin Raiber
f031c22c6e Use better random function 2012-08-22 15:02:44 +02:00
Martin
ead65048dd Fixed a lot of memory leaks 2012-08-14 22:14:11 +02:00
Martin Raiber
8262a95bd2 Fixed overflow bug in bandwidth throttler 2012-05-15 14:35:32 +02:00
Martin Raiber
f60e5ba3b3 Better data type for transferred bytes 2012-05-13 22:21:08 +02:00
Martin Raiber
1fc6106a2b Added global throttling 2012-05-13 02:28:44 +02:00
Martin Raiber
b7d0214c34 Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next 2012-05-08 20:37:09 +02:00
Martin Raiber
fd8ebfdb15 Added throttling and some backup info output 2012-05-08 19:45:45 +02:00
Martin Raiber
8db5afbec3 Fixed bugs in chunked transfer mode 2012-04-21 21:57:12 +02:00
Martin Raiber
1ee9f9a233 Added compression for internet connection 2012-04-15 16:19:27 +02:00
Martin Raiber
295d5c0676 New bandwidth saving file difference download method 2012-04-05 00:55:20 +02:00
Martin Raiber
7586582ade Better authentication, Hashed file transfers, better logging in fileserver, more internet mode options 2012-03-10 01:54:39 +01:00
Martin Raiber
85b53f4b5a New Internet mode 2012-03-06 01:52:01 +01:00
Martin Raiber
6e46fd3030 Fixed syntax error 2012-01-12 22:50:30 +01:00
Martin Raiber
c65f33001b Fixed build for nexenta 2012-01-06 12:34:09 +01:00
Martin Raiber
37236ce276 Added a message while the database backup is running 2011-11-30 09:26:44 +01:00
Martin Raiber
cb28da9cb2 Added server database backup 2011-11-16 09:36:04 +01:00
Martin Raiber
fa598937b6 Put server settings in a different database 2011-11-08 21:52:33 +01:00
Martin Raiber
ff4f37d14f Fixed build with Berkley DB 2011-10-29 22:06:37 +02:00
Martin Raiber
260dcc7b1c Added BerkleyDB as alternative SQL backend 2011-10-28 22:58:50 +02:00
Martin Raiber
1f20c4854d Use token for running pings and use Timeouts for queries to not stall during long updates 2011-07-10 19:45:20 +02:00
Martin Raiber
defd65dc30 Allow changing of temporary directory in Windows 2011-07-05 18:21:08 +02:00
Martin Raiber
9494055e47 Fix several deadlocks if one changes the directories to be backed up while indexing is in progress 2011-02-21 13:23:47 +01:00
Martin Raiber
bfec09eb26 Fixed 64bit linux compilation issues 2011-01-27 16:16:40 -05:00
Martin Raiber
edea48a759 Fixed build system; Fixed weird piped_process bug 2011-01-09 15:57:44 +01:00
uroni
89e10b3f04 Initial commit. 2011-01-06 17:43:38 +01:00