index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hcid
/
dbus-rfcomm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some experimental tags for stable methods
Marcel Holtmann
2007-05-14
1
-3
/
+0
*
Convert to using the generic D-Bus object handling
Johan Hedberg
2007-05-04
1
-34
/
+59
*
Use GLib memory allocation functions
Johan Hedberg
2007-02-26
1
-63
/
+20
*
set_nonblocking: removed err argument
Claudio Takahasi
2007-01-25
1
-1
/
+3
*
Moved set_nonblocking to common/dbus.c
Claudio Takahasi
2007-01-24
1
-28
/
+0
*
Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_remove
Johan Hedberg
2007-01-20
1
-1
/
+1
*
Make it possible to support an embedded GLib
Marcel Holtmann
2007-01-20
1
-1
/
+2
*
Update copyright information
Marcel Holtmann
2007-01-13
1
-1
/
+1
*
Rename struct slist to GSList and slist_* to g_slist_*
Johan Hedberg
2007-01-13
1
-22
/
+21
*
Allow compilation against GLib
Marcel Holtmann
2007-01-12
1
-0
/
+1
*
More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...
Johan Hedberg
2006-11-01
1
-0
/
+2
*
Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)
Johan Hedberg
2006-10-30
1
-0
/
+4
*
renamed send_reply_and_unref to send_message_and_unref
Claudio Takahasi
2006-10-05
1
-8
/
+8
*
cleanup:renamed hci_dbus_data to adapter
Claudio Takahasi
2006-10-04
1
-21
/
+21
*
support uuid128 and '0x' for service search match
Claudio Takahasi
2006-09-29
1
-41
/
+0
*
Do not use RFCOMM_HANGUP_NOW because it kills our system (kernel bug)
Ulisses Furquim
2006-09-29
1
-0
/
+8
*
Fix order of header inclusion
Marcel Holtmann
2006-09-26
1
-2
/
+1
*
Stupid format string/parameter fix to previous commit
Johan Hedberg
2006-09-22
1
-1
/
+1
*
Check that the caller of RFCOMM.Connect is still present before returning a s...
Johan Hedberg
2006-09-22
1
-0
/
+6
*
removed memory leak
Claudio Takahasi
2006-09-21
1
-2
/
+8
*
Move sdp related data allocation from dbus-rfcomm.c to dbus-sdp.c
Johan Hedberg
2006-09-21
1
-48
/
+24
*
Revert previous memleak fix since it is incorrect. The real leak is inside db...
Johan Hedberg
2006-09-21
1
-6
/
+6
*
Fix memory leak in Bind and Connect methods
Johan Hedberg
2006-09-21
1
-6
/
+6
*
Don't use UUID128 for service searching if not necessary
Johan Hedberg
2006-09-21
1
-13
/
+14
*
Implement RFCOMM.Bind D-Bus method
Johan Hedberg
2006-09-21
1
-54
/
+174
*
Make RFCOMM.Connect() do an SDP search before connecting
Ulisses Furquim
2006-09-19
1
-96
/
+202
*
Add name listener for RFCOMM.Connect() requestor
Ulisses Furquim
2006-09-12
1
-12
/
+34
*
fixed uuid cmp function
Claudio Takahasi
2006-09-12
1
-5
/
+2
*
Make rfcomm_release() close the underlying connection
Ulisses Furquim
2006-09-11
1
-0
/
+1
*
Check for cancellation in the timer handler
Ulisses Furquim
2006-09-11
1
-0
/
+5
*
Use a timer when waiting for udev to create the rfcomm device node
Ulisses Furquim
2006-09-06
1
-60
/
+100
*
Fix double call to rfcomm_release() and rfcomm_node_free()
Marcel Holtmann
2006-09-03
1
-8
/
+4
*
Cleanup/fix glib-ectomy.c and its usage
Johan Hedberg
2006-08-26
1
-3
/
+5
*
Fix usage of bt_free()
Marcel Holtmann
2006-08-23
1
-7
/
+8
*
Fix memory leak and coding style in rfcomm patch
Johan Hedberg
2006-08-23
1
-30
/
+33
*
Add preliminary RFCOMM.Connect and RFCOMM.CancelConnect support
Johan Hedberg
2006-08-23
1
-4
/
+122
*
More coding style fixes
Johan Hedberg
2006-08-23
1
-4
/
+4
*
Fixed SetMode when the adapter is DOWN
Claudio Takahasi
2006-08-18
1
-0
/
+4
*
Make RFCOMM and SDP support experimental
Marcel Holtmann
2006-06-02
1
-0
/
+3
*
Changed object path hierarchy
Claudio Takahasi
2006-04-24
1
-1
/
+1
*
Add opened rfcomm device node filedescriptor to watch list
Johan Hedberg
2006-03-17
1
-14
/
+42
*
Fix 64-bit warning with socklen_t usage
Marcel Holtmann
2006-03-17
1
-3
/
+2
*
More RFCOMM D-Bus interface functionality: ConnectByChannel, Disconnect & Can...
Johan Hedberg
2006-03-16
1
-4
/
+364
*
Fix memory leak in rfcomm_bind()
Johan Hedberg
2006-03-16
1
-1
/
+1
*
First round of RFCOMM D-Bus API implementation
Johan Hedberg
2006-03-15
1
-0
/
+297
*
Connect rfcomm handler to adapter path
Johan Hedberg
2006-03-15
1
-0
/
+10
*
Add skeletons for Security and RFCOMM interfaces
Marcel Holtmann
2006-03-08
1
-0
/
+29