summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Fix creation of Exec path for files not in prefixMilan Crha1-5/+12
2015-09-20Make Windows dbus-daemon look for the config file we installRalf Habacker3-69/+22
2015-08-06Use poll's data types directly, where used at allRolland Dudemaine2-92/+44
2015-05-27Move session & system bus configuration to datadir, by default.Dimitri John Ledkov1-3/+3
2015-05-14Merge branch 'dbus-1.8'Simon McVittie1-13/+16
2015-05-14Fail to generate random bytes instead of falling back to rand()Simon McVittie11-118/+145
2015-05-14Make UUID generation failableSimon McVittie8-37/+92
2015-05-14_dbus_server_init_base: raise a DBusErrorSimon McVittie4-14/+24
2015-05-14_dbus_server_new_for_socket: raise a DBusErrorSimon McVittie4-13/+17
2015-05-14dbus_daemon_publish_session_bus_address: Fix -Wsign-compare issue.Ralf Habacker1-1/+4
2015-05-13Avoid reading beyond the length of a variableSimon McVittie1-1/+5
2015-05-13Fix whitespace as per Havoc's review (in 2010)Simon McVittie1-1/+2
2015-05-13Implement dbus_message_iter_get_element_countChristian Dywan3-7/+101
2015-05-12DBusSocket: put the #ifdef case before the !defined caseSimon McVittie1-19/+19
2015-05-12Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker10-60/+96
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie9-199/+203
2015-05-12Remove _dbus_socket_is_invalid, no longer usedSimon McVittie3-14/+0
2015-05-12Convert miscellaneous socket APIs to DBusSocketSimon McVittie9-51/+58
2015-05-12generic socket transport code: work in terms of DBusSocketSimon McVittie6-25/+32
2015-05-12Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie5-9/+18
2015-05-12DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie8-80/+150
2015-05-12Mostly remove the remnants of an older socket abstraction layerSimon McVittie2-15/+2
2015-05-12dbus-sysdeps: add more infrastructure around DBusSocketSimon McVittie1-3/+58
2015-05-12Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker13-76/+98
2015-05-08reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker1-13/+16
2015-05-08Merge branch 'dbus-1.8'Simon McVittie1-5/+4
2015-05-08Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...Simon McVittie1-5/+4
2015-05-06auth_set_unix_credentials: Fix calling _dbus_credentials_add_pid without chec...Ralf Habacker1-2/+4
2015-05-06auth_set_unix_credentials: Fix calling _dbus_credentials_add_unix_uid without...Ralf Habacker1-1/+4
2015-05-06Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker3-6/+16
2015-05-06reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker1-4/+5
2015-05-06do_check_nonce: Fix of calling _dbus_string_append_len without checking retur...Ralf Habacker1-1/+7
2015-05-06dbus_message_demarshal: Fix calling _dbus_string_append_len without checking ...Ralf Habacker1-1/+4
2015-05-05Merge branch 'dbus-1.8'Simon McVittie2-7/+49
2015-05-05DBusCounter: add a mutex to protect the refcount and notify functionAdrian Szyndela1-5/+47
2015-05-05extend lock's range in live_messages_notify()Adrian Szyndela1-2/+2
2015-05-01Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker1-1/+4
2015-04-28dbus_server_set_auth_mechanisms: Fix returning without unlocking server->mute...Ralf Habacker1-1/+4
2015-04-20Fix msvc sign-compare warning on Windows7 64bit by adding a type cast.Ralf Habacker1-2/+2
2015-04-13Merge branch 'dbus-1.8'Ralf Habacker1-2/+2
2015-04-13Add newline to verbose output in _dbus_trace_ref().Ralf Habacker1-2/+2
2015-03-24Fix assorted compiler warnings on Windows.Simon McVittie2-1/+2
2015-03-24Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker6-27/+28
2015-03-11Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker6-28/+27
2015-03-11Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker14-96/+73
2015-03-11Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker14-73/+96
2015-03-11Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker6-27/+28
2015-03-04_dbus_listen_systemd_sockets: fds are signed ints (-Wsign-compare)Simon McVittie1-1/+1
2015-03-04Use new _dbus_string_get_length_uint() to avoid another -Wsign-compareSimon McVittie2-4/+20
2015-03-04Trivial -Wsign-compare fixes.Ralf Habacker1-1/+1