aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-30Release 0.48HEAD0.48masterMarcel Holtmann2-1/+7
2012-11-30test: Allow phonebook listing to failMarcel Holtmann1-1/+5
2012-11-30build: Add unit/test-gobex-apparam to .gitignoreMarcel Holtmann1-0/+1
2012-11-30gdbus: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz2-0/+33
2012-11-29gdbus: Don't automatically attach ObjectManagerLucas De Marchi2-21/+36
2012-11-29gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi1-3/+6
2012-11-26gdbus: Remove not needed NULL pointer checksSzymon Janc1-2/+2
2012-11-26gdbus: Replace leading spaces with tabsSyam Sidhardhan1-4/+4
2012-11-26gdbus: Fix compilation error due to missing #definesSyam Sidhardhan1-0/+8
2012-11-26gdbus: Remove connection from pending_property functionsLucas De Marchi2-20/+17
2012-11-26gdbus: Fix invalid memory access during interface removalJohan Hedberg1-6/+6
2012-11-26gdbus: Add g_dbus_get_properties functionJohan Hedberg2-0/+21
2012-11-26gdbus: Add support for invalidated propertiesJohan Hedberg1-1/+14
2012-11-26gdbus: Fix processing pending properties in remove_interface()Johan Hedberg1-0/+2
2012-11-26gdbus: Fix up Properties.Set() code pathLucas De Marchi1-3/+7
2012-11-26gdbus: Fix invalid memory access while unregisteringLucas De Marchi1-0/+11
2012-11-26gdbus: Implement PropertiesChanged signalLucas De Marchi2-2/+109
2012-11-26gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz1-32/+2
2012-11-26gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz1-1/+27
2012-11-26gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz1-2/+15
2012-11-26gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz1-154/+208
2012-11-26gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz1-10/+237
2012-11-26gdbus: Add properties into Introspectable interfaceLucas De Marchi1-0/+19
2012-11-26gdbus: Implement DBus.Properties.Set methodLucas De Marchi2-1/+157
2012-11-26gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi1-1/+55
2012-11-26gdbus: Implement DBus.Properties.Get methodLucas De Marchi2-1/+69
2012-11-26gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi1-0/+46
2012-11-26gdbus: Use macros to add annotationsLucas De Marchi1-12/+28
2012-11-26gdbus: Move typedefs upLucas De Marchi1-18/+29
2012-11-15btio: Fix type detection for L2CAP fixed channelsLuiz Augusto von Dentz1-0/+1
2012-11-14bluetooth: Fix using BtIOTypeLuiz Augusto von Dentz1-22/+8
2012-11-14tools: Fix using BT_IO_TYPE in test-client and test-serverLuiz Augusto von Dentz2-64/+61
2012-11-14client: Fix using BtIOTypeLuiz Augusto von Dentz1-3/+3
2012-11-14btio: Fix type detection when psm or channel are 0Luiz Augusto von Dentz1-25/+12
2012-11-14btio: Remove BT_IO_L2ERTMJohan Hedberg1-43/+6
2012-11-14btio: Make BtIOType privateJohan Hedberg2-35/+119
2012-11-14btio: Remove unneeded L2CAP raw socket supportJohan Hedberg2-25/+0
2012-11-12MAP: Add get_next_header() in message listingSunil Kumar Behera1-0/+1
2012-11-09MAP: Reset ap_sent variableSunil Kumar Behera1-0/+1
2012-10-26PBAP: Fix sending absolute pathLuiz Augusto von Dentz1-1/+1
2012-10-11client: Fix returning empty if messages was already listedLuiz Augusto von Dentz1-1/+1
2012-10-09client: Fix freeing apparam data on PBAP moduleLuiz Augusto von Dentz1-2/+0
2012-10-09client: Fix not using port when it is set by the clientLuiz Augusto von Dentz1-0/+1
2012-10-07test: Update map-client to include UpdateInbox.Srinivasa Ragavan1-0/+7
2012-10-07client-doc: Add documentation for UpdateInboxSrinivasa Ragavan1-0/+5
2012-10-07client: Add implementation for UpdateInboxSrinivasa Ragavan1-0/+58
2012-10-05MAP: Fix build when using --with-messages=trackerLuiz Augusto von Dentz1-3/+3
2012-10-04test: Update map-client to include Message.SetProperty and Message.GetPropertiesSrinivasa Ragavan1-0/+42
2012-10-04client-doc: Add documentation for Message.SetProperty and Message.GetPropertiesSrinivasa Ragavan1-0/+79
2012-10-04client: Add Message.SetProperty and Message.GetProperties implementation.Srinivasa Ragavan1-0/+189
2012-10-04client: Update the file offset to the beginning after writing to the fileSrinivasa Ragavan1-0/+1
2012-10-02gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz1-1/+1
2012-10-02client: Make obc_transfer_put to accept NULL as filenameLuiz Augusto von Dentz1-1/+2
2012-09-28client: Avoid extra copies while passing apparam to transferLuiz Augusto von Dentz4-99/+47
2012-09-28test: Update map-client to work with changes in Message.GetLuiz Augusto von Dentz1-1/+1
2012-09-28client: Fix not sending parameters to get message in map moduleLuiz Augusto von Dentz2-2/+20
2012-09-28test: Update map-client to work with changes in MessageAccess interfaceLuiz Augusto von Dentz1-3/+3
2012-09-28client-doc: Update documentation of MessageAccess interfaceLuiz Augusto von Dentz1-3/+66
2012-09-28client: Add MessageAccess.ListFilterFieldsLuiz Augusto von Dentz1-0/+39
2012-09-28client: Rename MessageAccess method GetMessagesListing to ListMessagesLuiz Augusto von Dentz1-15/+302
2012-09-28client: Rename MessageAccess method GetFolderListing to ListFoldersLuiz Augusto von Dentz1-7/+102
2012-09-27gdbus: Refactor filter_data_find()Lucas De Marchi1-38/+5
2012-09-27gdbus: Fix wrong signal handler matchLucas De Marchi1-21/+94
2012-09-26gdbus: Fix crash when getting disconnected from the busJohan Hedberg1-4/+5
2012-09-25client: Use larger timeout first packet in transfersLuiz Augusto von Dentz1-1/+4
2012-09-14MAP: Unify callbacks for operations that only report statusLuiz Augusto von Dentz3-30/+9
2012-09-14MAP: Add set delete status functionSunil Kumar Behera4-0/+33
2012-09-14MAP: Add set read status functionSunil Kumar Behera4-0/+50
2012-09-14MAP: Add support for MessageStatusSunil Kumar Behera1-1/+32
2012-09-10client-doc: Update documentation of PhonebookAccess interfaceLuiz Augusto von Dentz1-26/+36
2012-09-10client: Move common code to pull_phonebookLuiz Augusto von Dentz1-49/+30
2012-09-10test: Update pbap-client to work with changes in PhonebookAcessLuiz Augusto von Dentz1-12/+9
2012-09-10client: Remove deprecated methods from PhonebookAccessLuiz Augusto von Dentz1-183/+14
2012-09-10client: Add filters to PhonebookAccess.List and PhonebookAccess.SearchLuiz Augusto von Dentz1-39/+76
2012-09-10client: Add filters to PhonebookAccess.PullLuiz Augusto von Dentz1-26/+52
2012-09-10client: Add filters to Phonebook.PullAllLuiz Augusto von Dentz1-46/+210
2012-08-29client: Fix crash on map moduleSrinivasa Ragavan1-4/+4
2012-08-27client-doc: Guarantee prefix in transfer pathsMikel Astiz1-1/+1
2012-08-24gobex: Fix build on 32 bits systemsLuiz Augusto von Dentz1-8/+17
2012-08-23core: Remove redundant include errno.hSyam Sidhardhan1-1/+0
2012-08-23plugins: Remove redundant include sys/stat.hSyam Sidhardhan1-1/+0
2012-08-23build: BlueZ version 4.100 or later is requiredSyam Sidhardhan1-2/+2
2012-08-20MAP: Add subject length parameter in GetMessageListingSunil Kumar Behera4-3/+11
2012-08-20MAP: Add offset parameter decriptionSunil Kumar Behera1-0/+1
2012-08-17MAP: Fix invalid oflag checkSunil Kumar Behera1-1/+1
2012-08-16gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery1-2/+2
2012-08-16core: Remove map_ap.cLuiz Augusto von Dentz3-531/+2
2012-08-16MAP: Make use of GObexApparam APILuiz Augusto von Dentz1-43/+38
2012-08-16PBAP: Make use of GObexApparam APILuiz Augusto von Dentz2-143/+39
2012-08-16client: Port PBAP module to use GObexApparamLuiz Augusto von Dentz1-132/+49
2012-08-16gobex: Add debug option to apparamLuiz Augusto von Dentz3-9/+52
2012-08-16gobex: Add unit test for encoding/decoding apparam headersLuiz Augusto von Dentz1-0/+46
2012-08-16gobex: Integrate GObexApparam with GObexHeaderLuiz Augusto von Dentz2-0/+28
2012-08-16gobex: Add unit tests for GObexApparam APILuiz Augusto von Dentz2-3/+430
2012-08-16gobex: Introduce GObexApparam APILuiz Augusto von Dentz3-1/+375
2012-08-10client: Fix pbap_select using absolute path with known locationsLudek Finstrle1-2/+2
2012-08-09irmc: Fix possible memory leak in handling of locationLuiz Augusto von Dentz1-29/+28
2012-08-07client: Fix possible memory leak in bluetooth driverLuiz Augusto von Dentz1-0/+3
2012-08-07gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz2-4/+6
2012-07-29btio: Connect callback errors handling cleanupClaudio Takahasi1-19/+7
2012-07-29btio: Replace g_set_error by ERROR_FAILED macroClaudio Takahasi1-12/+7
2012-07-29btio: Rescue lost errorneous numbersPaulo Alcantara2-37/+48
2012-07-29btio: Add address type in bt_io_connectClaudio Takahasi2-4/+18
2012-07-27irmc: Make handle of location more clearLuiz Augusto von Dentz2-78/+85
2012-07-27phonebook: Replace magic strings for phonebook names and foldersHarald Schmitt4-33/+46
2012-07-27irmc: Fix phonebook contacts queryHarald Schmitt1-2/+2
2012-07-26Release 0.470.47Marcel Holtmann2-1/+5
2012-07-23client-doc: Remove Handle property from Message interfaceLuiz Augusto von Dentz1-4/+0
2012-07-20client-doc: Rephrase ambiguities in PBAP interfaceMikel Astiz1-8/+14
2012-07-20client-doc: Minor style fixMikel Astiz1-1/+2
2012-07-20client-doc: Fix typoMikel Astiz1-1/+1
2012-07-18test: Add support for Message.Get to map-clientLuiz Augusto von Dentz1-8/+85
2012-07-18client: Add Message.Get implementationLuiz Augusto von Dentz1-0/+37
2012-07-18client-doc: Add documentation of org.bluez.obex.MessageLuiz Augusto von Dentz1-0/+21
2012-07-18client: Use filter instead of dummy as argument name in MAPLuiz Augusto von Dentz1-2/+2
2012-07-18client-doc: Add documentation of MessageAccess.GetMessageListingLuiz Augusto von Dentz1-0/+76
2012-07-18test: Update map-client to the changes in GetMessageListingLuiz Augusto von Dentz1-1/+23
2012-07-18client: Change MessageAccess.GetMessageListing to not return raw xmlLuiz Augusto von Dentz1-37/+369
2012-07-18client-doc: Add documentation of MessageAccess.GetFolderListingLuiz Augusto von Dentz1-0/+9
2012-07-18test: Update map-client to the changes in GetFolderListingLuiz Augusto von Dentz1-1/+2
2012-07-18client: Change MessageAccess.GetFolderListing to not return raw xmlLuiz Augusto von Dentz1-2/+86
2012-06-30gobex: Change UTF name to standardNeal Peacock1-1/+1
2012-06-28gdbus: Fix removal of filter after last filter_dataLucas De Marchi1-9/+8
2012-06-20test: Fix map-client splitting subdirectories when changing folderLuiz Augusto von Dentz1-2/+1
2012-06-20client: Fix wrong signature of MessageAccess.SetFolderLuiz Augusto von Dentz1-1/+1
2012-06-18gdbus: add macro for methods marked as NOREPLYLucas De Marchi1-0/+7
2012-06-14Fix some common spelling errorsSzymon Janc4-5/+5
2012-06-14Fix dead assignmentsSzymon Janc3-3/+3
2012-06-14gobex: Fix dead assignments in gobex-header.cSzymon Janc1-5/+5
2012-06-14client: Fix error returning in obc_transfer_putSzymon Janc1-7/+10
2012-06-14client: Use g_malloc0 in get_filter_strsSzymon Janc1-4/+1
2012-06-14phonebook-dummy: Fix use of uninitialized count variableSzymon Janc1-1/+1
2012-06-13client: Fix memory leak in bluetooth driverLuiz Augusto von Dentz1-0/+2
2012-06-12client: Fix cancellation of queued transfersMikel Astiz1-4/+14
2012-06-12client: Remove obc_transfer_abortMikel Astiz1-15/+11
2012-06-12client: Fix possible unreplied D-Bus messageMikel Astiz1-0/+5
2012-06-12tools: Fix test-client error message put/get typoMichaƂ Poczwardowski1-1/+1
2012-06-11client-api: Fix remaining use of org.openobexLuiz Augusto von Dentz1-1/+1
2012-06-11client: Fix using org.openobex.ErrorLuiz Augusto von Dentz7-85/+92
2012-06-10test: Add progress support to opp-clientLuiz Augusto von Dentz1-4/+29
2012-06-10test: Add progress support to ftp-clientLuiz Augusto von Dentz1-1/+22
2012-06-07client: Use session path as prefix for transfer pathLuiz Augusto von Dentz3-5/+5
2012-06-07client: Fix not using connection passed to obc_transfer_registerLuiz Augusto von Dentz1-1/+1
2012-06-05test: Use org.bluez.obex namespace in get-capabilities scriptLuiz Augusto von Dentz1-4/+4
2012-06-05test: Use org.bluez.obex namespace in pbap-client scriptLuiz Augusto von Dentz1-25/+29
2012-06-05test: Use org.bluez.obex namespace in opp-client scriptLuiz Augusto von Dentz1-13/+13
2012-06-05test: Use org.bluez.obex namespace in map-client scriptLuiz Augusto von Dentz1-5/+5
2012-06-05test: Use org.bluez.obex namespace in ftp-client scriptLuiz Augusto von Dentz1-14/+13
2012-06-05test: Use org.bluez.obex namespace in list-folders scriptLuiz Augusto von Dentz1-5/+5
2012-06-05test: Use org.bluez.obex namespace in exchange-business-cards scriptLuiz Augusto von Dentz1-6/+5
2012-06-05client-api: Rename Transfer interface to org.bluez.obex.TransferLuiz Augusto von Dentz2-3/+3
2012-06-05client-api: Rename MessageAccess interface to org.bluez.obex.MessageAccessLuiz Augusto von Dentz1-1/+1
2012-06-05client-api: Rename Synchronization interface to org.bluez.obex.SynchronizationLuiz Augusto von Dentz2-2/+2
2012-06-05client-api: Rename PhonebookAccess interface to org.bluez.obex.PhonebookAccessLuiz Augusto von Dentz2-2/+2
2012-06-05client-api: Rename FileTransfer interface to org.bluez.obex.FileTransferLuiz Augusto von Dentz2-2/+2
2012-06-05client-api: Rename ObjectPush interface to org.bluez.obex.ObjectPushLuiz Augusto von Dentz2-2/+2
2012-06-05client-api: Rename session interface to org.bluez.obex.SessionLuiz Augusto von Dentz2-3/+3
2012-06-05client: Change D-Bus service file to use org.bluez.obex.clientLuiz Augusto von Dentz1-1/+1
2012-06-05client: Change namespace to org.bluez.obex.clientLuiz Augusto von Dentz1-3/+3
2012-06-05client-api: Change D-Bus namespace to org.bluez.obex.clientLuiz Augusto von Dentz1-9/+9
2012-06-05test: Use org.bluez.obex namespace in simple-agent scriptLuiz Augusto von Dentz1-18/+19
2012-06-05core: Change agent interface to org.bluez.obex.AgentLuiz Augusto von Dentz2-4/+4
2012-06-05agent-api: Change D-Bus namespace to org.bluez.obexdLuiz Augusto von Dentz1-3/+3
2012-06-05core: Change D-Bus service file to use org.bluez.obexLuiz Augusto von Dentz1-1/+1
2012-06-05core: Change D-Bus namespace to org.bluez.obexLuiz Augusto von Dentz2-20/+19
2012-06-05obexd-api: Change D-Bus namespace to org.bluez.obexdLuiz Augusto von Dentz1-8/+8
2012-06-05test: Fix code style of map-clientLuiz Augusto von Dentz1-36/+34
2012-06-05client: Update copyright statementMikel Astiz5-0/+5
2012-06-05client-test: Add opp-clientMikel Astiz4-66/+98
2012-06-04client-test: pbap-client uses new APIMikel Astiz1-36/+147
2012-06-04client-test: ftp-client uses new APIMikel Astiz1-103/+133
2012-06-04client: PhonebookAccess sessions return transfersMikel Astiz1-86/+75
2012-06-04client-doc: PhonebookAccess sessions return transfersMikel Astiz1-5/+26
2012-06-04client: Synchronization sessions return transfersMikel Astiz1-59/+33
2012-06-04client-doc: Synchronization sessions return transfersMikel Astiz1-4/+21
2012-06-04client: FileTransfer sessions return transfersMikel Astiz1-32/+14
2012-06-04client-doc: FileTransfer sessions return transfersMikel Astiz1-6/+17
2012-06-04client: ObjectPush sessions return transfersMikel Astiz1-58/+13
2012-06-04client: Expose D-Bus data in internal transfer APIMikel Astiz2-13/+54
2012-06-04client: Support empty filename in obc_transfer_getMikel Astiz1-5/+22
2012-06-04client-doc: ObjectPush sessions return transfersMikel Astiz1-3/+31
2012-06-04client: Make transfer filename optionalMikel Astiz2-2/+4
2012-05-31client-test: Remove agent from ftp-clientMikel Astiz1-43/+7
2012-05-31client: Make FileTransfer.PutFile asynchronousMikel Astiz1-5/+8
2012-05-31client: Expose all transfers in D-BusMikel Astiz1-7/+0
2012-05-31client: Remove obsolete authentication codeMikel Astiz1-60/+26
2012-05-31client: Remove internal transfer progress reportMikel Astiz3-36/+10
2012-05-31client: Remove unused functions in transfer APIMikel Astiz2-26/+0
2012-05-31client: Remove D-Bus agentMikel Astiz5-516/+2
2012-05-31client: Use transfer owner instead of agentMikel Astiz3-13/+8
2012-05-31client-doc: Remove D-Bus agentMikel Astiz1-52/+0
2012-05-31client: Add transfer event-reporting signalsMikel Astiz1-5/+21
2012-05-31client-doc: Add transfer event-reporting signalsMikel Astiz1-0/+9
2012-05-31client: Add progress property to transferMikel Astiz1-2/+64
2012-05-31client-doc: Add progress property to transferMikel Astiz1-0/+10
2012-05-31client: Add D-Bus helper libraryMikel Astiz6-110/+339
2012-05-23client-test: Replace CreateSession parameter dictMikel Astiz8-14/+8
2012-05-23client: Replace parameter dict with conventional onesMikel Astiz1-6/+14
2012-05-23client-doc: Replace parameter dict with conventional onesMikel Astiz1-9/+16
2012-05-23client: Move GetCapabilities to session APIMikel Astiz2-121/+68