Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Release services when system bus goes away | Marcel Holtmann | 2007-01-20 | 3 | -89/+21 | |
| | ||||||
* | Close SDP session if request fails | Marcel Holtmann | 2007-01-20 | 1 | -20/+39 | |
| | ||||||
* | Handle multiple inotify event correctly | Marcel Holtmann | 2007-01-20 | 1 | -13/+20 | |
| | ||||||
* | Add extra debug line to notify callback | Marcel Holtmann | 2007-01-20 | 1 | -0/+2 | |
| | ||||||
* | Added function to create the input device D-Bus path | Claudio Takahasi | 2007-01-20 | 1 | -1/+52 | |
| | ||||||
* | Add support for GetIdentifier | Marcel Holtmann | 2007-01-20 | 1 | -1/+19 | |
| | ||||||
* | Don't call unref in IO handling function | Marcel Holtmann | 2007-01-20 | 2 | -3/+32 | |
| | ||||||
* | eglib fixes | Johan Hedberg | 2007-01-20 | 2 | -2/+15 | |
| | ||||||
* | Fix memory leaks in XML parser for SDP | Marcel Holtmann | 2007-01-20 | 2 | -7/+13 | |
| | ||||||
* | Fix memory leaks in record handling | Marcel Holtmann | 2007-01-20 | 1 | -0/+9 | |
| | ||||||
* | Add eglib g_io_channel_write implementation | Johan Hedberg | 2007-01-20 | 1 | -2/+33 | |
| | ||||||
* | Fix GIOChannel refcounting for io_session_event | Johan Hedberg | 2007-01-20 | 1 | -3/+1 | |
| | ||||||
* | Don't forget to free the record when session terminates | Marcel Holtmann | 2007-01-20 | 1 | -0/+1 | |
| | ||||||
* | Remove double free action | Marcel Holtmann | 2007-01-20 | 1 | -3/+1 | |
| | ||||||
* | Fix memory leaks | Marcel Holtmann | 2007-01-20 | 3 | -4/+14 | |
| | ||||||
* | Use glib memory allocation for gmain.c | Johan Hedberg | 2007-01-20 | 1 | -59/+19 | |
| | ||||||
* | Implement GetIdentifier method | Marcel Holtmann | 2007-01-20 | 2 | -3/+28 | |
| | ||||||
* | Remove GetConnectionName method | Marcel Holtmann | 2007-01-20 | 2 | -31/+4 | |
| | ||||||
* | Remove last alsa_enable options | Marcel Holtmann | 2007-01-20 | 1 | -2/+0 | |
| | ||||||
* | Disable the D-Bus GLib bindings hack | Marcel Holtmann | 2007-01-20 | 1 | -1/+1 | |
| | ||||||
* | Update expat and GLib based parsers | Marcel Holtmann | 2007-01-20 | 2 | -15/+187 | |
| |