summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-rfcomm.c
Commit message (Expand)AuthorAgeFilesLines
* Stupid format string/parameter fix to previous commitJohan Hedberg2006-09-221-1/+1
* Check that the caller of RFCOMM.Connect is still present before returning a s...Johan Hedberg2006-09-221-0/+6
* removed memory leakClaudio Takahasi2006-09-211-2/+8
* Move sdp related data allocation from dbus-rfcomm.c to dbus-sdp.cJohan Hedberg2006-09-211-48/+24
* Revert previous memleak fix since it is incorrect. The real leak is inside db...Johan Hedberg2006-09-211-6/+6
* Fix memory leak in Bind and Connect methodsJohan Hedberg2006-09-211-6/+6
* Don't use UUID128 for service searching if not necessaryJohan Hedberg2006-09-211-13/+14
* Implement RFCOMM.Bind D-Bus methodJohan Hedberg2006-09-211-54/+174
* Make RFCOMM.Connect() do an SDP search before connectingUlisses Furquim2006-09-191-96/+202
* Add name listener for RFCOMM.Connect() requestorUlisses Furquim2006-09-121-12/+34
* fixed uuid cmp functionClaudio Takahasi2006-09-121-5/+2
* Make rfcomm_release() close the underlying connectionUlisses Furquim2006-09-111-0/+1
* Check for cancellation in the timer handlerUlisses Furquim2006-09-111-0/+5
* Use a timer when waiting for udev to create the rfcomm device nodeUlisses Furquim2006-09-061-60/+100
* Fix double call to rfcomm_release() and rfcomm_node_free()Marcel Holtmann2006-09-031-8/+4
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-261-3/+5
* Fix usage of bt_free()Marcel Holtmann2006-08-231-7/+8
* Fix memory leak and coding style in rfcomm patchJohan Hedberg2006-08-231-30/+33
* Add preliminary RFCOMM.Connect and RFCOMM.CancelConnect supportJohan Hedberg2006-08-231-4/+122
* More coding style fixesJohan Hedberg2006-08-231-4/+4
* Fixed SetMode when the adapter is DOWNClaudio Takahasi2006-08-181-0/+4
* Make RFCOMM and SDP support experimentalMarcel Holtmann2006-06-021-0/+3
* Changed object path hierarchyClaudio Takahasi2006-04-241-1/+1
* Add opened rfcomm device node filedescriptor to watch listJohan Hedberg2006-03-171-14/+42
* Fix 64-bit warning with socklen_t usageMarcel Holtmann2006-03-171-3/+2
* More RFCOMM D-Bus interface functionality: ConnectByChannel, Disconnect & Can...Johan Hedberg2006-03-161-4/+364
* Fix memory leak in rfcomm_bind()Johan Hedberg2006-03-161-1/+1
* First round of RFCOMM D-Bus API implementationJohan Hedberg2006-03-151-0/+297
* Connect rfcomm handler to adapter pathJohan Hedberg2006-03-151-0/+10
* Add skeletons for Security and RFCOMM interfacesMarcel Holtmann2006-03-081-0/+29