summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2015-02-11fixup: update the kdbus branch for api change from ecd4262cbfd5fb130b805686e8...Lubomir Rintel1-2/+1
2015-02-11[lib-fix] moved dbus_connection_get_unix_user from daemon to librarySangyoon Jang3-22/+196
2015-02-11[lib-fix] Fixed return value of kdbus_write_msgSangyoon Jang1-10/+10
2015-02-11[Test][Daemon] Fixed memleaksMichal Eljasiewicz1-1/+13
2015-02-11[lib-fix] Some minor fixes in function kdbus_write_msg.Daniel Kowalski1-6/+26
2015-02-11[lib-fix] Add checking if strtoull returned error.Daniel Kowalski1-2/+10
2015-02-11[lib-fix] If error -1 should be returned by kdbus_decode_msgRadoslaw Pajak1-1/+2
2015-02-11[daemon-fix] Changed the way of make bus address when the address is not givenSangyoon Jang1-5/+0
2015-02-11[lib-fix] Fixed the variable-length array to fixed-lengthSangyoon Jang1-1/+1
2015-02-11[lib-fix] Fixed message handlingSangyoon Jang1-3/+3
2015-02-11[rename] renamed kdbus related macrosRadoslaw Pajak2-21/+21
2015-02-11[merge] merge with kdbus changes from upstreamRadoslaw Pajak1-82/+36
2015-02-11Changes in kdbus transport arising from changing of kdus.hLukasz Stempien2-38/+48
2015-02-11[daemon-fix] Fixed bus creation - flags passed to kdbusRadoslaw Pajak1-1/+1
2015-02-11[daemon-fix] releasing name fixedRadoslaw Pajak1-1/+1
2015-02-11ListNames and ListQueuedOwners updated to work with new kdbusRadoslaw Pajak1-0/+1
2015-02-11[Daemon-fix][Upstream merge] Small fixes in daemon startingMichal Eljasiewicz2-1/+2
2015-02-11Kdbus merge - Flag KDBUS_NAME_STARTER renamedRadoslaw Pajak2-3/+3
2015-02-11[Upstream merge] update of libdbus after kdbus upstream mergeMichal Eljasiewicz3-230/+446
2015-02-11Kdbus upstream merge in progressRadoslaw Pajak2-2/+0
2015-02-11Kdbus upstream merge in progressRadoslaw Pajak4-9/+45
2015-02-11Changes in kdbus transport arising from changing of kdus.hLukasz Stempien3-234/+449
2015-02-11[lib-doc] comments and defs for doxygen addedRadoslaw Pajak1-2/+24
2015-02-11[daemon-dev] Added option to create bus with sbb offsetRadoslaw Pajak1-3/+19
2015-02-11[lib-opt] library optimalization and clean-upRadoslaw Pajak2-170/+95
2015-02-11[lib] CommentsRadoslaw Pajak1-101/+154
2015-02-11[lib-opt] library optimization and clean-upRadoslaw Pajak1-26/+32
2015-02-11[daemon-dev] List of queued owners read from kdbusRadoslaw Pajak1-0/+1
2015-02-11[lib] identation corrected to improve readabilityRadoslaw Pajak1-206/+204
2015-02-11[lib-fix] fixed sending broadcasts bigger than memfd thresholdRadoslaw Pajak1-14/+37
2015-02-11[lib] removed unusable dbus authentication related code in kdbus transportRadoslaw Pajak1-520/+21
2015-02-11[lib-fix] org.freedesktop.DBus.RequestName returns DBUS_REQUEST_NAME_REPLY_AL...Radoslaw Pajak1-3/+2
2015-02-11[daemon-fix] fixed getting uid and pid when transport is not kdbusRadoslaw Pajak2-2/+20
2015-02-11[lib-fix] handling org.freedesktop.DBus.Hello fixedRadoslaw Pajak2-299/+20
2015-02-11[daemon-dev] Kdbus broadcasts translation moved from library into daemonRadoslaw Pajak2-333/+14
2015-02-11[daemon-fix][daemon-opt] Fixed owner id when setting kdbus policyRadoslaw Pajak3-116/+121
2015-02-11Use geteuid() to get effective user if of the processSemun Lee1-1/+1
2015-02-11[doc][daemon-fix][daemon-opt] Known limitations updated, code fixes, clean-up...Radoslaw Pajak4-84/+5
2015-02-11[daemon-fix][dev] address to start kdbus bus changed to 'kdbus:', kdbus added...Radoslaw Pajak1-0/+5
2015-02-11Comments added and correctedRadoslaw Pajak1-8/+19
2015-02-11[daemon-dev][lib-opt] Fix in freeing memory, cleanup, comments, renamesRadoslaw Pajak1-182/+197
2015-02-11Optional autogen.sh flag --enable-kdbus-transport added allowing to compile w...Lukasz Stempien14-8/+74
2015-02-11Simple optimization on the buffer allocationSemun Lee1-14/+62
2015-02-11address for daemon changed to "kdbus:", licencses and copyrights addedRadoslaw Pajak10-20/+98
2015-02-11[daemon-fix] Fixed daemon creation, services activation and little moreRadoslaw Pajak1-1/+1
2015-02-11[daemon-dev][lib-opt] Bus making in daemon distinguishes bus type, lib optima...Radoslaw Pajak2-17/+17
2015-02-11[daemon-dev][daemon-fix][lib-dev] Added sending NameLost and NameAcquired mes...Radoslaw Pajak3-4/+12
2015-02-11[daemon-dev][daemon-fix] starting services by direct message (autostart) and ...Radoslaw Pajak5-25/+57
2015-02-11daemon fix: bus_context_new function failure behavior fixed:Lukasz Stempien1-0/+24
2015-02-11[daemon-dev][lib-fix][lib-dev] ListQueuedOwners method in daemon, fixed strcp...Radoslaw Pajak4-35/+85