summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add morph file to afbus branchbaserock/genivi/use-afbusBen Brewer2012-11-201-0/+15
* Don't emit AF_BUS.Forwarded signal if peer is not an AF_BUS socketRodrigo Moya2012-06-211-1/+2
* Never use afbus system socket by default, use <listen_if_possible>Rodrigo Moya2012-06-182-5/+2
* Set eavesdropping on when a match rule includes 'eavesdrop=true'Rodrigo Moya2012-06-151-1/+28
* Fix compilation without AF_BUSRodrigo Moya2012-06-131-0/+6
* clean match rules and well-known names in the kernel when a peer disconnectAlban Crequy2012-06-131-0/+7
* afbus: implements NFDBUS_CMD_REMOVEALLMATCH and use the cached peer addressAlban Crequy2012-06-132-16/+32
* cache the peer addressAlban Crequy2012-06-132-4/+34
* Fix endless loop caused by bus_driver_afbus_append_unique_nameRodrigo Moya2012-06-111-4/+1
* Check correctly setting of main_addressRodrigo Moya2012-06-111-1/+1
* Remove AF_BUS definitions, use the ones from glibcRodrigo Moya2012-06-071-22/+1
* Merge branch 'master' into use-afbusRodrigo Moya2012-06-077-67/+63
|\
| * Start 1.7.0 developmentbaserock/genivi/af-bus-masterSimon McVittie2012-06-052-1/+4
| * Fix distcheck with newer Doxygen: remove *.js, too, during uninstalldbus-1.6.0Simon McVittie2012-06-051-0/+1
| * Fix distcheck: remove potentially-read-only files from builddirSimon McVittie2012-06-051-0/+1
| * Prepare version 1.6.0 (new stable branch)Simon McVittie2012-06-052-5/+53
| * _dbus_transport_new_for_tcp_socket: add missing commas to addressSimon McVittie2012-06-051-2/+2
| * Remove duplicate nonce-tcp (service-side) transport on WindowsSimon McVittie2012-06-051-27/+1
| * Remove duplicate nonce-tcp (client side) transport on WindowsSimon McVittie2012-06-051-33/+2
* | Use address in unique names for sending messagesRodrigo Moya2012-06-061-6/+19
* | Use ULL for unsigned long long values, to stop gcc complainsRodrigo Moya2012-06-061-2/+2
* | With AF_BUS, use the peer address as unique nameRodrigo Moya2012-06-062-12/+9
* | Assign an address on RequestName for AF_BUS peersRodrigo Moya2012-06-063-0/+46
* | Get available bytes with ioctl(FIONREAD) and use that to read the next messageRodrigo Moya2012-06-051-5/+11
* | Fixed compilation without AF_BUS supportRodrigo Moya2012-06-054-4/+10
* | afbus: implement RemoveMatchAlban Crequy2012-06-013-5/+39
* | Check pointers before using themRodrigo Moya2012-05-311-1/+2
* | Allocate and store peer addresses in the hash table, not as pointersRodrigo Moya2012-05-311-3/+12
* | compatibility proxy: cleaner codeAlban Crequy2012-05-301-32/+48
* | remove unused variableAlban Crequy2012-05-301-1/+0
* | Update CN_IDX_NFDBUS' valueAlban Crequy2012-05-301-3/+2
* | compatibility proxy: send messages both waysAlban Crequy2012-05-303-2/+80
* | Remove debug printf()Rodrigo Moya2012-05-301-2/+0
* | Add support for transports to process incoming messagesRodrigo Moya2012-05-306-5/+102
* | Remove leftover #ifdef'sRodrigo Moya2012-05-301-3/+0
* | Don't create a separate transaction for the AF_BUS.Forwarded signalRodrigo Moya2012-05-304-18/+12
* | Remove debugs from previous patch, inadvertently commitedAlban Crequy2012-05-291-4/+0
* | Start a new proxy AF_BUS connection when proxying a legacy AF_UNIX connectionAlban Crequy2012-05-294-6/+79
* | Only accept one AF_BUS server and keep track of it in context->main_afbus_serverAlban Crequy2012-05-292-1/+42
* | Fixup: Use a separate name spaces for AF-BUS unique names :AF-BUS.BUSADDR.MAJ...Alban Crequy2012-05-291-1/+2
* | Move shutdown_server()Alban Crequy2012-05-291-23/+23
* | Introduce dbus_server_is_afbus()Alban Crequy2012-05-294-0/+27
* | Emit correctly the AF_BUS.Forwarded signalRodrigo Moya2012-05-294-5/+20
* | Add missing code from last (broken) commitRodrigo Moya2012-05-291-0/+67
* | Set Netlink socket to not blockRodrigo Moya2012-05-293-2/+34
* | Use a separate name spaces for AF-BUS unique names :AF-BUS.BUSADDR.MAJOR.MINORAlban Crequy2012-05-283-4/+42
* | bus driver: Move AF_BUS specific code in bus/driver-afbus.[ch]Alban Crequy2012-05-284-154/+236
* | Revert "bus driver: Move AF_BUS specific code in bus/driver-afbus.[ch]"Rodrigo Moya2012-05-284-236/+154
* | bus driver: Move AF_BUS specific code in bus/driver-afbus.[ch]Alban Crequy2012-05-284-154/+236
* | Revert "bus driver: Move AF_BUS specific code in bus/driver-afbus.[ch]"Rodrigo Moya2012-05-284-236/+154