Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Avoid a watch id of 0 | Marcel Holtmann | 2008-06-08 | 1 | -1/+4 | |
| | | ||||||
| * | One additional optimization | Marcel Holtmann | 2008-06-08 | 1 | -3/+1 | |
| | | ||||||
| * | Small optimization | Marcel Holtmann | 2008-06-08 | 1 | -3/+1 | |
| | | ||||||
| * | Update test scripts | Marcel Holtmann | 2008-06-08 | 3 | -7/+13 | |
| | | ||||||
| * | Convert passkey value to host order | Marcel Holtmann | 2008-06-08 | 1 | -12/+15 | |
| | | ||||||
| * | Allow adapter parameter and automatic device removal | Marcel Holtmann | 2008-06-08 | 1 | -11/+21 | |
| | | ||||||
| * | Typo | Marcel Holtmann | 2008-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Remove the broken --enable-all option | Marcel Holtmann | 2008-06-08 | 2 | -21/+9 | |
| | | ||||||
| * | Move some D-Bus helpers around | Marcel Holtmann | 2008-06-07 | 9 | -130/+124 | |
| | | ||||||
| * | Don't abstract functions that are only used once | Marcel Holtmann | 2008-06-07 | 3 | -29/+26 | |
| | | ||||||
| * | Remove another unused function | Marcel Holtmann | 2008-06-07 | 2 | -12/+0 | |
| | | ||||||
| * | Make helper function static and local | Marcel Holtmann | 2008-06-07 | 2 | -3/+1 | |
| | | ||||||
| * | Remove unused defines | Marcel Holtmann | 2008-06-07 | 1 | -3/+0 | |
| | | ||||||
| * | No need to check for dbus-glib | Marcel Holtmann | 2008-06-07 | 1 | -5/+0 | |
| | | ||||||
| * | Don't consider mainloop integration of dbus-glib | Marcel Holtmann | 2008-06-07 | 1 | -14/+0 | |
| | | ||||||
| * | Remove another obsolete function | Marcel Holtmann | 2008-06-07 | 2 | -17/+0 | |
| | | ||||||
| * | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 16 | -106/+106 | |
| | | ||||||
| * | Use gdbus API for signal sending with valist | Marcel Holtmann | 2008-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | Add proper signal sending helpers | Marcel Holtmann | 2008-06-07 | 2 | -9/+34 | |
| | | ||||||
| * | Remove obsolete dbus_connection_get_object_user_data function | Marcel Holtmann | 2008-06-07 | 2 | -11/+0 | |
| | | ||||||
| * | Removed memory leak | Claudio Takahasi | 2008-06-07 | 1 | -0/+3 | |
| | | ||||||
| * | Removed dbus_connection_get_object_user_data call | Claudio Takahasi | 2008-06-07 | 1 | -60/+29 | |
| | | ||||||
| * | Removed ba2adapter function | Claudio Takahasi | 2008-06-07 | 4 | -44/+24 | |
| | | ||||||
| * | Fix invalid read and get rid of using object path user data | Marcel Holtmann | 2008-06-07 | 1 | -61/+74 | |
| | | ||||||
| * | Cleanup errors and remove unused functions | Marcel Holtmann | 2008-06-07 | 7 | -438/+0 | |
| | | ||||||
| * | Remove use of dbus_connection_get_object_user_data from network. | Luiz Augusto von Dentz | 2008-06-06 | 1 | -6/+15 | |
| | | ||||||
| * | Remove the unneeded numeric parameter from the API | Marcel Holtmann | 2008-06-06 | 1 | -6/+4 | |
| | | ||||||
| * | Check for alternative UUIDs if public browse group fails | Marcel Holtmann | 2008-06-06 | 1 | -1/+24 | |
| | | ||||||
| * | Fix path reference usage after freeing device object | Marcel Holtmann | 2008-06-06 | 1 | -2/+8 | |
| | | ||||||
| * | Remove object path creation and destroy helpers | Marcel Holtmann | 2008-06-06 | 2 | -46/+3 | |
| | | ||||||
| * | More cleanups and less casting | Marcel Holtmann | 2008-06-06 | 4 | -8/+20 | |
| | | ||||||
| * | Add debug prints for agent registration | Johan Hedberg | 2008-06-06 | 1 | -3/+10 | |
| | | ||||||
| * | Remove unused code | Marcel Holtmann | 2008-06-06 | 1 | -2/+0 | |
| | | ||||||
| * | Fix use of DBUS_HANDLER_RESULT_HANDLED. | Luiz Augusto von Dentz | 2008-06-06 | 1 | -13/+9 | |
| | | ||||||
| * | Return proper negative replies to different types of authentication requests | Johan Hedberg | 2008-06-06 | 1 | -5/+20 | |
| | | ||||||
| * | use proper casts for pin_req_cmp | Johan Hedberg | 2008-06-06 | 1 | -2/+2 | |
| | | ||||||
| * | Add some extra debug prints | Johan Hedberg | 2008-06-06 | 1 | -1/+5 | |
| | | ||||||
| * | Further cleanup of authentication logic | Johan Hedberg | 2008-06-06 | 6 | -224/+43 | |
| | | ||||||
| * | Remove obsolete D-Bus interface helpers | Marcel Holtmann | 2008-06-06 | 2 | -159/+8 | |
| | | ||||||
| * | Remove obsolete D-Bus sending helpers | Marcel Holtmann | 2008-06-06 | 2 | -26/+5 | |
| | | ||||||
| * | Fix the object user data handling in security callbacks | Marcel Holtmann | 2008-06-06 | 3 | -36/+24 | |
| | | ||||||
| * | Fix the last remains of sending helpers | Marcel Holtmann | 2008-06-06 | 6 | -12/+27 | |
| | | ||||||
| * | Fix broken commit | Marcel Holtmann | 2008-06-06 | 1 | -2/+3 | |
| | | ||||||
| * | And another remove of sending helper | Marcel Holtmann | 2008-06-06 | 1 | -1/+2 | |
| | | ||||||
| * | Fix one last reference to sending helper | Marcel Holtmann | 2008-06-06 | 1 | -1/+3 | |
| | | ||||||
| * | Fix the D-Bus sending for error messages | Marcel Holtmann | 2008-06-06 | 2 | -4/+27 | |
| | | ||||||
| * | More direct usage of D-Bus sending function | Marcel Holtmann | 2008-06-06 | 3 | -11/+23 | |
| | | ||||||
| * | Use direct D-Bus sending functions | Marcel Holtmann | 2008-06-06 | 1 | -9/+16 | |
| | | ||||||
| * | Use native D-Bus function for sending messages | Marcel Holtmann | 2008-06-06 | 1 | -6/+22 | |
| | | ||||||
| * | Remove device specific agent before removing device object | Johan Hedberg | 2008-06-06 | 1 | -0/+5 | |
| | |