Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-cache.c
2016-03-15 Seonah MoonRemove build warning 68/62268/2 submit/tizen/20160418.070112
2016-03-07 Seonah Moon[SVACE][TIZEN_3.0_TV][Critical][WGID 41378] PROC_USE... 72/61372/1 accepted/tizen/common/20160308.142346 accepted/tizen/ivi/20160308.022747 accepted/tizen/mobile/20160308.022557 accepted/tizen/tv/20160308.022633 accepted/tizen/wearable/20160308.022712 submit/tizen/20160307.113634
2015-11-10 Seonah MoonBase Code merged to tizen 2.4 97/51497/1 accepted/tizen/mobile/20151111.231940 accepted/tizen/tv/20151111.232000 accepted/tizen/wearable/20151111.232009 submit/tizen/20151111.070234
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-03-05 Sergio Villar Seninsoup-cache: update cached headers on revalidations
2013-02-18 Sergio Villar Seninsoup-cache-input-stream: fixed a reference cycle
2013-02-12 Sergio Villar Seninsoup-session: handle cancellation of SoupCache resources
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 ...