summaryrefslogtreecommitdiff
path: root/libsoup/soup-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize source treePatrick Griffis2020-09-191-1668/+0
* soup-message: Use a hash set to store disabled featuresCarlos Garcia Campos2020-07-061-2/+4
* Always use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-131-2/+4
* SoupMessage: seal access to private membersClaudio Saavedra2019-07-101-3/+1
* SoupCache: fix the timestamp for responsesClaudio Saavedra2017-11-301-1/+1
* Don't use C++ comments as libsoup uses C89Tomas Popela2017-11-161-2/+2
* SoupCache: fix setting default value for cache dirCosimo Cecchi2017-10-031-23/+14
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-141-8/+5
* cache: Do not unqueue messages of cached resources until finishedCarlos Garcia Campos2015-03-021-2/+6
* Add SoupMessage flag SOUP_MESSAGE_IGNORE_CONNECTION_LIMITSCarlos Garcia Campos2015-03-021-0/+1
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-4/+13
* Use soup_message_headers_header_contains()Dan Winship2015-03-011-3/+2
* cache: Do not revalidate resources that haven't expired even if must-revalida...Carlos Garcia Campos2015-02-171-4/+9
* cache: Clean up leaked resources when loading the cacheCarlos Garcia Campos2014-12-071-20/+71
* cache: Do not add Age header to all responsesCarlos Garcia Campos2014-12-051-8/+0
* soup-cache: don't crash on invalid Cache-Control headerRaveendra Karu2014-07-241-1/+1
* 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