GNOME GIT source code repository

summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-07Initial attempt to implement cache validation.cacheXan Lopez3-47/+185
2009-08-06soup-cache: handle invalid 'Expires' headersXan Lopez1-8/+13
2009-08-06soup-cache: balance references for the SoupCacheEntry streamXan Lopez1-1/+1
2009-08-05soup-cache: remove unused variablesXan Lopez1-2/+0
2009-08-05soup-cache: silence compiler warningXan Lopez1-1/+1
2009-08-05soup-cache: limit can't be negative here, so use a proper unsigned to store itXan Lopez1-2/+2
2009-08-05Revert "soup-cache: keep the session alive until we are done flushing it to d...Xan Lopez1-10/+0
2009-08-05Merge branch 'master' into cacheXan Lopez0-0/+0
2009-08-05soup-session: fix typo in documentationXan Lopez1-1/+1
2009-08-05soup-session: fix typo in documentationXan Lopez1-1/+1
2009-08-05soup-cache: keep msg alive until we have the data to replyXan Lopez1-0/+2
2009-08-05Merge branch 'master' into cacheXan Lopez7-33/+46
2009-08-04Add missing soup-proxy-uri-resolver.h to soup.hDan Winship1-0/+1
2009-08-04Mirror Mozilla behavior for when to follow Content-LengthBenjamin Otte1-0/+12
2009-08-04soup-cache: change a g_assert for g_warn_if_failXan Lopez1-1/+1
2009-08-04soup-cache: keep the session alive until we are done flushing it to diskXan Lopez1-0/+10
2009-08-04soup-cache: document a bit soup_cache_has_responseXan Lopez1-116/+127
2009-08-04Keep a pointer to the session in the cache object.Xan Lopez4-10/+24
2009-08-04soup-cache: add missing includeXan Lopez1-0/+1
2009-08-04soup-cache: remove debugging stuffXan Lopez1-15/+2
2009-08-04Add initial testing for SoupCacheXan Lopez3-1/+167
2009-08-04soup-session-async: move cache handling to run_queueXan Lopez1-6/+7
2009-08-04soup-cache: add soup_cache_clearXan Lopez2-0/+29
2009-08-04soup-cache: add soup_cache_flushXan Lopez2-15/+64
2009-07-31soup-headers: value can be NULL, don't fail if it isXan Lopez1-1/+0
2009-07-31Re-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict-aliasing warningsDan Winship5-33/+33
2009-07-31soup-cache: only close the stream if we ever managed to open oneXan Lopez1-5/+6
2009-07-31soup-cache: try to sanitize a bit the logic for async writingXan Lopez1-9/+63
2009-07-31soup-cache: fix freshness calculationXan Lopez1-3/+1
2009-07-302.27.5Dan Winship2-1/+16
2009-07-30Don't crash when a request is redirected to an invalid/non-http URIDan Winship3-27/+48
2009-07-30Do not discard the request body after sending, even if !accumulateDan Winship3-18/+30
2009-07-30Build fixesAndreas Rottmann2-50/+1
2009-07-30Allow version 1 CA certificates in clientsPatrick Ohly1-0/+4
2009-07-282.27.5LIBSOUP_2_27_5Dan Winship2-1/+16
2009-07-28Don't crash when a request is redirected to an invalid/non-http URIDan Winship3-27/+48
2009-07-27Do not discard the request body after sending, even if !accumulateDan Winship3-18/+30
2009-07-27soup-cache: make the cache file opening for write also asyncXan Lopez1-9/+32
2009-07-27soup-cache: need to finish messages with 0 length body too.Xan Lopez1-0/+3
2009-07-27soup-cache: add a small TODOXan Lopez1-0/+8
2009-07-27soup-cache: make the 'get-cacheability' function a virtual methodXan Lopez2-12/+40
2009-07-27soup-cache: a few style fixesXan Lopez1-73/+84
2009-07-27soup-cache: remove superflous castXan Lopez1-1/+1
2009-07-27typedef SoupCache in soup-types.hXan Lopez3-3/+3
2009-07-27soup-cache: get rid of the in-memory copy of the cached resource ASAPXan Lopez1-5/+14
2009-07-27soup-cache: make reading the cached resources from disk asyncXan Lopez1-14/+32
2009-07-27soup-cache: make the writing and closing of the cached resources asyncXan Lopez1-15/+87
2009-07-23Build fixesAndreas Rottmann2-50/+1
2009-07-23Allow version 1 CA certificates in clientsPatrick Ohly1-0/+4
2009-07-23Merge branch 'master' into cacheXan Lopez54-1081/+2861
[next]