summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Fix some compiler warnings in the YouTube testsPhilip Withnall2015-07-101-3/+2
* tests: Remove outdated async authentication tests from YouTubePhilip Withnall2015-07-101-189/+0
* youtube: Fix a potential NULL object dereferencePhilip Withnall2015-07-101-1/+1
* tests: Port and re-enable YouTube upload testsPhilip Withnall2015-07-105-94/+225
* youtube: Re-enable video uploads using the v3 APIPhilip Withnall2015-07-103-4/+33
* tests: Port and re-enable online YouTube comment testsPhilip Withnall2015-07-109-173/+3045
* tests: Port and re-enable offline YouTube comment testsPhilip Withnall2015-07-101-17/+21
* youtube: Remove a small amount of dead codePhilip Withnall2015-07-101-4/+0
* youtube: Port YouTube comments to the v3 APIPhilip Withnall2015-07-103-16/+421
* core: Add a new internal method for setting GDataEntry:etagPhilip Withnall2015-07-102-0/+19
* tests: Remove an unused YouTube testPhilip Withnall2015-07-101-51/+0
* youtube: Simplify video ratings handling codePhilip Withnall2015-07-081-4/+16
* tests: Port and re-enable YouTube video rating testsPhilip Withnall2015-07-081-142/+28
* tests: Port and re-enable YouTube category testsPhilip Withnall2015-07-084-69/+1375
* app: Fix parsing of YouTube categoriesPhilip Withnall2015-07-081-1/+8
* docs: Add gdata-documents-utils.h to IGNORE_HFILESPhilip Withnall2015-07-081-0/+1
* tests: Port and re-enable several YouTube parsing testsPhilip Withnall2015-07-081-185/+96
* youtube: Fix parsing videos which have no recordingDatePhilip Withnall2015-07-081-1/+2
* Updated Portuguese translationPedro Albuquerque2015-07-061-50/+56
* Updated Polish translationPiotr Drąg2015-07-051-139/+154
* Updated POTFILES.inPiotr Drąg2015-07-051-0/+1
* tests: Port and re-enable the YouTube batch API testsPhilip Withnall2015-07-054-137/+188
* youtube: Mark GDataBatchable as unsupported by YouTube any morePhilip Withnall2015-07-051-1/+18
* core: Add GDataBatchable.is_supported virtual methodPhilip Withnall2015-07-052-0/+36
* tests: Port and re-enable the YouTube query URI testsPhilip Withnall2015-07-051-9/+39
* tests: Fix query parameter comparisons involving dates in YouTube testsPhilip Withnall2015-07-058-3581/+2970
* youtube: Reduce assumed accuracy of time query parametersPhilip Withnall2015-07-051-0/+3
* tests: Port and re-enable a few more YoUTube unit testsPhilip Withnall2015-07-049-2825/+4561
* core: Add a missing NULL terminator to parsed JSON string arraysPhilip Withnall2015-07-041-0/+3
* docs: Fix multiply-defined index IDsPhilip Withnall2015-07-021-2/+2
* Updated Portuguese translationPedro Albuquerque2015-07-011-162/+196
* goa-authorizer: Add domains for documents if "files" is onDebarshi Ray2015-07-011-1/+1
* documents: Add support for updating content using Drive v2Debarshi Ray2015-07-011-5/+11
* tests: Add a test for location presence in default YouTube video JSONPhilip Withnall2015-06-241-0/+36
* documents: Split out the code to add a parent folder's link to an entryDebarshi Ray2015-06-171-13/+18
* documents: Set mimeType in JSONDebarshi Ray2015-06-172-0/+38
* documents: Support uploads to a specific location using Drive v2Debarshi Ray2015-06-163-5/+70
* core: Use constructed instead of constructorDebarshi Ray2015-06-161-8/+5
* core: Add GDataOAuth2Authorizer:refresh-token APIPhilip Withnall2015-06-164-5/+123
* tests: Use GDataDocumentsAccessRule for documents ACLsDebarshi Ray2015-06-161-9/+9
* documents: Add support for uploads using Drive v2Debarshi Ray2015-06-162-53/+22
* documents: Split out the code to map a content type to a GTypeDebarshi Ray2015-06-154-25/+100
* documents: Support searching for readers using Drive v2 queriesDebarshi Ray2015-06-121-13/+20
* core: Read-only properties are not going to be set via the public APIDebarshi Ray2015-06-121-4/+1
* calendar: Fix a path in the GDataCalendarAccessRule documentationDebarshi Ray2015-06-101-1/+1
* documents: Add support for editing ACLs using Drive v2Debarshi Ray2015-06-1010-71/+369
* core: Expose _gdata_access_rule_set_key() internallyDebarshi Ray2015-06-102-0/+17
* core: Fix the GDataAccessRule exampleDebarshi Ray2015-06-091-3/+5
* build: Fix -Werror build for clangTing-Wei Lan2015-06-091-1/+2
* tests: Silence -Wunsafe-loop-optimizationsDebarshi Ray2015-06-031-1/+3