summaryrefslogtreecommitdiff
path: root/gdata/gdata-buffer.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-5/+5
* core: Fix crashes on zero-length filesOndrej Holy2016-08-231-4/+4
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* core: Fix a data corruption bug in GDataBufferPhilip Withnall2014-08-091-1/+2
* core: Bump GLib requirement to ≥ 2.31.0Philip Withnall2012-04-021-55/+0
* core: Don't use deprecated GLib threading API if we have a recent GLibPhilip Withnall2011-12-201-1/+60
* Bug 637664 — Fix GSeekable interface implementation in GDataDownloadStreamPhilip Withnall2011-06-221-5/+8
* introspection: Fix introspection for GCancellable parametersP. F. Chimento2011-06-071-1/+1
* core: Take offset into account multiple times in GDataBufferPhilip Withnall2010-12-201-2/+2
* core: Don't reach EOF in gdata_buffer_pop_data() unless it's the last readPhilip Withnall2010-12-201-1/+1
* core: Fix liveness issues and cancellation problems in GDataBufferPhilip Withnall2010-12-201-22/+27
* [core] Add an assertion to back up a commentPhilip Withnall2010-08-091-0/+2
* [core] Remove a dead assignmentPhilip Withnall2010-08-091-1/+0
* [core] Fix potential use of NULL in memcpy()Philip Withnall2010-08-091-1/+2
* [core] Whitespace fixesPhilip Withnall2010-04-121-2/+1
* [core] Fix cancellation races in GDataBuffer and GDataUploadStreamPhilip Withnall2010-04-101-2/+2
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-2/+15
* [docs] More documentation warning fixesPhilip Withnall2010-03-271-3/+3
* [docs] Fixed some gtk-doc warningsPhilip Withnall2009-12-291-2/+2
* [core] Fix some warningsPhilip Withnall2009-08-061-1/+1
* [core] Fix premature termination of request body on buffer underflowPhilip Withnall2009-08-051-5/+18
* [core] Added GDataUploadStream to allow easy uploading of large filesPhilip Withnall2009-08-051-1/+23
* [core] Added GDataDownloadStream to allow easy downloading of large filesPhilip Withnall2009-08-031-0/+289