summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* timeout-test: add SOUP_SESSION_IDLE_TIMEOUT tests as wellDan Winship2010-11-091-25/+101
* Fix parsing/generation of URI queries that aren't HTML formsDan Winship2010-11-093-5/+9
* SoupURI: never return NULL from soup_uri_decode/soup_uri_normalizeDan Winship2010-11-091-28/+23
* SoupContentDecoder: fix an unlikely leakDan Winship2010-11-091-2/+9
* Remove old experimental python bindingsDan Winship2010-10-2818-4268/+0
* Appease some gcc 4.5 warningsDan Winship2010-10-142-4/+5
* SoupCookieJarText: fix a bug when deleting a cookieDan Winship2010-10-141-1/+1
* 2.32.0LIBSOUP_2_32_0Dan Winship2010-09-272-1/+5
* 2.31.92LIBSOUP_2_31_92Dan Winship2010-09-132-1/+14
* Fix a crash when resolving URIs with both spaces and non-UTF8 charsDan Winship2010-09-131-13/+15
* Fix introspection scanning: don't scan uninstalled .h filesDan Winship2010-09-131-2/+2
* Fixes and additions for new introspection scannerDan Winship2010-09-1315-59/+73
* Remove use of --warn-all with g-ir-scannerDan Winship2010-09-131-2/+1
* introspection: Replace usage of --strip-prefixColin Walters2010-09-092-2/+3
* Do not uppercase percent-encoded triplets when normalizing URIsSergio Villar Senin2010-09-032-3/+7
* add a few missing introspection annotationsDan Winship2010-08-204-11/+11
* 2.31.90LIBSOUP_2_31_90Dan Winship2010-08-172-1/+16
* Try all IP addrs associated with a hostname if the first failsDan Winship2010-08-144-307/+394
* Fix auto-Accept-Language in locales that use "," for decimalsDan Winship2010-08-112-6/+61
* 2.31.6LIBSOUP_2_31_6Dan Winship2010-08-022-1/+36
* soup-message-io: fix wrong-Content-Length logicDan Winship2010-07-313-15/+127
* Do not dist gir_DATAYaakov Selkowitz2010-07-301-2/+2
* Put the hostname into the reason_phrase with network errorsDan Winship2010-07-304-6/+45
* SoupProxyResolverStatic: port to newer SoupProxyURIResolver APIDan Winship2010-07-302-58/+42
* SoupSessionAsync: don't stall on proxy resolution errorDan Winship2010-07-301-0/+1
* SoupSessionAsync: make soup_session_cancel_message behave stupidly againDan Winship2010-07-281-3/+32
* Disable TLS 1.2 in addition to 1.0 and 1.1Dan Winship2010-06-291-1/+1
* Fix redirects-to-different-hosts to not reuse the same connectionDan Winship2010-06-112-7/+39
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-1120-35/+63
* soup_date_new_from_string: fix an out-of-bounds memory accessDan Winship2010-06-092-8/+25
* Fix connection states so in-use connections don't get prunedDan Winship2010-06-092-2/+3
* SoupSession: tweak cancellation againDan Winship2010-06-094-13/+6
* Fix a signal-handler leak in the too-many-redirects patchDan Winship2010-06-091-1/+1
* SoupSession: continue reorg, remove remaining signal-based flow controlDan Winship2010-06-095-234/+228
* SoupSession: bind connections to messages sooner, improve conn failure caseDan Winship2010-06-096-187/+144
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-099-116/+132
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-0914-192/+214
* Misc SoupConnection API improvementsDan Winship2010-06-098-62/+58
* Make SoupConnection warn if disposed "incorrectly"Dan Winship2010-06-094-73/+69