summaryrefslogtreecommitdiff
path: root/libsoup/soup-content-decoder.c
Commit message (Expand)AuthorAgeFilesLines
* Don't advertise br as an accepted encodingPatrick Griffis2019-06-031-1/+4
* Implement Brotli decompression supportPatrick Griffis2019-05-221-1/+20
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-141-5/+2
* SoupSession: update docs (and some semantics) for plain SoupSessionDan Winship2012-12-281-8/+15
* Add per-version deprecation/availability warningsDan Winship2012-11-081-1/+1
* Added SoupContentProcessor support to SoupMessage, SoupContentDecoder & SoupC...Sergio Villar Senin2012-11-021-75/+107
* Set the message priv->decoders to NULL after free.Alban Browaeys2012-07-161-0/+1
* Clean up includesDan Winship2012-07-131-7/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-25/+22
* Use g_slist_free_full()Dan Winship2012-07-131-4/+1
* soup-message-io: Use GConverterInputStream for content-decodingDan Winship2012-04-171-2/+0
* SoupContentDecoder: add another hack to the broken server hackDan Winship2011-12-041-1/+2
* SoupContentDecoder: add support for deflate Content-EncodingSergio Villar Senin2011-11-141-1/+9
* SoupContentDecoder: deal with broken apache Content-EncodingDan Winship2011-05-221-0/+10
* Remove SoupCoding, SoupCodingGZip, use GZlibDecompressorDan Winship2010-12-101-16/+21
* SoupContentDecoder: fix an unlikely leakDan Winship2010-11-091-2/+9
* Fix leaks found by valgrindDan Winship2010-03-131-1/+17
* Handle "Content-Encoding: x-gzip" as well as gzipDan Winship2010-03-011-0/+2
* Content-Encoding supportDan Winship2009-12-161-0/+165