summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* client: Update the file offset to the beginning after writing to the fileSrinivasa Ragavan2012-10-041-0/+1
* gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz2012-10-021-1/+1
* client: Make obc_transfer_put to accept NULL as filenameLuiz Augusto von Dentz2012-10-021-1/+2
* client: Avoid extra copies while passing apparam to transferLuiz Augusto von Dentz2012-09-284-99/+47
* test: Update map-client to work with changes in Message.GetLuiz Augusto von Dentz2012-09-281-1/+1
* client: Fix not sending parameters to get message in map moduleLuiz Augusto von Dentz2012-09-282-2/+20
* test: Update map-client to work with changes in MessageAccess interfaceLuiz Augusto von Dentz2012-09-281-3/+3
* client-doc: Update documentation of MessageAccess interfaceLuiz Augusto von Dentz2012-09-281-3/+66
* client: Add MessageAccess.ListFilterFieldsLuiz Augusto von Dentz2012-09-281-0/+39
* client: Rename MessageAccess method GetMessagesListing to ListMessagesLuiz Augusto von Dentz2012-09-281-15/+302
* client: Rename MessageAccess method GetFolderListing to ListFoldersLuiz Augusto von Dentz2012-09-281-7/+102
* gdbus: Refactor filter_data_find()Lucas De Marchi2012-09-271-38/+5
* gdbus: Fix wrong signal handler matchLucas De Marchi2012-09-271-21/+94
* gdbus: Fix crash when getting disconnected from the busJohan Hedberg2012-09-261-4/+5
* client: Use larger timeout first packet in transfersLuiz Augusto von Dentz2012-09-251-1/+4
* MAP: Unify callbacks for operations that only report statusLuiz Augusto von Dentz2012-09-143-30/+9
* MAP: Add set delete status functionSunil Kumar Behera2012-09-144-0/+33
* MAP: Add set read status functionSunil Kumar Behera2012-09-144-0/+50
* MAP: Add support for MessageStatusSunil Kumar Behera2012-09-141-1/+32
* client-doc: Update documentation of PhonebookAccess interfaceLuiz Augusto von Dentz2012-09-101-26/+36
* client: Move common code to pull_phonebookLuiz Augusto von Dentz2012-09-101-49/+30
* test: Update pbap-client to work with changes in PhonebookAcessLuiz Augusto von Dentz2012-09-101-12/+9
* client: Remove deprecated methods from PhonebookAccessLuiz Augusto von Dentz2012-09-101-183/+14
* client: Add filters to PhonebookAccess.List and PhonebookAccess.SearchLuiz Augusto von Dentz2012-09-101-39/+76
* client: Add filters to PhonebookAccess.PullLuiz Augusto von Dentz2012-09-101-26/+52
* client: Add filters to Phonebook.PullAllLuiz Augusto von Dentz2012-09-101-46/+210
* client: Fix crash on map moduleSrinivasa Ragavan2012-08-291-4/+4
* client-doc: Guarantee prefix in transfer pathsMikel Astiz2012-08-271-1/+1
* gobex: Fix build on 32 bits systemsLuiz Augusto von Dentz2012-08-241-8/+17
* core: Remove redundant include errno.hSyam Sidhardhan2012-08-231-1/+0
* plugins: Remove redundant include sys/stat.hSyam Sidhardhan2012-08-231-1/+0
* build: BlueZ version 4.100 or later is requiredSyam Sidhardhan2012-08-231-2/+2
* MAP: Add subject length parameter in GetMessageListingSunil Kumar Behera2012-08-204-3/+11
* MAP: Add offset parameter decriptionSunil Kumar Behera2012-08-201-0/+1
* MAP: Fix invalid oflag checkSunil Kumar Behera2012-08-171-1/+1
* gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery2012-08-161-2/+2
* core: Remove map_ap.cLuiz Augusto von Dentz2012-08-163-531/+2
* MAP: Make use of GObexApparam APILuiz Augusto von Dentz2012-08-161-43/+38
* PBAP: Make use of GObexApparam APILuiz Augusto von Dentz2012-08-162-143/+39
* client: Port PBAP module to use GObexApparamLuiz Augusto von Dentz2012-08-161-132/+49
* gobex: Add debug option to apparamLuiz Augusto von Dentz2012-08-163-9/+52
* gobex: Add unit test for encoding/decoding apparam headersLuiz Augusto von Dentz2012-08-161-0/+46
* gobex: Integrate GObexApparam with GObexHeaderLuiz Augusto von Dentz2012-08-162-0/+28
* gobex: Add unit tests for GObexApparam APILuiz Augusto von Dentz2012-08-162-3/+430
* gobex: Introduce GObexApparam APILuiz Augusto von Dentz2012-08-163-1/+375
* client: Fix pbap_select using absolute path with known locationsLudek Finstrle2012-08-101-2/+2
* irmc: Fix possible memory leak in handling of locationLuiz Augusto von Dentz2012-08-091-29/+28
* client: Fix possible memory leak in bluetooth driverLuiz Augusto von Dentz2012-08-071-0/+3
* gobex: Fix not printing debug messages when GOBEX_DEBUG is setLuiz Augusto von Dentz2012-08-072-4/+6
* btio: Connect callback errors handling cleanupClaudio Takahasi2012-07-291-19/+7