summaryrefslogtreecommitdiff
path: root/gdata
Commit message (Expand)AuthorAgeFilesLines
* core: Atomically update auth_tokens in GDataClientLoginAuthorizerPhilip Withnall2011-12-201-82/+79
* tests: Set G_MESSAGES_DEBUG when running testsPhilip Withnall2011-12-201-0/+1
* documents: Don't use a deprecated function in GDataDocumentsSpreadsheetPhilip Withnall2011-12-201-2/+7
* core: Don't use deprecated GLib threading API if we have a recent GLibPhilip Withnall2011-12-2011-21/+531
* contacts: Add support for the “file as” propertyPhilip Withnall2011-10-274-5/+92
* contacts: Slightly relax a test conditionPhilip Withnall2011-10-271-1/+2
* core: Use GHmac instead of HMAC from liboauthPhilip Withnall2011-10-231-1/+14
* Bug 662290 — Can't update contact that has no full namePhilip Withnall2011-10-202-1/+56
* core: Ensure passwords and auth. tokens are stored in non-pageable memoryPhilip Withnall2011-10-114-22/+167
* Bug 656973 — Add an example of starring a documentPhilip Withnall2011-10-102-0/+60
* Bug 659148 — Add search-term query example to documentationPhilip Withnall2011-10-101-0/+39
* Bug 660174 — Deprecate SWF export of presentationsPhilip Withnall2011-10-101-0/+4
* youtube: Fix a typo in a documentation commentPhilip Withnall2011-10-101-2/+2
* Bug 658865 — Add support for the license query parameterPhilip Withnall2011-10-104-3/+103
* core: Filter sensitive details out of debug log outputPhilip Withnall2011-10-103-5/+101
* Bug 656972 — Tidy up document IDsPhilip Withnall2011-10-099-140/+100
* build: Add a LIBGDATA_DISABLE_DEPRECATED build flagPhilip Withnall2011-10-091-0/+1
* Add version check preprocessor macrosHolger Berndt2011-09-282-0/+81
* youtube: Fix a potential unref of a NULL pointerPhilip Withnall2011-09-141-0/+1
* core: Fix a potential unref of a NULL pointerPhilip Withnall2011-09-141-0/+1
* Bug 659016 — @rel not mandatory in website referencesPhilip Withnall2011-09-142-12/+66
* Release version 0.10.0LIBGDATA_0_10_0Philip Withnall2011-08-2014-51/+51
* tests: Fix “unmatched quotes” warning from intltool-updatePhilip Withnall2011-08-201-1/+1
* Bug 633364 — Add cancellation testsPhilip Withnall2011-08-207-1685/+1147
* youtube: Ensure comment modification URIs are HTTPSPhilip Withnall2011-08-201-2/+2
* contacts: Always set an ETag in gdata_contacts_contact_set_photo()Philip Withnall2011-08-201-1/+9
* contacts: Set out parameters in error conditionsPhilip Withnall2011-08-201-2/+11
* core: Ensure HTTPS URIs are used when deleting entriesPhilip Withnall2011-08-201-2/+6
* core: Catch SOUP_STATUS_IO_ERROR and treat it as cancellationPhilip Withnall2011-08-201-2/+8
* core: Fix a NULL pointer ref. inc. in GDataServicePhilip Withnall2011-08-201-3/+6
* core: Only propagate the first auth. error in the ClientLogin authorizerPhilip Withnall2011-08-201-1/+5
* gd: Don't output empty department elements for gd:organizationPhilip Withnall2011-08-181-1/+1
* core: Add missing symbols to symbols filePhilip Withnall2011-08-151-0/+2
* Bug 647882 — Support rating schemesPhilip Withnall2011-07-296-16/+267
* documents: Remove extraneous debug outputPhilip Withnall2011-07-091-1/+1
* picasaweb: Implement GDataCommentable on GDataPicasaWebFilePhilip Withnall2011-07-096-2/+757
* youtube: Implement GDataCommentable on GDataYouTubeVideoPhilip Withnall2011-07-096-1/+816
* core: Add gdata_entry_remove_link() to allow removing links from entriesPhilip Withnall2011-07-094-0/+75
* core: Fix uninitialised memory in GDataService query data structurePhilip Withnall2011-07-091-0/+1
* Bug 598752 — Support commentsRichard Schwarting2011-07-096-0/+871
* Bug 618587 — Implement GDataGDFeedLinkRichard Schwarting2011-07-092-0/+526
* picasaweb: Minor documentation updates to GDataPicasaWebUserPhilip Withnall2011-07-041-12/+18
* Bug 653224 — Add gdata_picasaweb_service_get_user_async()Philip Withnall2011-07-044-6/+225
* documents: Tidy up whitespace in the test suitePhilip Withnall2011-07-031-8/+2
* documents: Tidy up test names in the test suitePhilip Withnall2011-07-031-45/+46
* documents: Work around an ETag bug on the servers for the folder testsPhilip Withnall2011-07-031-3/+13
* documents: Fix the IDs used to refer to all documentsPhilip Withnall2011-07-032-2/+61
* documents: Make the access rule tests individually idempotentPhilip Withnall2011-07-031-24/+7
* documents: Make the document update tests individually idempotentPhilip Withnall2011-07-031-145/+101
* documents: Make the document download tests individually idempotentPhilip Withnall2011-07-031-60/+64