summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2015-02-11daemon fix and developmentRadoslaw Pajak6-226/+386
2015-02-11[daemon-dev][lib-fix] ListNames in libdbus fix, daemon developmentRadoslaw Pajak1-13/+19
2015-02-11[lib-fix] libdbus refactored to eliminate "is kdbus" queries and branches in ...Radoslaw Pajak7-651/+623
2015-02-11[lib-opt] optimization of kdbus add-on to libdbusRadoslaw Pajak5-72/+36
2015-02-11[daemon-dev][lib-fix] Daemon with kdbus early developmentRadoslaw Pajak5-3/+36
2015-02-11[daemon-dev] Start of daemon with kdbusLukasz Stempien2-1/+2
2015-02-11Optimization: message sender created once at bus_registerMichal Eljasiewicz3-13/+30
2015-02-11Optimization: transport_is_kdbus parses address onceMichal Eljasiewicz3-3/+38
2015-02-11[daemon-dev][lib-fix] Start of daemon with kdbus and fix in match rules in li...Radoslaw Pajak1-0/+5
2015-02-11Fix: added missing line after cleanupMichal Eljasiewicz1-0/+1
2015-02-11Cleanup: repeating code replaced with macroMichal Eljasiewicz1-15/+9
2015-02-11Small fixes for dbus-kdbus translationsRadoslaw Pajak1-3/+20
2015-02-11dbus daemon emulation extenededRadoslaw Pajak2-68/+106
2015-02-11Memfd memory leak fixMichal Eljasiewicz1-7/+16
2015-02-11dbus-daemon emulation improved and refactoredRadoslaw Pajak1-146/+127
2015-02-11Next 2 org.freedesktop.DBus method, comments, cleanupsRadoslaw Pajak1-253/+264
2015-02-11Documentation expandedMichal1-16/+39
2015-02-11Fix for long id continued, iprovements, commentsRadoslaw Pajak2-35/+82
2015-02-11Memfd: fix big messages receiving.Michal1-1/+1
2015-02-11Fixed error with id >0x7FFFFFFFFFFFFFFF and othersRadoslaw Pajak3-107/+129
2015-02-11Added NameList method handling, small improvemnets and cleanupsRadoslaw Pajak2-34/+97
2015-02-11Added fd passing and small correctionsRadoslaw Pajak3-75/+144
2015-02-11Fix_for_32bit: added data alignment for some kdbus structuresJacek Janczyk1-3/+3
2015-02-11refactored memfdMichal Eljasiewicz1-152/+50
2015-02-11Pool sizes redefined and cleanupRadoslaw Pajak5-36/+34
2015-02-11 - fixed detecting whether emulate org.freedesktop.DBus interface (dbus daemon)Radoslaw Pajak4-164/+318
2015-02-11kdbus_write_msg refactored.Michal Eljasiewicz2-192/+338
2015-02-11- fixed dbus_bus_request_nameRadoslaw Pajak4-113/+249
2015-02-11Minor fixes and improvements. Deleted some not needed debug verboses.Radoslaw Pajak3-163/+83
2015-02-11 - fixed sending messages without bodyRadoslaw Pajak2-53/+23
2015-02-11- kdbus reply timeout translated to DBus messageRadoslaw Pajak3-18/+87
2015-02-11refactoring: function prototypes unnecessaryMichal Eljasiewicz1-24/+11
2015-02-11Only comments - commit needed to overcome git/gerrit problemsRadoslaw Pajak1-1/+1
2015-02-11Added translation of system broadcast (new id, id remove, new name, name remo...Radoslaw Pajak1-25/+321
2015-02-11Working - send method call and reply with serverClientRadoslaw Pajak5-18/+35
2015-02-11Working - simple message passing with serverClient signal send-receiveRadoslaw Pajak8-311/+613
2015-02-11Working: - dbus authorization replaced by kdbus policiesRadoslaw Pajak7-48/+250
2015-02-11Updated dbus_bus_request_nameRadoslaw Pajak3-19/+54
2015-02-11working:Radoslaw Pajak4-63/+243
2015-02-11_dbus_transport_new_for_socket replaced by _dbus_transport_new_for_socket_kdb...Radoslaw Pajak1-5/+1269
2015-02-11Beginning of kdbus supportRadoslaw Pajak10-3/+896
2014-12-23Fix GetExtendedTcpTable crash on vista sp0.Илья А. Ткаченко1-1/+1
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie3-32/+159
2014-09-15_dbus_read_socket_with_unix_fds: do not accept extra fds in cmsg paddingSimon McVittie1-6/+43
2014-09-15Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERTSimon McVittie2-1/+4
2014-09-15DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy7-0/+70
2014-09-15DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy6-0/+40
2014-09-15Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy4-17/+30
2014-09-15config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2-0/+9
2014-06-30Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy3-1/+48