summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* We can't inhert the copy constructor.Christian Mollekopf2017-02-01
| | | | An the compiler in fedora 26 also tells us that.
* Explicitly convertChristian Mollekopf2017-02-01
|
* Fixed warningsChristian Mollekopf2017-02-01
|
* We also require kdavChristian Mollekopf2017-02-01
|
* Added new dependency to spec file.Christian Mollekopf2017-02-01
|
* Removed unnecessary debug output.Christian Mollekopf2017-02-01
|
* Only use in the public interface what we have to use.Christian Mollekopf2017-02-01
|
* Don't call into the model after the model has been destroyed.Christian Mollekopf2017-01-31
|
* A model stress test to try to crash the result emitter when used withChristian Mollekopf2017-01-31
| | | | threads.
* Ensure blooming queries filter as they shouldChristian Mollekopf2017-01-31
| | | | After the initial bloom, it should turn into a regular filter.
* disable ctag check for now, cause otherwise we will delete the contatcs in ↵Sandro Knauß2017-01-30
| | | | non changes collections
* make scanForRemovals workSandro Knauß2017-01-30
|
* sync contacts with kasyncSandro Knauß2017-01-30
|
* extract datas from VCardSandro Knauß2017-01-30
|
* Make syncing of contacts successfullySandro Knauß2017-01-30
|
* starting with davresourceSandro Knauß2017-01-30
|
* make contacts suitable for applications like sinkshSandro Knauß2017-01-30
|
* Add Contact as new domain typeSandro Knauß2017-01-30
|
* Don't package thoseChristian Mollekopf2017-01-26
|
* sink_client is no longer a thingChristian Mollekopf2017-01-26
|
* SINK_EXPORT for free functions needs to go to the beginningChristian Mollekopf2017-01-26
|
* During modifications only modify what we really need to modify.Christian Mollekopf2017-01-25
| | | | We used to delete all non-modified properties...
* Ignore mails that are marked as deleted.Christian Mollekopf2017-01-25
|
* Added spec fileChristian Mollekopf2017-01-24
|
* arcconfigChristian Mollekopf2017-01-23
|
* Feed qt debug messages into the same stream as the rest.Christian Mollekopf2017-01-23
|
* Directly linking against dl doesn't work on freebsd.Christian Mollekopf2017-01-23
| | | | Patch by Tobias Berner.
* Readable uuidChristian Mollekopf2017-01-23
|
* Ensure we don't accidentally spawn more transactions than necessary.Christian Mollekopf2017-01-23
|
* Debug outputChristian Mollekopf2017-01-23
|
* Process sync requests one by oneChristian Mollekopf2017-01-23
|
* Fixed revision cleanupChristian Mollekopf2017-01-22
|
* Don't treat the IMAP namespace as subfolder.Christian Mollekopf2017-01-22
| | | | INBOX.INBOX means that the INBOX folder is in the INBOX. namespace.
* Support dependencies between sync requests.Christian Mollekopf2017-01-22
| | | | | | | | | | If one sync task depends on the previous sync task we want to flush in between, so we can query for the results of the previous sync request locally. If we detect such a dependency we temporarily halt all processing of synchronization requests until the flush completes, so we can continue processing.
* Actually flush the replay queueChristian Mollekopf2017-01-18
|
* gdb mode that can be used to attach a debuggerChristian Mollekopf2017-01-18
|
* Longer timeout so we have time to attach a debuggerChristian Mollekopf2017-01-18
|
* Ignore the component if we use a log contextChristian Mollekopf2017-01-18
|
* Debug outputChristian Mollekopf2017-01-18
|
* Refactored the changereplayChristian Mollekopf2017-01-18
| | | | | | * use a log context * clearer and simpler control flow * No infinite recursive calling
* Don't overwrite the first job with the continuationChristian Mollekopf2017-01-18
|
* Ensure resources kill themselves if noone connects.Christian Mollekopf2017-01-17
|
* Also try to send the mail on changereplay.Christian Mollekopf2017-01-17
|
* Avoid unnecessary replay requests.Christian Mollekopf2017-01-17
| | | | A single request will replay until the latest revision.
* Handle errors without crashing.Christian Mollekopf2017-01-17
|
* Avoid sending the mail twiceChristian Mollekopf2017-01-13
|
* SimplificationChristian Mollekopf2017-01-12
|
* Fixed build issues with pedantic enabledChristian Mollekopf2017-01-12
|
* The template arguments are no longer required.Christian Mollekopf2017-01-12
|
* syncThen is no longer necessaryChristian Mollekopf2017-01-12
|