summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* DBusMessage: add support for custom marshalingbaserock/v1.10.0+custom_marshalingAleksandar Kanchev2015-09-084-44/+132
* 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
* | Fix msvc sign-compare warning on Windows7 64bit by adding a type cast.Ralf Habacker2015-04-201-2/+2
* | Merge branch 'dbus-1.8'Ralf Habacker2015-04-131-2/+2
|\ \ | |/
| * Add newline to verbose output in _dbus_trace_ref().Ralf Habacker2015-04-131-2/+2
| * Fix 'dbus-daemon on Windows: Failed to bind socket "localhost:xxxx": Address ...Ralf Habacker2015-02-091-2/+14
* | Fix assorted compiler warnings on Windows.Simon McVittie2015-03-242-1/+2
* | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-246-27/+28
* | Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-116-28/+27
* | Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-1114-96/+73
* | Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-1114-73/+96
* | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-116-27/+28
* | _dbus_listen_systemd_sockets: fds are signed ints (-Wsign-compare)Simon McVittie2015-03-041-1/+1
* | Use new _dbus_string_get_length_uint() to avoid another -Wsign-compareSimon McVittie2015-03-042-4/+20
* | Trivial -Wsign-compare fixes.Ralf Habacker2015-03-041-1/+1