Content-Encoding support
authorDan Winship <danw@gnome.org>
Sat, 15 Mar 2008 13:52:35 +0000 (09:52 -0400)
committerDan Winship <danw@gnome.org>
Wed, 16 Dec 2009 13:45:40 +0000 (14:45 +0100)
commit04e927a174b7f40c97a8106ad3f64a729abe952b
tree33a1e617f755eac15a0a999d87f9fd3c4de51907
parent61eb97855fcc208fba268e1e6754b9ac2e19b1d4
Content-Encoding support

Adds SoupContentDecoder, which provides support for decoding "gzip"
Content-Encoding. For now other types are not supported and can't be
added. The SoupCoding interface is private because it will eventually
be replaced with something GConverter-based.

https://bugzilla.gnome.org/show_bug.cgi?id=522772
17 files changed:
.gitignore
libsoup/Makefile.am
libsoup/soup-coding-gzip.c [new file with mode: 0644]
libsoup/soup-coding-gzip.h [new file with mode: 0644]
libsoup/soup-coding.c [new file with mode: 0644]
libsoup/soup-coding.h [new file with mode: 0644]
libsoup/soup-content-decoder.c [new file with mode: 0644]
libsoup/soup-content-decoder.h [new file with mode: 0644]
libsoup/soup-message-io.c
libsoup/soup-message-private.h
libsoup/soup-message.c
libsoup/soup-message.h
libsoup/soup.h
tests/Makefile.am
tests/coding-test.c [new file with mode: 0644]
tests/get.c
tests/resources/mbox.gz [new file with mode: 0644]