summaryrefslogtreecommitdiff
path: root/gdata/tests/documents.c
Commit message (Expand)AuthorAgeFilesLines
* documents: Add an XML parsing test for GDataDocumentsFolderPhilip Withnall2012-04-141-0/+73
* documents: Fix support for downloading arbitrary documentsPhilip Withnall2012-04-141-0/+14
* Bug 607616 — Permit the uploading of documents of any typePhilip Withnall2012-04-131-35/+117
* documents: Split upload parameters out into GDataDocumentsUploadQueryPhilip Withnall2012-04-131-2/+11
* documents: Fix batch operation tests for v3 of the APIPhilip Withnall2012-04-021-12/+14
* documents: Add support for resumable uploads and updatesPhilip Withnall2012-04-021-365/+442
* Bug 656972 — Tidy up document IDsPhilip Withnall2011-10-091-1/+1
* Bug 633364 — Add cancellation testsPhilip Withnall2011-08-201-233/+104
* 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: 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
* documents: Make the document query tests individually idempotentPhilip Withnall2011-07-031-23/+105
* documents: Make the deletion tests individually idempotentPhilip Withnall2011-07-031-87/+136
* documents: Make the document upload tests individually idempotentPhilip Withnall2011-07-031-55/+106
* introspection: Add GDestroyNotify to progress callbacksPhilip Chimento2011-06-181-1/+25
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-40/+127
* tests: Remove use of assigned-but-not-used variables in the testsPhilip Withnall2011-03-221-6/+4
* documents: Add a cancellable parameter to gdata_documents_document_download()Philip Withnall2010-12-201-3/+3
* documents: Add a cancellable parameter to the upload/update methodsPhilip Withnall2010-12-201-7/+7
* core: Ensure GDataBatchOperation's operations' callbacks are always calledPhilip Withnall2010-12-101-10/+21
* documents: Fix some memory leaks in the documents test suitePhilip Withnall2010-12-091-1/+7
* documents: Add an async method to remove entries from foldersPhilip Withnall2010-12-091-0/+84
* documents: Make the test for removing from a folder idempotentPhilip Withnall2010-12-091-111/+64
* documents: Add an async method to add entries to foldersPhilip Withnall2010-12-091-0/+88
* documents: Make the test for adding to a folder idempotentPhilip Withnall2010-12-091-28/+56
* documents: Rename add to/remove from folder methodsPhilip Withnall2010-12-091-6/+6
* documents: Fix the API of the document upload methodsPhilip Withnall2010-12-091-22/+27
* documents: Don't fail the batch tests if cleaning up failsPhilip Withnall2010-12-091-4/+2
* documents: Work around an ETag problem when uploading new documentsPhilip Withnall2010-12-091-15/+45
* documents: Switch to a stream-based upload APIPhilip Withnall2010-12-091-59/+380
* documents: Switch to a stream-based download APIPhilip Withnall2010-12-091-48/+53
* core: Remove ACL modification methods from GDataAccessHandlerPhilip Withnall2010-10-051-1/+6
* Bug 624141 — Add batch operation support to Documents servicePhilip Withnall2010-08-271-0/+250
* [documents] Move download methods to GDataDocumentsDocumentPhilip Withnall2010-08-221-9/+9
* [tests] Rearrange tests to use --no-internet optionPhilip Withnall2010-08-091-21/+25
* [tests] Add support for a --no-internet option to the testsPhilip Withnall2010-08-091-1/+1
* [core] Move kind support to GDataEntryPhilip Withnall2010-06-161-34/+0
* [core] Unify queries for single entriesPhilip Withnall2010-03-311-5/+6
* [core] Add #defines for GDataAccessRule-related thingsPhilip Withnall2010-03-261-2/+2
* Bug 613529 — Sending ETag with modified queryPhilip Withnall2010-03-221-4/+29
* Bug 605699 — Add packet capture to test suitePhilip Withnall2010-03-071-4/+1
* [docs] Tidy up service propagation in documents testsPhilip Withnall2010-01-311-3/+1
* [tests] Fixed problems with types of data test functionsPhilip Withnall2009-12-291-15/+15
* [build] Reorganised to use non-recursive automake and added gcov supportPhilip Withnall2009-12-291-1/+1
* [documents] Fix the "remove all" test case so it doesn't fail on old ETagsPhilip Withnall2009-08-061-3/+18
* [documents] Warning fixes and extra error checkingPhilip Withnall2009-08-021-10/+4
* Bug 590341 – Allow querying of single documentsPhilip Withnall2009-08-021-3/+11