Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Fake input: added function to create the D-Bus fake input path | Claudio Takahasi | 2007-02-23 | 1 | -58/+119 | |
| | | ||||||
| * | Code cleanup: removing deep indentation and added error messages | Claudio Takahasi | 2007-02-23 | 1 | -30/+41 | |
| | | ||||||
| * | Don't hide errors returned by hcid | Claudio Takahasi | 2007-02-22 | 1 | -4/+4 | |
| | | ||||||
| * | Fake input: added headset record parsing | Claudio Takahasi | 2007-02-22 | 1 | -6/+60 | |
| | | ||||||
| * | Fake input: added code to request the headset service record | Claudio Takahasi | 2007-02-22 | 1 | -2/+57 | |
| | | ||||||
| * | Fake input: added initial code for headset support | Claudio Takahasi | 2007-02-22 | 1 | -2/+64 | |
| | | ||||||
| * | Include security parameters | Marcel Holtmann | 2007-02-21 | 1 | -0/+8 | |
| | | ||||||
| * | Add SBC helper includes | Marcel Holtmann | 2007-02-21 | 4 | -1/+236 | |
| | | ||||||
| * | Add SBC utilities | Marcel Holtmann | 2007-02-21 | 4 | -0/+372 | |
| | | ||||||
| * | headset service doesn't need a well known bus name | Johan Hedberg | 2007-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing flags to g_io_add_watch calls | Johan Hedberg | 2007-02-16 | 3 | -5/+9 | |
| | |