index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
glib-helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make bt_name2string to handle UUID128 and HEX string formats.
Luiz Augusto von Dentz
2008-11-11
1
-7
/
+29
*
Rename bt_string2class to bt_name2class and introduce bt_name2string.
Luiz Augusto von Dentz
2008-11-06
1
-2
/
+16
*
Reuse sdp_session_t during the service discovery process
Johan Hedberg
2008-10-28
1
-2
/
+70
*
Fix bug on sco_connect which attempt to close an invalid file descriptor.
Luiz Augusto von Dentz
2008-10-06
1
-2
/
+2
*
Fix *_bind helpers to call bind() before setsockopt().
Luiz Augusto von Dentz
2008-10-06
1
-20
/
+21
*
Make sco_connect to use sco_bind.
Luiz Augusto von Dentz
2008-10-06
1
-46
/
+34
*
Pass Bluetooth address instead of handle for async encryption func
Claudio Takahasi
2008-09-12
1
-3
/
+25
*
Added async auth + encrypt function
Claudio Takahasi
2008-09-12
1
-0
/
+165
*
Implement support for SCO server sockets
Johan Hedberg
2008-09-10
1
-0
/
+77
*
Move responsibility of freeint the record list to the correct place
Johan Hedberg
2008-09-05
1
-0
/
+3
*
the bind call on l2cap_bind was using the wrong address
Vinicius Costa Gomes
2008-08-28
1
-2
/
+1
*
Convert SDP *_safe functions to default API
Marcel Holtmann
2008-08-06
1
-2
/
+2
*
Accept friendly names for discover services
Claudio Takahasi
2008-06-30
1
-1
/
+39
*
Use the safe versions for SDP record extraction
Marcel Holtmann
2008-06-24
1
-4
/
+6
*
Fix bt_cancel_discovery to only succeed when there is a discover to cancel.
Luiz Augusto von Dentz
2008-06-16
1
-7
/
+10
*
Fix minor whitespace issues
Johan Hedberg
2008-06-16
1
-1
/
+1
*
Remove obsolete FIXME comment
Marcel Holtmann
2008-06-16
1
-1
/
+0
*
Allow to cancel a service discovery
Marcel Holtmann
2008-06-16
1
-0
/
+41
*
Fix storing socket fd in bt_sco_connect
Johan Hedberg
2008-06-10
1
-0
/
+2
*
Use GLib helpers for host/network order
Marcel Holtmann
2008-06-10
1
-10
/
+9
*
Rename the transport types with proper BT_IO prefix
Marcel Holtmann
2008-05-30
1
-10
/
+10
*
Add initial implementation of BtIO API.
Luiz Augusto von Dentz
2008-05-30
1
-122
/
+359
*
Initialize pointer to avoid compiler warning
Johan Hedberg
2008-05-27
1
-1
/
+1
*
Fix bt_rfcomm_listen_allocate since channel allocation happens after listen()...
Johan Hedberg
2008-05-17
1
-7
/
+15
*
Fix bt_rfcomm_connect segfault
Johan Hedberg
2008-05-16
1
-4
/
+5
*
Introduce bt_rfcomm_listen_allocate.
Luiz Augusto von Dentz
2008-05-16
1
-5
/
+27
*
Added function for convert string to uuid128
Cidorvan Leite
2008-05-15
1
-0
/
+36
*
Initialize sockaddr variables before using them.
Luiz Augusto von Dentz
2008-05-14
1
-0
/
+3
*
Make bt_io_callback_t to take both source and destination.
Luiz Augusto von Dentz
2008-05-14
1
-25
/
+117
*
Fix bug on l2cap_bind and some code cleanup.
Luiz Augusto von Dentz
2008-05-13
1
-50
/
+53
*
Introduce bt_l2cap_listen.
Luiz Augusto von Dentz
2008-05-13
1
-15
/
+75
*
introduce bt_rfcomm_listen.
Luiz Augusto von Dentz
2008-05-12
1
-8
/
+126
*
Move set_nonblocking() to the GLib helpers for now
Marcel Holtmann
2008-05-08
1
-0
/
+19
*
Make bt_l2cap_connect to take mtu as paramter.
Luiz Augusto von Dentz
2008-05-07
1
-3
/
+14
*
Close sdp session before calling the application callback.
Luiz Augusto von Dentz
2008-04-29
1
-2
/
+3
*
Fix possible use of unitialized memory.
Luiz Augusto von Dentz
2008-04-25
1
-1
/
+1
*
Close socket on bind failure, fix callback user_data to be the last parameter...
Luiz Augusto von Dentz
2008-04-24
1
-10
/
+16
*
Make bt_rfcomm_connect to take a channel instead of record and export bt_sco_...
Luiz Augusto von Dentz
2008-04-23
1
-18
/
+3
*
Introduce bt_sco_connect and some other fixes.
Luiz Augusto von Dentz
2008-04-23
1
-40
/
+99
*
Introduce bt_l2cap_connect.
Luiz Augusto von Dentz
2008-04-22
1
-4
/
+71
*
Introduce bt_search_service and bt_rfcomm_connect.
Luiz Augusto von Dentz
2008-04-18
1
-19
/
+187
*
added bt_string2list function
Claudio Takahasi
2008-03-11
1
-0
/
+24
*
bt_list2string: fixed memory leak
Claudio Takahasi
2008-03-10
1
-3
/
+6
*
list2string: use space as uuid separator
Claudio Takahasi
2008-03-10
1
-1
/
+2
*
added list2string function
Claudio Takahasi
2008-03-10
1
-0
/
+16
*
added new function to convert uuid to string(uuid128)
Claudio Takahasi
2008-03-10
1
-0
/
+50
*
glib-helper: Extracting the sdp record
Claudio Takahasi
2008-03-07
1
-2
/
+33
*
glib-helper: use g_try_malloc instead of g_malloc
Claudio Takahasi
2008-03-07
1
-3
/
+5
*
added missing conditions for sdp connect watch
Claudio Takahasi
2008-03-06
1
-1
/
+2
*
added bt_discover_services function
Claudio Takahasi
2008-03-06
1
-4
/
+137
[next]