Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Redo the manager-headset splitup by using object paths as public identifiers ↵ | Johan Hedberg | 2007-04-12 | 5 | -245/+225 | |
| | | | | | | | | for headsets | |||||
| * | Keep the device structure local | Marcel Holtmann | 2007-04-12 | 3 | -44/+61 | |
| | | ||||||
| * | Let the manager use global variables | Marcel Holtmann | 2007-04-11 | 4 | -162/+107 | |
| | | ||||||
| * | fixed commentary | Claudio Takahasi | 2007-04-11 | 1 | -1/+4 | |
| | | ||||||
| * | Use global device list for manager | Marcel Holtmann | 2007-04-11 | 1 | -75/+54 | |
| | | ||||||
| * | input manager: fixed code standard | Claudio Takahasi | 2007-04-11 | 1 | -25/+38 | |
| | | ||||||
| * | input manager: read all /var/lib/bluetooth/*/input files when the service starts | Claudio Takahasi | 2007-04-11 | 1 | -28/+36 | |
| | | ||||||
| * | input manager: delete the stored input info based on the input device ↵ | Claudio Takahasi | 2007-04-11 | 1 | -1/+1 | |
| | | | | | | | | source/destination address | |||||
| * | input manager: use the default adapter to create a new device. | Claudio Takahasi | 2007-04-11 | 1 | -3/+16 | |
| | | ||||||
| * | Added remote device info dictionary | Claudio Takahasi | 2007-04-11 | 1 | -4/+106 | |
| | | ||||||
| * | Add signals for adding and removing trust | Johan Hedberg | 2007-04-11 | 3 | -9/+45 | |
| | | ||||||
| * | Cleanup, minor fixes, and missing signals | Johan Hedberg | 2007-04-11 | 1 | -16/+54 | |
| | | ||||||
| * | Implement ListHeadsets method | Johan Hedberg | 2007-04-11 | 1 | -1/+25 | |
| | | ||||||
| * | Implement ChangeDefaultHeadset and RemoveHeadset methods | Johan Hedberg | 2007-04-11 | 3 | -11/+96 | |
| | | ||||||
| * | Add first step of ALSA plugin integration | Marcel Holtmann | 2007-04-10 | 5 | -6/+275 | |
| | | ||||||
| * | Fixed major/minor class in Adapter.GetInfo | Claudio Takahasi | 2007-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | Implement global trust setting | Johan Hedberg | 2007-04-10 | 8 | -40/+158 | |
| | | ||||||
| * | Rename functions for consistency | Johan Hedberg | 2007-04-10 | 4 | -34/+34 | |
| | | ||||||
| * | Audio service refactoring: move all manager functions to manager.c | Johan Hedberg | 2007-04-10 | 5 | -405/+444 | |
| | | ||||||
| * | Only compile SBC library if ALSA is enabled | Marcel Holtmann | 2007-04-10 | 1 | -0/+2 | |
| | | ||||||
| * | Simple process communication | Marcel Holtmann | 2007-04-09 | 2 | -2/+325 | |
| | | ||||||
| * | Fix some forgotton leftovers | Marcel Holtmann | 2007-04-08 | 4 | -6/+16 | |
| | | ||||||
| * | Add generic audio service init | Marcel Holtmann | 2007-04-08 | 4 | -105/+96 | |
| | | ||||||
| * | Call it audio service | Marcel Holtmann | 2007-04-08 | 1 | -41/+4 | |
| | | ||||||
| * | Only provide generic audio service | Marcel Holtmann | 2007-04-08 | 5 | -25/+18 | |
| | | ||||||
| * | Use generic service connect function | Marcel Holtmann | 2007-04-05 | 1 | -3/+3 | |
| | | ||||||
| * | network: cancel pending auth if an error happens in the BNEP GIOChannel | Claudio Takahasi | 2007-04-05 | 1 | -2/+7 | |
| | | ||||||
| * | network: handle the GIOChannel errors properly | Claudio Takahasi | 2007-04-05 | 1 | -2/+3 | |
| | | ||||||
| * | network: missing pending_reply initialization and connection ref/unref | Claudio Takahasi | 2007-04-05 | 1 | -6/+8 | |
| | | ||||||
| * | Fix bug while disconnecting. | Luiz Augusto von Dentz | 2007-04-05 | 2 | -4/+5 | |
| | | ||||||
| * | input: missing close listen sockets(control/interrupt) | Claudio Takahasi | 2007-04-05 | 1 | -0/+2 | |
| | | ||||||
| * | input: fixed GIOChannel problem(CPU usage and invalid file descriptor close ↵ | Claudio Takahasi | 2007-04-05 | 1 | -2/+6 | |
| | | | | | | | | warning) | |||||
| * | input: send CancelAuthorizationRequest if there is a pending authorization | Claudio Takahasi | 2007-04-04 | 1 | -1/+25 | |
| | | ||||||
| * | input: Added authorization support for incomming connections | Claudio Takahasi | 2007-04-04 | 4 | -8/+85 | |
| | | ||||||
| * | Fix copy-pase typo in function name | Johan Hedberg | 2007-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add skeletons for missing methods | Johan Hedberg | 2007-04-04 | 1 | -1/+30 | |
| | | ||||||
| * | Add basic plugin code | Marcel Holtmann | 2007-04-04 | 2 | -0/+24 | |
| | | ||||||
| * | Add example asound.conf file | Marcel Holtmann | 2007-04-04 | 2 | -1/+8 | |
| | | ||||||
| * | Add skeleton for generic ALSA plugins | Marcel Holtmann | 2007-04-04 | 5 | -1/+75 | |
| | | ||||||
| * | Fix missing G_IO_NVAL handling | Marcel Holtmann | 2007-04-04 | 3 | -12/+12 | |
| | | ||||||
| * | Update test setup | Marcel Holtmann | 2007-04-03 | 1 | -6/+15 | |
| | | ||||||
| * | Add storage code. | Luiz Augusto von Dentz | 2007-04-02 | 3 | -17/+164 | |
| | | ||||||
| * | Remove network, input and echo service from --enable-all | Marcel Holtmann | 2007-04-01 | 2 | -4/+3 | |
| | | ||||||
| * | Make headset service installable | Marcel Holtmann | 2007-04-01 | 3 | -7/+25 | |
| | | ||||||
| * | Add IsConnected() to dbus-api.txt | Johan Hedberg | 2007-04-01 | 1 | -0/+2 | |
| | | ||||||
| * | Get rid of some unnecessary static function prototypes | Johan Hedberg | 2007-04-01 | 1 | -41/+32 | |
| | | ||||||
| * | Implement IsConnected method | Johan Hedberg | 2007-04-01 | 1 | -0/+27 | |
| | | ||||||
| * | network: fixed GIOChannel close/unref order | Claudio Takahasi | 2007-03-30 | 1 | -6/+3 | |
| | | ||||||
| * | Add err_already_exists. | Luiz Augusto von Dentz | 2007-03-30 | 2 | -0/+11 | |
| | | ||||||
| * | Return an error when server already exist. | Luiz Augusto von Dentz | 2007-03-30 | 1 | -3/+1 | |
| | |