index
:
delta/libgdata.git
657539-tasks-tests
baserock/LIBGDATA_0_17_3-16-ged52192
baserock/morph
calendar-v3
gxml
libgdata-0-10
libgdata-0-12
libgdata-0-14
libgdata-0-16
libgdata-0-18
libgdata-0-5
libgdata-0-6
libgdata-0-7
libgdata-0-8
main
master
offline-testing
tasks-integration
wip/calendar-v3
wip/hadess/port-to-gcr-4
wip/oholy/documents-shared-drives-support
wip/pwithnall/calendar-acls
wip/pwithnall/tasks-json-tests
wip/pwithnall/walbottle
wip/pwithnall/youtube-v3
wip/rishi/drive
youtube-v3
gitlab.gnome.org: GNOME/libgdata.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdata
/
gdata-upload-stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Always refresh authorization when creating streams
Ondrej Holy
2020-01-21
1
-0
/
+14
*
docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’
Philip Withnall
2017-01-24
1
-17
/
+17
*
core: Assert that all downloads, uploads and queries are HTTPS
Philip Withnall
2016-09-20
1
-2
/
+8
*
core: Use constructed instead of constructor
Debarshi Ray
2015-06-16
1
-8
/
+5
*
core: Add JSON support to GDataUploadStream
Philip Withnall
2015-04-20
1
-18
/
+61
*
core: Mark all API as stable and impose API and ABI stability guarantees
Philip Withnall
2014-11-03
1
-1
/
+1
*
core: Fix various minor mutex abuses
Philip Withnall
2014-09-18
1
-1
/
+0
*
Revert "core: Write upload chunks in an idle handler to avoid stack overflow"
Philip Withnall
2013-08-02
1
-28
/
+2
*
core: Fix race condition in upload thread instantiation
Philip Withnall
2013-08-02
1
-2
/
+2
*
core: Allow HTTPS port to be overriden using the LIBGDATA_HTTPS_PORT envvar
Philip Withnall
2013-08-02
1
-1
/
+5
*
core: Remove an unnecessary message unpausing
Philip Withnall
2013-07-31
1
-2
/
+0
*
core: Write upload chunks in an idle handler to avoid stack overflow
Philip Withnall
2013-07-03
1
-2
/
+28
*
build: Increment version to 0.13.0
Philip Withnall
2012-04-02
1
-3
/
+3
*
documents: Add support for resumable uploads and updates
Philip Withnall
2012-04-02
1
-10
/
+16
*
core: Extend GDataUploadStream with support for resumable uploads
Philip Withnall
2012-04-02
1
-89
/
+426
*
core: Bump GLib requirement to ≥ 2.31.0
Philip Withnall
2012-04-02
1
-188
/
+0
*
core: Don't use deprecated GLib threading API if we have a recent GLib
Philip Withnall
2011-12-20
1
-3
/
+197
*
core: Remove the old authentication API in favour of a new GDataAuthorizer API
Philip Withnall
2011-06-05
1
-15
/
+75
*
core: Fix a minor typo in the documentation
Philip Withnall
2010-12-30
1
-1
/
+1
*
core: Expand GDataUploadStream documentation
Philip Withnall
2010-12-20
1
-10
/
+112
*
core: Move sending of final boundary to gdata_upload_stream_close()
Philip Withnall
2010-12-20
1
-40
/
+41
*
core: Return G_IO_ERROR_CLOSED if stream close methods are called again
Philip Withnall
2010-12-20
1
-3
/
+13
*
core: Tidy up critical regions in GDataUploadStream
Philip Withnall
2010-12-20
1
-17
/
+14
*
core: Make behaviour of response values more consistent
Philip Withnall
2010-12-20
1
-14
/
+18
*
core: Ensure that data from the EOF chunk is uploaded in GDataUploadStream
Philip Withnall
2010-12-20
1
-2
/
+4
*
core: Add support for g_output_stream_flush() to GDataUploadStream
Philip Withnall
2010-12-20
1
-0
/
+63
*
core: Fix cancellation of gdata_upload_stream_close()
Philip Withnall
2010-12-20
1
-17
/
+51
*
core: Add a “cancellable” property to GDataUploadStream
Philip Withnall
2010-12-20
1
-15
/
+64
*
core: Cancel gdata_upload_stream_write() if the entire upload is cancelled
Philip Withnall
2010-12-20
1
-16
/
+18
*
core: Port GDataUploadStream to use the safe message cancellation methods
Philip Withnall
2010-12-20
1
-6
/
+25
*
core: Fix synchronisation between threads in GDataUploadStream
Philip Withnall
2010-12-20
1
-17
/
+53
*
core: Rearrange the network thread callbacks in GDataUploadStream
Philip Withnall
2010-12-20
1
-14
/
+37
*
core: Don't set the response error when cancelling gdata_upload_stream_write()
Philip Withnall
2010-12-20
1
-23
/
+27
*
core: Prevent a race condition in joining GDataUploadStream's network thread
Philip Withnall
2010-12-20
1
-6
/
+1
*
core: Fix cancellation handling for closing a GDataUploadStream
Philip Withnall
2010-12-20
1
-40
/
+29
*
core: Fix cancellation handling for writing to a GDataUploadStream
Philip Withnall
2010-12-20
1
-6
/
+9
*
core: Ensure all GDataUploadStream ops are finished before freeing the message
Philip Withnall
2010-12-20
1
-2
/
+4
*
Bug 635959 — Proper cancellation support for GDataUploadStream
Philip Withnall
2010-11-30
1
-2
/
+23
*
Bug 607620 — Cancelled uploads appear partially complete in PicasaWeb
George Stephanos
2010-11-27
1
-1
/
+3
*
core: Prevent deadlock when closing a cancelled GDataUploadStream
Philip Withnall
2010-11-27
1
-4
/
+30
*
[core] Move initialisation code to constructor() in GDataUploadStream
Philip Withnall
2010-08-11
1
-39
/
+87
*
[introspection] Add missing annotations to GDataUploadStream
Philip Withnall
2010-08-02
1
-4
/
+4
*
[core] Include an XML declaration in the result of gdata_parsable_get_xml()
Philip Withnall
2010-04-12
1
-1
/
+1
*
[core] Whitespace fixes
Philip Withnall
2010-04-12
1
-22
/
+22
*
[core] Fix cancellation races in GDataBuffer and GDataUploadStream
Philip Withnall
2010-04-10
1
-5
/
+5
*
[core] Tidy up preconditions
Philip Withnall
2010-04-10
1
-0
/
+1
*
[core] Use libsoup status constants
Philip Withnall
2010-04-01
1
-1
/
+1
*
[docs] More documentation warning fixes
Philip Withnall
2010-03-27
1
-2
/
+2
*
[core] Removed unnecessary *_GET_PRIVATE macros everywhere
Philip Withnall
2010-03-25
1
-4
/
+3
*
[core] Consolidate generic errors
Philip Withnall
2010-01-31
1
-3
/
+3
[next]