summaryrefslogtreecommitdiffstats
path: root/synchronizer/main.cpp
Commit message (Collapse)AuthorAge
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-12
|
* Don't store the lockfile inside the main resource folder.Christian Mollekopf2017-03-26
| | | | | | | | | We currently use the folder as the main db folder, meaning we remove the folder when removing the db. This results in the lockfile vanishing with the db, which then confuses QLockFile (resulting in a lot of warnings). We may want to start moving everything into a resource-instance folder, but then we have to do it properly across the board.
* Make sure we print the message.Christian Mollekopf2017-02-23
| | | | std::cout doesn't seem to work reliably at this point...
* Print more info why acquiring the lock fails.Christian Mollekopf2017-02-23
|
* Feed qt debug messages into the same stream as the rest.Christian Mollekopf2017-01-23
|
* gdb mode that can be used to attach a debuggerChristian Mollekopf2017-01-18
|
* Make sure the path is existing, otherwise the lockfile will not beChristian Mollekopf2017-01-10
| | | | created.
* Create the lockfiles in the data directory.Christian Mollekopf2017-01-09
| | | | The ended up in the home directory.
* Debug outputChristian Mollekopf2016-12-06
|
* Sleep on crash so we have time to attach a debugger.Christian Mollekopf2016-09-15
|
* CleanupChristian Mollekopf2016-09-15
|
* A new debug system.Christian Mollekopf2016-07-07
| | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names.
* Prepared sinksh traceChristian Mollekopf2016-07-07
|
* Catch errorsChristian Mollekopf2016-06-21
|
* Disable the quitlockChristian Mollekopf2016-06-05
| | | | | Without this the synchronizer process regularly closes prematurely, not sure why.
* Print a demangled stacktraceChristian Mollekopf2016-06-03
|
* Log the resource start.Christian Mollekopf2016-05-30
|
* Propagate test-mode to resources.Christian Mollekopf2016-05-23
| | | | This way we can run tests in completely separate data-directories.
* A better crashhandler that notifies the client of the crash.Christian Mollekopf2016-05-22
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Introduced debug areas and prettified output.Christian Mollekopf2016-02-04
|
* Stacktrace printing on crashChristian Mollekopf2015-09-10
|
* Set stale lock time.Christian Mollekopf2015-08-10
| | | | | | We're trying to protect against race conditions, a lock time off 500ms should suffice and means we can recover automatically after a crash.
* Moved lockfile into synchronizerChristian Mollekopf2015-07-30
| | | | For better testability of listener.
* The resource doesn't require a gui.Christian Mollekopf2015-07-07
| | | | And otherwise we can't run tests.
* Don't leak the listener instance to catch problems with object lifetimes.Christian Mollekopf2015-03-31
|
* Resource crashhandler and logging facilities.Christian Mollekopf2015-03-31
|
* Stop using Akonadi2::Console.Christian Mollekopf2015-01-25
| | | | We need a decent loggin framework.
* licensesAaron Seigo2014-12-15
|
* namespace everything in libs with Akonadi2Aaron Seigo2014-12-15
|
* better handling of the no-resource args caseAaron Seigo2014-12-06
|
* resource -> synchronizerAaron Seigo2014-12-06
the resource will be the plugin that interacts with the source and store