Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | network: Added more debug error information for ioctl BNEPCONNADD call | Claudio Takahasi | 2007-03-28 | 1 | -2/+4 | |
| | ||||||
* | network: fixed server role when calling bnep_connadd | Claudio Takahasi | 2007-03-28 | 1 | -1/+10 | |
| | ||||||
* | network: added Server.Disable | Claudio Takahasi | 2007-03-28 | 1 | -4/+26 | |
| | ||||||
* | network: Remove the service record when the server path is unregistered | Claudio Takahasi | 2007-03-28 | 1 | -2/+37 | |
| | ||||||
* | Get rid of old ioctl compability hack. | Luiz Augusto von Dentz | 2007-03-27 | 3 | -52/+13 | |
| | ||||||
* | Add code to check server capabilities. | Luiz Augusto von Dentz | 2007-03-27 | 1 | -71/+251 | |
| | ||||||
* | network: Added authorization for incomming connections | Claudio Takahasi | 2007-03-27 | 1 | -12/+265 | |
| | ||||||
* | Add err_not_supported. | Luiz Augusto von Dentz | 2007-03-27 | 2 | -0/+9 | |
| | ||||||
* | The service must start even without any adapters attached | Marcel Holtmann | 2007-03-27 | 1 | -0/+4 | |
| | ||||||
* | Improve D-Bus system bus integration | Marcel Holtmann | 2007-03-27 | 6 | -50/+36 | |
| | ||||||
* | network: added initial code for server L2CAP listening | Claudio Takahasi | 2007-03-26 | 1 | -1/+88 | |
| | ||||||
* | Remove warning. | Luiz Augusto von Dentz | 2007-03-26 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | network: Added Server.GetUUID() | Claudio Takahasi | 2007-03-22 | 3 | -7/+28 | |
| | ||||||
* | Install the network service if enabled | Marcel Holtmann | 2007-03-21 | 1 | -1/+1 | |
| | ||||||
* | Add file for shared functions | Marcel Holtmann | 2007-03-21 | 3 | -1/+51 | |
| | ||||||
* | Add functions for creating and removing HAL devices | Marcel Holtmann | 2007-03-21 | 1 | -1/+3 | |
| | ||||||
* | network: added network API description skeleton | Claudio Takahasi | 2007-03-21 | 1 | -1/+105 | |
| | ||||||
* | Remove duplicate code and some minor fixes. | Luiz Augusto von Dentz | 2007-03-21 | 6 | -44/+94 | |
| | ||||||
* | Implement generic HAL device helpers | Marcel Holtmann | 2007-03-21 | 1 | -0/+2 | |
| | ||||||
* | Initial code of CreateConnection and RemoveConnection methods. | Luiz Augusto von Dentz | 2007-03-20 | 1 | -21/+79 | |
| | ||||||
* | Initial code of CreateServer and RemoveServer methods. | Luiz Augusto von Dentz | 2007-03-20 | 4 | -4/+86 | |
| | ||||||
* | Create a common HAL abstraction layer | Marcel Holtmann | 2007-03-20 | 3 | -114/+1 | |
| | ||||||
* | Add HAL device for testing | Marcel Holtmann | 2007-03-19 | 1 | -0/+11 | |
| | ||||||
* | Work around the missing D-Bus system bus | Marcel Holtmann | 2007-03-19 | 1 | -0/+4 | |
| | ||||||
* | Try to init the HAL context | Marcel Holtmann | 2007-03-19 | 3 | -2/+43 | |
| | ||||||
* | Check for HAL support | Marcel Holtmann | 2007-03-19 | 1 | -2/+2 | |
| | ||||||
* | Add skeleton for HAL support | Marcel Holtmann | 2007-03-19 | 3 | -1/+63 | |
| |