Age | Commit message (Expand) | Author | Files | Lines |
2012-07-10 | network: move it to profiles folder | Gustavo Padovan | 10 | -2135/+0 |
2012-07-02 | network: fix network Connect() method parameters | Gustavo Padovan | 1 | -1/+3 |
2012-06-28 | network: NULL dereference fix | Pavel Raiskup | 1 | -1/+3 |
2012-06-02 | network: Move UUID string definition to lib | Daniel Wagner | 4 | -5/+3 |
2012-05-17 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 2 | -6/+6 |
2012-05-17 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 2 | -7/+15 |
2012-05-17 | Constify GDBus signal tables | Lucas De Marchi | 1 | -1/+1 |
2012-05-17 | Constify GDBus method tables | Lucas De Marchi | 2 | -2/+2 |
2012-04-16 | build: Remove glib-compat.h support | Marcel Holtmann | 2 | -2/+0 |
2012-04-13 | network: Remove header declared but not defined | Syam Sidhardhan | 1 | -2/+0 |
2012-03-30 | Fix common spelling error in code and comments | Szymon Janc | 1 | -1/+1 |
2012-03-28 | Move common code to sdp to avoid duplication | Szymon Janc | 1 | -15/+1 |
2012-02-14 | network: Fix clang compiler warnings related to unaligned memory access | Vinicius Costa Gomes | 1 | -4/+4 |
2012-02-08 | network: Add retries for BNEP connection setup | Ilia Kolomisnky | 1 | -8/+51 |
2012-01-24 | btio: Fix users to not expect a default security level | Vinicius Costa Gomes | 1 | -0/+1 |
2011-12-23 | Fix device address type tracking | Johan Hedberg | 1 | -1/+1 |
2011-11-17 | network: Fix errno handling convention | Anderson Lizardo | 1 | -12/+12 |
2011-10-18 | Add glib-compat.h to deal with issues in old GLib versions | Johan Hedberg | 2 | -2/+2 |
2011-06-30 | Make use of g_slist_free_full on network plugin | Luiz Augusto von Dentz | 2 | -7/+5 |
2011-05-15 | Report error from ioctl in bnep_if_down | Szymon Janc | 1 | -0/+5 |
2011-05-15 | Remove redundant local copy of GSlist* from functions | Szymon Janc | 2 | -16/+8 |
2011-03-14 | network: Fix for TP_BNEP_CTRL_BV_01_C qualification test | Lukasz Rymanowski | 1 | -0/+15 |
2011-01-19 | Fix use of deprecated glib on network plugin | Luiz Augusto von Dentz | 1 | -7/+7 |
2010-12-14 | network: use btd_error_failed() | Gustavo F. Padovan | 2 | -38/+5 |
2010-12-08 | Add btd_error_already_connected() | Gustavo F. Padovan | 1 | -1/+1 |
2010-12-08 | convert error to btd_error_not_supported() | Gustavo F. Padovan | 1 | -1/+1 |
2010-12-08 | convert error to btd_error_not_connected() | Gustavo F. Padovan | 1 | -7/+1 |
2010-12-08 | convert errors to btd_error_not_authorized() | Gustavo F. Padovan | 1 | -1/+1 |
2010-12-07 | Add btd_error_already_exists() | Gustavo F. Padovan | 1 | -1/+1 |
2010-12-07 | Create btd_error_invalid_args() | Gustavo F. Padovan | 1 | -7/+0 |
2010-11-28 | Remove unused includes | Johan Hedberg | 3 | -4/+0 |
2010-08-19 | Fix format string warnings for g_dbus_create_error | Johan Hedberg | 2 | -3/+3 |
2010-07-13 | Refuse connections if no NAP server is registered | Marcel Holtmann | 1 | -9/+15 |
2010-07-13 | Handle network server application disconnects | Marcel Holtmann | 1 | -6/+22 |
2010-07-13 | Use "Network service" for network SDP record description | Marcel Holtmann | 1 | -1/+1 |
2010-07-13 | Add support for starting/stopping network NAP server | Marcel Holtmann | 1 | -15/+53 |
2010-07-13 | Remove last crufts of overbloated network configuration | Marcel Holtmann | 1 | -21/+11 |
2010-07-13 | Remove unused network configuration disable checking | Marcel Holtmann | 2 | -19/+0 |
2010-07-13 | Don't show an error if network.conf is not available | Marcel Holtmann | 1 | -1/+0 |
2010-07-12 | Provide only new network server D-Bus API | Marcel Holtmann | 1 | -167/+12 |
2010-07-12 | Remove unused options from network example configuration | Marcel Holtmann | 1 | -25/+0 |
2010-07-12 | Remove some outdated server code from network plugin | Marcel Holtmann | 9 | -542/+90 |
2010-06-29 | Remove redundant information that is already present in DBG | Luiz Augusto von Dentz | 1 | -1/+1 |
2010-05-21 | Move debug() to DBG() | Gustavo F. Padovan | 4 | -17/+17 |
2010-05-21 | Move logging.{c,h} to log.{c,h} | Gustavo F. Padovan | 5 | -5/+5 |
2010-02-02 | Rename network "Device" to "Interface" | Marcel Holtmann | 1 | -4/+4 |
2010-01-01 | Update copyright information | Marcel Holtmann | 11 | -11/+11 |
2009-08-23 | Switch to a full non-recursive build system | Marcel Holtmann | 1 | -19/+0 |
2009-08-09 | Make all major plugins builtin to simplify debugging | Marcel Holtmann | 1 | -7/+2 |
2009-05-27 | Make network plugin to use adapter references. | Luiz Augusto von Dentz | 3 | -25/+29 |