summaryrefslogtreecommitdiff
path: root/src/gdbusxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-03C++: replace auto_ptr with unique_ptrPatrick Ohly2-24/+31
2018-01-03C++: implement missing copy operatorPatrick Ohly1-0/+7
2016-09-26gdbusxx/gdbus-cxx-bridge.h: avoid copying of parameterPatrick Ohly1-1/+1
2015-06-05syncing: avoid segfault for invalid text inside items (FDO #90118)Patrick Ohly1-1/+37
2014-12-11GDBus GIO: fix compilation on s390 32bit, II (Fedora Bug #1163188)Patrick Ohly1-0/+7
2014-11-17GDBus GIO: fix compilation on s390 32bit (Fedora Bug #1163188)Patrick Ohly1-12/+28
2014-05-05GDBus GIO: copy constructor for GDBusConnectionPtrPatrick Ohly1-0/+5
2014-05-02code restructing: Exception, throwError()Patrick Ohly1-1/+1
2014-04-01D-Bus: use streams for direct IPC with GIOPatrick Ohly4-422/+123
2014-04-01D-Bus GIO + libdbus: support structs with base structPatrick Ohly1-0/+26
2014-04-01D-Bus GIO: variant with more typesPatrick Ohly1-32/+145
2014-03-05GDBus GIO: include missing stdint.hTino Mettler1-0/+1
2014-01-17cppcheck: suppress warningsPatrick Ohly1-0/+8
2013-07-05GDBus GIO: support int64_t and uint64_tPatrick Ohly1-0/+14
2013-07-05GDBus GIO: avoid unnecessary case-insentive type comparison.Patrick Ohly1-8/+12
2013-05-29D-Bus: fix minor memory leakPatrick Ohly1-0/+8
2013-05-29GDBus GIO: support recursive variant with one typePatrick Ohly1-0/+108
2013-05-29GDBus GIO: improve boost::variant visitorPatrick Ohly1-14/+5
2013-05-29GDBus GIO: fix returning of error exceptions from asynchronous method + Inter...Patrick Ohly2-310/+429
2013-04-22GDBus GIO: mark class as noncopyablePatrick Ohly1-1/+3
2013-03-19GDBus GIO: better DBusErrorCXX copy operatorPatrick Ohly1-6/+6
2013-03-07GDBus GIO: fix memory leak of GDBusMethod/SignalInfoPatrick Ohly1-64/+46
2013-02-26PIM: support location = GEO property (FDO #60373)Patrick Ohly1-0/+7
2012-12-03GDBus libdbus + GIO: missing out parameters in D-Bus introspection XML (FDO #...Patrick Ohly2-18/+42
2012-12-03GDBus GIO: add support for deque and listPatrick Ohly1-5/+11
2012-11-29Merge tag 'syncevolution-1-3-2'Patrick Ohly1-3/+4
2012-11-25autotools: Boost was not found in src/gdbus*Patrick Ohly1-3/+4
2012-10-25GDBus GIO: support boost::tuple with up to four valuesPatrick Ohly1-0/+129
2012-10-25GDBus GIO: allow sending "const char *"Patrick Ohly1-0/+17
2012-10-25GDBus GIO: store path in DBusObject_tPatrick Ohly1-1/+2
2012-10-25GDBus GIO: allow call instances to be constPatrick Ohly1-24/+24
2012-10-25GDBus GIO: ensure that there is always a reply to a D-Bus method callPatrick Ohly1-1/+17
2012-10-25GDBus GIO: finish code refactoring of DBusResultPatrick Ohly1-10/+2
2012-10-25GDBus GIO: revamped name owningPatrick Ohly2-40/+102
2012-09-26GDBus GIO: use RAII for GVariantPatrick Ohly1-34/+38
2012-09-26GDBus GIO: fix SignalFilterPatrick Ohly1-1/+1
2012-09-26GDBus GIO: more flexible SignalWatchPatrick Ohly3-87/+451
2012-09-13Merge branch 'master' into pbapPatrick Ohly2-0/+12
2012-08-31D-Bus: explicitly flush messagesPatrick Ohly2-0/+12
2012-08-23GDBus GIO: removed dead codePatrick Ohly1-7/+0
2012-08-13D-Bus server + GIO D-Bus: fix auto-activation (Debian bug #599247)Patrick Ohly2-22/+80
2012-07-10GDBus libdbus + GIO: simplified WatchwatchPatrick Ohly3-118/+135
2012-07-10D-Bus GIO: reimplemented DBusWatchPatrick Ohly1-15/+33
2012-07-10D-Bus GIO: revised DBusWatch creationPatrick Ohly2-7/+12
2012-06-29GDBus GIO: fixed embedding of line number in error messagesPatrick Ohly1-2/+2
2012-05-11GDBus GIO: disable usage of "closed" signalPatrick Ohly1-1/+1
2012-05-10GDBus GIO: abort when D-Bus name cannot be obtainedPatrick Ohly1-2/+12
2012-05-10GDBus GIO: signal delivery optional + refactoringPatrick Ohly1-114/+116
2012-05-10GDBus GIO: comment change - cannot throw exceptions in callbackPatrick Ohly1-1/+2
2012-05-10GDBus GIO: code refactoring DBusResult + MethodPatrick Ohly1-37/+46