summaryrefslogtreecommitdiff
path: root/gdata
Commit message (Expand)AuthorAgeFilesLines
* tests: Add tests for freebase topic APICarlos Garnacho2014-12-233-0/+4063
* freebase: Fix thinko when creating compound GDataFreebaseTopicObjectsCarlos Garnacho2014-12-211-1/+1
* freebase: reader_fill_object_gvalue() is only meant for "object" typesCarlos Garnacho2014-12-211-1/+1
* documents: Handle final page pagination in GDataDocumentsServicePhilip Withnall2014-12-121-1/+59
* core: Explicitly support a final page in GDataQuery paginationPhilip Withnall2014-12-123-2/+61
* core: Allow the GDataFeed type to be passed to _gdata_feed_new()Philip Withnall2014-12-123-6/+16
* core: Virtualise feed parsing in GDataServicePhilip Withnall2014-12-122-11/+53
* core: Eliminate unnecessary is_async argument from parser functionsPhilip Withnall2014-12-124-31/+31
* core: Use correct relation URI for next/previous feed linksPhilip Withnall2014-12-121-2/+2
* tests: Switch to non-interactive tests by defaultPhilip Withnall2014-12-121-3/+7
* tests: Eliminate ISO 8601 formatting workaround for datesPhilip Withnall2014-12-124-52/+52
* tests: Temporarily disable some Contacts test assertionsPhilip Withnall2014-11-091-2/+3
* tests: Update Contacts test traces for ISO 8601 date changesPhilip Withnall2014-11-0937-652/+3197
* tests: Remove pointless async authorizer tests from contacts.cPhilip Withnall2014-11-091-45/+1
* core: Eliminate ISO 8601 formatting workaround for datesPhilip Withnall2014-11-091-19/+1
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-03103-103/+103
* core: Add padding members to class structuresPhilip Withnall2014-11-0397-0/+555
* tests: Remove unnecessary non-NULL testPhilip Withnall2014-11-011-1/+1
* tests: Add networked tests for the Google Tasks servicePhilip Withnall2014-09-2127-127/+2035
* tasks: Add preconditions for tasklist IDs being set when inserting tasksPhilip Withnall2014-09-211-0/+4
* tasks: Handle an additional form of AUTHENTICATION_REQUIRED errorPhilip Withnall2014-09-211-1/+2
* core: Don’t unset refresh token on refreshing OAuth 2.0 authorisationPhilip Withnall2014-09-211-2/+4
* core: Handle ‘etag’ and ‘kind’ members in JSON feedsPhilip Withnall2014-09-211-0/+4
* tests: Call setlocale() on startupPhilip Withnall2014-09-211-0/+3
* core: Add a GDataOAuth2Authorizer for OAuth 2.0 supportPhilip Withnall2014-09-2118-6/+2883
* Release version 0.16.0LIBGDATA_0_16_0Philip Withnall2014-09-185-10/+10
* tasks: Output the ‘hidden’ property in generated JSONPhilip Withnall2014-09-181-0/+3
* tasks: Simplify some codePhilip Withnall2014-09-181-7/+2
* core: Fix various minor mutex abusesPhilip Withnall2014-09-182-2/+6
* tests: Add support for the new SoupServer APIPhilip Withnall2014-09-181-43/+138
* tests: Add unit tests for the Google Tasks servicePhilip Withnall2014-09-185-0/+875
* tasks: Add a custom error parserPhilip Withnall2014-09-181-0/+184
* core: Add an error code in GDataServiceError for exceeding the API quotaPhilip Withnall2014-09-181-1/+5
* tests: Add a dummy GDataAuthorizer implementationPhilip Withnall2014-09-183-0/+295
* tasks: Improve documentation for GDataTasksTask propertiesPhilip Withnall2014-09-151-4/+10
* tasks: Fix a property definition on GDataTasksTaskPhilip Withnall2014-09-151-1/+1
* tasks: Add missing kind_terms to GDataEntry subclassesPhilip Withnall2014-09-152-0/+7
* tasks: Document missing features of GDataTasksTaskPhilip Withnall2014-09-151-0/+3
* tasks: Invalid GDataTasksQuery:etag on property changesPhilip Withnall2014-09-151-0/+21
* tasks: Deprecate the ‘q’ parameter of gdata_tasks_query_new()Philip Withnall2014-09-151-2/+4
* tasks: Remove unused members from GDataTasksQueryPhilip Withnall2014-09-151-8/+0
* tasks: Add helper constants for GDataTasksTask:statusPhilip Withnall2014-09-152-2/+30
* tests: Tighten error checking on UHM trace setupPhilip Withnall2014-09-151-1/+4
* tests: Split OAuth helper function out of oauth1-authorizer testsPhilip Withnall2014-09-153-22/+33
* tasks: Add a missing symbol to gdata.symbolsPhilip Withnall2014-09-151-0/+1
* build: Split common test code into a libtool convenience libraryPhilip Withnall2014-09-151-38/+29
* build: Tidy up whitespace in tests Makefile.amPhilip Withnall2014-09-151-37/+38
* core: Add gzip encoding supportPhilip Withnall2014-08-241-0/+23
* tests: Remove debug log storage systemPhilip Withnall2014-08-242-57/+24
* build: Enable automake parallel-testsPhilip Withnall2014-08-241-13/+13