💻 Desktop sync client for Nextcloud
Find a file
Klaas Freitag 7822a6b000 csync_statedb: Finalize the precompiled statements after discovery.
As described in http://www.sqlite.org/cvstrac/wiki?p=MultiThreading precompiled
statements should not be used across thread borders. However, the reconcile
phase would reuse the statements if defined (it calls statedb function from
a different thread) so it is saver to finalize them at the end of the
update run.
2014-10-18 14:18:11 +02:00
admin Remove references to qsqlite3 2014-10-16 17:51:17 +02:00
binary@18d9ac810b Update binary/ sha 2014-10-15 16:52:16 +02:00
cmake NSIS: Fix copying of qtbase translations 2014-10-17 16:37:37 +02:00
csync csync_statedb: Finalize the precompiled statements after discovery. 2014-10-18 14:18:11 +02:00
doc Remove references to qsqlite3 2014-10-16 17:51:17 +02:00
resources
shell_integration Merge pull request #2319 from owncloud/sqlite_capi 2014-10-17 12:11:27 +02:00
src csync_statedb: Finalize the precompiled statements after discovery. 2014-10-18 14:18:11 +02:00
test tests: Added unicode read an write testcase for ownsql. 2014-10-16 21:21:47 +02:00
theme
translations [tx-robot] updated from transifex 2014-10-18 01:25:33 -04:00
.gitattributes git: fix entry in .gitattributes to not export binary dir. 2014-09-22 11:24:24 +02:00
.gitignore OS X: Rename LiferayNativity code for shell icons 2014-08-18 12:57:29 +02:00
.gitmodules OS X: Finally(?) fix stay-on-top behaviour of settings dialog 2014-08-12 14:48:42 +02:00
.tag
ChangeLog Bumped the release number to 1.6.2, Changelog additions. 2014-07-28 11:44:10 +02:00
CMakeLists.txt sqlite3: Bundle 3.8.6 for Mac and Windows 2014-10-16 17:38:45 +02:00
config.h.in
CONTRIBUTING.md
COPYING
COPYING.documentation
CPackOptions.cmake.in
issue_template.md
mirall.desktop.in desktop file: add a Comment 2014-08-29 17:14:40 +02:00
mirall.qrc Remove owncloud_logo_blue.png from mirall.qrc resource 2014-08-15 15:12:42 +02:00
OWNCLOUD.cmake
OwnCloudCPack.cmake CPack is still needed for Windows 2014-10-01 21:16:18 +02:00
README.md
sync-exclude.lst Exclude List: Gnucash temp files 2014-08-29 16:45:08 +02:00
theme.qrc
VERSION.cmake Push version to beta3 2014-10-03 11:37:00 +02:00

Mirall

Introduction

Mirall is a tool to synchronize files from ownCloud Server with your computer. It uses OCSync as its syncing backend.

Download

Binary packages

Source code

Building the source code

Please refer to doc/building.rst, or Building the Client in the ownCloud client manual.

Authors

License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.