summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* There is no kernel security managerMarcel Holtmann2008-06-091-19/+0
* Get used to python :)Marcel Holtmann2008-06-091-1/+1
* Add support for rejecting confirmationMarcel Holtmann2008-06-091-0/+7
* Fill the discovery record with record handlesMarcel Holtmann2008-06-091-3/+30
* Clarify the dictionary key and value typesMarcel Holtmann2008-06-091-1/+2
* At minimum return an empty dictionaryMarcel Holtmann2008-06-091-4/+20
* Update command descriptionMarcel Holtmann2008-06-091-0/+3
* Update the discover method handlingMarcel Holtmann2008-06-091-5/+9
* Don't register agent when pairing deviceMarcel Holtmann2008-06-091-3/+3
* Fix duplicate driver probingMarcel Holtmann2008-06-091-5/+7
* Remove unnecessary return statementsJohan Hedberg2008-06-091-5/+0
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-097-0/+80
* Allow interactive input of passkeyJohan Hedberg2008-06-091-1/+2
* First attempt at Device.DiscoverServices() implementationMarcel Holtmann2008-06-095-8/+26
* Remove empty lineMarcel Holtmann2008-06-081-1/+0
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-088-48/+85
* Add HID profile to list of alternate UUIDs to browseMarcel Holtmann2008-06-081-0/+1
* Update plugin interface registrationMarcel Holtmann2008-06-083-6/+57
* Have the audio plugin register headset and sink driversMarcel Holtmann2008-06-081-19/+32
* Split the D-Bus cleanup into two partsMarcel Holtmann2008-06-083-10/+20
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-084-8/+8
* Add special DBG helperMarcel Holtmann2008-06-081-0/+2
* Make sure to probe drivers on startupMarcel Holtmann2008-06-083-4/+5
* Keep track of attached driversMarcel Holtmann2008-06-082-7/+21
* Load plugins early in the boot processMarcel Holtmann2008-06-081-11/+9
* Add first attempt for driver probingMarcel Holtmann2008-06-081-3/+37
* Fix up the serial UUIDsMarcel Holtmann2008-06-081-1/+4
* Add skeletons for missing API callbacksMarcel Holtmann2008-06-081-82/+101
* Add the missing device API callsMarcel Holtmann2008-06-081-10/+37
* Revert wrong listner id counter offsetMarcel Holtmann2008-06-081-1/+1
* Store the listener id for default agentsMarcel Holtmann2008-06-081-10/+13
* Fix missing disconnect watch id handlingMarcel Holtmann2008-06-082-12/+17
* Avoid a watch id of 0Marcel Holtmann2008-06-081-1/+4
* One additional optimizationMarcel Holtmann2008-06-081-3/+1
* Small optimizationMarcel Holtmann2008-06-081-3/+1
* Update test scriptsMarcel Holtmann2008-06-083-7/+13
* Convert passkey value to host orderMarcel Holtmann2008-06-081-12/+15
* Allow adapter parameter and automatic device removalMarcel Holtmann2008-06-081-11/+21
* TypoMarcel Holtmann2008-06-081-1/+1
* Remove the broken --enable-all optionMarcel Holtmann2008-06-082-21/+9
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-079-130/+124
* Don't abstract functions that are only used onceMarcel Holtmann2008-06-073-29/+26
* Remove another unused functionMarcel Holtmann2008-06-072-12/+0
* Make helper function static and localMarcel Holtmann2008-06-072-3/+1
* Remove unused definesMarcel Holtmann2008-06-071-3/+0
* No need to check for dbus-glibMarcel Holtmann2008-06-071-5/+0
* Don't consider mainloop integration of dbus-glibMarcel Holtmann2008-06-071-14/+0
* Remove another obsolete functionMarcel Holtmann2008-06-072-17/+0
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-0716-106/+106
* Use gdbus API for signal sending with valistMarcel Holtmann2008-06-071-1/+1