summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.48HEAD0.48masterMarcel Holtmann2012-11-302-1/+7
* test: Allow phonebook listing to failMarcel Holtmann2012-11-301-1/+5
* build: Add unit/test-gobex-apparam to .gitignoreMarcel Holtmann2012-11-301-0/+1
* gdbus: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz2012-11-302-0/+33
* gdbus: Don't automatically attach ObjectManagerLucas De Marchi2012-11-292-21/+36
* gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi2012-11-291-3/+6
* gdbus: Remove not needed NULL pointer checksSzymon Janc2012-11-261-2/+2
* gdbus: Replace leading spaces with tabsSyam Sidhardhan2012-11-261-4/+4
* gdbus: Fix compilation error due to missing #definesSyam Sidhardhan2012-11-261-0/+8
* gdbus: Remove connection from pending_property functionsLucas De Marchi2012-11-262-20/+17
* gdbus: Fix invalid memory access during interface removalJohan Hedberg2012-11-261-6/+6
* gdbus: Add g_dbus_get_properties functionJohan Hedberg2012-11-262-0/+21
* gdbus: Add support for invalidated propertiesJohan Hedberg2012-11-261-1/+14
* gdbus: Fix processing pending properties in remove_interface()Johan Hedberg2012-11-261-0/+2
* gdbus: Fix up Properties.Set() code pathLucas De Marchi2012-11-261-3/+7
* gdbus: Fix invalid memory access while unregisteringLucas De Marchi2012-11-261-0/+11
* gdbus: Implement PropertiesChanged signalLucas De Marchi2012-11-262-2/+109
* gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz2012-11-261-32/+2
* gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz2012-11-261-1/+27
* gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz2012-11-261-2/+15
* gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz2012-11-261-154/+208
* gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz2012-11-261-10/+237
* gdbus: Add properties into Introspectable interfaceLucas De Marchi2012-11-261-0/+19
* gdbus: Implement DBus.Properties.Set methodLucas De Marchi2012-11-262-1/+157
* gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi2012-11-261-1/+55
* gdbus: Implement DBus.Properties.Get methodLucas De Marchi2012-11-262-1/+69
* gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi2012-11-261-0/+46
* gdbus: Use macros to add annotationsLucas De Marchi2012-11-261-12/+28
* gdbus: Move typedefs upLucas De Marchi2012-11-261-18/+29
* btio: Fix type detection for L2CAP fixed channelsLuiz Augusto von Dentz2012-11-151-0/+1
* bluetooth: Fix using BtIOTypeLuiz Augusto von Dentz2012-11-141-22/+8
* tools: Fix using BT_IO_TYPE in test-client and test-serverLuiz Augusto von Dentz2012-11-142-64/+61
* client: Fix using BtIOTypeLuiz Augusto von Dentz2012-11-141-3/+3
* btio: Fix type detection when psm or channel are 0Luiz Augusto von Dentz2012-11-141-25/+12
* btio: Remove BT_IO_L2ERTMJohan Hedberg2012-11-141-43/+6
* btio: Make BtIOType privateJohan Hedberg2012-11-142-35/+119
* btio: Remove unneeded L2CAP raw socket supportJohan Hedberg2012-11-142-25/+0
* MAP: Add get_next_header() in message listingSunil Kumar Behera2012-11-121-0/+1
* MAP: Reset ap_sent variableSunil Kumar Behera2012-11-091-0/+1
* PBAP: Fix sending absolute pathLuiz Augusto von Dentz2012-10-261-1/+1
* client: Fix returning empty if messages was already listedLuiz Augusto von Dentz2012-10-111-1/+1
* client: Fix freeing apparam data on PBAP moduleLuiz Augusto von Dentz2012-10-091-2/+0
* client: Fix not using port when it is set by the clientLuiz Augusto von Dentz2012-10-091-0/+1
* test: Update map-client to include UpdateInbox.Srinivasa Ragavan2012-10-071-0/+7
* client-doc: Add documentation for UpdateInboxSrinivasa Ragavan2012-10-071-0/+5
* client: Add implementation for UpdateInboxSrinivasa Ragavan2012-10-071-0/+58
* MAP: Fix build when using --with-messages=trackerLuiz Augusto von Dentz2012-10-051-3/+3
* test: Update map-client to include Message.SetProperty and Message.GetPropertiesSrinivasa Ragavan2012-10-041-0/+42
* client-doc: Add documentation for Message.SetProperty and Message.GetPropertiesSrinivasa Ragavan2012-10-041-0/+79
* client: Add Message.SetProperty and Message.GetProperties implementation.Srinivasa Ragavan2012-10-041-0/+189