summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.644.64Marcel Holtmann2010-04-292-1/+10
* Add missing author creditsMarcel Holtmann2010-04-291-0/+5
* Update library versionMarcel Holtmann2010-04-291-1/+1
* Fix scope bdaddr variable to not be larger than necessaryJohan Hedberg2010-04-281-1/+1
* Update service class on adapter-by-adapter basisElvis Pfutzenreuter2010-04-286-26/+28
* Fix list parsing bug in sdp_set_supp_featuresJosé Antonio Santos Cadenas2010-04-281-2/+31
* Set l2cap mode alwaysGustavo F. Padovan2010-04-281-2/+1
* Add options to test MaxTx and TxWindowGustavo F. Padovan2010-04-281-1/+21
* Add txWindow and MaxTt to l2cap_optionsGustavo F. Padovan2010-04-281-0/+2
* Add duplex test case to l2testGustavo F. Padovan2010-04-281-1/+42
* l2test: add option to use SOCK_STREAMGustavo F. Padovan2010-04-281-1/+6
* Make some UUID parameters constMarcel Holtmann2010-04-282-8/+8
* Remove another bunch of pointless casting attemptsMarcel Holtmann2010-04-281-40/+37
* Add memory checks whenever memory is allocated in SDPSantiago Carot-Nemesio2010-04-281-10/+77
* Use NULL instead of 0 for functions returning a pointerSantiago Carot Nemesio2010-04-271-4/+4
* Remove some blanks spaces in sdp source code.Santiago Carot Nemesio2010-04-271-17/+17
* Fix Device.SetProperty(Alias,... always emit PropertyChangedLuiz Augusto Von Dentz2010-04-221-16/+20
* Fix Device.SetProperty("Trusted",... always emit PropertyChangedLuiz Augusto Von Dentz2010-04-223-7/+22
* Add some more company identifiersMarcel Holtmann2010-04-141-0/+6
* List with UUIDs per-adapter should be sortedFrancisco Alecrim2010-04-123-3/+5
* Set HID socket security back to LOW after the BtIO default changeJohan Hedberg2010-04-122-0/+4
* Return error properly on CreateDeviceDaniel Orstadius2010-04-091-21/+32
* Handle connection ending events on higher layers firstDaniel Orstadius2010-04-091-1/+1
* Fix minor indentation issuesJohan Hedberg2010-04-071-3/+3
* Correct UUIDs list to EIRFrancisco Alecrim2010-04-073-4/+7
* Report local services(UUIDs) through D-BusFrancisco Alecrim2010-04-075-1/+97
* Fix maemo6 API changes since maemo5Luiz Augusto Von Dentz2010-04-061-349/+217
* Introduce maemo6 telephony driverLuiz Augusto Von Dentz2010-04-062-2/+2122
* Fix device object reference counting with SDP browse requestsJohan Hedberg2010-04-031-4/+6
* Make use of common fail label in pnat_probeJohan Hedberg2010-04-031-2/+1
* Fix GError memory leakJohan Hedberg2010-04-031-0/+1
* Remove bogus if-check when DUN client disconnectsJohan Hedberg2010-04-031-1/+0
* Fix invalid memory access in headset_get_nrec when hs->slc is NULLJohan Hedberg2010-04-021-0/+3
* Add initial phonet integration with the help of pnatd/phonet-atJohan Hedberg2010-04-011-40/+222
* Add possibility to explicitly specify source/dest channel in BtIOJohan Hedberg2010-03-312-0/+8
* Make BtIO default security level MEDIUMJohan Hedberg2010-03-301-0/+1
* Return error when modem_obj_path is NULLForrest Zhao2010-03-291-0/+15
* Release 4.634.63Marcel Holtmann2010-03-252-1/+5
* Set voice_call.watch in correct wayForrest Zhao2010-03-251-1/+1
* Add immediate parameter to avdtp_closeLuiz Augusto Von Dentz2010-03-245-11/+16
* Send abort on while cancelling a2dp setupLuiz Augusto Von Dentz2010-03-242-38/+8
* Make abort requests to have a shorter timeoutLuiz Augusto Von Dentz2010-03-241-1/+3
* Fix avdtp_abort not canceling pending requestsLuiz Augusto Von Dentz2010-03-241-22/+34
* Drop connection if abort is rejectedLuiz Augusto Von Dentz2010-03-241-1/+1
* Rename maemo telephony driver to maemo5Luiz Augusto Von Dentz2010-03-242-2/+2
* Fix unhandled returns of dbus_message_get_argsLuiz Augusto Von Dentz2010-03-242-10/+20
* Add check for g_dbus_register_interface returnLuiz Augusto Von Dentz2010-03-241-5/+12
* Add check for sdp_record_findLuiz Augusto Von Dentz2010-03-241-0/+2
* Check the return of getsockopt and getsockname logging the errorsLuiz Augusto Von Dentz2010-03-241-4/+17
* Add missing check for listen returnLuiz Augusto Von Dentz2010-03-241-2/+8