Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Removed dupplicated errno header include | Claudio Takahasi | 2007-03-09 | 1 | -1/+0 | |
| | | ||||||
| * | indicatecall | Brad Midgley | 2007-03-08 | 1 | -0/+18 | |
| | | ||||||
| * | flesh out headset object | Brad Midgley | 2007-03-08 | 1 | -0/+20 | |
| | | ||||||
| * | Input: useless code removed, stored devices are always created when the ↵ | Claudio Takahasi | 2007-03-06 | 1 | -35/+7 | |
| | | | | | | | | daemon initializes | |||||
| * | Fix small typo | Marcel Holtmann | 2007-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | Input: added extra GIOConditon(HUP, ERR and NVAL) for watches | Claudio Takahasi | 2007-03-05 | 1 | -1/+18 | |
| | | ||||||
| * | Add adapter interface based trust related methods | Marcel Holtmann | 2007-03-05 | 1 | -1/+23 | |
| | | ||||||
| * | Input: Use stored device name instead of the service name attribute | Claudio Takahasi | 2007-03-01 | 3 | -6/+44 | |
| | | ||||||
| * | Input: don't store the HID name in the "input" file && removed magic number ↵ | Claudio Takahasi | 2007-03-01 | 1 | -17/+17 | |
| | | | | | | | | in the memory alloc | |||||
| * | Input: renamed input storage file to "input" | Claudio Takahasi | 2007-03-01 | 2 | -4/+5 | |
| | | ||||||
| * | Input: code cleanup | Claudio Takahasi | 2007-02-28 | 1 | -9/+9 | |
| | | ||||||
| * | Input: Using glib memory alloc functions | Claudio Takahasi | 2007-02-28 | 2 | -56/+36 | |
| | | ||||||
| * | Input: added verification for pending connection | Claudio Takahasi | 2007-02-27 | 1 | -99/+83 | |
| | | ||||||
| * | Fake input: changed is_connected function to support fake inputs | Claudio Takahasi | 2007-02-27 | 1 | -6/+15 | |
| | | ||||||
| * | Fake input: fixed build error when glib is disabled | Claudio Takahasi | 2007-02-27 | 1 | -11/+7 | |
| | | ||||||
| * | Fake input: Changed disconnect function to support fake devices | Claudio Takahasi | 2007-02-27 | 1 | -1/+20 | |
| | | ||||||
| * | Fix format string | Johan Hedberg | 2007-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Require all incoming connections to be secure | Johan Hedberg | 2007-02-27 | 1 | -1/+8 | |
| | | ||||||
| * | Minor cleanup to for-loop | Johan Hedberg | 2007-02-26 | 1 | -4/+1 | |
| | | ||||||
| * | Cleanup service list string creation | Johan Hedberg | 2007-02-26 | 1 | -7/+2 | |
| | | ||||||
| * | Implement the trust methods properly | Johan Hedberg | 2007-02-26 | 5 | -28/+144 | |
| | | ||||||
| * | Add textfile_caseput function | Johan Hedberg | 2007-02-26 | 2 | -0/+6 | |
| | | ||||||
| * | Fake input: added uinput send key/event | Claudio Takahasi | 2007-02-26 | 1 | -6/+28 | |
| | | ||||||
| * | Fake input: fixed get_class | Claudio Takahasi | 2007-02-26 | 1 | -3/+4 | |
| | | ||||||
| * | Fake input: Added function to decode keys | Claudio Takahasi | 2007-02-26 | 1 | -1/+39 | |
| | | ||||||
| * | Fake input: added watch for RFCOMM IO channel | Claudio Takahasi | 2007-02-26 | 1 | -2/+51 | |
| | | ||||||
| * | initialize name request return value struct to 0 before using it (valgrind ↵ | Johan Hedberg | 2007-02-26 | 1 | -0/+1 | |
| | | | | | | | | was complaining about it) | |||||
| * | More changes do use glib memory allocation | Johan Hedberg | 2007-02-26 | 8 | -85/+47 | |
| | | ||||||
| * | Also update parser to use glib memory allocation | Johan Hedberg | 2007-02-26 | 1 | -2/+4 | |
| | | ||||||
| * | More glib memory allocation changes | Johan Hedberg | 2007-02-26 | 8 | -30/+11 | |
| | | ||||||
| * | Use GLib memory allocation functions | Johan Hedberg | 2007-02-26 | 11 | -332/+134 | |
| | | ||||||
| * | Remove request from pending list before freeing it | Johan Hedberg | 2007-02-26 | 1 | -0/+1 | |
| | | ||||||
| * | Add skeleton for serial port service | Marcel Holtmann | 2007-02-26 | 2 | -0/+71 | |
| | | ||||||
| * | Add devdown option | Marcel Holtmann | 2007-02-26 | 2 | -51/+97 | |
| | | ||||||
| * | Update list of authors | Marcel Holtmann | 2007-02-26 | 1 | -0/+2 | |
| | | ||||||
| * | Add missing service record attributes | Marcel Holtmann | 2007-02-25 | 1 | -12/+39 | |
| | | ||||||
| * | Handle authorization timeouts | Marcel Holtmann | 2007-02-25 | 1 | -4/+57 | |
| | | ||||||
| * | Use dbus_error_has_name in favor of strcmp | Johan Hedberg | 2007-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | Send CancelAuthorizationRequest when timing out waiting for a reply from hcid | Johan Hedberg | 2007-02-25 | 1 | -1/+23 | |
| | | ||||||
| * | Fix usage of dbus_pending_call_unref | Johan Hedberg | 2007-02-25 | 1 | -6/+3 | |
| | | ||||||
| * | First part of authorization support for the headset service | Johan Hedberg | 2007-02-25 | 1 | -9/+65 | |
| | | ||||||
| * | Authorization cleanup | Johan Hedberg | 2007-02-25 | 1 | -13/+15 | |
| | | ||||||
| * | Only unref after setting the notify action | Marcel Holtmann | 2007-02-25 | 1 | -2/+2 | |
| | | ||||||
| * | Decrease reference count for pending callback | Marcel Holtmann | 2007-02-25 | 1 | -0/+2 | |
| | | ||||||
| * | Update authorization API | Marcel Holtmann | 2007-02-25 | 1 | -14/+14 | |
| | | ||||||
| * | Fake input: added uinput create function | Claudio Takahasi | 2007-02-23 | 1 | -3/+69 | |
| | | ||||||
| * | Fake input: added rfcomm connect callback function | Claudio Takahasi | 2007-02-23 | 1 | -1/+57 | |
| | | ||||||
| * | Fake input: added rfcomm_connect | Claudio Takahasi | 2007-02-23 | 1 | -6/+79 | |
| | | ||||||
| * | Fake input: added initial skeleton for Connect method | Claudio Takahasi | 2007-02-23 | 1 | -0/+28 | |
| | | ||||||
| * | Fake input: missing input device fake struct free | Claudio Takahasi | 2007-02-23 | 1 | -0/+4 | |
| | |