summaryrefslogtreecommitdiff
path: root/dbus-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-5/+5
|
* Rename source files to flatpakAlexander Larsson2016-05-094-4/+4
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-093-192/+192
|
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-063-218/+244
|
* dbus-filter: Log arg0 validation failuresAlexander Larsson2016-04-191-0/+2
|
* Fix regression is dbus proxyAlexander Larsson2015-09-251-1/+1
|
* dbus-proxy: Avoid clang warningAlexander Larsson2015-08-271-1/+1
|
* dbus-proxy: Fix incorrect check of name policyAlexander Larsson2015-08-271-1/+1
| | | | It was checking against the wrong enum type
* dbus-proxy: Fix flags arg passed to g_socket_receive_messageAlexander Larsson2015-08-271-1/+2
| | | | This is an out param, not an in param
* Restructure directories and buildAlexander Larsson2015-07-104-0/+2672
This moves a all source code into separate subdirs per binary. The helper and the generic stuff goes into lib/ which is then used by all the others. For now this is a completely internal library, but at some point we will probably clean it up and expose some subset. Also, we move the dbus proxy to libexecdir.