Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use const char for usage text | Marcel Holtmann | 2008-08-15 | 2 | -32/+32 | |
| | ||||||
* | Use const char for string constants | Marcel Holtmann | 2008-08-15 | 1 | -2/+2 | |
| | ||||||
* | Don't use VERSION in a string literal | Marcel Holtmann | 2008-08-15 | 2 | -6/+6 | |
| | ||||||
* | Use const char *main_help instead of char main_help[] | Marcel Holtmann | 2008-08-14 | 2 | -4/+4 | |
| | ||||||
* | Fix unnecessary use of variable. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -4/+3 | |
| | ||||||
* | Fix warnings on network. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -2/+2 | |
| | ||||||
* | Remove unused kword files | Marcel Holtmann | 2008-08-14 | 2 | -139/+0 | |
| | ||||||
* | Add gtk-doc generated files | Marcel Holtmann | 2008-08-14 | 1 | -0/+9 | |
| | ||||||
* | Add infrastructure for gtk-doc support | Marcel Holtmann | 2008-08-14 | 7 | -5/+309 | |
| | ||||||
* | Process doc directory last | Marcel Holtmann | 2008-08-14 | 1 | -3/+3 | |
| | ||||||
* | Remove new page characters | Marcel Holtmann | 2008-08-14 | 2 | -14/+14 | |
| | ||||||
* | Fix build problem regarding PATH_MAX. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -0/+1 | |
| | ||||||
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 6 | -74/+110 | |
| | ||||||
* | Adding adapter_get_state and adapter_set_state. | Alok Barsode | 2008-08-13 | 3 | -61/+114 | |
| | | | | Signed-off-by: Alok Barsode <alok@greatbear.(none)> | |||||
* | Adding adapter_set_mode and adapter_get_mode. | Alok Barsode | 2008-08-13 | 3 | -4/+19 | |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | |||||
* | Make audio plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 4 | -117/+270 | |
| | ||||||
* | Make serial plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 5 | -1046/+1205 | |
| | ||||||
* | Make network plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 3 | -340/+266 | |
| | ||||||
* | Remove server.h and server.c files. | Luiz Augusto von Dentz | 2008-08-12 | 7 | -117/+20 | |
| | ||||||
* | Release 4.14.1 | Marcel Holtmann | 2008-08-08 | 2 | -1/+6 | |
| | ||||||
* | Add 30s timeout to setup connection phase | Marcel Holtmann | 2008-08-08 | 1 | -0/+12 | |
| | ||||||
* | Allow BNEP connection to timeout after 30 seconds | Marcel Holtmann | 2008-08-08 | 1 | -0/+12 | |
| | ||||||
* | Avoid memory copies in A2DP write routine | Marcel Holtmann | 2008-08-08 | 1 | -42/+68 | |
| | ||||||
* | Make sure to include compat/sdp.h in the distribution | Marcel Holtmann | 2008-08-07 | 1 | -3/+3 | |
| | ||||||
* | Release 4.04.0 | Marcel Holtmann | 2008-08-06 | 2 | -1/+3 | |
| | ||||||
* | Remove L2CAP and RFCOMM timeout constants | Marcel Holtmann | 2008-08-06 | 2 | -5/+0 | |
| | ||||||
* | Some minor coding style fixes | Marcel Holtmann | 2008-08-06 | 1 | -1/+7 | |
| | ||||||
* | Remove unused HCI definitions | Marcel Holtmann | 2008-08-06 | 3 | -23/+0 | |
| | ||||||
* | Set proper default link mode and link policy | Marcel Holtmann | 2008-08-06 | 1 | -0/+7 | |
| | ||||||
* | Fix make distcheck build process | Marcel Holtmann | 2008-08-06 | 1 | -3/+3 | |
| | ||||||
* | Include server.[ch] into the build process | Marcel Holtmann | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | Convert SDP *_safe functions to default API | Marcel Holtmann | 2008-08-06 | 7 | -58/+26 | |
| | ||||||
* | Use new major version for Bluetooth library | Marcel Holtmann | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | Remove deprecated hci_local_name and hci_remote_name functions | Marcel Holtmann | 2008-08-06 | 2 | -13/+0 | |
| | ||||||
* | Mention the GLib requirement and that USB library is optional | Marcel Holtmann | 2008-08-05 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'bluez4' of git://git.infradead.org/users/vudentz/bluez-utils | Marcel Holtmann | 2008-08-05 | 11 | -184/+344 | |
|\ | ||||||
| * | Add initial implementation of adapter driver. | Luiz Augusto von Dentz | 2008-08-05 | 2 | -6/+15 | |
| | | ||||||
| * | Implement agent fallback mechanism when receiving DBUS_ERROR_UNKNOWN_METHOD ↵ | Luiz Augusto von Dentz | 2008-08-05 | 1 | -138/+185 | |
| | | | | | | | | and DBUS_ERROR_NO_REPLY erros. | |||||
| * | Introduce driver.c and driver.h files. | Luiz Augusto von Dentz | 2008-08-05 | 8 | -41/+9 | |
| | | ||||||
| * | Add missing files driver.c and driver.h. | Luiz Augusto von Dentz | 2008-08-05 | 2 | -0/+136 | |
| | | ||||||
* | | Fix typo in main.conf help text | Marcel Holtmann | 2008-08-05 | 1 | -1/+1 | |
|/ | ||||||
* | Remove obsolete security and pairing option | Marcel Holtmann | 2008-08-05 | 2 | -19/+4 | |
| | ||||||
* | Remove left-over parser_device declaration | Marcel Holtmann | 2008-08-05 | 1 | -1/+0 | |
| | ||||||
* | Remove the default PIN code option | Marcel Holtmann | 2008-08-05 | 2 | -7/+1 | |
| | ||||||
* | Add example for main.conf | Marcel Holtmann | 2008-08-05 | 2 | -2/+28 | |
| | ||||||
* | Set list separator before loading the config file | Marcel Holtmann | 2008-08-05 | 1 | -2/+2 | |
| | ||||||
* | Use GLib option parsing instead of getopt | Marcel Holtmann | 2008-08-05 | 1 | -26/+28 | |
| | ||||||
* | Fail if GLib or GModule is not available | Marcel Holtmann | 2008-08-05 | 2 | -3/+5 | |
| | ||||||
* | Don't include hcid.conf and hcid.conf.5 in the distribution | Marcel Holtmann | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | Remove old config file parsing code | Marcel Holtmann | 2008-08-05 | 3 | -500/+2 | |
| |