summaryrefslogtreecommitdiff
path: root/libsoup/soup-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Also copy disabled features when copying messages.Andre Moreira Magalhaes (andrunko)2013-08-251-0/+7
* soup-cache: update cached headers on revalidationsSergio Villar Senin2013-03-051-5/+34
* soup-cache-input-stream: fixed a reference cycleSergio Villar Senin2013-02-181-16/+12
* soup-session: handle cancellation of SoupCache resourcesSergio Villar Senin2013-02-121-0/+13
* docs: more fixesDan Winship2012-12-281-0/+7
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+43
* soup-cache: Fix a memory leak.Sudarsana Nagineni2012-12-191-0/+1
* SoupCache: add SoupContentProcessor supportSergio Villar Senin2012-12-181-394/+178
* Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship2012-12-101-2/+0
* soup-cache: check for empy Cache-Control headersSergio Villar Senin2012-09-051-2/+2
* SoupCache: delete untracked files in soup_cache_clear()Sergio Villar Senin2012-08-201-38/+41
* SoupCache: moved data from SoupCacheEntry to the writing fixtureSergio Villar Senin2012-08-201-49/+34
* SoupCache: simplify the usage of soup_cache_entry_remove()/free()Sergio Villar Senin2012-08-201-40/+25
* soup-cache: Save the sniffed mime type in the cache tooCarlos Garcia Campos2012-07-161-0/+11
* Clean up includesDan Winship2012-07-131-8/+1
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-20/+4
* Replace deprecated symbolsJavier Jardón2012-07-051-11/+11
* soup-cache: use the status code from the stored response for expiration heuri...Sergio Villar Senin2012-06-041-8/+8
* SoupCache: some issues in SoupCache (3/3)Sergio Villar Senin2012-02-141-1/+1
* SoupCache: some issues in SoupCache (2/3)Sergio Villar Senin2012-02-141-16/+20
* SoupCache: some issues in SoupCache (1/3)Sergio Villar Senin2012-02-141-0/+10
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-0/+11
* Add/update some "Since" flagsDan Winship2011-07-311-10/+18
* soup-request-http: fix usage with non-default-contextDan Winship2011-07-311-6/+4
* soup-cache.c: use hashes for entry keys. Added entry key collision handling.Sergio Villar Senin2011-07-061-101/+108
* soup-cache: plug memory leakXan Lopez2011-07-051-0/+1
* soup-cache: fix a use after freeSergio Villar Senin2011-06-291-69/+58
* soup-cache.c: Replaced the type of some SoupCacheEntry fields.Sergio Villar Senin2011-06-241-15/+20
* soup-cache: keep track of the HTTP status code to use it for cache responsesSergio Villar Senin2011-06-161-4/+13
* soup-cache: Add versioning support to SoupCacheSergio Villar Senin2011-06-161-5/+49
* soup-cache: removed a g_debug statementSergio Villar Senin2011-06-141-1/+0
* soup-cache: fix several leaks.Sergio Villar Senin2011-06-131-47/+59
* soup-cache: update state of SoupMessages when returning data from the cacheSergio Villar Senin2011-06-081-9/+13
* soup-cache: do not store hop-by-hop headers.Sergio Villar Senin2011-05-231-20/+13
* soup-cache: free params hash listXan Lopez2011-05-051-1/+3
* soup-cache: plug leakXan Lopez2011-04-251-1/+2
* soup-cache: do not append data to existing filesSergio Villar Senin2011-04-201-28/+29
* soup-cache.c: do not cache multipart/x-mixed-replace contentSergio Villar Senin2011-02-161-1/+5
* soup-cache: fix a warning (and a bug)Dan Winship2011-01-311-3/+1
* Cache must not return a cached resource with "no-cache" directiveSergio Villar Senin2010-12-091-3/+14
* Import SoupRequest/cache stuff from new-io branch / WebKitDan Winship2010-12-091-0/+1667