summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disable installation of config filesMarcel Holtmann2006-09-014-4/+16
|
* Added GetRemoteServiceRecord and GetRemoteServiceHandles. Updated ↵Claudio Takahasi2006-08-313-58/+414
| | | | GetIdentifiers and GetIdentifiersByService
* Use textfile_caseget so addresses passed over D-Bus get treated case ↵Johan Hedberg2006-08-311-10/+10
| | | | insensitively.
* Add textfile_caseget() functionMarcel Holtmann2006-08-312-18/+34
|
* Call sdp_service_search_async() as first test caseMarcel Holtmann2006-08-301-2/+6
|
* change sdp service identifiers to be bd_addr/record handleUlisses Furquim2006-08-302-78/+43
|
* Add sdptest utilityMarcel Holtmann2006-08-292-1/+145
|
* Fix problem with changed async prototypesMarcel Holtmann2006-08-291-3/+8
|
* changed sdp error handlingClaudio Takahasi2006-08-293-4/+35
|
* Change CancelBonding to CancelBondingProcess in order to be in accordance ↵Johan Hedberg2006-08-291-1/+1
| | | | with dbus-api.txt
* Added async queryClaudio Takahasi2006-08-281-39/+43
|
* Add GetRemoteServiceHandles methodMarcel Holtmann2006-08-281-1/+7
|
* Fix memory leaks in the config file parserMarcel Holtmann2006-08-272-5/+9
|
* Fix hciemu GIOChannel usageJohan Hedberg2006-08-261-1/+5
|
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-268-37/+68
|
* More cleanups to glib-ectomy.cJohan Hedberg2006-08-261-41/+48
|
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-255-92/+106
|
* Fix and cleanup watch functionalityJohan Hedberg2006-08-254-122/+169
|
* Update changelog and bump version numberutils-3.4Marcel Holtmann2006-08-242-1/+9
|
* CancelBonding improvedClaudio Takahasi2006-08-242-37/+70
|
* Fixed bonding reply message when disconnectedClaudio Takahasi2006-08-231-5/+10
|
* Fix usage of bt_free()Marcel Holtmann2006-08-231-7/+8
|
* Fix malloc() and bt_malloc() usageMarcel Holtmann2006-08-233-6/+6
|
* Fix memory leak and coding style in rfcomm patchJohan Hedberg2006-08-232-39/+38
|
* Add preliminary RFCOMM.Connect and RFCOMM.CancelConnect supportJohan Hedberg2006-08-234-6/+199
|
* One small coding style fixJohan Hedberg2006-08-231-1/+1
|
* More coding style fixesJohan Hedberg2006-08-235-14/+14
|
* Coding style fixesJohan Hedberg2006-08-234-34/+35
|
* Unnecessary NULL assignments (memory was already initialized to zero)Johan Hedberg2006-08-231-2/+0
|
* passkey handling cleanupJohan Hedberg2006-08-231-18/+29
|
* Get rid of redundant pdata->bonding_requestorJohan Hedberg2006-08-233-54/+17
|
* Remove name listener for bonding requestor when CancelBonding is calledJohan Hedberg2006-08-231-1/+7
|
* fix adding and setting up devicesJohan Hedberg2006-08-222-48/+61
|
* Improve error reporting for failed HCI commandsJohan Hedberg2006-08-222-3/+6
|
* Include ppoll.h into the distributionutils-3.3Marcel Holtmann2006-08-221-0/+2
|
* Update changelog and bump version numberMarcel Holtmann2006-08-222-1/+13
|
* splitted requestor_name into bonding_requestor and discovery_requestorClaudio Takahasi2006-08-213-34/+50
|
* Initialize allocated memory to zero for a couple of ioctlsJohan Hedberg2006-08-211-0/+4
|
* Use hci_devinfo in favor of HCIGETDEVINFO ioctl where possibleJohan Hedberg2006-08-213-15/+7
|
* Remove UnknownAddress error (since it's unnecessary)Johan Hedberg2006-08-215-85/+19
|
* Include dbus-api.txt in the distributionMarcel Holtmann2006-08-211-1/+1
|
* Make RFCOMM and SDP as experimentalMarcel Holtmann2006-08-211-4/+4
|
* Leave timeout in context->ltimeouts list before calling the callbackJohan Hedberg2006-08-211-2/+3
|
* Make the compilation depend on GLib supportMarcel Holtmann2006-08-211-0/+2
|
* Add basic mainloop functionsMarcel Holtmann2006-08-212-8/+22
|
* Check for D-Bus GLib bindingsMarcel Holtmann2006-08-212-0/+13
|
* s/Cancel/Release/ in release_agent()Johan Hedberg2006-08-201-1/+1
|
* Change timeout valuesMarcel Holtmann2006-08-201-2/+2
|
* A little code cleanupJohan Hedberg2006-08-201-4/+1
|
* Fix processing of the timeout list in GMainContextJohan Hedberg2006-08-203-26/+45
|