summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.440.44Marcel Holtmann2012-01-132-1/+7
* mailmap: Add necessary mapping for Jaganath KanakkasseryJohan Hedberg2012-01-111-0/+1
* obex: Reset obex session in transfer_complete()Jaganath Kanakkassery2012-01-111-1/+6
* Fix incorrect transfer path id during request authorizationJaganath Kanakkassery2012-01-111-1/+1
* PBAP: Fix possible invalid memory accessSunil Kumar Behera2012-01-111-4/+5
* gobex: fix unit test when using SOCK_SEQPACKETLuiz Augusto von Dentz2012-01-111-265/+48
* gobex: automatically use SRM when transport type is SOCK_SEQPACKETLuiz Augusto von Dentz2012-01-111-1/+55
* gobex: handle Single Response Mode Parameters (SRMP) headersLuiz Augusto von Dentz2012-01-111-5/+34
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-01-113-33/+216
* Fix not responding SUCCESS code to GET in some conditionsLuiz Augusto von Dentz2012-01-111-54/+17
* gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2012-01-112-12/+27
* Fix not responding when driver_get_headers return 0Luiz Augusto von Dentz2012-01-111-22/+18
* MAP: Fix coding style issuesJohan Hedberg2012-01-093-40/+33
* MAP: Add UpdateInbox functionDivya Yadav2012-01-094-1/+59
* messages-tracker: Fix coding styleDivya Yadav2012-01-091-1/+2
* gobex: simplify naming of tests when transfering sequence of packetsLuiz Augusto von Dentz2011-12-301-186/+178
* gobex: add unit test for CONN followed by PUT request with SRMLuiz Augusto von Dentz2011-12-301-0/+74
* gobex: add unit test for GET request with SRM and SRMP additional waitLuiz Augusto von Dentz2011-12-301-0/+72
* gobex: add unit test for GET request with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-0/+70
* gobex: add unit test for GET response with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-0/+84
* gobex: add unit test for PUT response with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-1/+86
* gobex: add unit test for PUT request with SRM and SRMP waitLuiz Augusto von Dentz2011-12-301-0/+66
* gobex: add unit test for GET request with SRMLuiz Augusto von Dentz2011-12-301-0/+65
* gobex: add unit test for PUT response with SRMLuiz Augusto von Dentz2011-12-302-0/+100
* gobex: add unit test for GET response with SRM enableLuiz Augusto von Dentz2011-12-301-0/+90
* gobex: add unit test for PUT request with SRMLuiz Augusto von Dentz2011-12-302-3/+68
* gobex: add unit test for GET response with random dataLuiz Augusto von Dentz2011-12-301-0/+80
* gobex: add unit test for GET request with random dataLuiz Augusto von Dentz2011-12-301-0/+62
* gobex: add unit test for PUT response with random dataLuiz Augusto von Dentz2011-12-301-0/+89
* Release 0.430.43Marcel Holtmann2011-12-222-1/+7
* Fix compilation issues with standard includesMarcel Holtmann2011-12-223-0/+3
* gobex: reduce duplicated code in g_obex_put_reqLuiz Augusto von Dentz2011-12-211-16/+2
* gobex: add defines for possible values of SRMP headerLuiz Augusto von Dentz2011-12-211-1/+6
* gobex: add defines for possible values of SRM headerLuiz Augusto von Dentz2011-12-211-0/+5
* map: Fix D-Bus call after method renameBartosz Szatkowski2011-12-151-1/+1
* map: Rename GetMessagesListing to GetMessageListingJohan Hedberg2011-12-151-2/+2
* Add support for PullMessagesListing in MAP clientBartosz Szatkowski2011-12-152-0/+35
* Add basic support for MAP folder listingBartosz Szatkowski2011-12-152-1/+58
* Add simple helper for MAP clientBartosz Szatkowski2011-12-152-1/+54
* Add support for SetFolder in MAP clientBartosz Szatkowski2011-12-152-1/+60
* gobex: fix transfer search in transfer_completeMikel Astiz2011-12-151-11/+19
* Add basic support for MAP client in obex-clientBartosz Szatkowski2011-12-095-0/+171
* gobex: Add translating error codes to stringsBartosz Szatkowski2011-12-092-0/+59
* gobex: add unit test for packet PUT request with random dataLuiz Augusto von Dentz2011-12-081-3/+16
* gobex: remove unused delay on test_put_req_randomLuiz Augusto von Dentz2011-12-081-1/+0
* gobex: fix wrong name of test_get_rsp_eagainLuiz Augusto von Dentz2011-12-081-1/+1
* gobex: always set CONNECTION_ID to 1 on unit testsLuiz Augusto von Dentz2011-12-081-29/+12
* MAP: Skeleton of application parameters supportSlawomir Bochenski2011-12-083-2/+208
* phonebook-tracker: Fix iso8601_utc_to_localtimeSlawomir Bochenski2011-12-081-5/+3
* client: Fix file size issue in GetPropertiesjaganath.k2011-12-073-16/+28