Commit Graph

19 Commits

Author SHA1 Message Date
Kenneth Skovhede 51f93301fd Updated the build to use the SQLite provided packages with native binaries 2024-03-05 08:55:46 +01:00
BlueBlock cb9bd2f8fc update included sqlite dll's for the 4.6 framework 2019-08-02 15:33:55 -04:00
Kenneth Skovhede 7014a75a23 Updated sqlite to use 1.0.105.2 (sqlite 3.19.3) on Windows.
This fixes #2562
2017-06-27 15:02:38 +02:00
Kenneth Skovhede f223c38ad7 Updating the SQLite library on Windows to 1.0.104.0.
The Linux version use Mono.Data.SQLite if possible, and otherwise attempts to wrap the system sqlite.so.

This fixes #2144
2017-03-01 11:10:01 +01:00
Kenneth Skovhede 9c8e51c835 Updated SQLite builds to use new statically linked versions which do not require the VC redist 2014-07-20 19:18:44 +02:00
Kenneth Skovhede d9e67915e6 Removed the very outdated SQLite binaries for Linux 2014-03-26 16:06:42 +01:00
Kenneth Skovhede c016043a1a Renamed data to licensedata.json 2014-03-24 17:07:00 +01:00
Kenneth Skovhede b6c290eb6e Added formalized thirdparty descriptions 2014-03-24 16:59:30 +01:00
Kenneth Skovhede 370768caed Updated SQLite binaries to newest available windows versions which increases speed by a factor 10+ 2013-06-02 14:15:13 +02:00
Kenneth Skovhede 0d16dd1cc1 Update issue #829
Status: fixed

I removed the stray third party binaries
2013-05-25 22:04:08 +02:00
kenneth.skovhede@gmail.com c9ee03975d Update issue #285
Status: Fixed

I found out that Mono on windows does not support "mixed-mode" assemblies, which is what the System.Data.SQLite.dll's are:
http://www.mono-project.com/CPlusPlus

On my machine it gives a weird error with "CRT not initialized" if I run Duplicati under Mono.
I have changed the loader to check for Linux AND Mono.
I have also update the build script to include the version of the dll that you found,
it seems that Mono only runs with 32bit on windows, so the dll must also be 32 bit.

git-svn-id: https://duplicati.googlecode.com/svn/trunk@562 59da171f-624f-0410-aa54-27559c288bec
2010-10-27 19:40:29 +00:00
kenneth.skovhede@gmail.com 3bfd015d62 Final changes to support a fully localized Duplicati,
next step is to generate a setup for editing the resx files.

git-svn-id: https://duplicati.googlecode.com/svn/trunk@197 59da171f-624f-0410-aa54-27559c288bec
2009-06-17 22:47:51 +00:00
kenneth.skovhede@gmail.com c2cdfbb477 Part 3 of the rename... it's done :)
git-svn-id: https://duplicati.googlecode.com/svn/trunk@169 59da171f-624f-0410-aa54-27559c288bec
2009-04-27 17:41:00 +00:00
kenneth.skovhede@gmail.com 4cbad24343 Part 2 of the rename
git-svn-id: https://duplicati.googlecode.com/svn/trunk@168 59da171f-624f-0410-aa54-27559c288bec
2009-04-27 17:38:31 +00:00
kenneth.skovhede@gmail.com 898099ce9d Part 1 of windows rename :)
git-svn-id: https://duplicati.googlecode.com/svn/trunk@167 59da171f-624f-0410-aa54-27559c288bec
2009-04-27 17:36:48 +00:00
kenneth.skovhede@gmail.com b544967fd6 Added 64bit dll for SQLite
git-svn-id: https://duplicati.googlecode.com/svn/trunk@161 59da171f-624f-0410-aa54-27559c288bec
2009-04-22 20:27:08 +00:00
kenneth.skovhede@gmail.com cc6dbb0ef9 Fixes for issue #27. linux compatibility.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@149 59da171f-624f-0410-aa54-27559c288bec
2009-04-08 19:11:42 +00:00
kenneth.skovhede@gmail.com 6124b79774 Fixed the PurgeSignatureCache function to only remove Duplicati files.
Added a button to purge the cache from the settings menu.
Added a size label to show the size of the signature cache.
Made the ListBackupFiles abort the current action when closed.
Made the ListBackupFiles available from the status window.
Fixed a small problem where all folders were marked as deleted in the previous commit (would only result in missing empty folders on restore).
Changed the name of the "Setup" menu to be "Wizard ..." for issue #13, and changed the icon.
Added Mono compatible SQLite dll's.
Updated the SQLite dll's to version 1.0.60.

git-svn-id: https://duplicati.googlecode.com/svn/trunk@139 59da171f-624f-0410-aa54-27559c288bec
2009-04-01 08:30:14 +00:00
kenneth.skovhede@gmail.com 20a6757d56 Added all the thirdparty code.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@11 59da171f-624f-0410-aa54-27559c288bec
2008-06-19 19:34:31 +00:00