summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-16command line: fixed --status and --monitordbus-blocking-duplicate-codePatrick Ohly1-188/+63
2012-02-15GDBus GIO: error checking was incompletePatrick Ohly1-0/+3
2012-02-15GDBus libdbus+GIO: support blocking D-Bus callsPatrick Ohly8-82/+1285
2012-02-15GDBus GIO: fixed memory leak in prepare()Patrick Ohly1-4/+6
2012-02-15GDBus GIO: simplified AppendRetvalsPatrick Ohly1-28/+28
2012-02-15ForkExec: fixed support for absolute helper pathPatrick Ohly1-1/+1
2012-02-01SyncSource: detect ambiguous "backend" valuePatrick Ohly1-3/+11
2012-02-01Akonadi: ignore backend aliasesPatrick Ohly1-41/+42
2012-02-01Akonadi testing: ignore known errorsPatrick Ohly1-0/+5
2012-02-01Akonadi: fixed backend instantiationPatrick Ohly2-3/+4
2012-02-01testing: ignore KDE memory errorsPatrick Ohly1-0/+242
2012-02-01testing: enable valgrind checking of child processesPatrick Ohly2-10/+33
2012-02-01Akonadi: handle 404 in readItem()Patrick Ohly1-0/+3
2012-02-01Akonadi: fixed compile and runtime issuesPatrick Ohly11-146/+94
2012-01-30GDBus GIO: improved DBusArray encodingPatrick Ohly1-5/+7
2012-01-30testing: ignore memory leaks in DBus libdbus server implementationPatrick Ohly1-1/+37
2012-01-25Add another hack for installation.Krzesimir Nowak1-0/+1
2012-01-25testing: ignore valgrind errors in libdbusPatrick Ohly1-0/+69
2012-01-25Apple testing: must include DTSTAMPPatrick Ohly1-1/+7
2012-01-23Memotoo testing: supports PERCENT-COMPLETEPatrick Ohly1-1/+2
2012-01-20D-Bus server: set global suspend/abort statePatrick Ohly6-27/+138
2012-01-20local sync: better error reporting when child finds problemPatrick Ohly1-2/+10
2012-01-20local sync: kill syncevo-local-sync with SIGTERMPatrick Ohly4-1/+69
2012-01-20rewrote signal handlingPatrick Ohly12-270/+451
2012-01-20OBEX transport: code cleanupPatrick Ohly2-154/+148
2012-01-20local sync: execute 'syncevo-local-sync' on child side, communicate via D-BusPatrick Ohly5-691/+848
2012-01-20SyncContext: don't hide ConfigUserInterface implementationPatrick Ohly1-26/+26
2012-01-20SyncContext: deal with shutdown inside childPatrick Ohly1-1/+1
2012-01-20SyncReport: added conversion to/from plain textPatrick Ohly2-0/+30
2012-01-20pkg-config: added libgdbussyncevoPatrick Ohly2-2/+5
2012-01-20fork/exec: fixed ifdefsPatrick Ohly2-2/+5
2012-01-20autotools: fix for build without D-Bus serverPatrick Ohly1-2/+1
2012-01-20autotools: cleaned up choice between gdbus and gdbusxxPatrick Ohly1-15/+8
2012-01-20GDBus libdbus: server must explicitly disconnectPatrick Ohly2-0/+15
2012-01-20autotools: fixed combination of unit tests + shared linkingPatrick Ohly2-3/+4
2012-01-20autotools: depend on D-BusPatrick Ohly2-14/+25
2012-01-17fork/exec: search for helper in libexecPatrick Ohly3-4/+32
2012-01-17fork/exec: catch error messages from childPatrick Ohly2-2/+48
2012-01-17GDBus GIO: no timeout for D-Bus method invocationsPatrick Ohly1-2/+3
2012-01-17GDBus + libdbus/GIO: use dedicated class for plain buffersPatrick Ohly5-16/+142
2012-01-17GDBus + GIO: improved D-Bus method callsPatrick Ohly1-50/+101
2012-01-17GDBus + libdbus: improved D-Bus method callsPatrick Ohly2-97/+137
2012-01-17GDBus GIO: implemented client/serverPatrick Ohly2-0/+156
2012-01-17D-Bus client/server: authenticationPatrick Ohly1-6/+2
2012-01-17fork/exec: added state trackingPatrick Ohly2-0/+17
2012-01-17fork/exec: implemented stop() and kill()Patrick Ohly1-0/+2
2012-01-17fork/exec: added onFailurePatrick Ohly3-9/+85
2012-01-17fork/exec: removed loop parameterPatrick Ohly3-33/+18
2012-01-17DBus client/server test: added usage of fork/execPatrick Ohly1-11/+60
2012-01-17fork/exec: generic utility class for fork/exec + D-BusPatrick Ohly3-2/+367