summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add proper signal sending helpersMarcel Holtmann2008-06-072-9/+34
* Remove obsolete dbus_connection_get_object_user_data functionMarcel Holtmann2008-06-072-11/+0
* Removed memory leakClaudio Takahasi2008-06-071-0/+3
* Removed dbus_connection_get_object_user_data callClaudio Takahasi2008-06-071-60/+29
* Removed ba2adapter functionClaudio Takahasi2008-06-074-44/+24
* Fix invalid read and get rid of using object path user dataMarcel Holtmann2008-06-071-61/+74
* Cleanup errors and remove unused functionsMarcel Holtmann2008-06-077-438/+0
* Remove use of dbus_connection_get_object_user_data from network.Luiz Augusto von Dentz2008-06-061-6/+15
* Remove the unneeded numeric parameter from the APIMarcel Holtmann2008-06-061-6/+4
* Check for alternative UUIDs if public browse group failsMarcel Holtmann2008-06-061-1/+24
* Fix path reference usage after freeing device objectMarcel Holtmann2008-06-061-2/+8
* Remove object path creation and destroy helpersMarcel Holtmann2008-06-062-46/+3
* More cleanups and less castingMarcel Holtmann2008-06-064-8/+20
* Add debug prints for agent registrationJohan Hedberg2008-06-061-3/+10
* Remove unused codeMarcel Holtmann2008-06-061-2/+0
* Fix use of DBUS_HANDLER_RESULT_HANDLED.Luiz Augusto von Dentz2008-06-061-13/+9
* Return proper negative replies to different types of authentication requestsJohan Hedberg2008-06-061-5/+20
* use proper casts for pin_req_cmpJohan Hedberg2008-06-061-2/+2
* Add some extra debug printsJohan Hedberg2008-06-061-1/+5
* Further cleanup of authentication logicJohan Hedberg2008-06-066-224/+43
* Remove obsolete D-Bus interface helpersMarcel Holtmann2008-06-062-159/+8