summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* DBusHash: Program a bit more defensivelySimon McVittie2018-12-031-5/+23
* DBusHash: Recalculate bucket used if the table is rebuiltSimon McVittie2018-12-031-6/+35
* Don't let dbus-daemon and its subprocesses inherit unnecessary fdsSimon McVittie2018-11-202-7/+59
* dbus-spawn-unix: If a fd is not close-on-exec, look it up in /proc/self/fdSimon McVittie2018-11-201-1/+16
* Merge branch 'error-matches-bool' into 'master'Simon McVittie2018-11-208-23/+103
|\
| * _dbus_disable_crash_handling: Factor out from test-segfaultSimon McVittie2018-11-203-0/+55
| * Improve diagnostics for error assertion failuresSimon McVittie2018-11-201-10/+22
| * _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-205-16/+29
* | Merge branch 'test-random-ints' into 'master'Simon McVittie2018-11-201-270/+274
|\ \ | |/ |/|
| * tests: Generate random values in unsigned integer spaceSimon McVittie2018-11-191-255/+259
| * tests: Remove unnecessary castsSimon McVittie2018-11-191-14/+7
| * tests: Make it clearer that we avoid overflowing fixed-length buffersSimon McVittie2018-11-191-1/+8
* | Merge branch 'va-copy' into 'master'Simon McVittie2018-11-201-14/+0
|\ \
| * | build: Require va_copy() or __va_copy() on non-MSVC compilersSimon McVittie2018-11-191-14/+0
| |/
* | keyring: Avoid undefined out-of-range shiftSimon McVittie2018-11-191-3/+1
|/
* embedded tests: Make it easier to run a single test-caseSimon McVittie2018-11-161-1/+1
* internals: Assume compiler supports a subset of ISO varargs syntaxSimon McVittie2018-11-151-7/+1
* sysdeps: Return an error for _dbus_command_for_pid on WindowsSimon McVittie2018-10-311-1/+2
* sysdeps: Remove trailing NUL from command lines from /procSimon McVittie2018-10-311-1/+16
* Add Windows implementation of dbus-run-session toolRalf Habacker2018-10-253-4/+33
* Use same name for DBUS_HAVE_LINUX_EPOLL cpp macro and Automake conditionalRalf Habacker2018-10-241-1/+1
* build: Never use poll() on Darwin family (macOS, etc.) or InterixSimon McVittie2018-10-221-0/+26
* CONTRIBUTING: Reformat as MarkdownSimon McVittie2018-10-191-1/+1
* _dbus_get_is_errno_eagain_or_ewouldblock: Avoid warningDavid King2018-10-181-0/+8
* Do not apply __attribute__((__malloc__)) to dbus_realloc()Simon McVittie2018-08-301-1/+0
* server-unix: Don't leak address of systemd server on successSimon McVittie2018-08-231-0/+1
* Rename HACKING to CONTRIBUTINGSimon McVittie2018-08-221-2/+2
* validate_body_helper: Bounds-check before validating booleansSimon McVittie2018-08-021-2/+7
* Don't do OOM testing under valgrind by defaultSimon McVittie2018-08-021-0/+9
* nonce: Don't try to rmdir(NULL) on OOMSimon McVittie2018-08-021-1/+1
* dbus_server_listen: Don't leak first_connect_errorSimon McVittie2018-08-021-0/+1
* 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
* sysdeps: Reassure gcc 8 that we are not overflowing struct sockaddr_unSimon McVittie2018-08-021-4/+6
* dbus_connection_dispatch: Avoid using _dbus_list_foreachSimon McVittie2018-08-021-4/+5
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-028-36/+49
* Rename dbus_internal_do_not_use_get_uuid to _dbus_get_uuidSimon McVittie2018-08-022-8/+8
* test: Don't use dbus_internal prefix for functions not in libdbusSimon McVittie2018-08-025-23/+17
* message-util: Make more functions static (and remove useless prefix)Simon McVittie2018-08-022-34/+25
* test: Fix signature of dbus_internal_do_not_use_try_message_fileSimon McVittie2018-08-022-7/+6
* sysdeps-unix: Handle errors from getaddrinfo correctlySimon McVittie2018-06-041-5/+65
* sysdeps-win: Print word-size-dependent offset correctlyRalf Habacker2018-03-221-1/+1
* dbus-transport-socket: Correctly print DBusSocket with DBUS_SOCKET_FORMATRalf Habacker2018-03-221-1/+1
* Fix using uninitialized value "name" in _dbus_combine_tcp_errorsRalf Habacker2018-03-201-1/+1
* Add actual used ip family to --print-address output in case of listening on tcpRalf Habacker2018-03-194-4/+34
* Enable "unused result" warning for Visual Studio >= 2012 (MSVC 11.0)Daniel Wendt2018-03-154-18/+30
* DBusSocket helpers: Declare as _DBUS_GNUC_WARN_UNUSED_RESULTSimon McVittie2018-03-121-0/+7
* Add version info to installed executables for cmake build system on WindowsRalf Habacker2018-03-121-5/+5
* Windows _dbus_connect_tcp_socket_with_nonce: Simplify initialization of varia...Ralf Habacker2018-03-121-10/+1
* Remove obsolete call to _dbus_string_free() in unix variant of _dbus_connect_...Ralf Habacker2018-03-121-1/+0