summaryrefslogtreecommitdiff
path: root/gdata
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: Add support for ACL entries with keysPhilip Withnall2014-08-244-3/+155
* contacts: Allow and ignore empty e-mail addressesPhilip Withnall2014-08-192-3/+34
* core: Remove outdated gdata_parser_int64_to_json_iso8601()Philip Withnall2014-08-095-11/+4
* core: Tweak generated ISO8601 dates to appease Google’s parsersPhilip Withnall2014-08-094-46/+51
* core: Fix API documentation ‘Since’ versionsPhilip Withnall2014-08-091-1/+1
* freebase: Fix API documentation ‘Since’ versionsPhilip Withnall2014-08-0914-92/+92
* core: Fix a data corruption bug in GDataBufferPhilip Withnall2014-08-091-1/+2
* tests: Fix GDataAuthorizer:proxy-resolver property testsPhilip Withnall2014-08-092-9/+11
* core: Use g_ascii_strto[u]ll() instead of strto[u]l()Philip Withnall2014-08-0917-39/+39
* core: Refresh authoriser on receiving SOUP_STATUS_NOT_FOUNDSaurav Agarwalla2014-07-081-1/+2
* freebase: Remove a redundant comparison with zeroPhilip Withnall2014-06-221-2/+2
* core: Handle SOUP_STATUS_NO_CONTENT in response to DELETE requestsPhilip Withnall2014-06-201-1/+1
* core: Fix a small memory leak in a date parsing functionPhilip Withnall2014-06-201-0/+2
* picasaweb: Support <gphoto:access>protected</gphoto:access> in albumsPhilip Withnall2014-06-191-1/+2
* core: Refresh authoriser on receiving SOUP_STATUS_FORBIDDENPhilip Withnall2014-06-191-1/+2
* core: Add PicasaWeb support to GDataGoaAuthorizerSaurav Agarwalla2014-06-181-0/+5
* freebase: Add missing volatile hint on refcount counterCarlos Garnacho2014-05-271-1/+1
* freebase: Add helper function to retrieve imagesCarlos Garnacho2014-05-273-0/+80
* freebase: Add search APICarlos Garnacho2014-05-278-0/+1284
* freebase: Add Topic query APICarlos Garnacho2014-05-278-0/+1663
* Add Freebase serviceCarlos Garnacho2014-05-278-0/+938
* core: Disconnect a cancellable in GDataDownloadStreamPhilip Withnall2014-05-161-2/+10
* tests: Add an extra assertion about paginationPhilip Withnall2014-05-161-2/+2
* contacts: Remove a redundant xmlFree() callPhilip Withnall2014-05-161-1/+0
* tests: Fix copy–paste errors in the OAuth 1 testsPhilip Withnall2014-05-161-2/+2
* tests: Tidy up cases in a switch statementPhilip Withnall2014-05-161-2/+1
* gdata: Allow creating GDataEntries out of JSON contentCarlos Garnacho2014-04-271-1/+7
* atom: Add a GDATA_LINK_PARENT definePhilip Withnall2014-03-103-3/+18
* core: Load extra attributes from ‘kind’ categoriesPhilip Withnall2014-03-052-0/+59
* Release version 0.15.0LIBGDATA_0_15_0Philip Withnall2013-12-1910-81/+81
* tasks: Add missing G_END_DECLS to fix C++ compilationPhilip Withnall2013-12-021-0/+2
* core: Fix gdata-goa-authorizer.h for C++Aurimas Černius2013-12-021-0/+2
* tests: Replace g_test_trap_fork() with g_test_trap_subprocess()Fabiano Fidêncio2013-11-211-7/+20
* core: Fix 'soup_gnome_features_2_26_get_type' is deprecated warningFabiano Fidêncio2013-11-211-4/+1
* tests: Fix strict aliasing problems with struct sockaddrPhilip Withnall2013-11-191-5/+8
* core: Fix strict-aliasing problems with authentication domainsPhilip Withnall2013-11-191-2/+2
* core: Replace deprecated GStaticMutex with GMutexFabiano Fidêncio2013-11-191-7/+7
* tasks: Fix return valuesFabiano Fidêncio2013-11-191-21/+21
* tests: Replace GDataMock for uhttpmockFabiano Fidêncio2013-10-2714-2435/+308
* core: Add helper function to work around Google RFC 3339 incompatibilityPeteris Krisjanis2013-10-265-9/+22