UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux
Go to file
2013-02-24 20:24:43 +01:00
bdbplugin Better authentication, Hashed file transfers, better logging in fileserver, more internet mode options 2012-03-10 01:54:39 +01:00
common Fixed compilation on Windows 2012-08-15 21:20:02 +02:00
cryptoplugin Fixed cryptopp including 2012-11-04 16:40:36 +01:00
docs Added files for client 2012-01-02 11:28:48 +01:00
downloadplugin Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next 2012-11-04 22:18:42 +01:00
fileservplugin Fixed "Setting TCP_NODELAY failed" error message 2013-02-24 20:19:51 +01:00
fsimageplugin Fixed bug in command line VHD restoration 2013-01-05 16:08:40 +01:00
httpserver Fixed memory leaks 2012-08-15 18:02:42 +02:00
Interface Fixed backup mode with no tmp files 2012-11-13 18:50:42 +01:00
libfastcgi Initial commit. 2011-01-06 17:43:38 +01:00
m4 Fix build in Solaris 2011-05-03 00:50:24 +02:00
piped_process Cleanup for 64bit Windows Server build 2011-02-06 18:53:57 +01:00
pychart Additional error states and error messages 2012-11-25 16:10:39 +01:00
restore_cd Updated restore cd 2013-01-01 18:43:06 +01:00
snapshot_helper Fixed linux build 2012-11-04 18:00:55 +01:00
sqlite Updated sqlite to ver 3.7.11 2012-04-18 14:10:08 +02:00
urbackup Setsid before second fork 2012-07-23 16:43:19 +02:00
urbackupclient Delete saved directory entries on next update 2013-02-24 20:21:52 +01:00
urbackupcommon Added some advanced settings 2013-02-24 20:22:47 +01:00
urbackupserver Properly handle long filenames on Linux server 2013-02-24 20:24:43 +01:00
urlplugin CRLF instead of only LF in mail header 2012-12-27 20:16:06 +01:00
utf8 Initial commit. 2011-01-06 17:43:38 +01:00
win_service Initial commit. 2011-01-06 17:43:38 +01:00
.gitignore Backups with btrfs snapshots 2012-11-01 17:48:18 +01:00
AcceptThread.cpp Allow sockets to bind to already used ports 2012-01-31 20:10:56 +01:00
AcceptThread.h Fixed 64bit linux compilation issues 2011-07-03 02:01:45 +02:00
AUTHORS Initial commit. 2011-01-06 17:43:38 +01:00
ChangeLog Initial commit. 2011-01-06 17:43:38 +01:00
Client.cpp Fixes for Linux 2011-08-19 13:28:23 +02:00
Client.h Fixed build system 2011-01-07 01:05:50 +01:00
CompiledServer.vcxproj Use better random function 2012-08-22 15:02:44 +02:00
CompiledServer.vcxproj.filters Use better random function 2012-08-22 15:02:44 +02:00
Condition_boost.cpp Initial commit. 2011-01-06 17:43:38 +01:00
Condition_boost.h Initial commit. 2011-01-06 17:43:38 +01:00
Condition_lin.cpp Better error messages 2012-11-08 01:59:01 +01:00
Condition_lin.h Initial commit. 2011-01-06 17:43:38 +01:00
configure.ac_client Fixed for Linux build 2012-08-02 18:58:42 +02:00
configure.ac_server Increment number with builds 2012-12-09 23:29:19 +01:00
COPYING Initial commit. 2011-01-06 17:43:38 +01:00
Database.cpp Better authentication, Hashed file transfers, better logging in fileserver, more internet mode options 2012-03-10 01:54:39 +01:00
Database.h Added server database backup 2011-11-16 09:36:04 +01:00
DBSettingsReader.cpp Added BerkleyDB as alternative SQL backend 2011-10-28 22:58:50 +02:00
DBSettingsReader.h Initial commit. 2011-01-06 17:43:38 +01:00
defaults_client Prepare linux client build 2011-09-27 01:32:35 +02:00
defaults_server Allow setting of sqlite3_tmpdir 2012-09-11 16:18:30 +02:00
defaults.h Fixed build system 2011-01-07 01:05:50 +01:00
file_common.cpp Initial commit. 2011-01-06 17:43:38 +01:00
file_fstream.cpp Fixed memory leaks 2012-08-15 18:02:42 +02:00
file_linux.cpp Fixed backup mode with no tmp files 2012-11-13 18:50:42 +01:00
file_memory.cpp Initial commit. 2011-01-06 17:43:38 +01:00
file_memory.h Initial commit. 2011-01-06 17:43:38 +01:00
file_win.cpp Don't allow other applications to open files in Windows 2012-12-08 20:50:14 +01:00
file.h Fixed memory leaks 2012-08-15 18:02:42 +02:00
FileSettingsReader.cpp Initial commit. 2011-01-06 17:43:38 +01:00
FileSettingsReader.h Initial commit. 2011-01-06 17:43:38 +01:00
gpl_header Initial commit. 2011-01-06 17:43:38 +01:00
Helper_win32.h Initial commit. 2011-01-06 17:43:38 +01:00
init.d_client Prepare linux client build 2011-09-27 01:32:35 +02:00
init.d_server Removed first DAEMON_TMPDIR in init.d script 2013-02-16 15:17:26 +01:00
INSTALL Initial commit. 2011-01-06 17:43:38 +01:00
libs.h Fixed build system 2011-01-07 01:05:50 +01:00
LoadbalancerClient.cpp Initial commit. 2011-01-06 17:43:38 +01:00
LoadbalancerClient.h Initial commit. 2011-01-06 17:43:38 +01:00
LookupService.cpp Initial commit. 2011-01-06 17:43:38 +01:00
LookupService.h Initial commit. 2011-01-06 17:43:38 +01:00
main.cpp Return zero after fork for daemon process 2012-10-22 00:36:42 +02:00
maintest.cpp Use better random function 2012-08-22 15:02:44 +02:00
Makefile.am_client Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next 2012-08-25 20:12:21 +02:00
Makefile.am_server Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next 2012-08-25 20:12:21 +02:00
md5.cpp Better authentication, Hashed file transfers, better logging in fileserver, more internet mode options 2012-03-10 01:54:39 +01:00
md5.h New bandwidth saving file difference download method 2012-04-05 00:55:20 +02:00
MemoryPipe.cpp Better data type for transferred bytes 2012-05-13 22:21:08 +02:00
MemoryPipe.h Better data type for transferred bytes 2012-05-13 22:21:08 +02:00
MemorySettingsReader.cpp Initial commit. 2011-01-06 17:43:38 +01:00
MemorySettingsReader.h Initial commit. 2011-01-06 17:43:38 +01:00
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 Initial commit. 2011-01-06 17:43:38 +01:00
Mutex_boost.h Initial commit. 2011-01-06 17:43:38 +01:00
Mutex_lin.cpp Better error messages 2012-11-08 01:59:01 +01:00
Mutex_lin.h Initial commit. 2011-01-06 17:43:38 +01:00
NEWS Initial commit. 2011-01-06 17:43:38 +01:00
OutputStream.cpp Initial commit. 2011-01-06 17:43:38 +01:00
OutputStream.h Initial commit. 2011-01-06 17:43:38 +01:00
PipeThrottler.cpp Fixed overflow bug in bandwidth throttler 2012-05-15 14:35:32 +02:00
PipeThrottler.h Added global throttling 2012-05-13 02:28:44 +02:00
Query.cpp Timeout in Internet service connector 2012-07-18 00:17:18 +02:00
Query.h Use token for running pings and use Timeouts for queries to not stall during long updates 2011-07-10 19:45:20 +02:00
README Initial commit. 2011-01-06 17:43:38 +01:00
SelectThread.cpp Initial commit. 2011-01-06 17:43:38 +01:00
SelectThread.h Fixed syntax error 2011-07-05 14:03:36 +02:00
Server.cpp More secure random number generation 2012-10-07 18:42:34 +02:00
Server.h More secure random number generation 2012-10-07 18:42:34 +02:00
ServerLinux.cpp Fixed a lot of memory leaks 2012-08-14 22:14:11 +02:00
ServerWin32.cpp Fixed image size bug 2012-01-28 01:10:12 +01:00
ServiceAcceptor.cpp Fixed compilation on linux 2012-08-25 20:06:49 +02:00
ServiceAcceptor.h Allow sockets to bind to already used ports 2012-01-31 20:10:56 +01:00
ServiceWorker.cpp Fixed a lot of memory leaks 2012-08-14 22:14:11 +02:00
ServiceWorker.h Build system changes 2011-01-07 03:45:09 +01:00
SessionMgr.cpp More secure random number generation 2012-10-07 18:42:34 +02:00
SessionMgr.h Initial commit. 2011-01-06 17:43:38 +01:00
SettingsReader.cpp Initial commit. 2011-01-06 17:43:38 +01:00
SettingsReader.h Initial commit. 2011-01-06 17:43:38 +01:00
socket_header.h Fix build in Solaris 2011-05-03 00:48:42 +02:00
SQLiteFactory.cpp Added BerkleyDB as alternative SQL backend 2011-10-28 22:58:50 +02:00
SQLiteFactory.h Added BerkleyDB as alternative SQL backend 2011-10-28 22:58:50 +02:00
start_urbackup_client Fixed client on Linux 2012-08-11 16:43:35 +02:00
start_urbackup_server Correctly find snapshot helper if PATH is not set properly 2013-01-09 23:21:41 +01:00
StreamPipe.cpp Better data type for transferred bytes 2012-05-13 22:21:08 +02:00
StreamPipe.h Better data type for transferred bytes 2012-05-13 22:21:08 +02:00
stringtools.cpp Use OS function to lower case strings 2013-02-24 20:20:14 +01:00
stringtools.h Correctly handle backup paths with ' in them 2013-01-26 21:10:13 +01:00
switch_build.sh Increment number with builds 2012-12-09 23:29:19 +01:00
Table.cpp Initial commit. 2011-01-06 17:43:38 +01:00
Table.h Initial commit. 2011-01-06 17:43:38 +01:00
Template.cpp Initial commit. 2011-01-06 17:43:38 +01:00
Template.h Initial commit. 2011-01-06 17:43:38 +01:00
ThreadPool.cpp Proper shutdown for leak check for client 2012-08-22 11:37:58 +02:00
ThreadPool.h Initial commit. 2011-01-06 17:43:38 +01:00
types.h Fixed build system 2011-01-07 01:05:50 +01:00
update_restore.sh Updated restore cd 2013-01-01 18:43:06 +01:00
UrBackupBackend.sln Backups with btrfs snapshots 2012-11-01 17:48:18 +01:00
UrBackupBackend.smproj Added file backup archival 2012-04-21 20:45:59 +02:00
vld_.h Initial commit. 2011-01-06 17:43:38 +01:00
vld.h Initial commit. 2011-01-06 17:43:38 +01:00
WorkerThread.cpp Fixed worker thread locking 2011-08-31 23:31:31 +02:00
WorkerThread.h Initial commit. 2011-01-06 17:43:38 +01:00
zero.hash Allow bundling of python on windows 2011-04-07 20:02:00 +02:00