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
*
Use i instead of j in for-loop
Johan Hedberg
2008-10-29
1
-3
/
+3
*
Fix duplicate UUID detection
Johan Hedberg
2008-10-29
1
-14
/
+24
*
Convert Bluetooth UUID-128 to 32 or 16 bit if possible before searching
Johan Hedberg
2008-10-29
1
-0
/
+3
*
Simplify emit_device_found calls
Johan Hedberg
2008-10-28
1
-14
/
+4
*
Send DeviceFound signals also the first time the name gets resolved
Johan Hedberg
2008-10-28
3
-26
/
+78
*
Use g_dbus_send_message instead of dbus_connection_send
Johan Hedberg
2008-10-24
6
-39
/
+15
*
Use g_clear_error(&err) instead of g_error_free(err); err = NULL
Johan Hedberg
2008-10-24
1
-12
/
+6
*
Fix GDBusWatchFunction usage
Johan Hedberg
2008-10-21
1
-2
/
+9
*
Unload adapter drivers on adapter removal instead of adapter_stop
Johan Hedberg
2008-10-20
1
-2
/
+2
*
Use dlopen() directly and don't depend on GModule
Marcel Holtmann
2008-10-18
2
-39
/
+32
*
Fix fallouts due to GDBusWatchFunction changes
Marcel Holtmann
2008-10-17
4
-4
/
+4
*
Add emit_array_property_changed()
Johan Hedberg
2008-10-16
4
-72
/
+70
*
Rename dbus_connection_emit_property_changed to emit_property_changed
Johan Hedberg
2008-10-16
5
-77
/
+61
*
Add dict_append_array()
Johan Hedberg
2008-10-16
4
-4
/
+37
*
Rename dbus_message_iter_append_dict_entry to dict_append_entry
Johan Hedberg
2008-10-16
5
-39
/
+23
*
Export record_from_string() from the storage functions
Bastien Nocera
2008-10-16
2
-1
/
+2
*
Allow dynamic adapter driver registration
Claudio Takahasi
2008-10-15
3
-0
/
+25
*
Better debug when failing to probe a device
Bastien Nocera
2008-10-15
1
-2
/
+2
*
Fix build error when SDP_DEBUG is enabled
Claudio Takahasi
2008-10-14
2
-2
/
+3
*
Fix uuid list allocation and freeing bug exposed by previous mem leak fix
Johan Hedberg
2008-10-10
2
-6
/
+5
*
Fix memory leak
Johan Hedberg
2008-10-10
1
-0
/
+1
*
Add mechanism for adding new UUIDs from the driver side
Johan Hedberg
2008-10-09
2
-5
/
+29
*
Make device driver probe calls take UUID's instead of full records
Johan Hedberg
2008-10-09
5
-35
/
+81
*
Don't remove service discovery timer even if device disconnects
Johan Hedberg
2008-10-09
1
-5
/
+0
*
Don't detect profile removal on during reverse service discovery
Johan Hedberg
2008-10-09
3
-9
/
+16
*
Fix the service discovery-upon-pairing logic
Johan Hedberg
2008-10-08
3
-11
/
+20
*
Fix possible memleak which could happen if bt_search_service fails.
Luiz Augusto von Dentz
2008-10-08
1
-21
/
+32
*
Fix removing of entries from a GSList
Johan Hedberg
2008-10-07
1
-2
/
+4
*
Check for NULL return of adapter_find_device
Johan Hedberg
2008-10-07
1
-0
/
+4
*
Fix bonding process state tracking for auto-accept case
Johan Hedberg
2008-10-07
1
-0
/
+3
*
Don't allow NULL strings in dictionaries (just ignore them)
Marcel Holtmann
2008-10-06
1
-0
/
+6
*
Print the UUIDs associated with a record pattern
Marcel Holtmann
2008-10-06
1
-0
/
+11
*
Remove device discovery timer on device removal.
Luiz Augusto von Dentz
2008-09-30
1
-0
/
+3
*
Prevent emitting duplicate signals for DiscoverableTimeout property.
Luiz Augusto von Dentz
2008-09-30
1
-0
/
+3
*
Set device class before storing it
Marcel Holtmann
2008-09-29
1
-1
/
+1
*
Send alias update when remote name result is available
Marcel Holtmann
2008-09-29
1
-5
/
+14
*
Add support for setting major and minor class together
Marcel Holtmann
2008-09-29
2
-1
/
+21
*
Make sure to always add Alias and Icon property
Marcel Holtmann
2008-09-29
3
-67
/
+89
*
Fix duplicate entries for service UUIDs
Marcel Holtmann
2008-09-29
1
-8
/
+17
*
Add functions to write major and minor device class
Marcel Holtmann
2008-09-29
2
-5
/
+38
*
Fix signal emission for Powered and Discoverable
Marcel Holtmann
2008-09-29
1
-57
/
+50
*
Use global DBusConnection instead of request specific one
Johan Hedberg
2008-09-28
1
-1
/
+2
*
Fix potential NULL pointer dereference
Johan Hedberg
2008-09-27
1
-1
/
+1
*
Don't do bonding_process_complete upon link_key_notify
Johan Hedberg
2008-09-26
5
-11
/
+75
*
Only create D-Bus client listener if there is a client
Johan Hedberg
2008-09-25
1
-4
/
+7
*
Move more pairing and discovery initiation logic into device.c
Johan Hedberg
2008-09-25
3
-25
/
+24
*
Get rid of an unnecessary variable
Johan Hedberg
2008-09-25
1
-2
/
+1
*
Fix another memory leak
Johan Hedberg
2008-09-25
1
-1
/
+4
*
Fix memory leak
Johan Hedberg
2008-09-25
1
-1
/
+3
*
Do service discovery also for pairings initiated from the other side
Johan Hedberg
2008-09-25
3
-44
/
+65
[next]