summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* workgiobasedDan Winship2011-01-252-0/+152
* Add a content-sniffing streamDan Winship2011-01-146-64/+422
* Use GConverterInputStream for content-decodingDan Winship2011-01-112-74/+26
* Make SoupInputStream do non-blocking I/O via blocking interfaces when desiredDan Winship2011-01-113-56/+74
* a bit messy, but push chunked encoding into sosDan Winship2011-01-114-107/+353
* sis fixes 2Dan Winship2011-01-111-18/+0
* sis fixesDan Winship2011-01-111-9/+18
* API simplificationDan Winship2011-01-113-123/+85
* Push chunked decoding into SoupInputStreamDan Winship2011-01-113-179/+320
* Use gio instead of soup_socket_read*Dan Winship2011-01-114-58/+383
* Use gio instead of soup_socket_writeDan Winship2011-01-113-49/+101
* 2.33.5LIBSOUP_2_33_5Dan Winship2011-01-102-1/+7
* soup_session_cancel_message: fix up, especially in sync sessionsDan Winship2011-01-106-18/+126
* soup-message-io: don't watch for SoupSocket::disconnectDan Winship2011-01-101-23/+1
* 2.33.4LIBSOUP_2_33_4Dan Winship2010-12-212-3/+51
* [gi] annotate nicks for the elements of HTTPVersion enumJohn (J5) Palmieri2010-12-131-2/+2
* soup-http-input-stream: fixed a conditionSergio Villar Senin2010-12-131-1/+1
* soup-request-data: another fixDan Winship2010-12-121-1/+4
* soup-request-data: Fix content-type decodingDan Winship2010-12-121-10/+15
* soup-cookie-jar: allow setting cookies on file:// URIsDan Winship2010-12-112-4/+4
* Fix leak when processing the set cookie headerJonathon Jongsma2010-12-101-4/+1
* Don't uselessly g_warn when TLS isn't availableDan Winship2010-12-101-2/+4
* Remove SoupCoding, SoupCodingGZip, use GZlibDecompressorDan Winship2010-12-108-558/+127
* fix previous commit; I only tested the "not working" case before...Dan Winship2010-12-101-1/+1
* Add glib-networking to the MISSING_REGRESSION_TEST_PACKAGES checksDan Winship2010-12-105-16/+46
* SoupDirectoryInputStream: fixed a reference leakSergio Villar Senin2010-12-091-0/+1
* Cache must not return a cached resource with "no-cache" directiveSergio Villar Senin2010-12-091-3/+14
* 2.33.1 (not a release, just a pkg-config-able number)Dan Winship2010-12-091-1/+1
* Make SoupRequester a SoupSessionFeature and the request types sub-featuresDan Winship2010-12-096-81/+133
* Import SoupRequest/cache stuff from new-io branch / WebKitDan Winship2010-12-0919-2/+4685
* SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth tooDan Winship2010-12-095-75/+67
* SoupAuthManager: implement subfeatures for adding/removing auth typesDan Winship2010-12-096-32/+78
* SoupSession: allow features to implement "subfeatures"Dan Winship2010-12-093-39/+120
* soup-message-headers: add missing annotations in get_content_typeLucas Rocha2010-12-071-1/+1
* Set SoupMessage:tls-certificate from SoupSocket:tls-certificate soonerDan Winship2010-12-072-26/+59
* Add SoupMessage:tls-certificate and SoupMessage:tls-errorsDan Winship2010-12-076-30/+177
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-0723-1628/+382
* Bump version to 2.33.0Dan Winship2010-12-071-1/+1
* Include C header and exported packages information in GIRsEvan Nemerson2010-12-051-1/+4
* 2.32.2LIBSOUP_2_32_2gnome-2-32Dan Winship2010-11-292-1/+13
* SoupSocket: tweak GMainContext handlingDan Winship2010-11-231-3/+4
* SoupSessionSync: fix messages getting stuck foreverDan Winship2010-11-232-0/+129
* misc-test: fix up the new persistent connection timeout testDan Winship2010-11-181-5/+48
* 2.32.1LIBSOUP_2_32_1Dan Winship2010-11-152-1/+38
* tests/httpd.conf.in: fix passwords-in-uri stuff for srcdir!=builddirDan Winship2010-11-151-1/+1
* Add tests to auth-test for password-in-URISergio Villar Senin2010-11-142-59/+132
* soup-auth-manager: make URI username/password override cached infoDan Winship2010-11-141-9/+7
* Return SOUP_STATUS_CAN_RESOLVE_PROXY as appropriateDan Winship2010-11-132-2/+2
* soup-message-io: fix retry-after-unexpected-connection-closeDan Winship2010-11-102-1/+119
* soup-message-io: deal with stupid servers that do chunked encoding wrongDan Winship2010-11-091-1/+19