Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ListDevices: return object path instead of string | Claudio Takahasi | 2008-03-11 | 1 | -2/+2 | |
| | ||||||
* | Add directory for plugins | Marcel Holtmann | 2008-03-11 | 3 | -1/+4 | |
| | ||||||
* | Compile and link against GModule for plugin support | Marcel Holtmann | 2008-03-11 | 1 | -3/+3 | |
| | ||||||
* | minor cleanup: replace char by gchar | Claudio Takahasi | 2008-03-11 | 3 | -10/+10 | |
| | ||||||
* | Set the define for the plugin directory | Marcel Holtmann | 2008-03-11 | 1 | -1/+8 | |
| | ||||||
* | added bt_string2list function | Claudio Takahasi | 2008-03-11 | 2 | -0/+25 | |
| | ||||||
* | Add skeleton for plugin infrastructure | Marcel Holtmann | 2008-03-11 | 4 | -1/+68 | |
| | ||||||
* | Make new eglib functions available in gmain.h | Luiz Augusto von Dentz | 2008-03-11 | 1 | -0/+3 | |
| | ||||||
* | Add implemention of g_str_equal, g_strsplit and g_strconcat to eglib. | Luiz Augusto von Dentz | 2008-03-11 | 1 | -0/+87 | |
| | ||||||
* | Remove use of g_str_equal witch is not part of eglib. | Luiz Augusto von Dentz | 2008-03-10 | 1 | -3/+3 | |
| | ||||||
* | Add Adapter property to device and fix access mode of Name property in ↵ | Luiz Augusto von Dentz | 2008-03-10 | 2 | -2/+4 | |
| | | | | adapter interface. | |||||
* | Add initial code of adapter SetProperty. | Luiz Augusto von Dentz | 2008-03-10 | 1 | -26/+97 | |
| | ||||||
* | Update agent method descriptions | Marcel Holtmann | 2008-03-10 | 1 | -0/+31 | |
| | ||||||
* | Storing device's profiles | Claudio Takahasi | 2008-03-10 | 3 | -0/+28 | |
| | ||||||
* | bt_list2string: fixed memory leak | Claudio Takahasi | 2008-03-10 | 1 | -3/+6 | |
| | ||||||
* | list2string: use space as uuid separator | Claudio Takahasi | 2008-03-10 | 1 | -1/+2 | |
| | ||||||
* | added list2string function | Claudio Takahasi | 2008-03-10 | 2 | -0/+17 | |
| | ||||||
* | Fix memory leak. | Luiz Augusto von Dentz | 2008-03-10 | 1 | -0/+1 | |
| | ||||||
* | Change property PeriodicInquiry to PeriodicDiscovery. | Luiz Augusto von Dentz | 2008-03-10 | 1 | -1/+1 | |
| | ||||||
* | Intial adapter GetProperties implementation. | Luiz Augusto von Dentz | 2008-03-10 | 1 | -1/+53 | |
| | ||||||
* | Fix double free. | Luiz Augusto von Dentz | 2008-03-10 | 1 | -2/+0 | |
| | ||||||
* | added new function to convert uuid to string(uuid128) | Claudio Takahasi | 2008-03-10 | 5 | -9/+62 | |
| | ||||||
* | Intial device GetProperties implementation. | Luiz Augusto von Dentz | 2008-03-10 | 3 | -2/+95 | |
| | ||||||
* | rollback an unintended commit on Makefile.am | Brad Midgley | 2008-03-08 | 1 | -1/+2 | |
| | ||||||
* | Cidorvan found another place where the spec had us saving a bunch of values | Brad Midgley | 2008-03-08 | 2 | -26/+14 | |
| | | | | that were used immediately. Just compute and use instead of saving. In the decoder. | |||||
* | extract the service class uuid | Claudio Takahasi | 2008-03-07 | 3 | -5/+30 | |
| | ||||||
* | Fix stream reconfiguration when it requires changing the stream endpoint. | Luiz Augusto von Dentz | 2008-03-07 | 1 | -5/+35 | |
| | ||||||
* | Rename some public agent functions to make way to the upcoming new agent API | Johan Hedberg | 2008-03-07 | 5 | -15/+16 | |
| | ||||||
* | Registering device's object path | Claudio Takahasi | 2008-03-07 | 5 | -8/+36 | |
| | ||||||
* | Report socket error when bridge module fails to load. | Luiz Augusto von Dentz | 2008-03-07 | 1 | -1/+5 | |
| | ||||||
* | Update documentation | Marcel Holtmann | 2008-03-07 | 4 | -19/+43 | |
| | ||||||
* | glib-helper: Extracting the sdp record | Claudio Takahasi | 2008-03-07 | 1 | -2/+33 | |
| | ||||||
* | Move documentation into doc directory | Marcel Holtmann | 2008-03-07 | 3 | -0/+2 | |
| | ||||||
* | Fix handling of compat_ppoll when no timeout is specified | Marcel Holtmann | 2008-03-07 | 1 | -1/+6 | |
| | ||||||
* | Allow event listening and commands at the same time | Marcel Holtmann | 2008-03-07 | 1 | -1/+1 | |
| | ||||||
* | glib-helper: use g_try_malloc instead of g_malloc | Claudio Takahasi | 2008-03-07 | 1 | -3/+5 | |
| | ||||||
* | added missing conditions for sdp connect watch | Claudio Takahasi | 2008-03-06 | 1 | -1/+2 | |
| | ||||||
* | Add CreateDeviceWithAgent to adapter API. | Luiz Augusto von Dentz | 2008-03-06 | 1 | -0/+4 | |
| | ||||||
* | added bt_discover_services function | Claudio Takahasi | 2008-03-06 | 4 | -18/+195 | |
| | ||||||
* | decoder optimization, now using nested multiply calls | Brad Midgley | 2008-03-06 | 1 | -48/+51 | |
| | ||||||
* | Add skeleton for GLib helpers | Marcel Holtmann | 2008-03-06 | 3 | -2/+66 | |
| | ||||||
* | Add directory for documentation | Marcel Holtmann | 2008-03-06 | 3 | -1/+4 | |
| | ||||||
* | Fixed DeviceFound signal signature | Claudio Takahasi | 2008-03-06 | 1 | -7/+7 | |
| | ||||||
* | Fix CUPS error and state reporting | Marcel Holtmann | 2008-03-06 | 3 | -18/+54 | |
| | ||||||
* | Fixing some method signatures in the Adapter Interface. | Vinicius Gomes | 2008-03-05 | 1 | -2/+2 | |
| | ||||||
* | Adding Device Interface | Vinicius Gomes | 2008-03-05 | 3 | -14/+51 | |
| | ||||||
* | Adapts the device name to the new way. | Vinicius Gomes | 2008-03-05 | 1 | -1/+1 | |
| | ||||||
* | Add new D-Bus API documentation. | Luiz Augusto von Dentz | 2008-03-05 | 2 | -0/+147 | |
| | ||||||
* | Introduces new Adapter signals. | Vinicius Gomes | 2008-03-05 | 1 | -2/+9 | |
| | ||||||
* | Introduces the new Adapter Interface. | Vinicius Gomes | 2008-03-05 | 1 | -10/+22 | |
| |