summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.33.90LIBSOUP_2_33_90Dan Winship2011-02-212-1/+20
* soup-cache.c: do not cache multipart/x-mixed-replace contentSergio Villar Senin2011-02-161-1/+5
* soup-session.c: send Keep-Alive for HTTP/1.0 connectionsSergio Villar Senin2011-02-161-0/+44
* soup-message-client-io: ASCIIfy unicode hostnames for Host headerDan Winship2011-02-151-0/+2
* Fix typoAndre Klapper2011-02-031-1/+1
* Make the glib-networking dependency more explicitDan Winship2011-02-022-7/+29
* 2.33.6LIBSOUP_2_33_6Dan Winship2011-01-312-1/+21
* soup-cache: fix a warning (and a bug)Dan Winship2011-01-311-3/+1
* soup-request-data: return decoded contents for non-base64 data URLsSergio Villar Senin2011-01-311-6/+10
* SoupCache fails to load resources when cache contents are externally removedSergio Villar Senin2011-01-281-33/+38
* Fix a warning (again)Dan Winship2011-01-251-2/+2
* soup-form: fix soup_form_decode() for multiple values with the same keySven Neumann2011-01-181-1/+1
* Add test for soup_form_decode().Sven Neumann2011-01-181-0/+32
* soup-session-async:fixed a connection starvation issueSergio Villar Senin2011-01-181-3/+1
* 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