summaryrefslogtreecommitdiff
path: root/gdata/gdata-upload-stream.c
Commit message (Expand)AuthorAgeFilesLines
* core: Use constructed instead of constructorDebarshi Ray2015-06-161-8/+5
* core: Add JSON support to GDataUploadStreamPhilip Withnall2015-04-201-18/+61
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* core: Fix various minor mutex abusesPhilip Withnall2014-09-181-1/+0
* Revert "core: Write upload chunks in an idle handler to avoid stack overflow"Philip Withnall2013-08-021-28/+2
* core: Fix race condition in upload thread instantiationPhilip Withnall2013-08-021-2/+2
* core: Allow HTTPS port to be overriden using the LIBGDATA_HTTPS_PORT envvarPhilip Withnall2013-08-021-1/+5
* core: Remove an unnecessary message unpausingPhilip Withnall2013-07-311-2/+0
* core: Write upload chunks in an idle handler to avoid stack overflowPhilip Withnall2013-07-031-2/+28
* build: Increment version to 0.13.0Philip Withnall2012-04-021-3/+3
* documents: Add support for resumable uploads and updatesPhilip Withnall2012-04-021-10/+16
* core: Extend GDataUploadStream with support for resumable uploadsPhilip Withnall2012-04-021-89/+426
* core: Bump GLib requirement to ≥ 2.31.0Philip Withnall2012-04-021-188/+0
* core: Don't use deprecated GLib threading API if we have a recent GLibPhilip Withnall2011-12-201-3/+197
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-15/+75
* core: Fix a minor typo in the documentationPhilip Withnall2010-12-301-1/+1
* core: Expand GDataUploadStream documentationPhilip Withnall2010-12-201-10/+112
* core: Move sending of final boundary to gdata_upload_stream_close()Philip Withnall2010-12-201-40/+41
* core: Return G_IO_ERROR_CLOSED if stream close methods are called againPhilip Withnall2010-12-201-3/+13
* core: Tidy up critical regions in GDataUploadStreamPhilip Withnall2010-12-201-17/+14
* core: Make behaviour of response values more consistentPhilip Withnall2010-12-201-14/+18
* core: Ensure that data from the EOF chunk is uploaded in GDataUploadStreamPhilip Withnall2010-12-201-2/+4
* core: Add support for g_output_stream_flush() to GDataUploadStreamPhilip Withnall2010-12-201-0/+63
* core: Fix cancellation of gdata_upload_stream_close()Philip Withnall2010-12-201-17/+51
* core: Add a “cancellable” property to GDataUploadStreamPhilip Withnall2010-12-201-15/+64
* core: Cancel gdata_upload_stream_write() if the entire upload is cancelledPhilip Withnall2010-12-201-16/+18
* core: Port GDataUploadStream to use the safe message cancellation methodsPhilip Withnall2010-12-201-6/+25
* core: Fix synchronisation between threads in GDataUploadStreamPhilip Withnall2010-12-201-17/+53
* core: Rearrange the network thread callbacks in GDataUploadStreamPhilip Withnall2010-12-201-14/+37
* core: Don't set the response error when cancelling gdata_upload_stream_write()Philip Withnall2010-12-201-23/+27
* core: Prevent a race condition in joining GDataUploadStream's network threadPhilip Withnall2010-12-201-6/+1
* core: Fix cancellation handling for closing a GDataUploadStreamPhilip Withnall2010-12-201-40/+29
* core: Fix cancellation handling for writing to a GDataUploadStreamPhilip Withnall2010-12-201-6/+9
* core: Ensure all GDataUploadStream ops are finished before freeing the messagePhilip Withnall2010-12-201-2/+4
* Bug 635959 — Proper cancellation support for GDataUploadStreamPhilip Withnall2010-11-301-2/+23
* Bug 607620 — Cancelled uploads appear partially complete in PicasaWebGeorge Stephanos2010-11-271-1/+3
* core: Prevent deadlock when closing a cancelled GDataUploadStreamPhilip Withnall2010-11-271-4/+30
* [core] Move initialisation code to constructor() in GDataUploadStreamPhilip Withnall2010-08-111-39/+87
* [introspection] Add missing annotations to GDataUploadStreamPhilip Withnall2010-08-021-4/+4
* [core] Include an XML declaration in the result of gdata_parsable_get_xml()Philip Withnall2010-04-121-1/+1
* [core] Whitespace fixesPhilip Withnall2010-04-121-22/+22
* [core] Fix cancellation races in GDataBuffer and GDataUploadStreamPhilip Withnall2010-04-101-5/+5
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-0/+1
* [core] Use libsoup status constantsPhilip Withnall2010-04-011-1/+1
* [docs] More documentation warning fixesPhilip Withnall2010-03-271-2/+2
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-4/+3
* [core] Consolidate generic errorsPhilip Withnall2010-01-311-3/+3
* Bug 602156 — GDataUploadStream should close GOutputStream on disposePhilip Withnall2009-11-211-0/+5
* [documents] Re-query the document when removing it from a folderPhilip Withnall2009-08-061-2/+2
* [documents] Test case fixesPhilip Withnall2009-08-061-2/+7