index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hcid
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix driver comparison
Marcel Holtmann
2008-06-18
1
-1
/
+9
|
*
Fix DiscoverDevice to wait untils the browse finishes to release the name ↵
Luiz Augusto von Dentz
2008-06-18
1
-25
/
+29
|
|
|
|
listener.
*
Only allow discover requestor to cancel it.
Luiz Augusto von Dentz
2008-06-17
2
-9
/
+68
|
*
Fix authorization mechanism for 3.x.
Luiz Augusto von Dentz
2008-06-17
4
-21
/
+179
|
*
Set request structure to zero
Marcel Holtmann
2008-06-16
1
-0
/
+1
|
*
Fix bt_cancel_discovery to only succeed when there is a discover to cancel.
Luiz Augusto von Dentz
2008-06-16
1
-1
/
+4
|
*
Fix minor whitespace issues
Johan Hedberg
2008-06-16
1
-1
/
+1
|
*
Fix driver structure declaration in the probe function
Marcel Holtmann
2008-06-16
1
-2
/
+1
|
*
Allow to cancel a service discovery
Marcel Holtmann
2008-06-16
1
-1
/
+8
|
*
Improve the auth requirement handling
Marcel Holtmann
2008-06-16
3
-40
/
+51
|
*
Only update service classes for device that are up and running
Marcel Holtmann
2008-06-15
1
-0
/
+3
|
*
Store IO capabilities of remote device in device object
Johan Hedberg
2008-06-12
2
-0
/
+22
|
*
Remove unnecessary empty line
Johan Hedberg
2008-06-12
1
-1
/
+0
|
*
Track agent request status in conjunction with authentication requests
Johan Hedberg
2008-06-12
3
-15
/
+94
|
*
Don't use raw HCI for tracking authentication request status
Johan Hedberg
2008-06-12
6
-56
/
+59
|
*
Move authentication request functions into adapter.c
Johan Hedberg
2008-06-12
4
-77
/
+88
|
*
Make hcid_dbus_new_auth_request private to dbus-hci.c
Johan Hedberg
2008-06-12
3
-21
/
+23
|
*
Minor whitespace issue
Johan Hedberg
2008-06-12
1
-1
/
+0
|
*
Document current purpose of auth_reqs
Johan Hedberg
2008-06-12
1
-1
/
+2
|
*
Rename pin_reqs o auth_reqs since it's tracking SSP too
Johan Hedberg
2008-06-12
4
-31
/
+31
|
*
Use adapter_find_device instead of adapter_get_device when freeing bonding info
Johan Hedberg
2008-06-12
1
-1
/
+1
|
*
Add some extra debugs to track device creation
Johan Hedberg
2008-06-12
1
-0
/
+8
|
*
Wait for CreatePairedDevice to complete before exiting (i.e. don't exit when ↵
Johan Hedberg
2008-06-12
1
-4
/
+11
|
|
|
|
Release is called in that case)
*
Make traditional PIN code request interactive
Johan Hedberg
2008-06-11
1
-3
/
+3
|
*
Fix use of uninitialized memory when getting local name fails
Johan Hedberg
2008-06-11
1
-3
/
+1
|
*
Use separate callback for errors
Johan Hedberg
2008-06-11
1
-3
/
+7
|
*
Use strerror to show HCIGETAUTHINFO ioctl error
Johan Hedberg
2008-06-11
1
-1
/
+2
|
*
FindDevice and RemoveDevice should fail for devices that haven't still been ↵
Johan Hedberg
2008-06-11
1
-0
/
+10
|
|
|
|
fully created
*
If we have no agent then capability is no input and no output
Marcel Holtmann
2008-06-11
1
-1
/
+1
|
*
Use auth requirement proposed by kernel if available
Marcel Holtmann
2008-06-11
1
-6
/
+3
|
*
Fix debug output for link key type
Marcel Holtmann
2008-06-11
1
-1
/
+1
|
*
Reject unauthenticated and debug keys when MITM is required
Marcel Holtmann
2008-06-11
1
-2
/
+19
|
*
Retrieve link key type together with the key itself
Marcel Holtmann
2008-06-11
3
-6
/
+13
|
*
Allow auto-accept with no agent present
Marcel Holtmann
2008-06-11
1
-0
/
+4
|
*
Parse the IO capa response event
Marcel Holtmann
2008-06-11
3
-4
/
+28
|
*
Use the pattern parameter in DiscoverServices()
Marcel Holtmann
2008-06-10
4
-8
/
+27
|
*
Store hci status in authentication complete case
Johan Hedberg
2008-06-10
1
-1
/
+4
|
*
Don't do pending authentication replies if we already got an authentication ↵
Johan Hedberg
2008-06-10
1
-0
/
+12
|
|
|
|
failure
*
Call agent_cancel only after doing the error callback
Johan Hedberg
2008-06-10
1
-2
/
+2
|
*
Use common UUID string helpers
Marcel Holtmann
2008-06-10
2
-55
/
+3
|
*
Removed find_conn function
Claudio Takahasi
2008-06-09
2
-35
/
+0
|
*
Added device Disconnect
Claudio Takahasi
2008-06-09
2
-2
/
+60
|
*
Remove use of g_dbus_unregister_all_interfaces.
Luiz Augusto von Dentz
2008-06-09
5
-3
/
+24
|
*
Make unregister_adapter_path to use g_dbus_unregister_all_interfaces.
Luiz Augusto von Dentz
2008-06-09
1
-13
/
+8
|
*
Fix signedness issue
Marcel Holtmann
2008-06-09
1
-1
/
+1
|
*
Move adapter list from dbus-hci.c to manager.c
Luiz Augusto von Dentz
2008-06-09
5
-195
/
+215
|
*
A little bit pretty-print for the record
Marcel Holtmann
2008-06-09
1
-1
/
+6
|
*
Append full record to discover service results
Marcel Holtmann
2008-06-09
3
-4
/
+16
|
*
Implement auto-accept cases with no MITM
Marcel Holtmann
2008-06-09
1
-35
/
+62
|
*
Use kernel auth requirement if available
Marcel Holtmann
2008-06-09
1
-3
/
+6
|
[next]