summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* dbus-marshal-validate.h: Make self-containedSimon McVittie2018-12-171-0/+2
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-17108-263/+263
* _dbus_threads_init_debug: RemoveSimon McVittie2018-12-143-12/+0
* .gitignore: Ignore many more generated filesSimon McVittie2018-12-141-0/+1
* .gitignore: Normalize into LC_ALL=C sort orderSimon McVittie2018-12-141-2/+2
* .gitignore: Make match patterns more specificSimon McVittie2018-12-141-4/+4
* .gitignore: Remove obsolete patternsSimon McVittie2018-12-141-1/+0
* .gitignore: Consolidate generic patterns at top levelSimon McVittie2018-12-141-12/+0
* Merge branch 'wip/asan' into 'master'Simon McVittie2018-12-124-51/+1
|\
| * build: Add a way to set CFLAGS for AddressSanitizer etc.Simon McVittie2018-12-111-0/+1
| * Move _dbus_disable_crash_handling() back into test/ directorySimon McVittie2018-12-113-51/+0
* | Don't cast user-supplied pointers to DBusBasicValue *Simon McVittie2018-12-116-62/+119
|/
* Drop cmake variable DBUS_WIN_FIXMERalf Habacker2018-12-051-1/+1
* 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