summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Add missing service descriptionMarcel Holtmann2007-01-201-0/+4
| |
| * Add main loop and single list functionsMarcel Holtmann2007-01-204-1/+956
| |
| * Add embedded GLib directoryMarcel Holtmann2007-01-205-3/+13
| |
| * Remove no longer needed filesMarcel Holtmann2007-01-202-966/+0
| |
| * Make it possible to support an embedded GLibMarcel Holtmann2007-01-2035-142/+112
| |
| * Don't install services that are in experimental stateMarcel Holtmann2007-01-205-6/+13
| |
| * Add skeleton for session handlingMarcel Holtmann2007-01-202-0/+50
| |
| * Add serial subdirectoryMarcel Holtmann2007-01-203-2/+4
| |
| * Update the experimental statusMarcel Holtmann2007-01-201-7/+6
| |
| * Support internal and external SDP serversMarcel Holtmann2007-01-205-16/+61
| |
| * The sdpd binary should be build by defaultMarcel Holtmann2007-01-201-1/+1
| |
| * Remove unsupported methodsMarcel Holtmann2007-01-201-261/+0
| |
| * Clear newly created structuresMarcel Holtmann2007-01-201-0/+4
| |
| * Implement methods for database interfaceMarcel Holtmann2007-01-201-4/+130
| |
| * Remove service agent relictMarcel Holtmann2007-01-201-80/+2
| |
| * Use channel 12 as defaultMarcel Holtmann2007-01-191-6/+1
| |
| * Use database interface for service recordsMarcel Holtmann2007-01-191-8/+6
| |
| * Add skeleton for database methodsMarcel Holtmann2007-01-193-3/+84
| |
| * Implement full echo serviceMarcel Holtmann2007-01-191-1/+162
| |
| * Use g_strdup for trusted_devicesJohan Hedberg2007-01-191-3/+3
| |
| * Use GLib allocation and freeing functionsJohan Hedberg2007-01-191-29/+14
| |
| * No need to become a daemonMarcel Holtmann2007-01-191-15/+4
| |
| * Don't become a daemonMarcel Holtmann2007-01-191-18/+0
| |
| * Fix service binary location generationJohan Hedberg2007-01-191-1/+1
| |