summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cleanup for g_text_file_get_stringJohan Hedberg2007-01-211-26/+51
| |
| * Fixed input device D-Bus path creation errorClaudio Takahasi2007-01-211-0/+2
| |
| * Add workaround for the global connection variableMarcel Holtmann2007-01-211-0/+2
| |
| * More accurate error reporting for GetConnectionUnixProcessIDJohan Hedberg2007-01-211-6/+13
| |
| * Excplicitly close only fd's > 2Johan Hedberg2007-01-211-1/+1
| |
| * More accurate service exit reason debug messagesJohan Hedberg2007-01-211-2/+7
| |
| * Don't request default adapterMarcel Holtmann2007-01-211-1/+4
| |
| * Do a proper cleanup on exitMarcel Holtmann2007-01-211-0/+6
| |
| * Added function to parse the HID and PnP recordClaudio Takahasi2007-01-211-1/+79
| |
| * Cleanup logging on exitMarcel Holtmann2007-01-211-0/+4
| |
| * 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
| |