summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Another coding style fixMarcel Holtmann2007-01-201-2/+1
| |
| * Coding style cleanupMarcel Holtmann2007-01-201-45/+23
| |
| * Add example of GLib based parserMarcel Holtmann2007-01-201-0/+28
| |
| * Preparation for using the XML parser from GLibMarcel Holtmann2007-01-203-4/+45
| |
| * Check for memory allocation errors of the key fileMarcel Holtmann2007-01-201-0/+5
| |
| * Remove subdirectory with ALSA pluginsMarcel Holtmann2007-01-208-2080/+2
| |
| * Update service description fileMarcel Holtmann2007-01-201-3/+2
| |
| * Add service description fileMarcel Holtmann2007-01-204-2/+11
| |
| * Get rid of g_idle_addJohan Hedberg2007-01-203-24/+3
| |
| * Update copyright informationMarcel Holtmann2007-01-201-1/+1
| |
| * Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-2011-82/+81
| |
| * Add entries for the org.bluez.Database interfaceMarcel Holtmann2007-01-201-0/+3
| |
| * Don't use a D-Bus well known name at the momentMarcel Holtmann2007-01-203-30/+2
| |
| * There is no need for a D-Bus config fileMarcel Holtmann2007-01-202-15/+1
| |
| * Implement stubs of missing eglib functionsJohan Hedberg2007-01-202-0/+281
| |
| * Implement memory allocation functions for eglibJohan Hedberg2007-01-202-0/+95
| |