summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* test-server: import Connection from the right placeSimon McVittie2008-07-14
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-14
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-09
* test/: add some missing copyright headersSimon McVittie2007-10-09
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie2007-09-28
* Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie2007-09-27
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-27
* Makefile.am, test/Makefile.am: Use @abs_top_builddir@, @abs_top_srcdir@Simon McVittie2007-08-06
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-01
* Avoid deprecated API in cross-testSimon McVittie2007-08-01
* Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-01
* Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-31
* test-client: Avoid deprecated usage - explicitly pass SessionBus() to BusName...Simon McVittie2007-07-26
* Implement fallback objects.Simon McVittie2007-06-18
* dbus.service: Allow objects to start off unexported, and become exported later.Simon McVittie2007-06-11
* dbus.service: change unexport() to remove_from_connection() at J5's requestSimon McVittie2007-06-04
* dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie2007-05-30
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-29
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-28
* Don't run the examples during "make check" - timing/startup issues cause inte...Simon McVittie2007-05-09
* dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2007-05-03
* test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie2007-04-30
* dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...Simon McVittie2007-04-30
* test/test-service.py: Use constants for the bus name and object pathSimon McVittie2007-04-27
* Preparation for fallback-object support:Simon McVittie2007-04-25
* Fix fd.o #10174: make it possible to return multiple values with no signature.Simon McVittie2007-04-24
* test/test-service.py: use a constant for the interface name, for claritySimon McVittie2007-04-24
* test/run-with-tmp-session-bus.sh: untabify, remove trailing whitespaceSimon McVittie2007-04-24
* test/test-client.py: untabifySimon McVittie2007-04-24
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-07
* test/, include/: remove accidentally duplicated lines from license statementSimon McVittie2007-01-25
* Split up Makefile.am between subdirectoriesSimon McVittie2007-01-22
* Add regression test for main loop failure handling (a main loop that never wo...Simon McVittie2007-01-16
* Ensure we put the right number of items in a struct or message and add test c...Simon McVittie2007-01-16
* test/run-test.sh: Re-order to run the simpler tests (standalone, examples, cr...Simon McVittie2007-01-16
* Comment on why we're putting the client at path /TestSimon McVittie2007-01-16
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-10
* When putting a ByteArray into a variant array, serialise it as an array of va...Simon McVittie2007-01-09
* dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to...Simon McVittie2007-01-09
* Add an example of asynchronous calls. Run the examples during 'make check'.Simon McVittie2007-01-09
* Include the cross-test in 'make check'Simon McVittie2006-12-19
* Respect utf8_strings, byte_arrays options when calling methods asynchronously.Simon McVittie2006-12-19
* Do cross-product of options in more obvious waySimon McVittie2006-12-19
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-18
* test/test-client.py: Add test case for weak reference logic (which would segf...Simon McVittie2006-12-13
* Stop asserting that dbus.Struct(()) worksSimon McVittie2006-12-05
* test/test-signals.py: add test case for signal handling; test/run-test.sh: ru...Simon McVittie2006-12-04
* dbus._dbus, cross-test-server: fix signal calling convention support, and tes...Simon McVittie2006-11-15
* - dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie2006-11-14
* Test UTF8String as well as StringSimon McVittie2006-11-14