summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* youtube: WIP v3 portwip/pwithnall/youtube-v3Philip Withnall2015-04-2016-1171/+1456
* youtube: Port to the YouTube API version 3Philip Withnall2015-04-208-155/+387
* youtube: Add a GDataYouTubeFeed helper class for parsing feedsPhilip Withnall2015-04-208-1/+201
* tests: Allow use of deprecated API in unit testsPhilip Withnall2015-04-201-1/+0
* core: Add new JSON internal parser helper methodsPhilip Withnall2015-04-202-0/+181
* core: Add JSON support to GDataUploadStreamPhilip Withnall2015-04-201-18/+61
* media: Add JSON support to GDataMediaThumbnailPhilip Withnall2015-04-201-0/+29
* core: Add internal API for setting GDataFeed:total-resultsPhilip Withnall2015-04-202-0/+14
* app: Add support for JSON to GDataAPPCategoriesPhilip Withnall2015-04-201-0/+76
* core: Expose gdata_parser_error_from_json_error() internallyPhilip Withnall2015-04-202-5/+15
* youtube: Fix default values of GDataYouTubeQuery location propertiesPhilip Withnall2015-04-201-2/+5
* demos: Expand youtube-cli functionalityPhilip Withnall2015-04-201-14/+480
* Updated POTFILES.inPiotr Drąg2015-04-171-0/+1
* core: Get the content type from the response instead of hard coding itDebarshi Ray2015-04-171-1/+6
* core: Add support for JSON to GDataAccessRuleDebarshi Ray2015-04-171-0/+69
* core: Add support for JSON to GDataAccessHandlerDebarshi Ray2015-04-171-2/+20
* core: Parse description from JSONDebarshi Ray2015-04-161-0/+1
* core: Add internal helper API for setting GDataEntry:idPhilip Withnall2015-04-162-0/+19
* core: Add internal helper API for setting GDataEntry:publishedPhilip Withnall2015-04-162-0/+17
* demos: Add youtube-cli demoPhilip Withnall2015-04-162-1/+139
* core: Correctly track JSON reader state when cloning nodesPhilip Withnall2015-04-141-5/+8
* core: Handle malformed OAuth2 grant response bodiesPhilip Withnall2015-04-141-0/+9
* core: Fix JSON parser state on hitting an errorPhilip Withnall2015-04-142-1/+4
* goa-authorizer: Set Authorization header as "Bearer ..."Carlos Garnacho2015-04-131-1/+1
* goa-authorizer: Add freebase domainCarlos Garnacho2015-04-131-0/+3
* freebase: Fix authorization domainCarlos Garnacho2015-04-131-1/+1
* atom: Add macros for shared and viewedDebarshi Ray2015-04-132-0/+22
* Updated Bulgarian translationAlexander Shopov2015-04-111-115/+193
* [l10n] Updated Estonian translationMattias Põldaru2015-04-081-15/+25
* Added Bosnian translationSamir Ribic2015-03-132-0/+571
* tests: Indirectly test API keysCarlos Garnacho2015-03-054-4/+4
* freebase: Pass API key as a GET variableCarlos Garnacho2015-03-051-0/+34
* Updated Serbian translationМирослав Николић2015-03-042-146/+182
* Updated Slovak translationDušan Kazik2015-02-281-128/+96
* demos: Remove use of deprecated GTK+ APIPhilip Withnall2015-02-061-4/+3
* tests: Add tests for Freebase search APICarlos Garnacho2014-12-233-0/+195
* freebase: Fix locale-dependent issues in geolocated queriesCarlos Garnacho2014-12-231-2/+8
* freebase: Fix typo in search queryCarlos Garnacho2014-12-231-1/+1
* freebase: Create async topic replies with the correct GTypeCarlos Garnacho2014-12-231-1/+1
* freebase: Add GType for GDataFreebaseSearchResultItemCarlos Garnacho2014-12-234-0/+25
* 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
* demos: Add a docs-list demoDebarshi Ray2014-12-122-0/+141
* build: Fix some whitespace in Makefile.amPhilip Withnall2014-12-121-19/+19
* 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