summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Let's try that again.dbus-1.4.6Simon McVittie2011-02-172-2/+8
* Remove unreviewed changes intended to support GTest-based testsSimon McVittie2011-02-171-14/+0
* Post-release version bumpSimon McVittie2011-02-171-1/+1
* Prepare version 1.4.4dbus-1.4.4Simon McVittie2011-02-174-27/+29
* Split acinclude.m4 into separate files in m4/Simon McVittie2011-02-172-78/+49
* Merge branch 'leak-fixes-33126'Simon McVittie2011-02-172-35/+42
|\
| * DBusTransport: don't copy DBusAuth's GUID to expected_guidSimon McVittie2011-02-161-11/+3
| * update_desktop_file_entry: stylistic fixes based on Colin's reviewSimon McVittie2011-02-161-20/+23
| * update_desktop_file_entry: unify cleanup code for success and failure casesSimon McVittie2011-02-161-18/+17
| * update_desktop_file_entry: don't double-free strings if added to entry before...Simon McVittie2011-02-161-0/+11
| * update_desktop_file_entry: free @exec on errorSimon McVittie2011-02-161-0/+1
| * update_desktop_file_entry: make scope of exec_tmp as short as possibleSimon McVittie2011-02-161-3/+4
| * update_desktop_file_entry: use _dbus_strdup for something we'll dbus_freeSimon McVittie2011-02-161-1/+1
* | Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcovSimon McVittie2011-02-1710-2748/+129
* | Don't ignore all files in m4, just the libtool onesSimon McVittie2011-02-171-1/+2
* | Don't distribute dbus-daemon.1 in the tarballSimon McVittie2011-02-172-4/+24
* | Don't distribute dbus-arch-deps.h in the tarballSimon McVittie2011-02-171-3/+2
* | Remove references to dbus-md5, which hasn't been used for at least 8 yearsSimon McVittie2011-02-174-648/+0
|/
* NEWS so far for 1.4.4Simon McVittie2011-02-161-0/+35
* build-sys: ignore -Waddress message so that build works on gcc/rawhideLennart Poettering2011-02-151-0/+5
* Fix syslog string processingMatthias Clasen2011-02-141-5/+5
* bus: Raise file descriptor limit to match configurationColin Walters2011-02-035-0/+82
* Merge branch 'dist-30285' into dbus-1.4Simon McVittie2011-02-022-2/+13
|\
| * Ignore files produced by `make dist`Simon McVittie2011-02-011-0/+2
| * Don't distribute generated files that embed our builddirSimon McVittie2011-02-011-2/+11
* | Merge branch 'serverdata-33277' into dbus-1.4Simon McVittie2011-02-022-14/+72
|\ \ | |/ |/|
| * test-privserver-client: wait for server to die between iterationsSimon McVittie2011-01-211-14/+66
| * test_server_shutdown: disconnect the server before causing it to be freedSimon McVittie2011-01-211-0/+2
| * test_server_setup: allocate two server-data blobs, for watches and timeoutsSimon McVittie2011-01-211-0/+4
* | bus-test: add support for only running one testSimon McVittie2011-02-011-47/+77
* | dbus_bus_set_unique_name, dbus_bus_get_unique_name: remember to unlock on OOMSimon McVittie2011-02-011-6/+8
* | If a file included via <includedir/> is invalid, syslog and skip itSimon McVittie2011-01-311-2/+13
* | Implement message type in match_rule_to_stringAlban Crequy2011-01-311-3/+30
* | Opt-in to thread safety on SolarisSimon McVittie2011-01-271-3/+2
* | _dbus_server_new_for_tcp_socket: fix error handlingSimon McVittie2011-01-261-11/+13
* | Make _dbus_directory_get_next_file use readdir, not readdir_rSimon McVittie2011-01-251-65/+10
* | test/name-test: remove dangling references to test-names.c, which is absentSimon McVittie2011-01-251-6/+0
* | fix check for 32-bit integers if short is 32 bits longSimon McVittie2011-01-251-1/+1
* | _dbus_loop_iterate: if the kernel says a fd is bad, stop watching itSimon McVittie2011-01-211-0/+9
* | _dbus_loop_iterate: cleanup: make more use of a temporary variableSimon McVittie2011-01-211-4/+4
* | _dbus_loop_iterate: if a watch has been invalidated, skip itSimon McVittie2011-01-211-0/+9
* | dbus-spawn: don't leave bad file descriptors being watchedSimon McVittie2011-01-211-1/+26
|/
* test_server_setup: on OOM while setting up watch/timeout, don't leak sdSimon McVittie2011-01-211-2/+2
* _dbus_read_credentials_socket: support OpenBSDSimon McVittie2011-01-211-0/+4
* fix bad DBusMessageIter doc exampleRichard A. Hankins2011-01-191-1/+1
* systemd: ensure that the system bus is unlikely to be killed on OOMLennart Poettering2011-01-181-0/+1
* _dbus_listen_tcp_socket: unify cleanup for EADDRINUSE and other failuresSimon McVittie2011-01-181-2/+1
* _dbus_listen_tcp_socket: free listen_fd in the error caseChristian Dywan2011-01-181-0/+1
* Fix failure in configure test for abstract socketsWulf C. Krueger2011-01-171-1/+6
* clean up credentials on OOM in process_config_first_time_onlyChristian Dywan2011-01-171-3/+12