Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Disconnect SCO if RFCOMM gets disconnected | Johan Hedberg | 2007-02-16 | 1 | -17/+21 | |
| | | ||||||
| * | Reset data buffer when disconnecting | Johan Hedberg | 2007-02-16 | 1 | -0/+3 | |
| | | ||||||
| * | Fix io watch flags for sco channel | Johan Hedberg | 2007-02-15 | 1 | -1/+4 | |
| | | ||||||
| * | Remove unecessary debug print | Johan Hedberg | 2007-02-15 | 1 | -2/+0 | |
| | | ||||||
| * | Cleanup headset event parsing functions | Johan Hedberg | 2007-02-15 | 1 | -19/+34 | |
| | | ||||||
| * | More cleanup | Johan Hedberg | 2007-02-15 | 1 | -121/+104 | |
| | | ||||||
| * | Add missing calls to dbus_pending_call_unref | Johan Hedberg | 2007-02-15 | 1 | -1/+4 | |
| | | ||||||
| * | Be sure to always reply to method calls | Johan Hedberg | 2007-02-15 | 1 | -13/+25 | |
| | | ||||||
| * | More cleanup and fixes | Johan Hedberg | 2007-02-15 | 1 | -10/+13 | |
| | | ||||||
| * | Change option for standalone mode | Marcel Holtmann | 2007-02-15 | 1 | -1/+4 | |
| | | ||||||
| * | Remove invalid g_io_channel_unref | Johan Hedberg | 2007-02-15 | 1 | -1/+0 | |
| | | ||||||
| * | Use -d for running as an external service | Johan Hedberg | 2007-02-15 | 1 | -4/+1 | |
| | | ||||||
| * | More cleanup and fixes | Johan Hedberg | 2007-02-15 | 1 | -91/+81 | |
| | | ||||||
| * | Allow registering as an external service (for debugin purposes) | Johan Hedberg | 2007-02-15 | 1 | -1/+46 | |
| | | ||||||
| * | Further fixes and cleanup | Johan Hedberg | 2007-02-15 | 1 | -63/+48 | |
| | | ||||||
| * | Cleanup | Johan Hedberg | 2007-02-14 | 1 | -42/+45 | |
| | |