summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Add initial testing for SoupCacheXan Lopez2009-08-041-1/+1
* soup-session-async: move cache handling to run_queueXan Lopez2009-08-041-6/+7
* soup-cache: add soup_cache_clearXan Lopez2009-08-042-0/+29
* soup-cache: add soup_cache_flushXan Lopez2009-08-042-15/+64
* soup-headers: value can be NULL, don't fail if it isXan Lopez2009-07-311-1/+0
* soup-cache: only close the stream if we ever managed to open oneXan Lopez2009-07-311-5/+6
* soup-cache: try to sanitize a bit the logic for async writingXan Lopez2009-07-311-9/+63
* soup-cache: fix freshness calculationXan Lopez2009-07-311-3/+1
* Don't crash when a request is redirected to an invalid/non-http URIDan Winship2009-07-302-1/+6
* Do not discard the request body after sending, even if !accumulateDan Winship2009-07-302-18/+26
* Build fixesAndreas Rottmann2009-07-301-1/+1
* Allow version 1 CA certificates in clientsPatrick Ohly2009-07-301-0/+4
* soup-cache: make the cache file opening for write also asyncXan Lopez2009-07-271-9/+32
* soup-cache: need to finish messages with 0 length body too.Xan Lopez2009-07-271-0/+3
* soup-cache: add a small TODOXan Lopez2009-07-271-0/+8
* soup-cache: make the 'get-cacheability' function a virtual methodXan Lopez2009-07-272-12/+40
* soup-cache: a few style fixesXan Lopez2009-07-271-73/+84
* soup-cache: remove superflous castXan Lopez2009-07-271-1/+1
* typedef SoupCache in soup-types.hXan Lopez2009-07-273-3/+3
* soup-cache: get rid of the in-memory copy of the cached resource ASAPXan Lopez2009-07-271-5/+14
* soup-cache: make reading the cached resources from disk asyncXan Lopez2009-07-271-14/+32
* soup-cache: make the writing and closing of the cached resources asyncXan Lopez2009-07-271-15/+87
* Merge branch 'master' into cacheXan Lopez2009-07-2338-858/+1969
|\
| * Fix cut+pasto in win32 gnutls codeDan Winship2009-07-131-1/+1
| * Fix HTML or feed algorithm to not go past resource_lengthGustavo Noronha Silva2009-07-131-2/+38
| * Fix SSL on WindowsDan Winship2009-07-121-2/+10
| * Make SOUP_SESSION_TIMEOUT also affect async connectionMark Nauwelaerts2009-07-121-0/+29
| * Fix a content-sniffer crash with redirected URLsDan Winship2009-07-121-2/+18
| * Miscellaneous content-sniffing fixesDan Winship2009-07-103-104/+65
| * Actually test chunked encoding, and fix some hangsGustavo Noronha Silva2009-07-101-10/+8
| * Fix the SOUP_METHOD_* and SOUP_URI_SCHEME_* defines to be threadsafeDan Winship2009-07-024-21/+28
| * Implement content sniffingGustavo Noronha Silva2009-07-0210-5/+836
| * Fix POST 301 redirect behaviorDan Winship2009-06-221-1/+3
| * Add "Content-Length: 0" to requests with a Content-Type but no bodyDan Winship2009-06-061-1/+2
| * Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-0616-185/+537
| * SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-0611-551/+420
| * Fix hostname resolution behaviorDan Winship2009-06-068-118/+106
| * More temporary SSL tweakingDan Winship2009-06-031-1/+1
| * Include the (optional) algorithm param in Digest auth responsesDan Winship2009-06-011-1/+5
| * Don't emit "authenticate" until a message is actually sent and fails.Dan Winship2009-05-211-7/+10
| * 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-151-2/+2
| * Fix the header/body boundary detection logicDan Winship2009-05-091-1/+9
| * Attempt better compatibility with non-TLS1.1 https servers.Dan Winship2009-05-081-1/+3
| * Add another missing G_GNUC_NULL_TERMINATED and a G_GNUC_PRINTFDan Winship2009-05-082-2/+2
| * Mark soup_uri_set_query_from_fields with G_GNUC_NULL_TERMINATEDRoss Burton2009-05-081-1/+1
| * Handle PUT methods in soup_form_request_for_dataRoss Burton2009-05-081-1/+1
* | Forgot to add files.Xan Lopez2009-05-072-0/+770
* | Initial commit for cache support.Xan Lopez2009-05-076-0/+41
|/