| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Use common SDP server session | Marcel Holtmann | 2007-01-22 | 1 | -12/+18 | |
| | | | ||||||
| | * | Unregister service record on shutdown | Marcel Holtmann | 2007-01-22 | 1 | -15/+22 | |
| | | | ||||||
| | * | Update binary record handling for database interface | Marcel Holtmann | 2007-01-22 | 1 | -3/+29 | |
| | | | ||||||
| | * | Created function to register the input device D-Bus path and send the ↵ | Claudio Takahasi | 2007-01-22 | 1 | -18/+74 | |
| | | | | | | | | | DeviceCreated signal | |||||
| | * | Include server.h header file | Marcel Holtmann | 2007-01-22 | 1 | -0/+1 | |
| | | | ||||||
| | * | Check socket address to get the dynamic PSM and channel values | Marcel Holtmann | 2007-01-21 | 2 | -1/+25 | |
| | | | ||||||
| | * | Fix g_spawn_async error reporting | Johan Hedberg | 2007-01-21 | 1 | -1/+5 | |
| | | | ||||||
| | * | Ensure dependency when using eglib | Marcel Holtmann | 2007-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add skeleton for server handling | Marcel Holtmann | 2007-01-21 | 4 | -2/+166 | |
| | | | ||||||
| | * | Fix g_key_file_parse_string (again) | Johan Hedberg | 2007-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix eglib g_key_file_get_string group detection | Johan Hedberg | 2007-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Small fix for g_key_file_get_string | Johan Hedberg | 2007-01-21 | 1 | -0/+1 | |
| | | | ||||||
| | * | Cleanup for g_text_file_get_string | Johan Hedberg | 2007-01-21 | 1 | -26/+51 | |
| | | | ||||||
| | * | Fixed input device D-Bus path creation error | Claudio Takahasi | 2007-01-21 | 1 | -0/+2 | |
| | | | ||||||
| | * | Add workaround for the global connection variable | Marcel Holtmann | 2007-01-21 | 1 | -0/+2 | |
| | | | ||||||
| | * | More accurate error reporting for GetConnectionUnixProcessID | Johan Hedberg | 2007-01-21 | 1 | -6/+13 | |
| | | | ||||||
| | * | Excplicitly close only fd's > 2 | Johan Hedberg | 2007-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | More accurate service exit reason debug messages | Johan Hedberg | 2007-01-21 | 1 | -2/+7 | |
| | | | ||||||
| | * | Don't request default adapter | Marcel Holtmann | 2007-01-21 | 1 | -1/+4 | |
| | | | ||||||
| | * | Do a proper cleanup on exit | Marcel Holtmann | 2007-01-21 | 1 | -0/+6 | |
| | | | ||||||
| | * | Added function to parse the HID and PnP record | Claudio Takahasi | 2007-01-21 | 1 | -1/+79 | |
| | | | ||||||
| | * | Cleanup logging on exit | Marcel Holtmann | 2007-01-21 | 1 | -0/+4 | |
| | | | ||||||
| | * | Fix setup routine for headset | Marcel Holtmann | 2007-01-21 | 1 | -8/+22 | |
| | | | ||||||
| | * | Don't call unref after setting up the channel | Marcel Holtmann | 2007-01-21 | 1 | -2/+0 | |
| | | | ||||||
| | * | Unreference the IO channel from the main() function | Marcel Holtmann | 2007-01-21 | 1 | -2/+0 | |
| | | | ||||||
| | * | Fix get_boolean "true" mapping | Johan Hedberg | 2007-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add process handling related files | Marcel Holtmann | 2007-01-21 | 2 | -0/+148 | |
| | | | ||||||
| | * | First go at somewhat functional g_key_file_* impementation | Johan Hedberg | 2007-01-21 | 2 | -13/+122 | |
| | | | ||||||
| | * | g_key_file_new will never return NULL | Johan Hedberg | 2007-01-21 | 1 | -5/+0 | |
| | | | ||||||
| | * | Cleanup GKeyFile stuff so real implementation can start | Johan Hedberg | 2007-01-21 | 2 | -40/+24 | |
| | | | ||||||
| | * | Fix cleanup in case the SDP server startup fails | Marcel Holtmann | 2007-01-21 | 1 | -4/+4 | |
| | | | ||||||
| | * | Only create watch if Unix socket can be created | Marcel Holtmann | 2007-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Check if value has changed before writing it | Marcel Holtmann | 2007-01-21 | 2 | -1/+16 | |
| | | | ||||||
| | * | Remove g_strfreev call | Marcel Holtmann | 2007-01-21 | 1 | -2/+0 | |
| | | | ||||||
| | * | Avoid using g_shell_parse_argv | Marcel Holtmann | 2007-01-21 | 1 | -3/+3 | |
| | | | ||||||
| | * | Get rid of g_strfreev too | Johan Hedberg | 2007-01-21 | 2 | -14/+0 | |
| | | | ||||||
| | * | Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed ↵ | Johan Hedberg | 2007-01-21 | 2 | -34/+0 | |
| | | | | | | | | | anymore | |||||
| | * | Get rid of the Options service attribute | Johan Hedberg | 2007-01-21 | 2 | -32/+5 | |
| | | | ||||||
| | * | Further fixes to g_spawn_async | Johan Hedberg | 2007-01-21 | 1 | -3/+15 | |
| | | | ||||||
| | * | More g_spawn_async functionality | Johan Hedberg | 2007-01-21 | 1 | -7/+31 | |
| | | | ||||||
| | * | First attempts for session and process handling | Marcel Holtmann | 2007-01-21 | 4 | -9/+329 | |
| | | | ||||||
| | * | First step of g_spawn_async implementation | Johan Hedberg | 2007-01-21 | 1 | -0/+27 | |
| | | | ||||||
| | * | Add function for connection the transfer manager | Marcel Holtmann | 2007-01-21 | 1 | -0/+10 | |
| | | | ||||||
| | * | Update server connection handling | Marcel Holtmann | 2007-01-21 | 2 | -0/+252 | |
| | | | ||||||
| | * | make child_watch() static | Johan Hedberg | 2007-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Implement GChildWatch | Johan Hedberg | 2007-01-21 | 1 | -47/+191 | |
| | | | ||||||
| | * | Add UUID for Nokia FTP | Marcel Holtmann | 2007-01-21 | 1 | -0/+4 | |
| | | | ||||||
| | * | Add skeleton for server implementation | Marcel Holtmann | 2007-01-21 | 3 | -1/+51 | |
| | | | ||||||
| | * | Reload services on reconnect | Marcel Holtmann | 2007-01-20 | 1 | -0/+2 | |
| | | | ||||||
| | * | Remove the global D-Bus connection variable | Marcel Holtmann | 2007-01-20 | 1 | -4/+5 | |
| | | | ||||||
