index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix init_browse()
David Woodhouse
2008-09-12
1
-2
/
+17
*
fix service browsing
David Woodhouse
2008-09-12
1
-6
/
+7
*
Use cached adapter name instead of reading it from storage
Marcel Holtmann
2008-09-12
1
-7
/
+7
*
Renaming str2mode to get_mode which takes bdaddr_t as parameter
Alok Barsode
2008-09-12
1
-10
/
+10
*
Storing device address as bdaddr_t instead of string.
Alok Barsode
2008-09-12
1
-70
/
+66
*
Storing adapter address as bdaddr_t instead of string.
Alok Barsode
2008-09-12
1
-52
/
+55
*
Modifying l2raw_connect to take bdaddr_t as parameter.
Alok Barsode
2008-09-12
3
-8
/
+9
*
Renaming device_read_bdaddr to adapter_read_bdaddr.
Alok Barsode
2008-09-12
1
-2
/
+2
*
Don't print error when device is down
Marcel Holtmann
2008-09-12
1
-1
/
+2
*
Send command to read the default link policy
Marcel Holtmann
2008-09-12
1
-0
/
+3
*
Set default link policy after the page timeout
Marcel Holtmann
2008-09-12
1
-5
/
+5
*
Write the default link policy to ensure it is set
Marcel Holtmann
2008-09-12
1
-0
/
+6
*
When re-reading the device address store it properly
Marcel Holtmann
2008-09-11
1
-7
/
+4
*
Add debug message for adapters without an address
Marcel Holtmann
2008-09-11
1
-4
/
+9
*
Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone
Marcel Holtmann
2008-09-11
1
-1
/
+1
|
\
|
*
Fix segfault on agent_is_busy.
Luiz Augusto von Dentz
2008-09-11
1
-1
/
+1
*
|
Don't fork for device configuration
Marcel Holtmann
2008-09-11
1
-19
/
+2
|
/
*
Move link mode and policy setting before bringing up the device
Marcel Holtmann
2008-09-11
1
-26
/
+18
*
Add extra debug for the forked init and setup functions
Marcel Holtmann
2008-09-11
1
-2
/
+8
*
Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone
Marcel Holtmann
2008-09-11
1
-7
/
+17
|
\
|
*
Fix memory allocation of drivers uuid list to be dinamic as drivers may be un...
Luiz Augusto von Dentz
2008-09-11
1
-7
/
+17
*
|
Hide the verbose SDP debug behind SDP_DEBUG
Marcel Holtmann
2008-09-11
4
-73
/
+79
|
/
*
Fix memleak
Luiz Augusto von Dentz
2008-09-11
1
-1
/
+1
*
Fix problem that occurs when a device is removed but agent requests are not c...
Luiz Augusto von Dentz
2008-09-11
3
-0
/
+18
*
Search for l2cap uuid if no record is found.
Luiz Augusto von Dentz
2008-09-11
1
-0
/
+7
*
Make discovery service routine to search for driver uuids.
Luiz Augusto von Dentz
2008-09-11
1
-0
/
+30
*
Split code of simple search and browse.
Luiz Augusto von Dentz
2008-09-11
1
-26
/
+43
*
Add missing uuids to search if the device doesn't support public browsing.
Luiz Augusto von Dentz
2008-09-11
1
-0
/
+5
*
Cancels the pending request from agent side when receiving a NoReply
Vinicius Costa Gomes
2008-09-09
1
-0
/
+8
*
Make RequestMode to overwrite session mode when already active.
Luiz Augusto von Dentz
2008-09-09
1
-13
/
+33
*
Cleanup mode and discovery session code.
Luiz Augusto von Dentz
2008-09-09
1
-71
/
+35
*
Removed warning: uninitialised value
Claudio Takahasi
2008-09-09
1
-1
/
+2
*
Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.
Luiz Augusto von Dentz
2008-09-08
3
-4
/
+4
*
Redefining device_get_address to take bdaddr_t as parameter.
Alok Barsode
2008-09-08
4
-27
/
+33
*
Redefining adapter_get_address to take bdaddr_t as parameter.
Alok Barsode
2008-09-08
6
-41
/
+59
*
Fix memory leak caused by previous SDP browse fix
Johan Hedberg
2008-09-08
1
-0
/
+1
*
Check for duplicate record handles and not UUIDs
Johan Hedberg
2008-09-05
1
-2
/
+9
*
Check for duplicate records when discovering services
Johan Hedberg
2008-09-05
1
-1
/
+7
*
Fix problem which prevents drivers from being probed.
Luiz Augusto von Dentz
2008-09-05
1
-8
/
+28
*
Move responsibility of freeint the record list to the correct place
Johan Hedberg
2008-09-05
1
-3
/
+0
*
Add proper debug output per session reference.
Luiz Augusto von Dentz
2008-09-04
1
-3
/
+13
*
Fix session handling and add a better debug output for them.
Luiz Augusto von Dentz
2008-09-04
2
-17
/
+14
*
Add check for unknown connection handle
Johan Hedberg
2008-09-04
1
-1
/
+5
*
Fix adapter_add_active_conn parameter check
Johan Hedberg
2008-09-04
1
-1
/
+1
*
Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery an...
Luiz Augusto von Dentz
2008-09-04
2
-20
/
+24
*
Renaming struct adapter to struct btd_adapter.
Alok Barsode
2008-09-04
11
-210
/
+210
*
Moving struct adapter to adapter.c
Alok Barsode
2008-09-03
2
-28
/
+28
*
Adding adapter_has_discov_sessions.
Alok Barsode
2008-09-03
3
-1
/
+10
*
fixing dbus-hci.c to use adapter_find_device.
Alok Barsode
2008-09-03
1
-6
/
+2
*
Adding adapter_get_bonding_info.
Alok Barsode
2008-09-03
3
-12
/
+30
[next]