index
:
~wtay/bluez
arun-4101
arun-ccu/master
master
Bluez hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
glib-helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-28
Move common files into src directory
Marcel Holtmann
1
-784
/
+0
2009-06-08
Set ctxt->session to NULL after calling sdp_close on it
Johan Hedberg
1
-1
/
+4
2009-05-06
Remove watch properly when doing bt_cancel_discovery.
Luiz Augusto von Dentz
1
-2
/
+3
2009-04-30
Fix bt_cancel_discovery to not call callback.
Luiz Augusto von Dentz
1
-3
/
+11
2009-02-19
Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.
Luiz Augusto von Dentz
1
-1
/
+1
2009-02-19
Cleanup old BtIO code.
Luiz Augusto von Dentz
1
-873
/
+0
2009-02-18
Make temporary changes to BtIO API so it doesn't conflicts with old code.
Luiz Augusto von Dentz
1
-31
/
+31
2009-02-16
Make old bt_io_connect and bt_io_listen private in preparation of btio import
Johan Hedberg
1
-2
/
+5
2009-01-29
Fix signed/unsigned integer comparison for helpers
Marcel Holtmann
1
-1
/
+1
2009-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-12-23
Make rfcomm_listen_internal function static
Marcel Holtmann
1
-1
/
+1
2008-12-23
Cleanup the BtIOError mess (enum/int comparison)
Marcel Holtmann
1
-17
/
+17
2008-11-11
Make bt_name2string to handle UUID128 and HEX string formats.
Luiz Augusto von Dentz
1
-7
/
+29
2008-11-06
Rename bt_string2class to bt_name2class and introduce bt_name2string.
Luiz Augusto von Dentz
1
-2
/
+16
2008-10-28
Reuse sdp_session_t during the service discovery process
Johan Hedberg
1
-2
/
+70
2008-10-06
Fix bug on sco_connect which attempt to close an invalid file descriptor.
Luiz Augusto von Dentz
1
-2
/
+2
2008-10-06
Fix *_bind helpers to call bind() before setsockopt().
Luiz Augusto von Dentz
1
-20
/
+21
2008-10-06
Make sco_connect to use sco_bind.
Luiz Augusto von Dentz
1
-46
/
+34
2008-09-12
Pass Bluetooth address instead of handle for async encryption func
Claudio Takahasi
1
-3
/
+25
2008-09-12
Added async auth + encrypt function
Claudio Takahasi
1
-0
/
+165
2008-09-10
Implement support for SCO server sockets
Johan Hedberg
1
-0
/
+77
2008-09-05
Move responsibility of freeint the record list to the correct place
Johan Hedberg
1
-0
/
+3
2008-08-28
the bind call on l2cap_bind was using the wrong address
Vinicius Costa Gomes
1
-2
/
+1
2008-08-06
Convert SDP *_safe functions to default API
Marcel Holtmann
1
-2
/
+2
2008-06-30
Accept friendly names for discover services
Claudio Takahasi
1
-1
/
+39
2008-06-24
Use the safe versions for SDP record extraction
Marcel Holtmann
1
-4
/
+6
2008-06-16
Fix bt_cancel_discovery to only succeed when there is a discover to cancel.
Luiz Augusto von Dentz
1
-7
/
+10
2008-06-16
Fix minor whitespace issues
Johan Hedberg
1
-1
/
+1
2008-06-16
Remove obsolete FIXME comment
Marcel Holtmann
1
-1
/
+0
2008-06-16
Allow to cancel a service discovery
Marcel Holtmann
1
-0
/
+41
2008-06-10
Fix storing socket fd in bt_sco_connect
Johan Hedberg
1
-0
/
+2
2008-06-10
Use GLib helpers for host/network order
Marcel Holtmann
1
-10
/
+9
2008-05-30
Rename the transport types with proper BT_IO prefix
Marcel Holtmann
1
-10
/
+10
2008-05-30
Add initial implementation of BtIO API.
Luiz Augusto von Dentz
1
-122
/
+359
2008-05-27
Initialize pointer to avoid compiler warning
Johan Hedberg
1
-1
/
+1
2008-05-17
Fix bt_rfcomm_listen_allocate since channel allocation happens after listen()...
Johan Hedberg
1
-7
/
+15
2008-05-16
Fix bt_rfcomm_connect segfault
Johan Hedberg
1
-4
/
+5
2008-05-16
Introduce bt_rfcomm_listen_allocate.
Luiz Augusto von Dentz
1
-5
/
+27
2008-05-15
Added function for convert string to uuid128
Cidorvan Leite
1
-0
/
+36
2008-05-14
Initialize sockaddr variables before using them.
Luiz Augusto von Dentz
1
-0
/
+3
2008-05-14
Make bt_io_callback_t to take both source and destination.
Luiz Augusto von Dentz
1
-25
/
+117
2008-05-13
Fix bug on l2cap_bind and some code cleanup.
Luiz Augusto von Dentz
1
-50
/
+53
2008-05-13
Introduce bt_l2cap_listen.
Luiz Augusto von Dentz
1
-15
/
+75
2008-05-12
introduce bt_rfcomm_listen.
Luiz Augusto von Dentz
1
-8
/
+126
2008-05-08
Move set_nonblocking() to the GLib helpers for now
Marcel Holtmann
1
-0
/
+19
2008-05-07
Make bt_l2cap_connect to take mtu as paramter.
Luiz Augusto von Dentz
1
-3
/
+14
2008-04-29
Close sdp session before calling the application callback.
Luiz Augusto von Dentz
1
-2
/
+3
2008-04-25
Fix possible use of unitialized memory.
Luiz Augusto von Dentz
1
-1
/
+1
2008-04-24
Close socket on bind failure, fix callback user_data to be the last parameter...
Luiz Augusto von Dentz
1
-10
/
+16
2008-04-23
Make bt_rfcomm_connect to take a channel instead of record and export bt_sco_...
Luiz Augusto von Dentz
1
-18
/
+3
[next]