summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DBusMessage: add support for custom marshalingbaserock/genivi/dbus-1.9.16-1-g92a2d95Aleksandar Kanchev2015-05-184-44/+132
* more NEWS, also more release namedbus-1.9.16Simon McVittie2015-05-141-0/+25
* 1.9.16Simon McVittie2015-05-142-9/+11
* Merge branch 'dbus-1.8'Simon McVittie2015-05-141-3/+6
|\
| * add a missing change, fix some bug numbersSimon McVittie2015-05-141-2/+5
* | Merge branch 'dbus-1.8'Simon McVittie2015-05-142-13/+37
|\ \ | |/
| * start towards 1.8.20Simon McVittie2015-05-142-1/+6
| * 1.8.18dbus-1.8.18Simon McVittie2015-05-142-4/+27
| * Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie2015-05-123-0/+21
| * 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-1412-119/+146
* | Make UUID generation failableSimon McVittie2015-05-1410-43/+96
* | _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
* | Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie2015-05-143-0/+21
* | dbus_daemon_publish_session_bus_address: Fix -Wsign-compare issue.Ralf Habacker2015-05-141-1/+4
* | NEWSSimon McVittie2015-05-131-0/+11
* | 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-1211-63/+99
* | Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-1212-207/+212
* | 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
* | main: reload_pipe is (despite its name) a socket pairSimon McVittie2015-05-121-3/+5
* | DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie2015-05-129-83/+153
* | 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
* | bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie2015-05-121-5/+6
* | 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
* | Update NEWS for 1.9 branchSimon McVittie2015-05-051-1/+5
* | Merge branch 'dbus-1.8'Simon McVittie2015-05-053-8/+65
|\ \ | |/
| * NEWS for 1.8 branchSimon McVittie2015-05-051-1/+20
| * 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
* | tools: MSVC compile fixesRalf Habacker2015-05-012-2/+10
* | 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
| * Add manual tcp test case.Ralf Habacker2015-04-153-0/+56