Commit Graph

49 Commits

Author SHA1 Message Date
Martin
77a230cefe Use newer platform tool set on Windows 2016-12-12 01:06:25 +01:00
Martin
44f9ae62df Fix some typos and spellings 2016-06-13 16:19:05 +02:00
Martin
b9ed974904 Enabled assertions in release build 2016-01-13 17:31:37 +01:00
Martin
9ee64e650a Updated copyright 2016-01-02 16:38:00 +01:00
Martin Raiber
f1a371b457 Fixed error with deleted directories 2015-12-27 23:54:16 +01:00
Martin Raiber
d7f93d22f5 Build with Visual Studio 2015 2015-12-26 23:08:12 +01:00
Martin Raiber
8589a58c61 Build with Visual Studio 2015 2015-12-26 17:30:04 +01:00
Martin Raiber
d511420405 Build with Visual Studio 2015 2015-12-26 15:43:35 +01:00
Martin Raiber
c7ea511e63 Switched to Visual Studio 2015; Removed boost dependency on Windows 2015-12-23 18:41:50 +01:00
Martin
9bab514e22 Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
Martin
ffa445fdf4 Do not log info about static plugin loading 2015-12-12 15:38:08 +01:00
Martin
901cf88cc6 Fixed: Fail on HTTP codes >=400
(cherry picked from commit f82351346bcf153f3cbc5366aa1b5f65f24ceb65)
2015-12-11 12:24:27 +01:00
Martin
45540873cb Fail on HTTP codes >=400
(cherry picked from commit daa432113f01d19107fb6cfbdcb6b41701950e4d)
2015-12-11 12:24:22 +01:00
Martin
6447563c2e Merge remote-tracking branch 'urpc/next' into dev
Conflicts:
	.gitignore
	Interface/Database.h
	configure.ac_client
	configure.ac_server
	fileservplugin/CClientThread.cpp
	fileservplugin/CClientThread.h
	fileservplugin/FileServFactory.cpp
	fileservplugin/FileServFactory.h
	fileservplugin/IFileServFactory.h
	fsimageplugin/FSImageFactory.cpp
	fsimageplugin/FSImageFactory.h
	fsimageplugin/FileWrapper.cpp
	fsimageplugin/FileWrapper.h
	fsimageplugin/IFSImageFactory.h
	fsimageplugin/Makefile.am_client
	fsimageplugin/Makefile.am_server
	fsimageplugin/dllmain.cpp
	fsimageplugin/filesystem.cpp
	fsimageplugin/filesystem.h
	fsimageplugin/fs/ntfs.cpp
	fsimageplugin/fs/ntfs.h
	fsimageplugin/fs/ntfs_win.cpp
	fsimageplugin/fs/ntfs_win.h
	fsimageplugin/fs/unknown.cpp
	fsimageplugin/fs/unknown.h
	fsimageplugin/fsimageplugin.vcxproj.filters
	start_urbackup_client
	start_urbackup_server
	urbackupclient/ChangeJournalWatcher.cpp
	urbackupclient/ClientService.cpp
	urbackupclient/ClientServiceCMD.cpp
	urbackupclient/ImageThread.cpp
	urbackupclient/client.cpp
	urbackupclient/client.h
	urbackupclient/client_restore.cpp
	urbackupclient/clientdao.cpp
	urbackupclient/dllmain.cpp
	urbackupclient/win_sysvol.cpp
	urbackupclient/win_sysvol.h
	urbackupcommon/fileclient/FileClient.cpp
	urbackupcommon/fileclient/FileClientChunked.cpp
	urbackupcommon/os_functions.h
	urbackupcommon/os_functions_lin.cpp
	urbackupcommon/os_functions_win.cpp
	urbackupcommon/settingslist.cpp
	urbackupserver/ImageBackup.cpp
	urbackupserver/SQLiteFileCache.cpp
	urbackupserver/ServerDownloadThread.cpp
	urbackupserver/dao/ServerBackupDao.cpp
	urbackupserver/dao/ServerBackupDao.h
	urbackupserver/dllmain.cpp
	urbackupserver/doc/admin_guide.tex
	urbackupserver/server_channel.cpp
	urbackupserver/server_channel.h
	urbackupserver/server_cleanup.cpp
	urbackupserver/server_dir_links.cpp
	urbackupserver/server_get.cpp
	urbackupserver/server_hash.cpp
	urbackupserver/server_hash.h
	urbackupserver/server_settings.cpp
	urbackupserver/server_settings.h
	urbackupserver/server_update_stats.cpp
	urbackupserver/server_writer.cpp
	urbackupserver/serverinterface/backups.cpp
	urbackupserver/serverinterface/settings.cpp
	urbackupserver/serverinterface/usage.cpp
	urbackupserver/www/js/urbackup.js
	urbackupserver/www/templates.js
	urbackupserver/www/templates/settings_inv_row.htm
	urbackupserver/www/translations/urbackup.webinterface/ar_SA.po
2015-12-09 14:49:13 +01:00
Martin
75604d0d61 Linux build system overhaul 2015-12-05 18:10:17 +01:00
Martin
ecea174272 Fixed missing licensing headers 2015-08-08 22:53:24 +02:00
Martin
345d182568 License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
plucid
de8e38bbd3 Make VS12 copies of the vcxproj.filters 2015-02-06 13:04:40 -08:00
plucid
32680d4a1c Fix references to external dependencies
Add references to the locations of the Boost, Crypto++, and Curl headers and libraries.  Add a property sheet which defines user macros that point to the roots of those items, as well as the include and lib directories.  The property sheet provides a single location to be modified to configure the external dependencies when moving to a new machine.
2015-02-05 00:45:13 -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
68052cb22d Login via LDAP/AD 2014-12-06 20:39:55 +01:00
Martin
9be2463c36 Modifications for RPM building 2014-10-13 22:46:43 +02:00
Martin
9abc44d065 Make newer cURL versions work with gmail 2014-08-04 23:55:38 +02:00
Martin
2a26e81c94 Removed downloadplugin. Replaced it with cURL. 2014-04-26 18:34:01 +02: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
2799720dbc Better error message when sending test mail failed 2013-10-03 21:37:54 +02:00
Martin Raiber
347e6ff9b3 Fixed build server script 2013-09-29 17:34:30 +02:00
Martin
46a5edd310 Windows build on build server 2013-04-14 11:37:48 +02:00
Martin
72f5c8e6c4 Windows build on build server 2013-04-14 11:22:43 +02:00
Martin
8a7694cb82 CRLF instead of only LF in mail header 2012-12-27 20:16:06 +01:00
Martin Raiber
e1a45b4b6e Merge branch 'master' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend 2012-05-10 03:28:05 +02:00
Martin Raiber
e23bf024b3 Correct mail sender format 2012-05-02 12:25:35 +02:00
Martin Raiber
bfb8963c52 Fixed build 2012-04-03 23:34:33 +02:00
Martin Raiber
bddbbb2b22 Trimmed some settings 2011-12-05 22:17:16 +01:00
Martin Raiber
80323433c0 Restore additional volumes 2011-10-20 20:15:36 +02:00
Martin Raiber
a80c8fb17d Added image backup of multiple volumes 2011-10-06 17:23:11 +02:00
Martin Raiber
a619fc017c Merge branch 'master' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend 2011-09-24 20:42:24 +02:00
Martin Raiber
e43e0f2189 Make date rfc compliant 2011-09-24 20:41:40 +02:00
Martin Raiber
00960721e4 Merge branch 'master' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend 2011-09-24 20:32:14 +02:00
Martin Raiber
4e02091078 Added Date header to mails 2011-09-24 20:31:48 +02:00
Martin Raiber
7373d80f5c Some fixes 2011-09-24 19:51:55 +02:00
Martin Raiber
89a9e5cb7b Fixed linux build 2011-09-22 22:29:42 +02:00
Martin Raiber
6ab15ebd4c Added mailed reports of backups 2011-09-22 21:17:31 +02:00