index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-13
shared: Introduce flag for detecting HCI stream based sources
Marcel Holtmann
1
-0
/
+9
2014-01-12
shared: Integrate HCI userspace handling with IO abstraction
Marcel Holtmann
1
-55
/
+61
2014-01-12
shared: Use queue for handling hciemu post command hooks
Marcel Holtmann
1
-20
/
+42
2014-01-12
shared: Add IO handling using the mainloop support
Marcel Holtmann
1
-0
/
+250
2014-01-11
shared: Only cleanup mgmt notify handlers when really needed
Marcel Holtmann
1
-6
/
+13
2014-01-11
attrib: Add missing g_error_free()
Anderson Lizardo
1
-4
/
+6
2014-01-11
attrib: Modify gatt_cb_t signature
Anderson Lizardo
1
-3
/
+2
2014-01-10
shared: Fix crash if adapter is removed before mgmt event is received
Anderson Lizardo
1
-4
/
+6
2014-01-10
shared: Use a union for sockaddr for mgmt socket
Marcel Holtmann
1
-5
/
+8
2014-01-10
shared: Only mark notify as removed and not remove them right away
Marcel Holtmann
1
-16
/
+19
2014-01-10
shared: Add endian conversion macro for 64-bit little endian types
Marcel Holtmann
1
-0
/
+4
2014-01-10
shared: Fix the endian helper macros to work on big endian systems
Marcel Holtmann
1
-0
/
+10
2014-01-10
shared: Add general macro for handling endian conversion
Marcel Holtmann
3
-10
/
+7
2014-01-09
shared: Fix not calling destroy callback while clearing up handlers
Szymon Janc
1
-4
/
+4
2014-01-09
shared: Fix memory leaks in mgmt_unref
Szymon Janc
1
-1
/
+6
2014-01-09
shared: Fix use after free in queue_foreach
Szymon Janc
1
-2
/
+9
2014-01-09
shared: Add ref counting to struct io
Szymon Janc
1
-6
/
+39
2014-01-09
shared: Fix clearing of IO handlers
Szymon Janc
1
-2
/
+14
2014-01-09
shared: Use return value to indicate IO watch removal
Marcel Holtmann
3
-20
/
+25
2014-01-09
shared: Remove watches before freeing IO channel
Marcel Holtmann
1
-0
/
+6
2014-01-08
shared: Use IO abstraction for mgmt handling
Marcel Holtmann
1
-50
/
+46
2014-01-08
shared: Add support for GLib based IO handling
Marcel Holtmann
2
-0
/
+202
2014-01-08
shared: Add skeleton for generic IO framework
Marcel Holtmann
3
-0
/
+52
2014-01-08
shared: Use C library functions for memory allocation
Marcel Holtmann
1
-26
/
+26
2014-01-08
shared: Replace mgmt notify list with internal queue handling
Marcel Holtmann
1
-82
/
+84
2014-01-08
shared: Replace mgmt pending list with a queue
Marcel Holtmann
1
-65
/
+31
2014-01-08
shared: Fix queue function to remove only specific entries
Marcel Holtmann
2
-17
/
+47
2014-01-08
shared: Use internal queue handling for mgmt interface
Marcel Holtmann
4
-64
/
+81
2014-01-06
shared: Add lookup function to queue handling
Marcel Holtmann
2
-0
/
+18
2014-01-06
core: Fix sscanf() format specification
Anderson Lizardo
1
-6
/
+6
2014-01-06
attrib: Fix sprintf() format specification
Anderson Lizardo
1
-1
/
+1
2014-01-03
shared: Fix build issue for Android
Lukasz Rymanowski
1
-0
/
+1
2014-01-01
shared: Use HCI filter for raw device access
Marcel Holtmann
1
-0
/
+19
2014-01-01
shared: Add support for using HCI raw device interface
Marcel Holtmann
2
-4
/
+37
2013-12-30
core: Fix checking for g_attrib_new failure
Johan Hedberg
1
-0
/
+5
2013-12-27
shared: Add support simple HCI handling functions
Marcel Holtmann
2
-0
/
+599
2013-12-27
shared: Add simple queue handling functions
Marcel Holtmann
2
-0
/
+312
2013-12-27
shared: Add pointer and memory macros
Marcel Holtmann
1
-0
/
+13
2013-12-16
hciemu: Print error in case hci_vhci is not loaded
Andrei Emeltchenko
1
-0
/
+2
2013-12-16
hciemu: Make code consistent
Andrei Emeltchenko
1
-1
/
+1
2013-12-10
core: Fix leaking disconnect message
Luiz Augusto von Dentz
1
-0
/
+3
2013-12-10
core: Fix not replying to DisconnectProfile
Luiz Augusto von Dentz
1
-3
/
+6
2013-12-10
core: Remove useless eir parsing function return value
Andrei Emeltchenko
3
-12
/
+5
2013-12-10
core: Remove not needed struct adapter_keys
Szymon Janc
1
-13
/
+8
2013-12-10
core: Fix crash due to agent callback freeing the agent
Szymon Janc
1
-0
/
+4
2013-12-07
device: When the Class changes, Icon might too
Bastien Nocera
1
-0
/
+2
2013-12-03
core: Rename device_is_connected to btd_device_is_connected
Szymon Janc
3
-7
/
+7
2013-11-27
device: Add device_discover_services function
Szymon Janc
2
-0
/
+19
2013-11-27
Rename adapter_find_device to btd_adapter_find_device
Szymon Janc
4
-14
/
+14
2013-11-27
Rename adapter_get_address to btd_adapter_get_address
Szymon Janc
5
-27
/
+28
[next]