summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial attempt to implement cache validation.cacheXan Lopez2009-08-073-47/+185
* soup-cache: handle invalid 'Expires' headersXan Lopez2009-08-061-8/+13
* soup-cache: balance references for the SoupCacheEntry streamXan Lopez2009-08-061-1/+1
* soup-cache: remove unused variablesXan Lopez2009-08-051-2/+0
* soup-cache: silence compiler warningXan Lopez2009-08-051-1/+1
* soup-cache: limit can't be negative here, so use a proper unsigned to store itXan Lopez2009-08-051-2/+2
* Revert "soup-cache: keep the session alive until we are done flushing it to d...Xan Lopez2009-08-051-10/+0
* Merge branch 'master' into cacheXan Lopez2009-08-050-0/+0
|\
| * soup-session: fix typo in documentationXan Lopez2009-08-051-1/+1
* | soup-session: fix typo in documentationXan Lopez2009-08-051-1/+1
* | soup-cache: keep msg alive until we have the data to replyXan Lopez2009-08-051-0/+2
* | Merge branch 'master' into cacheXan Lopez2009-08-057-33/+46
|\ \ | |/
| * Add missing soup-proxy-uri-resolver.h to soup.hDan Winship2009-08-041-0/+1
| * Mirror Mozilla behavior for when to follow Content-LengthBenjamin Otte2009-08-041-0/+12
| * Re-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict-aliasing warningsDan Winship2009-07-315-33/+33
| * 2.27.5LIBSOUP_2_27_5Dan Winship2009-07-272-1/+16
| * Don't crash when a request is redirected to an invalid/non-http URIDan Winship2009-07-273-27/+48
| * Do not discard the request body after sending, even if !accumulateDan Winship2009-07-273-18/+30
| * Build fixesAndreas Rottmann2009-07-232-50/+1
| * Allow version 1 CA certificates in clientsPatrick Ohly2009-07-231-0/+4
* | soup-cache: change a g_assert for g_warn_if_failXan Lopez2009-08-041-1/+1
* | soup-cache: keep the session alive until we are done flushing it to diskXan Lopez2009-08-041-0/+10
* | soup-cache: document a bit soup_cache_has_responseXan Lopez2009-08-041-116/+127
* | Keep a pointer to the session in the cache object.Xan Lopez2009-08-044-10/+24
* | soup-cache: add missing includeXan Lopez2009-08-041-0/+1
* | soup-cache: remove debugging stuffXan Lopez2009-08-041-15/+2
* | Add initial testing for SoupCacheXan Lopez2009-08-043-1/+167
* | 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
* | 2.27.5Dan Winship2009-07-302-1/+16
* | Don't crash when a request is redirected to an invalid/non-http URIDan Winship2009-07-303-27/+48
* | Do not discard the request body after sending, even if !accumulateDan Winship2009-07-303-18/+30
* | Build fixesAndreas Rottmann2009-07-302-50/+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-2354-1081/+2861
|\ \ | |/