soup-auth-manager: add soup_auth_manager_use_auth()
[platform/upstream/libsoup.git] / libsoup / soup-cache.c
2012-12-28 Dan Winshipdocs: more fixes
2012-12-28 Dan Winshipdocs: Lots of minor fixes and additions
2012-12-19 Sudarsana Naginenisoup-cache: Fix a memory leak.
2012-12-18 Sergio Villar SeninSoupCache: add SoupContentProcessor support
2012-12-10 Dan WinshipMove SoupRequester API into SoupSession, declare SoupRe...
2012-09-05 Sergio Villar Seninsoup-cache: check for empy Cache-Control headers
2012-08-20 Sergio Villar SeninSoupCache: delete untracked files in soup_cache_clear()
2012-08-20 Sergio Villar SeninSoupCache: moved data from SoupCacheEntry to the writin...
2012-08-20 Sergio Villar SeninSoupCache: simplify the usage of soup_cache_entry_remov...
2012-07-16 Carlos Garcia Campossoup-cache: Save the sniffed mime type in the cache too
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2012-07-05 Javier JardónReplace deprecated symbols
2012-06-04 Sergio Villar Seninsoup-cache: use the status code from the stored respons...
2012-02-14 Sergio Villar SeninSoupCache: some issues in SoupCache (3/3)
2012-02-14 Sergio Villar SeninSoupCache: some issues in SoupCache (2/3)
2012-02-14 Sergio Villar SeninSoupCache: some issues in SoupCache (1/3)
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-07-31 Dan WinshipAdd/update some "Since" flags
2011-07-31 Dan Winshipsoup-request-http: fix usage with non-default-context
2011-07-06 Sergio Villar Seninsoup-cache.c: use hashes for entry keys. Added entry...
2011-07-05 Xan Lopezsoup-cache: plug memory leak
2011-06-29 Sergio Villar Seninsoup-cache: fix a use after free
2011-06-24 Sergio Villar Seninsoup-cache.c: Replaced the type of some SoupCacheEntry...
2011-06-16 Sergio Villar Seninsoup-cache: keep track of the HTTP status code to use...
2011-06-16 Sergio Villar Seninsoup-cache: Add versioning support to SoupCache
2011-06-14 Sergio Villar Seninsoup-cache: removed a g_debug statement
2011-06-13 Sergio Villar Seninsoup-cache: fix several leaks.
2011-06-08 Sergio Villar Seninsoup-cache: update state of SoupMessages when returning...
2011-05-23 Sergio Villar Seninsoup-cache: do not store hop-by-hop headers.
2011-05-05 Xan Lopezsoup-cache: free params hash list
2011-04-25 Xan Lopezsoup-cache: plug leak
2011-04-20 Sergio Villar Seninsoup-cache: do not append data to existing files
2011-02-16 Sergio Villar Seninsoup-cache.c: do not cache multipart/x-mixed-replace...
2011-01-31 Dan Winshipsoup-cache: fix a warning (and a bug)
2010-12-09 Sergio Villar SeninCache must not return a cached resource with "no-cache...
2010-12-09 Dan WinshipImport SoupRequest/cache stuff from new-io branch ...