summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add skeleton for network serviceMarcel Holtmann2007-03-099-3/+171
|
* Fix not result checking warningMarcel Holtmann2007-03-091-1/+2
|
* Removed dupplicated errno header includeClaudio Takahasi2007-03-091-1/+0
|
* indicatecallBrad Midgley2007-03-081-0/+18
|
* flesh out headset objectBrad Midgley2007-03-081-0/+20
|
* Input: useless code removed, stored devices are always created when the ↵Claudio Takahasi2007-03-061-35/+7
| | | | daemon initializes
* Fix small typoMarcel Holtmann2007-03-061-1/+1
|
* Input: added extra GIOConditon(HUP, ERR and NVAL) for watchesClaudio Takahasi2007-03-051-1/+18
|
* Add adapter interface based trust related methodsMarcel Holtmann2007-03-051-1/+23
|
* Input: Use stored device name instead of the service name attributeClaudio Takahasi2007-03-013-6/+44
|
* Input: don't store the HID name in the "input" file && removed magic number ↵Claudio Takahasi2007-03-011-17/+17
| | | | in the memory alloc
* Input: renamed input storage file to "input"Claudio Takahasi2007-03-012-4/+5
|
* Input: code cleanupClaudio Takahasi2007-02-281-9/+9
|
* Input: Using glib memory alloc functionsClaudio Takahasi2007-02-282-56/+36
|
* Input: added verification for pending connectionClaudio Takahasi2007-02-271-99/+83
|
* Fake input: changed is_connected function to support fake inputsClaudio Takahasi2007-02-271-6/+15
|
* Fake input: fixed build error when glib is disabledClaudio Takahasi2007-02-271-11/+7
|
* Fake input: Changed disconnect function to support fake devicesClaudio Takahasi2007-02-271-1/+20
|
* Fix format stringJohan Hedberg2007-02-271-1/+1
|
* Require all incoming connections to be secureJohan Hedberg2007-02-271-1/+8
|
* Minor cleanup to for-loopJohan Hedberg2007-02-261-4/+1
|
* Cleanup service list string creationJohan Hedberg2007-02-261-7/+2
|
* Implement the trust methods properlyJohan Hedberg2007-02-265-28/+144
|
* Add textfile_caseput functionJohan Hedberg2007-02-262-0/+6
|
* Fake input: added uinput send key/eventClaudio Takahasi2007-02-261-6/+28
|
* Fake input: fixed get_classClaudio Takahasi2007-02-261-3/+4
|
* Fake input: Added function to decode keysClaudio Takahasi2007-02-261-1/+39
|
* Fake input: added watch for RFCOMM IO channelClaudio Takahasi2007-02-261-2/+51
|
* initialize name request return value struct to 0 before using it (valgrind ↵Johan Hedberg2007-02-261-0/+1
| | | | was complaining about it)
* More changes do use glib memory allocationJohan Hedberg2007-02-268-85/+47
|
* Also update parser to use glib memory allocationJohan Hedberg2007-02-261-2/+4
|
* More glib memory allocation changesJohan Hedberg2007-02-268-30/+11
|
* Use GLib memory allocation functionsJohan Hedberg2007-02-2611-332/+134
|
* Remove request from pending list before freeing itJohan Hedberg2007-02-261-0/+1
|
* Add skeleton for serial port serviceMarcel Holtmann2007-02-262-0/+71
|
* Add devdown optionMarcel Holtmann2007-02-262-51/+97
|
* Update list of authorsMarcel Holtmann2007-02-261-0/+2
|
* Add missing service record attributesMarcel Holtmann2007-02-251-12/+39
|
* Handle authorization timeoutsMarcel Holtmann2007-02-251-4/+57
|
* Use dbus_error_has_name in favor of strcmpJohan Hedberg2007-02-251-1/+1
|
* Send CancelAuthorizationRequest when timing out waiting for a reply from hcidJohan Hedberg2007-02-251-1/+23
|
* Fix usage of dbus_pending_call_unrefJohan Hedberg2007-02-251-6/+3
|
* First part of authorization support for the headset serviceJohan Hedberg2007-02-251-9/+65
|
* Authorization cleanupJohan Hedberg2007-02-251-13/+15
|
* Only unref after setting the notify actionMarcel Holtmann2007-02-251-2/+2
|
* Decrease reference count for pending callbackMarcel Holtmann2007-02-251-0/+2
|
* Update authorization APIMarcel Holtmann2007-02-251-14/+14
|
* Fake input: added uinput create functionClaudio Takahasi2007-02-231-3/+69
|
* Fake input: added rfcomm connect callback functionClaudio Takahasi2007-02-231-1/+57
|
* Fake input: added rfcomm_connectClaudio Takahasi2007-02-231-6/+79
|