Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add connection watchdog. | Luiz Augusto von Dentz | 2007-03-26 | 1 | -10/+18 | |
| | ||||||
* | network: removed memory leak(servers/connections list) | Claudio Takahasi | 2007-03-26 | 1 | -2/+6 | |
| | ||||||
* | network: added function to create the server(NAP/GN) service record | Claudio Takahasi | 2007-03-26 | 2 | -3/+125 | |
| | ||||||
* | Fix connect. | Luiz Augusto von Dentz | 2007-03-26 | 1 | -39/+38 | |
| | ||||||
* | metwork: Added function to call the service record registration | Claudio Takahasi | 2007-03-26 | 1 | -6/+89 | |
| | ||||||
* | Fixes to use non-bloking socket on connect. | Luiz Augusto von Dentz | 2007-03-26 | 1 | -49/+113 | |
| | ||||||
* | Fix service exit. | Luiz Augusto von Dentz | 2007-03-26 | 1 | -2/+2 | |
| | ||||||
* | Update coding style | Marcel Holtmann | 2007-03-24 | 1 | -3/+5 | |
| | ||||||
* | whitespace fixes | Brad Midgley | 2007-03-24 | 2 | -5/+5 | |
| | ||||||
* | examine the result of write() ops, avoid warnings | Brad Midgley | 2007-03-24 | 1 | -5/+7 | |
| | ||||||
* | add Marcel's original, unmodified sbcdec/enc clients to sbc | Brad Midgley | 2007-03-24 | 2 | -2/+417 | |
| | ||||||
* | Buf fixes. | Luiz Augusto von Dentz | 2007-03-23 | 1 | -21/+34 | |
| | ||||||
* | network: Added invalid service class verification for Manager.CreateConnection | Claudio Takahasi | 2007-03-23 | 3 | -6/+8 | |
| | ||||||
* | network: using service class identifier instead of the uuid 128 string for ↵ | Claudio Takahasi | 2007-03-23 | 5 | -16/+26 | |
| | | | | server registration | |||||
* | network: Added hexadecimal verification for Manager.CreateServer | Claudio Takahasi | 2007-03-23 | 1 | -2/+6 | |
| | ||||||
* | network: Fixed string/service id/uuid convertion functions | Claudio Takahasi | 2007-03-23 | 4 | -34/+59 | |
| | ||||||
* | Connection code. | Luiz Augusto von Dentz | 2007-03-22 | 1 | -19/+278 | |
| | ||||||
* | Add bnep_init and bnep_cleanup to manager. | Luiz Augusto von Dentz | 2007-03-22 | 1 | -0/+8 | |
| | ||||||
* | Add err_connection_failed. | Luiz Augusto von Dentz | 2007-03-22 | 2 | -0/+12 | |
| | ||||||
* | network: returning a better message content in the D-Bus error for invalid ↵ | Claudio Takahasi | 2007-03-22 | 1 | -3/+8 | |
| | | | | arguments | |||||
* | network: added Server.SetRouting | Claudio Takahasi | 2007-03-22 | 1 | -4/+36 | |
| | ||||||
* | Initial code of bnep common. | Luiz Augusto von Dentz | 2007-03-22 | 2 | -0/+157 | |
| | ||||||
* | network: Added Server.SetSecurity | Claudio Takahasi | 2007-03-22 | 1 | -3/+23 | |
| | ||||||
* | network: Added Server.GetSecurity() | Claudio Takahasi | 2007-03-22 | 1 | -4/+16 | |
| | ||||||
* | network: removed err_generic function | Claudio Takahasi | 2007-03-22 | 3 | -12/+3 | |
| | ||||||
* | network: Added Server.SetName | Claudio Takahasi | 2007-03-22 | 3 | -6/+37 | |
| | ||||||
* | network: Added Server.GetName() | Claudio Takahasi | 2007-03-22 | 1 | -4/+19 | |
| | ||||||
* | input API: added device Connected/Disconnected signals | Claudio Takahasi | 2007-03-22 | 1 | -0/+6 | |
| | ||||||
* | input: Added the Disconnect signal | Claudio Takahasi | 2007-03-22 | 1 | -1/+10 | |
| | ||||||
* | input: added Connected signal | Claudio Takahasi | 2007-03-22 | 1 | -5/+19 | |
| | ||||||
* | network: Added Server.GetUUID() | Claudio Takahasi | 2007-03-22 | 3 | -7/+28 | |
| | ||||||
* | input: Removed SetTimeout(method not defined) | Claudio Takahasi | 2007-03-22 | 1 | -10/+0 | |
| | ||||||
* | input: minor code standard fixes | Claudio Takahasi | 2007-03-22 | 3 | -55/+55 | |
| | ||||||
* | Added description for dictionary based methods: Adapter.GetInfo, ↵ | Claudio Takahasi | 2007-03-22 | 1 | -2/+14 | |
| | | | | Adapter.GetRemoteInfo and Service.GetInfo | |||||
* | Added adapter dict: adapter.GetInfo() | Claudio Takahasi | 2007-03-21 | 1 | -20/+69 | |
| | ||||||
* | Allow disabling of pand compilation and installation | Marcel Holtmann | 2007-03-21 | 2 | -0/+10 | |
| | ||||||
* | Install the network service if enabled | Marcel Holtmann | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | Add basic GetInfo() and GetRemoteInfo() support | Marcel Holtmann | 2007-03-21 | 1 | -2/+51 | |
| | ||||||
* | Add file for shared functions | Marcel Holtmann | 2007-03-21 | 3 | -1/+51 | |
| | ||||||
* | Implement full Service.GetInfo() support | Marcel Holtmann | 2007-03-21 | 2 | -3/+13 | |
| | ||||||
* | Move dictionary helper to common code | Marcel Holtmann | 2007-03-21 | 3 | -29/+35 | |
| | ||||||
* | Add helper for adding dictionary entries | Marcel Holtmann | 2007-03-21 | 1 | -15/+31 | |
| | ||||||
* | Add example for the dictionary based info methods | Marcel Holtmann | 2007-03-21 | 1 | -2/+36 | |
| | ||||||
* | Add functions for creating and removing HAL devices | Marcel Holtmann | 2007-03-21 | 4 | -13/+57 | |
| | ||||||
* | Added skeleton for dict based methods: Adapter.GetInfo, ↵ | Claudio Takahasi | 2007-03-21 | 2 | -0/+21 | |
| | | | | Adapter.GetRemoteInfo and Service.GetInfo | |||||
* | input: return an input error instead of forward it(from hcid). | Claudio Takahasi | 2007-03-21 | 3 | -25/+48 | |
| | ||||||
* | Fix error check for failed connect | Johan Hedberg | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | network: added network API description skeleton | Claudio Takahasi | 2007-03-21 | 1 | -1/+105 | |
| | ||||||
* | Manager methods belong in the Manager interface | Johan Hedberg | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | Add Bluetooth specific methods | Marcel Holtmann | 2007-03-21 | 1 | -0/+7 | |
| |