summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix setup routine for headsetMarcel Holtmann2007-01-211-8/+22
| |
| * Don't call unref after setting up the channelMarcel Holtmann2007-01-211-2/+0
| |
| * Unreference the IO channel from the main() functionMarcel Holtmann2007-01-211-2/+0
| |
| * Fix get_boolean "true" mappingJohan Hedberg2007-01-211-1/+1
| |
| * Add process handling related filesMarcel Holtmann2007-01-212-0/+148
| |
| * First go at somewhat functional g_key_file_* impementationJohan Hedberg2007-01-212-13/+122
| |
| * g_key_file_new will never return NULLJohan Hedberg2007-01-211-5/+0
| |
| * Cleanup GKeyFile stuff so real implementation can startJohan Hedberg2007-01-212-40/+24
| |
| * Fix cleanup in case the SDP server startup failsMarcel Holtmann2007-01-211-4/+4
| |
| * Only create watch if Unix socket can be createdMarcel Holtmann2007-01-211-1/+1
| |
| * Check if value has changed before writing itMarcel Holtmann2007-01-212-1/+16
| |
| * Remove g_strfreev callMarcel Holtmann2007-01-211-2/+0
| |
| * Avoid using g_shell_parse_argvMarcel Holtmann2007-01-211-3/+3
| |
| * Get rid of g_strfreev tooJohan Hedberg2007-01-212-14/+0
| |
| * Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed ↵Johan Hedberg2007-01-212-34/+0
| | | | | | | | anymore
| * Get rid of the Options service attributeJohan Hedberg2007-01-212-32/+5
| |
| * Further fixes to g_spawn_asyncJohan Hedberg2007-01-211-3/+15
| |
| * More g_spawn_async functionalityJohan Hedberg2007-01-211-7/+31
| |
| * First attempts for session and process handlingMarcel Holtmann2007-01-214-9/+329
| |
| * First step of g_spawn_async implementationJohan Hedberg2007-01-211-0/+27
| |
| * Add function for connection the transfer managerMarcel Holtmann2007-01-211-0/+10
| |
| * Update server connection handlingMarcel Holtmann2007-01-212-0/+252
| |
| * make child_watch() staticJohan Hedberg2007-01-211-1/+1
| |
| * Implement GChildWatchJohan Hedberg2007-01-211-47/+191
| |
| * Add UUID for Nokia FTPMarcel Holtmann2007-01-211-0/+4
| |
| * Add skeleton for server implementationMarcel Holtmann2007-01-213-1/+51
| |
| * Reload services on reconnectMarcel Holtmann2007-01-201-0/+2
| |
| * Remove the global D-Bus connection variableMarcel Holtmann2007-01-201-4/+5
| |
| * Release services when system bus goes awayMarcel Holtmann2007-01-203-89/+21
| |
| * Close SDP session if request failsMarcel Holtmann2007-01-201-20/+39
| |
| * Handle multiple inotify event correctlyMarcel Holtmann2007-01-201-13/+20
| |
| * Add extra debug line to notify callbackMarcel Holtmann2007-01-201-0/+2
| |
| * Added function to create the input device D-Bus pathClaudio Takahasi2007-01-201-1/+52
| |
| * Add support for GetIdentifierMarcel Holtmann2007-01-201-1/+19
| |
| * Don't call unref in IO handling functionMarcel Holtmann2007-01-202-3/+32
| |
| * eglib fixesJohan Hedberg2007-01-202-2/+15
| |
| * Fix memory leaks in XML parser for SDPMarcel Holtmann2007-01-202-7/+13
| |
| * Fix memory leaks in record handlingMarcel Holtmann2007-01-201-0/+9
| |
| * Add eglib g_io_channel_write implementationJohan Hedberg2007-01-201-2/+33
| |
| * Fix GIOChannel refcounting for io_session_eventJohan Hedberg2007-01-201-3/+1
| |
| * Don't forget to free the record when session terminatesMarcel Holtmann2007-01-201-0/+1
| |
| * Remove double free actionMarcel Holtmann2007-01-201-3/+1
| |
| * Fix memory leaksMarcel Holtmann2007-01-203-4/+14
| |
| * Use glib memory allocation for gmain.cJohan Hedberg2007-01-201-59/+19
| |
| * Implement GetIdentifier methodMarcel Holtmann2007-01-202-3/+28
| |
| * Remove GetConnectionName methodMarcel Holtmann2007-01-202-31/+4
| |
| * Remove last alsa_enable optionsMarcel Holtmann2007-01-201-2/+0
| |
| * Disable the D-Bus GLib bindings hackMarcel Holtmann2007-01-201-1/+1
| |
| * Update expat and GLib based parsersMarcel Holtmann2007-01-202-15/+187
| |
| * Extract common function from expat based parserMarcel Holtmann2007-01-203-113/+118
| |