summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* embedded tests: accept and ignore --tap argumentSimon McVittie2015-12-021-1/+1
* Windows _dbus_get_autolaunch_address: don't leak shm_nameSimon McVittie2015-11-181-0/+1
* bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)2015-11-173-1/+12
* Fix recursive loop in backtrace generator on windows.Ralf Habacker2015-11-161-1/+1
* Fix memory leak in _dbus_win_set_error_from_win_error().Ralf Habacker2015-11-111-6/+1
* Compile fix on Windows.Ralf Habacker2015-11-041-1/+1
* Fix warning: variable 'ret' set but not used [-Wunused-but-set-variable].Ralf Habacker2015-11-031-4/+7
* Don't use _dbus_warn() for intentionally-skipped testsSimon McVittie2015-11-021-2/+5
* Fix warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after...Ralf Habacker2015-11-021-1/+2
* Fix typo and missing eol on debug message.Ralf Habacker2015-11-021-1/+1
* Fix crash running test-syslog on windows/wine.Ralf Habacker2015-10-271-3/+4
* Display autolaunch scope on verbose print of daemon found message on windows.Ralf Habacker2015-10-271-2/+2
* Fix creation of Exec path for files not in prefixMilan Crha2015-09-301-5/+12
* Make Windows dbus-daemon look for the config file we installRalf Habacker2015-09-203-69/+22
* Use poll's data types directly, where used at allRolland Dudemaine2015-08-062-92/+44
* Move session & system bus configuration to datadir, by default.Dimitri John Ledkov2015-05-271-3/+3
* Merge branch 'dbus-1.8'Simon McVittie2015-05-141-13/+16
|\
| * reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-081-13/+16
* | Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-1411-118/+145
* | Make UUID generation failableSimon McVittie2015-05-148-37/+92
* | _dbus_server_init_base: raise a DBusErrorSimon McVittie2015-05-144-14/+24
* | _dbus_server_new_for_socket: raise a DBusErrorSimon McVittie2015-05-144-13/+17
* | dbus_daemon_publish_session_bus_address: Fix -Wsign-compare issue.Ralf Habacker2015-05-141-1/+4
* | Avoid reading beyond the length of a variableSimon McVittie2015-05-131-1/+5
* | Fix whitespace as per Havoc's review (in 2010)Simon McVittie2015-05-131-1/+2
* | Implement dbus_message_iter_get_element_countChristian Dywan2015-05-133-7/+101
* | DBusSocket: put the #ifdef case before the !defined caseSimon McVittie2015-05-121-19/+19
* | Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-1210-60/+96
* | Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-129-199/+203
* | Remove _dbus_socket_is_invalid, no longer usedSimon McVittie2015-05-123-14/+0
* | Convert miscellaneous socket APIs to DBusSocketSimon McVittie2015-05-129-51/+58
* | generic socket transport code: work in terms of DBusSocketSimon McVittie2015-05-126-25/+32
* | Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie2015-05-125-9/+18
* | DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie2015-05-128-80/+150
* | Mostly remove the remnants of an older socket abstraction layerSimon McVittie2015-05-122-15/+2
* | dbus-sysdeps: add more infrastructure around DBusSocketSimon McVittie2015-05-121-3/+58
* | Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-1213-76/+98
* | Merge branch 'dbus-1.8'Simon McVittie2015-05-081-5/+4
|\ \ | |/
| * Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...Simon McVittie2015-05-081-5/+4
* | auth_set_unix_credentials: Fix calling _dbus_credentials_add_pid without chec...Ralf Habacker2015-05-061-2/+4
* | auth_set_unix_credentials: Fix calling _dbus_credentials_add_unix_uid without...Ralf Habacker2015-05-061-1/+4
* | Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker2015-05-063-6/+16
|\ \ | |/
| * reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-061-4/+5
| * do_check_nonce: Fix of calling _dbus_string_append_len without checking retur...Ralf Habacker2015-05-061-1/+7
| * dbus_message_demarshal: Fix calling _dbus_string_append_len without checking ...Ralf Habacker2015-05-061-1/+4
* | Merge branch 'dbus-1.8'Simon McVittie2015-05-052-7/+49
|\ \ | |/
| * DBusCounter: add a mutex to protect the refcount and notify functionAdrian Szyndela2015-05-051-5/+47
| * extend lock's range in live_messages_notify()Adrian Szyndela2015-05-051-2/+2
* | Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker2015-05-011-1/+4
|\ \ | |/
| * dbus_server_set_auth_mechanisms: Fix returning without unlocking server->mute...Ralf Habacker2015-04-281-1/+4