summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * network: Add/Remove records directly instead of use D-Bus messagesClaudio Takahasi2008-03-263-159/+52
| |
| * Fix g_free that may cause segmentation fault.Luiz Augusto von Dentz2008-03-251-1/+3
| |
| * Fix possible memory leak on plugin failure and make plugin_init fail if the ↵Luiz Augusto von Dentz2008-03-251-30/+30
| | | | | | | | configured directory is invalid.
| * Emit old device signals when a property is changed.Luiz Augusto von Dentz2008-03-241-2/+18
| |
| * Fix dbus_message_iter_append_variant to use dbus string array format (char ↵Luiz Augusto von Dentz2008-03-242-22/+42
| | | | | | | | **) instead GSList.
| * Create links for audio and serial pluginsMarcel Holtmann2008-03-221-0/+4
| |
| * Convert serial service to a pluginMarcel Holtmann2008-03-225-73/+33
| |
| * Link network and input plugins for easier testingMarcel Holtmann2008-03-221-0/+8
| |
| * Convert network service into a pluginMarcel Holtmann2008-03-225-86/+34
| |
| * Convert input service into a pluginMarcel Holtmann2008-03-225-75/+27
| |
| * Update test script for input serviceMarcel Holtmann2008-03-221-5/+28
| |
| * Load plugins later in the init processMarcel Holtmann2008-03-221-2/+6
| |
| * Don't try to unregister non hciX objectsMarcel Holtmann2008-03-221-0/+3
| |
| * Make the external service register function asynchronMarcel Holtmann2008-03-221-6/+17
| |
| * Update changelog and bump version numberutils-3.29Marcel Holtmann2008-03-212-1/+10
| |
| * Don't install example pluginMarcel Holtmann2008-03-211-1/+1
| |
| * Fixed wrong report of create device in progress errorClaudio Takahasi2008-03-201-1/+3
| |
| * Add Adapter property to device GetProperties.Luiz Augusto von Dentz2008-03-201-2/+8
| |
| * Remove another incorrect call to agent_destroyJohan Hedberg2008-03-201-5/+0
| |
| * Remove invalid call to agent_destroyJohan Hedberg2008-03-201-5/+0
| |
| * Add records based on the adapter addressClaudio Takahasi2008-03-208-19/+21
| |
| * CleanupJohan Hedberg2008-03-201-31/+32
| |
| * Initialize error properlyJohan Hedberg2008-03-201-0/+5
| |