summaryrefslogtreecommitdiff
path: root/libsoup/soup-filter-input-stream.c
Commit message (Expand)AuthorAgeFilesLines
* filter-input-stream: check cancellable on read and skipCarlos Garcia Campos2021-06-011-0/+6
* metrics: add support for size metricsCarlos Garcia Campos2021-04-141-17/+48
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Implement skip for SoupClientInputStream and SoupFilterInputStreamDaniel Kolesa2021-03-081-1/+23
* Modernize GObject usage of various classesPatrick Griffis2020-10-271-33/+39
* Fix chunked decoding buffer overrun (CVE-2017-2885)Dan Winship2017-08-101-11/+11
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-141-5/+2
* soup-filter-input-stream: fix read_until() with subclassesDan Winship2013-08-251-5/+12
* soup-filter-input-stream: fix non-blocking behavior to not spinDan Winship2012-12-121-4/+18
* Make it possibe to request the boundary be discarded by SoupFilterInputStreamGustavo Noronha Silva2012-08-201-7/+11
* Clean up includesDan Winship2012-07-131-2/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-2/+2
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-2/+1
* Add SoupFilterInputStreamDan Winship2012-04-171-0/+257