summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* sysdeps-win: Refactor cleanup of struct addrinfo during connect()mr143-refactoringSimon McVittie2020-03-111-5/+5
* Fix missing release of the memory allocated in _dbus_connect_tcp_socket_with_...Ralf Habacker2020-03-101-0/+2
* In _dbus_verbose_real() avoid possible stack overflows on output to the Windo...Ralf Habacker2020-02-203-9/+55
* Update copyright year in file template for version info on WindowsRalf Habacker2020-02-201-1/+1
* Make template file for version info under Windows utf-8 compliantRalf Habacker2020-02-201-1/+4
* Add a trivial sanity-check for the atomic primitivesRalf Habacker2019-12-131-0/+2
* _dbus_modify_sigpipe: be thread-safeSimon McVittie2019-12-124-5/+70
* various: comment static variables that are locked or otherwise OKSimon McVittie2019-12-1210-3/+24
* doxygen: fix example for dbus_message_append_argsFelipe Franciosi2019-09-231-4/+10
* Merge branch 'break-out-more-tests' into 'master'Simon McVittie2019-07-038-907/+13
|\
| * tests: Move userdb test out of libdbusSimon McVittie2019-07-032-56/+0
| * tests: Move mempool test out of libdbusSimon McVittie2019-07-032-200/+2
| * tests: Move address test out of libdbusSimon McVittie2019-07-032-183/+3
| * tests: Move _dbus_sha_test outside libdbusSimon McVittie2019-07-033-466/+1
| * Introduce a new macro to export symbols solely for testsSimon McVittie2019-07-032-2/+7
* | Merge branch 'malloc-fail-diags' into 'master'Simon McVittie2019-07-031-3/+3
|\ \
| * | tests: Improve diagnostics for malloc-failure testsSimon McVittie2019-07-021-3/+3
| |/
* | Merge branch 'auth-idempotent' into 'master'Simon McVittie2019-07-031-2/+17
|\ \
| * | auth: Clear GUID from server if out of memorySimon McVittie2019-07-021-2/+17
| |/
* | tests: Improve messages when fd leaks are diagnosedSimon McVittie2019-07-021-0/+3
* | dbus-message-util: Fix Doxygen annotationsSimon McVittie2019-07-021-1/+3
* | Move _dbus_check_fdleaks_* from dbus-message-util to testsSimon McVittie2019-07-022-145/+1
|/
* auth: Reject DBUS_COOKIE_SHA1 for users other than the server ownerSimon McVittie2019-06-091-0/+30
* Merge branch 'send_destination_prefix' into 'master'Simon McVittie2019-05-302-0/+30
|\
| * DBusString: extend with checking for starting with wordsAdrian Szyndela2019-04-262-0/+30
* | Merge branch 'unix-gids' into 'master'Simon McVittie2019-05-132-13/+44
|\ \ | |/ |/|
| * Add _dbus_asv_add_fixed_arrayMatthijs van Duin2019-03-252-13/+44
* | bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-04-183-30/+40
* | Configure option to disable traditional activationTopi Miettinen2019-03-251-3/+10
|/
* test-spawn-oom: Separate single spawn tests from oom relatedRalf Habacker2019-03-151-1/+1
* Merge branch 'unused-userdb' into 'master'Simon McVittie2019-01-255-143/+4
|\
| * _dbus_user_database_get_groupname: Inline into its only callerSimon McVittie2019-01-232-28/+4
| * _dbus_user_database_get_gid: Remove unused functionSimon McVittie2019-01-232-25/+0
| * _dbus_parse_uid: Remove unused functionSimon McVittie2019-01-232-43/+0
| * dbus-userdb: Remove unused _dbus_homedir_from_username()Simon McVittie2019-01-232-45/+0
| * dbus-userdb: Remove unimplemented declaration of _dbus_credentials_from_uid()Simon McVittie2019-01-231-2/+0
* | Fixes remaining indentations that are not covered by the cmake formatting scr...Ralf Habacker2019-01-241-8/+8
* | Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-241-11/+11
* | Remove spaces between cmake command and opening bracketRalf Habacker2019-01-241-24/+24
* | Use lower case cmake keywords in CMakeLists.txt filesRalf Habacker2019-01-241-1/+1
* | Replace tabs by 4 spaces in CMakeLists.txt filesRalf Habacker2019-01-241-175/+175
* | Remove trailing spaces in CMakeLists.txt filesRalf Habacker2019-01-241-9/+9
* | Merge branch 'code-coverage' into 'master'Simon McVittie2019-01-231-3/+10
|\ \
| * | Consistently add CODE_COVERAGE_LIBS everywhereSimon McVittie2019-01-211-2/+9
| * | Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie2019-01-211-1/+1
| |/
* | Add cmake macros add_executable_version_info and add_library_version_infoRalf Habacker2019-01-221-5/+1
* | Move cmake related build system to top levelRalf Habacker2019-01-221-0/+332
|/
* test: Move _dbus_list_test() hereSimon McVittie2019-01-212-579/+0
* test: Move _dbus_transport_unix_test() hereSimon McVittie2019-01-213-32/+1
* test: Move _dbus_server_test() hereSimon McVittie2019-01-212-61/+0