summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-32/+22
* More changes do use glib memory allocationJohan Hedberg2007-02-261-1/+1
* More glib memory allocation changesJohan Hedberg2007-02-261-1/+0
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-7/+3
* Move service registration/authorization methods to database interfaceMarcel Holtmann2007-01-241-51/+0
* Move service registration to the manager interfaceMarcel Holtmann2007-01-241-0/+51
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-0/+2
* Remove unsupported methodsMarcel Holtmann2007-01-201-261/+0
* Add skeleton for database methodsMarcel Holtmann2007-01-191-3/+5
* Fix ActivateServiceJohan Hedberg2007-01-191-1/+1
* ActivateService should return the bus_name and not the object_pathJohan Hedberg2007-01-191-1/+1
* Fix ActivateService to return the right response if a service is already runningJohan Hedberg2007-01-191-10/+21
* Implement Manager.ActivateServiceJohan Hedberg2007-01-191-0/+29
* Implement FindService methodMarcel Holtmann2007-01-161-1/+20
* Add skeleton for FindService methodMarcel Holtmann2007-01-161-0/+7
* Remove experimental tagging from service interfaceMarcel Holtmann2007-01-161-3/+0
* Preliminary support for executing a service when Start is calledJohan Hedberg2007-01-151-6/+6
* First change towards reworked service frameworkJohan Hedberg2007-01-141-171/+18
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-6/+5
* Disable methods that are marked as experimentalMarcel Holtmann2006-12-251-7/+26
* Fixed code standard for dbus_message_get_args: check the return value instead...Claudio Takahasi2006-11-281-38/+17
* Use AddServiceRecordFromXML as method nameMarcel Holtmann2006-11-221-1/+1
* Add first draft XML based service record registrationMarcel Holtmann2006-11-221-0/+103
* Use permanent connection to SDP serverMarcel Holtmann2006-11-171-37/+10
* Register service record for all local adaptersMarcel Holtmann2006-11-171-1/+1
* Added pre-allocate service record handlesClaudio Takahasi2006-11-161-3/+8
* Fixed memory leak if service auto start failsClaudio Takahasi2006-11-161-1/+5
* Send reply before doing autostartMarcel Holtmann2006-11-131-5/+14
* handling sdp_connect error for service record registrationClaudio Takahasi2006-11-081-6/+9
* Removed shadow service methodsClaudio Takahasi2006-11-081-15/+0
* Prevent segmentation fault if the D-Bus path data is NULLClaudio Takahasi2006-11-081-2/+2
* Cleanup: checking service register/unregister return valueClaudio Takahasi2006-11-081-2/+11
* Cleanup: use dbus_message_iter_get_fixed_array instead of walking the entire ...Claudio Takahasi2006-11-081-18/+12
* Register the service record using the binary registration functionClaudio Takahasi2006-11-081-30/+50
* Changed Started/Stopped signal interfaceClaudio Takahasi2006-11-071-1/+1
* Added autostart feature when calling RegisterServiceClaudio Takahasi2006-11-071-1/+57
* AddServiceRecord: register the record with the sdpd if the service agent is a...Claudio Takahasi2006-11-011-0/+29
* Moved service record methods from Service to Manager interfaceClaudio Takahasi2006-11-011-1/+131
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-3/+14
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-1/+6
* Added Manager.GetInterfaceNames and changed service registration method proto...Claudio Takahasi2006-10-261-2/+5
* Add signals to report when a service is registered or unregisteredUlisses Furquim2006-10-261-4/+22
* Make Manager.ListServices() return an array of object pathsUlisses Furquim2006-10-261-1/+7
* Store the service agent data in the D-Bus path dataClaudio Takahasi2006-10-261-1/+6
* Added initial service reg skeletonClaudio Takahasi2006-10-251-6/+77
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-5/+5
* Fix order of header inclusionMarcel Holtmann2006-09-261-0/+1
* Store errno so it does not get changed before we use itUlisses Furquim2006-09-051-1/+2
* Use hci_devinfo in favor of HCIGETDEVINFO ioctl where possibleJohan Hedberg2006-08-211-4/+1