summaryrefslogtreecommitdiff
path: root/dbind
Commit message (Expand)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-065-781/+832
* dbtest.c: Ensure that we have a bus connectionFederico Mena Quintero2022-07-121-3/+2
* Remove test for Novell.ICEDesktop.DaemonFederico Mena Quintero2022-07-071-45/+0
* dbtest:demarshal() - Assert that the message is iterable, or things will go r...Federico Mena Quintero2021-12-141-0/+3
* dbind_any_demarshal_va() - remove unused variablesFederico Mena Quintero2021-11-231-13/+8
* test_struct_with_array() - use the correct variable in the assertionsFederico Mena Quintero2021-11-231-2/+2
* Remove unused variableFederico Mena Quintero2021-11-231-1/+0
* dbtest: print to stdout instead of stderrSamuel Thibault2020-08-021-9/+9
* Relicense as LGPL 2.1Mike Gorse2019-08-285-20/+20
* Fix outdated FSF addressMike Gorse2019-08-275-10/+10
* Avoid compiler warningsEmmanuele Bassi2018-05-171-4/+4
* support building a static libraryRafael Kitover2018-03-051-6/+4
* Drop autotools supportMike Gorse2017-10-301-27/+0
* Add meson build files to Makefile.amMike Gorse2017-06-191-0/+3
* build: Modernise configure.acwip/mesonEmmanuele Bassi2017-05-241-3/+0
* Add Meson build systemEmmanuele Bassi2017-05-241-0/+16
* Get rid of the DBIND_ALIGNOF_* definitions and directly use ALIGNOF_*Thomas Petazzoni2016-04-013-24/+12
* dbind/Makefile.am: specify subdir-objects automake optionThomas Petazzoni2016-04-011-0/+3
* configure: use AC_CHECK_ALIGNOF() instead of custom DBIND_CHECK_ALIGNOF()Thomas Petazzoni2016-04-011-8/+8
* Fix some warningsMike Gorse2014-09-151-13/+1
* Use git.mk to maintain .gitignore.Evan Nemerson2014-06-071-0/+2
* Fix atspi_text_get_bounded_rangesMike Gorse2013-11-201-0/+4
* dbind: remove call to atspi_dbus_connection_setup_with_g_mainMike Gorse2013-09-051-1/+0
* Don't call dbus_connection_dispatch recursivelyMike Gorse2013-09-021-2/+7
* Dispatch dbus messages after method calls when no main loop runningMike Gorse2013-08-211-1/+7
* Cancel pending calls when giving up on themMike Gorse2013-07-101-3/+9
* Fix atspi_device_listener_new_simple and some other warningsMike Gorse2012-11-261-3/+3
* Don't distribute dbind-config.hMike Gorse2012-11-121-1/+3
* Don't leak errorsWilliam Jon McCann2012-09-142-10/+9
* Fix GError sent when receiving a reply of the wrong typeMike Gorse2012-04-101-2/+2
* Fix message displayed when a call returns the wrong typeMike Gorse2012-02-231-1/+1
* Have dbind_method_call_reentrant_va check the signature of repliesMike Gorse2012-01-201-0/+11
* Avoid making calls on processes thought to be hungMike Gorse2012-01-151-2/+8
* Fix the buildMike Gorse2011-05-291-1/+1
* Dynamically allocate reentrant call closuresMike Gorse2011-05-221-10/+17
* Build fixes.Patrick Welche2011-05-141-2/+1
* Release v1.91.92 and fix some build errorsAT_SPI2_CORE_1_91_92Mike Gorse2011-03-211-2/+2
* Add some missing prototypesMike Gorse2011-03-212-1/+3
* Bump version, remove dbus-glib dependency, and add pc fileMike Gorse2011-03-211-1/+1
* Add missing standard headersFrederic Crozat2011-02-011-0/+1
* Update copyright and add some missing license infoMike Gorse2011-01-315-1/+94
* Fix check for message timeoutMike Gorse2011-01-301-0/+14
* Fix some memory leaksMike Gorse2011-01-061-1/+1
* Fix building from a separate build directoryMike Gorse2010-12-281-0/+1
* dbind_send-and_allow_reentry: Avoid crashing if destination is NULLMike Gorse2010-12-281-2/+3
* Use peer-to-peer connections when availableMike Gorse2010-12-041-2/+5
* Add time-out, and support inspecting our own appMike Gorse2010-12-011-30/+6
* Various fixesMike Gorse2010-11-292-1/+50
* Really commit fixes; make unit tests passMike Gorse2010-11-283-17/+74
* Various component fixes, and fix dbind_method_call_reentrant_vaMike Gorse2010-11-173-15/+17