summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.26.3LIBSOUP_2_26_3gnome-2-26Dan Winship2009-06-292-1/+52
* Fix POST 301 redirect behaviorDan Winship2009-06-292-2/+5
* Remove -r flag from tests/getDan Winship2009-06-291-182/+16
* Add "Content-Length: 0" to requests with a Content-Type but no bodyDan Winship2009-06-291-1/+2
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-2916-185/+537
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-2911-551/+420
* Fix hostname resolution behaviorDan Winship2009-06-299-119/+107
* More temporary SSL tweakingDan Winship2009-06-291-1/+1
* Include the (optional) algorithm param in Digest auth responsesDan Winship2009-06-291-1/+5
* Use POSIXly-correct "test a = b" rather than bash "test a == b"Dan Winship2009-06-291-1/+1
* Update REQUIRED_AUTOMAKE_VERSION to match realityDan Winship2009-06-291-1/+1
* Don't emit "authenticate" until a message is actually sent and fails.Dan Winship2009-06-292-21/+68
* 2.26.2LIBSOUP_2_26_2Dan Winship2009-05-182-1/+51
* Temporarily redo the TLS compatibility patchDan Winship2009-05-181-2/+1
* Don't set AI_CANONNAME when calling getaddrinfo()Dan Winship2009-05-181-3/+1
* Fix a warning introduced in fix for bug 582002Dan Winship2009-05-181-2/+2
* Fix cflags to work with older versions of gccDan Winship2009-05-181-2/+14
* Fix the header/body boundary detection logicDan Winship2009-05-181-1/+9
* Attempt better compatibility with non-TLS1.1 https servers.Dan Winship2009-05-181-1/+3
* Add another missing G_GNUC_NULL_TERMINATED and a G_GNUC_PRINTFDan Winship2009-05-182-2/+2
* Mark soup_uri_set_query_from_fields with G_GNUC_NULL_TERMINATEDRoss Burton2009-05-181-1/+1
* Handle PUT methods in soup_form_request_for_dataRoss Burton2009-05-181-1/+1
* Fix typo in documentation: TIME should be TYPE.Pierre-Luc Beaudoin2009-05-031-1/+1
* Fix a crash when cancelling a message from a "restarted" handlerDan Winship2009-04-282-1/+2
* Fix mbox to be a mailtoDan Winship2009-04-281-1/+1
* Verify that soup_auth_is_for_proxy() is returning the right thingDan Winship2009-04-281-3/+19
* Belatedly move Changelog to Changelog.pre-git, update for thatDan Winship2009-04-243-2/+2
* Add a missing file to .gitignoreDan Winship2009-04-241-0/+1
* header-parsing.c: Add tests for new bad-header-parsing rulesDan Winship2009-04-191-28/+61
* Add an "expect_warning" variable to the test frameworkDan Winship2009-04-192-2/+10
* soup_message_headers_append: require @name to be non-emptyDan Winship2009-04-191-2/+2
* Bug 579318 – stupid servers that return garbled headersDan Winship2009-04-191-3/+12
* Mark soup_message_headers_get() deprecatedDan Winship2009-04-191-0/+2
* Add more tests to tests/date.cDan Winship2009-04-181-42/+214
* Fix soup_date_to_string() to deal with non-UTC times correctlyDan Winship2009-04-181-50/+184
* Bug 579055 – SOUP_DATE_RFC2822 not handled in soup_date_to_string()Enrico Tröger2009-04-182-7/+16
* Add a regression test for SOUP_SESSION_TIMEOUTDan Winship2009-04-185-3/+148
* Bug 578928 – SOUP_SESSION_TIMEOUT does not work with httpsDan Winship2009-04-181-5/+34
* Bug 574414 – Make SOUP_SESSION_TIMEOUT work with SoupSessionAsyncDan Winship2009-04-182-0/+60
* Add .gitignoreDan Winship2009-04-171-0/+75
* Add libsoup.doapDan Winship2009-04-171-0/+23
* 2.26.1LIBSOUP_2_26_1Dan Winship2009-04-131-0/+6
* 2.26.1Dan Winship2009-04-132-3/+9
* fix use of async context hereDan Winship2009-04-132-1/+6
* Bug 578809 – warnings in soup_address_equal_by_ipDan Winship2009-04-132-0/+13
* Bug 578746 – http_proxy env var set to "http://:80" in sessionDan Winship2009-04-132-6/+21
* Bug 578645 - crash in Rhythmbox Music PlayerDan Winship2009-04-112-0/+11
* 2.26.0.9, aka "I can't believe it's not 2.26.1!", a pre-release to giveLIBSOUP_2_26_0_9Dan Winship2009-04-083-1/+59
* Re-fix GNOME proxy resolution (qv bug 571527)Dan Winship2009-04-089-599/+525
* Fix ISO 8601 parsing to accept either "." or ","Dan Winship2009-04-082-1/+8