summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-rfcomm.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-34/+59
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-63/+20
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-251-1/+3
* Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-241-28/+0
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-1/+1
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-1/+2
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-22/+21
* Allow compilation against GLibMarcel Holtmann2007-01-121-0/+1
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-0/+2
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-0/+4
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-8/+8
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-041-21/+21
* support uuid128 and '0x' for service search matchClaudio Takahasi2006-09-291-41/+0
* Do not use RFCOMM_HANGUP_NOW because it kills our system (kernel bug)Ulisses Furquim2006-09-291-0/+8
* Fix order of header inclusionMarcel Holtmann2006-09-261-2/+1
* 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