Age | Commit message (Expand) | Author | Files | Lines |
2012-02-16 | command line: fixed --status and --monitordbus-blocking-duplicate-code | Patrick Ohly | 1 | -188/+63 |
2012-02-15 | GDBus GIO: error checking was incomplete | Patrick Ohly | 1 | -0/+3 |
2012-02-15 | GDBus libdbus+GIO: support blocking D-Bus calls | Patrick Ohly | 8 | -82/+1285 |
2012-02-15 | GDBus GIO: fixed memory leak in prepare() | Patrick Ohly | 1 | -4/+6 |
2012-02-15 | GDBus GIO: simplified AppendRetvals | Patrick Ohly | 1 | -28/+28 |
2012-02-15 | ForkExec: fixed support for absolute helper path | Patrick Ohly | 1 | -1/+1 |
2012-02-01 | SyncSource: detect ambiguous "backend" value | Patrick Ohly | 1 | -3/+11 |
2012-02-01 | Akonadi: ignore backend aliases | Patrick Ohly | 1 | -41/+42 |
2012-02-01 | Akonadi testing: ignore known errors | Patrick Ohly | 1 | -0/+5 |
2012-02-01 | Akonadi: fixed backend instantiation | Patrick Ohly | 2 | -3/+4 |
2012-02-01 | testing: ignore KDE memory errors | Patrick Ohly | 1 | -0/+242 |
2012-02-01 | testing: enable valgrind checking of child processes | Patrick Ohly | 2 | -10/+33 |
2012-02-01 | Akonadi: handle 404 in readItem() | Patrick Ohly | 1 | -0/+3 |
2012-02-01 | Akonadi: fixed compile and runtime issues | Patrick Ohly | 11 | -146/+94 |
2012-01-30 | GDBus GIO: improved DBusArray encoding | Patrick Ohly | 1 | -5/+7 |
2012-01-30 | testing: ignore memory leaks in DBus libdbus server implementation | Patrick Ohly | 1 | -1/+37 |
2012-01-25 | Add another hack for installation. | Krzesimir Nowak | 1 | -0/+1 |
2012-01-25 | testing: ignore valgrind errors in libdbus | Patrick Ohly | 1 | -0/+69 |
2012-01-25 | Apple testing: must include DTSTAMP | Patrick Ohly | 1 | -1/+7 |
2012-01-23 | Memotoo testing: supports PERCENT-COMPLETE | Patrick Ohly | 1 | -1/+2 |
2012-01-20 | D-Bus server: set global suspend/abort state | Patrick Ohly | 6 | -27/+138 |
2012-01-20 | local sync: better error reporting when child finds problem | Patrick Ohly | 1 | -2/+10 |
2012-01-20 | local sync: kill syncevo-local-sync with SIGTERM | Patrick Ohly | 4 | -1/+69 |
2012-01-20 | rewrote signal handling | Patrick Ohly | 12 | -270/+451 |
2012-01-20 | OBEX transport: code cleanup | Patrick Ohly | 2 | -154/+148 |
2012-01-20 | local sync: execute 'syncevo-local-sync' on child side, communicate via D-Bus | Patrick Ohly | 5 | -691/+848 |
2012-01-20 | SyncContext: don't hide ConfigUserInterface implementation | Patrick Ohly | 1 | -26/+26 |
2012-01-20 | SyncContext: deal with shutdown inside child | Patrick Ohly | 1 | -1/+1 |
2012-01-20 | SyncReport: added conversion to/from plain text | Patrick Ohly | 2 | -0/+30 |
2012-01-20 | pkg-config: added libgdbussyncevo | Patrick Ohly | 2 | -2/+5 |
2012-01-20 | fork/exec: fixed ifdefs | Patrick Ohly | 2 | -2/+5 |
2012-01-20 | autotools: fix for build without D-Bus server | Patrick Ohly | 1 | -2/+1 |
2012-01-20 | autotools: cleaned up choice between gdbus and gdbusxx | Patrick Ohly | 1 | -15/+8 |
2012-01-20 | GDBus libdbus: server must explicitly disconnect | Patrick Ohly | 2 | -0/+15 |
2012-01-20 | autotools: fixed combination of unit tests + shared linking | Patrick Ohly | 2 | -3/+4 |
2012-01-20 | autotools: depend on D-Bus | Patrick Ohly | 2 | -14/+25 |
2012-01-17 | fork/exec: search for helper in libexec | Patrick Ohly | 3 | -4/+32 |
2012-01-17 | fork/exec: catch error messages from child | Patrick Ohly | 2 | -2/+48 |
2012-01-17 | GDBus GIO: no timeout for D-Bus method invocations | Patrick Ohly | 1 | -2/+3 |
2012-01-17 | GDBus + libdbus/GIO: use dedicated class for plain buffers | Patrick Ohly | 5 | -16/+142 |
2012-01-17 | GDBus + GIO: improved D-Bus method calls | Patrick Ohly | 1 | -50/+101 |
2012-01-17 | GDBus + libdbus: improved D-Bus method calls | Patrick Ohly | 2 | -97/+137 |
2012-01-17 | GDBus GIO: implemented client/server | Patrick Ohly | 2 | -0/+156 |
2012-01-17 | D-Bus client/server: authentication | Patrick Ohly | 1 | -6/+2 |
2012-01-17 | fork/exec: added state tracking | Patrick Ohly | 2 | -0/+17 |
2012-01-17 | fork/exec: implemented stop() and kill() | Patrick Ohly | 1 | -0/+2 |
2012-01-17 | fork/exec: added onFailure | Patrick Ohly | 3 | -9/+85 |
2012-01-17 | fork/exec: removed loop parameter | Patrick Ohly | 3 | -33/+18 |
2012-01-17 | DBus client/server test: added usage of fork/exec | Patrick Ohly | 1 | -11/+60 |
2012-01-17 | fork/exec: generic utility class for fork/exec + D-Bus | Patrick Ohly | 3 | -2/+367 |