Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Use SINK_REGISTER_TYPES | Christian Mollekopf | 2017-02-13 | |
| | ||||
* | Avoid triggering reinsert if the leader doesn't change. | Christian Mollekopf | 2017-02-13 | |
| | ||||
* | Fixed index removals | Christian Mollekopf | 2017-02-13 | |
| | ||||
* | Don't emit superfluous remove signals. | Christian Mollekopf | 2017-02-13 | |
| | | | | | We often let removal updates through and expect the model to deal with superfluous updates, this now actually implements that. | |||
* | Fixed reduction updates with stateful query. | Christian Mollekopf | 2017-02-13 | |
| | | | | | | Some filters need to maintain state between runs in order to be able to emit only what has changed. This now also make reduction work for live queries. | |||
* | Move the SINK_EXPORT to the right place. | Christian Mollekopf | 2017-02-13 | |
| | | | | Thanks to marcoscarpetta for the patch! | |||
* | Debugoutput | Christian Mollekopf | 2017-02-13 | |
| | ||||
* | Fixed query flags. | Christian Mollekopf | 2017-02-13 | |
| | ||||
* | Cleaner index syntax, don't index messageid twice | Christian Mollekopf | 2017-02-13 | |
| | ||||
* | Better debug output | Christian Mollekopf | 2017-02-09 | |
| | ||||
* | Simplified debug output | Christian Mollekopf | 2017-02-03 | |
| | ||||
* | Fixed incremental fetching | Christian Mollekopf | 2017-02-03 | |
| | ||||
* | We can't inhert the copy constructor. | Christian Mollekopf | 2017-02-01 | |
| | | | | An the compiler in fedora 26 also tells us that. | |||
* | Explicitly convert | Christian Mollekopf | 2017-02-01 | |
| | ||||
* | Fixed warnings | Christian Mollekopf | 2017-02-01 | |
| | ||||
* | Removed unnecessary debug output. | Christian Mollekopf | 2017-02-01 | |
| | ||||
* | Only use in the public interface what we have to use. | Christian Mollekopf | 2017-02-01 | |
| | ||||
* | Don't call into the model after the model has been destroyed. | Christian Mollekopf | 2017-01-31 | |
| | ||||
* | A model stress test to try to crash the result emitter when used with | Christian Mollekopf | 2017-01-31 | |
| | | | | threads. | |||
* | Ensure blooming queries filter as they should | Christian Mollekopf | 2017-01-31 | |
| | | | | After the initial bloom, it should turn into a regular filter. | |||
* | extract datas from VCard | Sandro Knauß | 2017-01-30 | |
| | ||||
* | make contacts suitable for applications like sinksh | Sandro Knauß | 2017-01-30 | |
| | ||||
* | Add Contact as new domain type | Sandro Knauß | 2017-01-30 | |
| | ||||
* | SINK_EXPORT for free functions needs to go to the beginning | Christian Mollekopf | 2017-01-26 | |
| | ||||
* | During modifications only modify what we really need to modify. | Christian Mollekopf | 2017-01-25 | |
| | | | | We used to delete all non-modified properties... | |||
* | Readable uuid | Christian Mollekopf | 2017-01-23 | |
| | ||||
* | Ensure we don't accidentally spawn more transactions than necessary. | Christian Mollekopf | 2017-01-23 | |
| | ||||
* | Debug output | Christian Mollekopf | 2017-01-23 | |
| | ||||
* | Process sync requests one by one | Christian Mollekopf | 2017-01-23 | |
| | ||||
* | Fixed revision cleanup | Christian Mollekopf | 2017-01-22 | |
| | ||||
* | Support dependencies between sync requests. | Christian Mollekopf | 2017-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 queue | Christian Mollekopf | 2017-01-18 | |
| | ||||
* | Longer timeout so we have time to attach a debugger | Christian Mollekopf | 2017-01-18 | |
| | ||||
* | Ignore the component if we use a log context | Christian Mollekopf | 2017-01-18 | |
| | ||||
* | Debug output | Christian Mollekopf | 2017-01-18 | |
| | ||||
* | Refactored the changereplay | Christian Mollekopf | 2017-01-18 | |
| | | | | | | * use a log context * clearer and simpler control flow * No infinite recursive calling | |||
* | Don't overwrite the first job with the continuation | Christian Mollekopf | 2017-01-18 | |
| | ||||
* | Ensure resources kill themselves if noone connects. | Christian Mollekopf | 2017-01-17 | |
| | ||||
* | Avoid unnecessary replay requests. | Christian Mollekopf | 2017-01-17 | |
| | | | | A single request will replay until the latest revision. | |||
* | Handle errors without crashing. | Christian Mollekopf | 2017-01-17 | |
| | ||||
* | Fixed build issues with pedantic enabled | Christian Mollekopf | 2017-01-12 | |
| | ||||
* | syncThen is no longer necessary | Christian Mollekopf | 2017-01-12 | |
| | ||||
* | Modifications for multiple entities. | Christian Mollekopf | 2017-01-12 | |
| | | | | This allows to apply a modification to all entities matching some query. | |||
* | Debug output | Christian Mollekopf | 2017-01-12 | |
| | ||||
* | Set enabled state from subscription | Christian Mollekopf | 2017-01-11 | |
| | ||||
* | Debug output | Christian Mollekopf | 2017-01-10 | |
| | ||||
* | Constructor to sync a single entity | Christian Mollekopf | 2017-01-10 | |
| | ||||
* | Remember if we have all of the data or only the headers. | Christian Mollekopf | 2017-01-10 | |
| | ||||
* | Fixed revision cleanup | Christian Mollekopf | 2017-01-10 | |
| | ||||
* | No more normalizedPath | Christian Mollekopf | 2017-01-07 | |
| |