summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spec v0.18 and D-Bus 1.5.6dbus-1.5.6Simon McVittie2011-07-293-4/+23
* spec: mention that buses may have a security policy, but leave it implementat...Simon McVittie2011-07-291-0/+8
* Move the explanation of message routing to the Message Routing section, leavi...Simon McVittie2011-07-291-52/+56
* Define eavesdropping, and document the eavesdrop matchSimon McVittie2011-07-291-0/+60
* spec: define unicast messages and broadcast signals, and explicitly allow uni...Simon McVittie2011-07-291-3/+21
* spec: make the Match Rules section true againSimon McVittie2011-07-291-8/+13
* Merge branch 'dbus-1.4'Simon McVittie2011-07-290-0/+0
|\
| * micro versionSimon McVittie2011-07-291-1/+1
| * 1.4.14dbus-1.4.14Simon McVittie2011-07-292-2/+4
* | NEWS for 1.5Simon McVittie2011-07-291-1/+7
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-294-26/+46
|\ \ | |/
| * NEWSSimon McVittie2011-07-291-2/+8
| * Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-293-24/+38
* | Remove remnants of dbus-viewerSimon McVittie2011-07-293-626/+0
* | tools: use AM_CPPFLAGS, and wrap its linesSimon McVittie2011-07-291-1/+7
* | test, test/name-test: remove SOURCES where they can be inferred from the name...Simon McVittie2011-07-292-57/+0
* | test/name-test: remove useless CFLAGSSimon McVittie2011-07-291-4/+0
* | test/name-test: use AM_CPPFLAGS instead of INCLUDESSimon McVittie2011-07-291-2/+6
* | dbus: use AM_CPPFLAGSSimon McVittie2011-07-291-4/+13
* | test: promote GLIB_CFLAGS, DBUS_GLIB_CFLAGS to top level and use AM_CPPFLAGSSimon McVittie2011-07-291-6/+5
* | test: reverse assumption regarding static/dynamic linkingSimon McVittie2011-07-291-3/+10
* | bus: use AM_CPPFLAGS to simplify preprocessor invocationSimon McVittie2011-07-291-8/+9
* | Simplify linking for tests that use libdbus-testutilsSimon McVittie2011-07-294-24/+24
* | Don't explicitly link thread and network libs into various testsSimon McVittie2011-07-294-20/+16
* | Rename DBUS_CLIENT_LIBS to LIBDBUS_LIBS to more accurately reflect its meaningSimon McVittie2011-07-294-6/+6
* | tools: simplify linkingSimon McVittie2011-07-291-4/+13
* | tools: put bin_PROGRAMS one per line, eliminate unnecessary variableSimon McVittie2011-07-291-4/+10
* | Move knowledge of what the bus daemon/launcher need to link into bus/Simon McVittie2011-07-292-11/+15
* | Substitute cflags/libs per-librarySimon McVittie2011-07-291-1/+10
* | Stop defining DBUS_API_SUBJECT_TO_CHANGESimon McVittie2011-07-291-1/+1
* | dbus: remove export_symbols_internal, it will always be emptySimon McVittie2011-07-291-6/+0
* | Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie2011-07-295-34/+25
* | Remove DBUS_GLIB_CFLAGS from name-test subdirectory (not used/needed)Simon McVittie2011-07-291-1/+1
* | Remove DBUS_CLIENT_CFLAGS, which is always emptySimon McVittie2011-07-294-5/+2
* | Remove DBUS_TEST_CFLAGS, which is emptySimon McVittie2011-07-293-4/+2
* | Remove leftover reference to dbus-md5.[ch]Simon McVittie2011-07-291-3/+0
* | Remove declarations for tests that no longer existSimon McVittie2011-07-291-2/+0
* | Fix compilation for removal of link cacheSimon McVittie2011-07-293-14/+4
* | Merge branch 'dbus-1.4'Lennart Poettering2011-07-281-4/+0
|\ \ | |/
| * sysdeps-unix: remove some redundant assignmentsLennart Poettering2011-07-281-4/+0
* | Merge branch 'dbus-1.4'Lennart Poettering2011-07-282-5/+15
|\ \ | |/
| * activation: add /lib/dbus-1/system-services to the search path for servicesLennart Poettering2011-07-282-5/+15
* | _dbus_message_remove_counter: remove ability to return the linkSimon McVittie2011-07-283-15/+5
* | Add a regression test that can reproduce fd.o #34393Simon McVittie2011-07-282-16/+77
* | Remove the per-connection link cacheSimon McVittie2011-07-281-50/+11
* | dbus_connection_dispatch: avoid freeing UnknownMethod reply until we unlockSimon McVittie2011-07-281-4/+16
* | _dbus_connection_peer_filter_unlocked_no_update: delay freeing replySimon McVittie2011-07-281-41/+40
* | Don't finalize sent or dispatched messages while under the connection lockSimon McVittie2011-07-282-13/+62
* | Don't inline the contents of _dbus_connection_unlockSimon McVittie2011-07-281-6/+8
* | When attaching counters to messages, don't automatically notify callbacksSimon McVittie2011-07-283-3/+23