UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux
Go to file
2013-11-20 20:00:13 +01:00
bdbplugin Windows build on build server 2013-04-14 11:22:43 +02:00
common Fixed compilation on Windows 2012-08-15 21:20:02 +02:00
cryptoplugin Correctly handle errors in compressed stream 2013-08-06 22:54:48 +02:00
docs
downloadplugin Properly free file descriptor, if hash size is zero 2013-11-03 11:33:44 +01:00
fileservplugin Properly create UDPThread object in internet test mode 2013-11-19 19:08:43 +01:00
fsimageplugin Properly free file descriptor, if hash size is zero 2013-11-03 11:33:44 +01:00
httpserver Fixed coverity issues 2013-11-02 23:19:48 +01:00
Interface Destroy database at some threads 2013-11-18 22:19:17 +01:00
libfastcgi
m4
piped_process
pychart Fixed build server script 2013-09-29 17:34:30 +02:00
restore_cd TCP tuning for restore cd 2013-11-11 19:39:21 +01:00
snapshot_helper Don't show verbose output 2013-11-18 00:29:06 +01:00
SQLGen Fixed coverity issues 2013-11-02 22:48:10 +01:00
sqlite Don't rollback on error when "repairing" database 2013-08-04 11:40:09 +02:00
urbackup Added client name to download file name 2013-09-05 10:53:20 +02:00
urbackupclient Remove temporary file when updating 2013-11-17 00:36:42 +01:00
urbackupcommon Propagate random modified time through incremental backups 2013-11-04 19:35:36 +01:00
urbackupserver Optimized InternetServiceConnector 2013-11-20 20:00:13 +01:00
urbackupserver_installer_win Proper cmd exit code returning 2013-10-10 23:00:40 +02:00
urlplugin Better error message when sending test mail failed 2013-10-03 21:37:54 +02:00
utf8
win_service
.gitignore Fixed SQL query 2013-08-06 23:42:00 +02:00
AcceptThread.cpp Fixed coverity issues 2013-11-02 21:53:14 +01:00
AcceptThread.h
AUTHORS
build_client_backend.bat Don't set socket to SOCKET_ERROR 2013-05-18 19:10:09 +02:00
build_client.bat Atomated client build script for windows 2013-06-26 00:30:11 +02:00
build_server_debian.sh Less info messages for fastcgi 2013-09-22 23:38:32 +02:00
build_server.bat Added MDB file cache 2013-05-19 19:46:20 +02:00
build_server.sh Fixed build server script 2013-09-29 17:34:30 +02:00
ChangeLog
checkout_client.bat Correctly switch branch 2013-06-26 17:14:48 +02:00
client_version.h Show client and operating system version on web interface 2013-06-27 18:43:09 +02:00
Client.cpp
Client.h
CompiledServer.vcxproj Added MDB file cache 2013-05-19 19:46:20 +02:00
CompiledServer.vcxproj.filters Added MDB file cache 2013-05-19 19:46:20 +02:00
Condition_boost.cpp
Condition_boost.h
Condition_lin.cpp Better error messages 2012-11-08 01:59:01 +01:00
Condition_lin.h
configure.ac_client Option for compiling client headless via configure/make 2013-05-21 21:15:37 +02:00
configure.ac_server Pumped server version to 1.2.4 2013-08-05 23:46:31 +02:00
COPYING
Database.cpp Increased sqlite timeout 2013-11-16 23:57:58 +01:00
Database.h Increased sqlite timeout 2013-11-16 23:57:58 +01:00
DatabaseCursor.cpp Reset sqlite reads if necessary 2013-11-17 20:19:22 +01:00
DatabaseCursor.h Added database deadlock debugging 2013-11-16 19:28:09 +01:00
DBSettingsReader.cpp Show error message on status page if the database is corrupted 2013-10-19 22:17:50 +02:00
DBSettingsReader.h
defaults_client Fixed: Changed "none" to "best-effort" 2013-06-03 22:11:29 +02:00
defaults_server Added boardcast_interfaces command line option to start_urbackup_server wrapper 2013-10-10 22:44:56 +02:00
defaults.h
file_common.cpp Properly free file descriptor, if hash size is zero 2013-11-03 11:33:44 +01:00
file_fstream.cpp 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
file_linux.cpp Refactoring and performance tuning 2013-11-12 20:41:19 +01:00
file_memory.cpp
file_memory.h
file_win.cpp Refactoring and performance tuning 2013-11-12 20:41:19 +01:00
file.h Fixed memory leaks 2012-08-15 18:02:42 +02:00
FileSettingsReader.cpp
FileSettingsReader.h
gpl_header
Helper_win32.h
init.d_client Fixed: Changed "none" to "best-effort" 2013-06-03 22:11:29 +02:00
init.d_server Added boardcast_interfaces command line option to start_urbackup_server wrapper 2013-10-10 22:44:56 +02:00
INSTALL
libs.h
LoadbalancerClient.cpp Fixed coverity issues 2013-11-02 22:59:27 +01:00
LoadbalancerClient.h
log_redir.h Added test for system restore volume 2013-03-30 17:21:03 +01:00
logrotate_urbackup_srv Added log rotation on Linux 2013-04-16 20:54:25 +02:00
LookupService.cpp
LookupService.h
main.cpp Added cleanup script 2013-03-20 22:19:40 +01:00
maintest.cpp Use better random function 2012-08-22 15:02:44 +02:00
Makefile.am_client Sequential access mode for files 2013-06-02 16:54:36 +02:00
Makefile.am_server Added missing file reference 2013-10-15 23:03:52 +02:00
md5.cpp Fixed coverity issues 2013-11-02 22:59:27 +01:00
md5.h
MemoryPipe.cpp Don't fail if wait is interrupted with MemoryPipe 2013-08-04 11:39:49 +02:00
MemoryPipe.h
MemorySettingsReader.cpp
MemorySettingsReader.h
mt19937ar.cpp Use better random function 2012-08-22 15:02:44 +02:00
mt19937ar.h Use better random function 2012-08-22 15:02:44 +02:00
Mutex_boost.cpp
Mutex_boost.h
Mutex_lin.cpp Better error messages 2012-11-08 01:59:01 +01:00
Mutex_lin.h
NEWS
OutputStream.cpp
OutputStream.h
PipeThrottler.cpp Tried to repair pipe throttler for low speeds 2013-08-10 22:05:39 +02:00
PipeThrottler.h
Query.cpp Reset sqlite reads if necessary 2013-11-17 20:19:22 +01:00
Query.h Reset sqlite reads if necessary 2013-11-17 20:19:22 +01:00
README
SelectThread.cpp Reset fds for poll correctly 2013-11-03 12:18:07 +01:00
SelectThread.h
Server.cpp Destroy database at some threads 2013-11-18 22:19:17 +01:00
Server.h Destroy database at some threads 2013-11-18 22:19:17 +01:00
ServerLinux.cpp Fixed coverity issues 2013-11-02 22:59:27 +01:00
ServerWin32.cpp Soft client quota 2013-05-25 18:35:27 +02:00
ServiceAcceptor.cpp Fixed coverity issues 2013-11-02 21:53:14 +01:00
ServiceAcceptor.h Only one client per thread for the build in http server 2013-07-22 23:51:38 +02:00
ServiceWorker.cpp Fixed coverity issues 2013-11-02 21:53:14 +01:00
ServiceWorker.h Only one client per thread for the build in http server 2013-07-22 23:51:38 +02:00
SessionMgr.cpp Don't block session during viewing live log 2013-09-24 22:39:31 +02:00
SessionMgr.h Don't block session during viewing live log 2013-09-24 22:39:31 +02:00
SettingsReader.cpp
SettingsReader.h
socket_header.h Replaced all select calls with poll on non-Windows systems 2013-11-02 16:20:01 +01:00
SQLiteFactory.cpp
SQLiteFactory.h
start_urbackup_client Fixed client version 2013-10-25 22:22:41 +02:00
start_urbackup_server Increase number of fds 2013-11-18 22:19:29 +01:00
StreamPipe.cpp Fixed coverity issues 2013-11-02 23:19:48 +01:00
StreamPipe.h
stringtools.cpp Fixed pagefile location reading 2013-10-05 23:12:32 +02:00
stringtools.h Show client and operating system version on web interface 2013-06-27 18:43:09 +02:00
switch_build.sh Increment number with builds 2012-12-09 23:29:19 +01:00
Table.cpp
Table.h
Template.cpp
Template.h
ThreadPool.cpp Free memory and clear Databases 2013-11-16 16:50:39 +01:00
ThreadPool.h Fixed issues with detached databases 2013-03-19 00:54:47 +01:00
types.h
update_restore.sh Fixed restore cd script 2013-11-11 21:22:20 +01:00
urbackup_dsa.pub Added client name to download file name 2013-09-05 10:53:20 +02:00
UrBackupBackend.sln 1. New feature: Live log on server interface 2013-09-22 21:18:52 +02:00
UrBackupBackend.smproj
vld_.h
vld.h
WorkerThread.cpp Less info messages for fastcgi 2013-09-22 23:42:24 +02:00
WorkerThread.h
zero.hash