summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* simple-agent: added Authorize method handlerClaudio Takahasi2008-04-101-0/+6
|
* fixed wrong storage file nameClaudio Takahasi2008-04-101-1/+1
|
* Fix DeviceCreated/DeviceRemoved signal being emitted for temporary devices.Luiz Augusto von Dentz2008-04-092-9/+16
|
* Broken build: missing headersClaudio Takahasi2008-04-094-0/+4
|
* Added new function for plugin authorizationClaudio Takahasi2008-04-096-7/+110
|
* Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-093-19/+29
|
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-085-248/+213
|
* cleanup: connection status is verified twice for RequestAuthorizationClaudio Takahasi2008-04-083-24/+14
|
* hcid: temporary devices, now devices created at incoming pairing are removed ↵Vinicius Gomes2008-04-073-5/+14
| | | | on disconnect.
* agent Authorize: fixed wrong argument typeClaudio Takahasi2008-04-071-1/+1
|
* Print mpeg sep information.Luiz Augusto von Dentz2008-04-071-1/+94
|
* Add skeleton for storage pluginMarcel Holtmann2008-04-052-0/+46
|
* Fix agent double free on device removal.Luiz Augusto von Dentz2008-04-042-15/+16
|
* cleanup: unused listClaudio Takahasi2008-04-041-1/+0
|
* search_service cleanupClaudio Takahasi2008-04-034-7/+7
|
* hcid: fixing a segmentation fault, when the first pair failed.Vinicius Gomes2008-04-031-6/+1
|
* hcid: creating the device object when the pair is initiated by the remote ↵Vinicius Gomes2008-04-033-11/+42
| | | | device.
* Update changelog and bump version numberutils-3.30Marcel Holtmann2008-04-032-1/+15
|
* Fix SetMode/SetProperty behavior so it actually call agent to confirm mode ↵Luiz Augusto von Dentz2008-04-021-34/+79
| | | | when the mode is lower.
* Change last_mode to global_mode.Luiz Augusto von Dentz2008-04-022-9/+10
|
* Add RequestMode sessions support.Luiz Augusto von Dentz2008-04-022-17/+83
|
* request_mode_cb should be staticJohan Hedberg2008-04-021-1/+1
|
* Remove the avinfo_SOURCES line.Luiz Augusto von Dentz2008-04-021-1/+0
|
* Introduce avinfo tool.Luiz Augusto von Dentz2008-04-012-1/+573
|
* TODO list updateClaudio Takahasi2008-04-011-33/+0
|
* Fix emitting errors to already disconnected clients.Luiz Augusto von Dentz2008-04-011-0/+3
|
* Remove the future API documentMarcel Holtmann2008-04-011-65/+0
|
* Don't built the standalone SDP serverMarcel Holtmann2008-04-015-284/+2
|
* Keep the option for the builtin SDP server even if it is a noopMarcel Holtmann2008-04-011-2/+6
|
* Unload plugins which fails to init.Luiz Augusto von Dentz2008-04-011-3/+6
|
* Fixed usage messageCidorvan Leite2008-04-011-1/+1
|
* Removed pending call memory leak for external service registrationClaudio Takahasi2008-04-011-0/+1
|
* Removed SDP conditional initializationCidorvan Leite2008-03-312-102/+40
|
* device: fixing the TrustRemoved signal, when setting the Trusted attribute ↵Vinicius Gomes2008-03-281-1/+2
| | | | via Property.
* Fix linking issue with exported symbolsMarcel Holtmann2008-03-281-2/+2
|
* Fix service descriptionMarcel Holtmann2008-03-281-1/+1
|
* Update the fix for the 64-bit build issueMarcel Holtmann2008-03-281-4/+5
|
* audio: Fixing the Makefile.am so it can compile on 64 bits machines.Vinicius Gomes2008-03-281-1/+3
|
* Remove blocking calls to GetRemoteName.Luiz Augusto von Dentz2008-03-281-35/+8
|
* Convert audio service into a plugin.Luiz Augusto von Dentz2008-03-277-348/+149
|
* Make use of g_module_error when a plugin fails to load.Luiz Augusto von Dentz2008-03-271-1/+1
|
* hcid: fixing the PropertyChanged signal for PeriodicDiscoveryVinicius Gomes2008-03-271-4/+4
|
* missing DiscoverDevices and CancelDiscovery methods in the old APIClaudio Takahasi2008-03-271-0/+4
|
* Add/Remove records directly instead of use D-Bus messagesCidorvan Leite2008-03-272-105/+27
|
* Fixed plugin clean up.Cidorvan Leite2008-03-271-2/+2
|
* Remove blocking call of FinishRemoteServiceTransaction.Luiz Augusto von Dentz2008-03-272-33/+4
|
* network: removing some blocking dbus calls from manager.cVinicius Gomes2008-03-271-56/+3
|
* network: missing static modifierClaudio Takahasi2008-03-261-4/+2
|
* Fix plugin init to just load .so files and add a stat check.Luiz Augusto von Dentz2008-03-261-1/+14
|
* eglib: adding filename related functions for loading dynamic libraries.Vinicius Gomes2008-03-262-4/+67
|