Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | SIGSTOP is not avialable on windows | Christian Mollekopf | 2018-04-19 |
| | |||
* | Windows compat | Christian Mollekopf | 2018-04-19 |
| | |||
* | Windows compat | Christian Mollekopf | 2018-04-19 |
| | |||
* | Windows compat | Christian Mollekopf | 2018-04-19 |
| | |||
* | Setting the dictionary value works. | Christian Mollekopf | 2018-04-04 |
| | |||
* | Try again to disable the dock | Christian Mollekopf | 2018-04-04 |
| | |||
* | Try again | Christian Mollekopf | 2018-04-04 |
| | |||
* | Hide the QGuiApplication on mac os again. | Christian Mollekopf | 2018-04-04 |
| | |||
* | Revert "The QGuiApplication does not seem to be necessary for QTextDocument." | Christian Mollekopf | 2018-04-02 |
| | | | | | | | This reverts commit 630592544d719fdda8e4c942329492d1a41a8b14. Depending on the mail we do start crashing. QTextDocument sometimes ends up using the palette which relies on an initialized platform plugin. | ||
* | The QGuiApplication does not seem to be necessary for QTextDocument. | Christian Mollekopf | 2018-03-18 |
| | | | | ..as long as we link to QtGui. | ||
* | Xapian based fulltext indexing | Christian Mollekopf | 2018-02-11 |
| | | | | | This cuts into the sync performance by about 40%, but gives us fast fulltext searching for all local content. | ||
* | Dump some process stats on exit in the synchronizer. | Christian Mollekopf | 2018-02-05 |
| | |||
* | Support for storage upgrades | Christian Mollekopf | 2018-01-30 |
| | |||
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-07-29 |
| | | | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Sink already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #sink, cmollekopf Reviewed By: #sink, cmollekopf Subscribers: #sink Tags: #sink Differential Revision: https://phabricator.kde.org/D6361 | ||
* | Link to qt::core as well | Christian Mollekopf | 2017-06-06 |
| | |||
* | No more SINK_DEBUG_AREA | Christian Mollekopf | 2017-05-12 |
| | |||
* | Don't store the lockfile inside the main resource folder. | Christian Mollekopf | 2017-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. | ||
* | Adapt to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Make sure we print the message. | Christian Mollekopf | 2017-02-23 |
| | | | | std::cout doesn't seem to work reliably at this point... | ||
* | Print more info why acquiring the lock fails. | Christian Mollekopf | 2017-02-23 |
| | |||
* | Feed qt debug messages into the same stream as the rest. | Christian Mollekopf | 2017-01-23 |
| | |||
* | Directly linking against dl doesn't work on freebsd. | Christian Mollekopf | 2017-01-23 |
| | | | | Patch by Tobias Berner. | ||
* | gdb mode that can be used to attach a debugger | Christian Mollekopf | 2017-01-18 |
| | |||
* | Make sure the path is existing, otherwise the lockfile will not be | Christian Mollekopf | 2017-01-10 |
| | | | | created. | ||
* | Create the lockfiles in the data directory. | Christian Mollekopf | 2017-01-09 |
| | | | | The ended up in the home directory. | ||
* | We don't require qt widgets. | Christian Mollekopf | 2016-12-13 |
| | |||
* | Debug output | Christian Mollekopf | 2016-12-06 |
| | |||
* | Sleep on crash so we have time to attach a debugger. | Christian Mollekopf | 2016-09-15 |
| | |||
* | Cleanup | Christian Mollekopf | 2016-09-15 |
| | |||
* | A new debug system. | Christian Mollekopf | 2016-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 trace | Christian Mollekopf | 2016-07-07 |
| | |||
* | Catch errors | Christian Mollekopf | 2016-06-21 |
| | |||
* | Disable the quitlock | Christian Mollekopf | 2016-06-05 |
| | | | | | Without this the synchronizer process regularly closes prematurely, not sure why. | ||
* | Print a demangled stacktrace | Christian Mollekopf | 2016-06-03 |
| | |||
* | Log the resource start. | Christian Mollekopf | 2016-05-30 |
| | |||
* | Propagate test-mode to resources. | Christian Mollekopf | 2016-05-23 |
| | | | | This way we can run tests in completely separate data-directories. | ||
* | A better crashhandler that notifies the client of the crash. | Christian Mollekopf | 2016-05-22 |
| | |||
* | Don't encode the resource type into the identifier | Christian Mollekopf | 2016-04-17 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Use Sink instead of SinkCommon | Christian Mollekopf | 2016-02-09 |
| | |||
* | Introduced debug areas and prettified output. | Christian Mollekopf | 2016-02-04 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Stacktrace printing on crash | Christian Mollekopf | 2015-09-10 |
| | |||
* | Set stale lock time. | Christian Mollekopf | 2015-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 synchronizer | Christian Mollekopf | 2015-07-30 |
| | | | | For better testability of listener. | ||
* | Moved listener to common | Christian Mollekopf | 2015-07-28 |
| | | | | So we can use it in tests as well. | ||
* | Don't set the current revision upon start. | Christian Mollekopf | 2015-07-27 |
| | | | | The client can simply read it from the database. | ||
* | Immediately close the socket after a shutdown notification. | Christian Mollekopf | 2015-07-23 |
| | | | | | | | | Otherwise it can happen that the synchronizer receives the shutdown command from a ResourceAccess instance, and while the synchronizer waits for quit to be called, a new ResourceAccess instance already connects to the synchronizer. That new connection will then of course be unexpectedly killed once quit is called in the synchronizer. | ||
* | Fixed build | Christian Mollekopf | 2015-07-23 |
| | |||
* | Avoid slots being called after the clients have been cleaned up already. | Christian Mollekopf | 2015-07-23 |
| | | | | | It is possible that the clientDropped slot is called when we close the socket, so better disconnect everythign first. |