summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Give better error messages if relocation is impossibleSimon McVittie2018-08-301-6/+12
* Update NEWSSimon McVittie2018-08-301-0/+3
* containers: Share code for what happens when we lose a connectionSimon McVittie2018-08-301-9/+8
* Add more test coverage for config file parsingSimon McVittie2018-08-3024-0/+122
* bus_config_parser_check_doctype: Remove, unusedSimon McVittie2018-08-304-44/+0
* containers test: Exercise GetConnectionInstance() on dbus-daemon itselfSimon McVittie2018-08-301-0/+16
* BusConfigParser test: Check that all limits are equal, not just oneSimon McVittie2018-08-301-16/+16
* bus_context_get_policy: Remove, unusedSimon McVittie2018-08-302-7/+0
* bus_connections_get_context: Remove, unusedSimon McVittie2018-08-302-7/+0
* bus_connections_foreach, bus_connections_foreach_active: RemoveSimon McVittie2018-08-303-90/+3
* dbus-cleanup-sockets: Mark functions noreturn as suggested by clangSimon McVittie2018-08-301-0/+4
* Update NEWSSimon McVittie2018-08-301-1/+15
* Do not apply __attribute__((__malloc__)) to dbus_realloc()Simon McVittie2018-08-301-1/+0
* Distribute source code using .tar.xz archivesFrancesco Turco2018-08-294-6/+6
* build: Don't install a ChangeLog that we don't updateSimon McVittie2018-08-292-6/+1
* Remove old changelogs from gitSimon McVittie2018-08-292-17173/+0
* build: Don't ship detailed changelogs for releases over 10 years oldSimon McVittie2018-08-291-2/+0
* server-unix: Don't leak address of systemd server on successSimon McVittie2018-08-231-0/+1
* bus: Free address (from --address) when we have finished using itSimon McVittie2018-08-231-0/+1
* CONTRIBUTING: Reference the freedesktop.org Code of ConductSimon McVittie2018-08-221-0/+11
* Rename HACKING to CONTRIBUTINGSimon McVittie2018-08-225-5/+6
* 1.13.7Simon McVittie2018-08-032-1/+6
* 1.13.6dbus-1.13.6Simon McVittie2018-08-022-4/+6
* Update NEWSSimon McVittie2018-08-021-0/+6
* validate_body_helper: Bounds-check before validating booleansSimon McVittie2018-08-021-2/+7
* Update NEWSSimon McVittie2018-08-021-0/+9
* Don't do OOM testing under valgrind by defaultSimon McVittie2018-08-021-0/+9
* dispatch test: Simplify OOM testingSimon McVittie2018-08-021-50/+4
* Skip name-test/ when running under valgrind for nowSimon McVittie2018-08-029-0/+57
* tests: Detach most connections from main loop before closingSimon McVittie2018-08-0210-3/+39
* test/containers: Fix some memory leaksSimon McVittie2018-08-021-0/+4
* test/marshal: Don't leak a message and its marshalled bufferSimon McVittie2018-08-021-0/+3
* nonce: Don't try to rmdir(NULL) on OOMSimon McVittie2018-08-021-1/+1
* test/dbus-daemon: Don't leak expected error for max connectionsSimon McVittie2018-08-021-0/+1
* test/dbus-daemon: Don't leak error if no machine ID was foundSimon McVittie2018-08-021-0/+1
* Allow longer for tests under valgrindSimon McVittie2018-08-022-0/+6
* tests: Call dbus_shutdown()Simon McVittie2018-08-0223-16/+78
* tests: Interpret empty command-line arguments as --tapSimon McVittie2018-08-021-0/+23
* tests: Detach server from main loop during teardownSimon McVittie2018-08-025-5/+5
* dbus_server_listen: Don't leak first_connect_errorSimon McVittie2018-08-021-0/+1
* loopback: Don't free credentials borrowed from the connectionSimon McVittie2018-08-021-1/+0
* dbus_server_listen: Assert that implementations return a known resultSimon McVittie2018-08-021-0/+4
* Assert that DBUS_SERVER_LISTEN_ADDRESS_ALREADY_USED does not set errorSimon McVittie2018-08-021-0/+1
* Update NEWSSimon McVittie2018-08-021-0/+6
* sysdeps: Reassure gcc 8 that we are not overflowing struct sockaddr_unSimon McVittie2018-08-021-4/+6
* test: Avoid g_queue_foreachSimon McVittie2018-08-023-4/+18
* dbus_connection_dispatch: Avoid using _dbus_list_foreachSimon McVittie2018-08-021-4/+5
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-0211-81/+62
* Rename dbus_internal_do_not_use_get_uuid to _dbus_get_uuidSimon McVittie2018-08-023-9/+9
* test: Don't use dbus_internal prefix for functions not in libdbusSimon McVittie2018-08-025-23/+17