Home
News
Projects
Art
Support
Development
Community
GNOME GIT source code repository
Repository Browser
Git Help
index
:
libsoup
cache
coding
content-sniffing
gnome-2-10
gnome-2-12
gnome-2-18
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-8
gresolver
keyring
libsoup-2-0-branch
libsoup-2.4
libsoup-bindings
libsoup-hacking-branch
libsoup-pre214-branch
master
server-feature
soup-0-4
soup-0-5
soup-0-6
soup-0-7
soup-0-7-1
soup-refactoring
HTTP client/server library for GNOME
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-07
Initial attempt to implement cache validation.
cache
Xan Lopez
3
-47/+185
2009-08-06
soup-cache: handle invalid 'Expires' headers
Xan Lopez
1
-8/+13
2009-08-06
soup-cache: balance references for the SoupCacheEntry stream
Xan Lopez
1
-1/+1
2009-08-05
soup-cache: remove unused variables
Xan Lopez
1
-2/+0
2009-08-05
soup-cache: silence compiler warning
Xan Lopez
1
-1/+1
2009-08-05
soup-cache: limit can't be negative here, so use a proper unsigned to store it
Xan Lopez
1
-2/+2
2009-08-05
Revert "soup-cache: keep the session alive until we are done flushing it to d...
Xan Lopez
1
-10/+0
2009-08-05
Merge branch 'master' into cache
Xan Lopez
0
-0/+0
2009-08-05
soup-session: fix typo in documentation
Xan Lopez
1
-1/+1
2009-08-05
soup-session: fix typo in documentation
Xan Lopez
1
-1/+1
2009-08-05
soup-cache: keep msg alive until we have the data to reply
Xan Lopez
1
-0/+2
2009-08-05
Merge branch 'master' into cache
Xan Lopez
7
-33/+46
2009-08-04
Add missing soup-proxy-uri-resolver.h to soup.h
Dan Winship
1
-0/+1
2009-08-04
Mirror Mozilla behavior for when to follow Content-Length
Benjamin Otte
1
-0/+12
2009-08-04
soup-cache: change a g_assert for g_warn_if_fail
Xan Lopez
1
-1/+1
2009-08-04
soup-cache: keep the session alive until we are done flushing it to disk
Xan Lopez
1
-0/+10
2009-08-04
soup-cache: document a bit soup_cache_has_response
Xan Lopez
1
-116/+127
2009-08-04
Keep a pointer to the session in the cache object.
Xan Lopez
4
-10/+24
2009-08-04
soup-cache: add missing include
Xan Lopez
1
-0/+1
2009-08-04
soup-cache: remove debugging stuff
Xan Lopez
1
-15/+2
2009-08-04
Add initial testing for SoupCache
Xan Lopez
3
-1/+167
2009-08-04
soup-session-async: move cache handling to run_queue
Xan Lopez
1
-6/+7
2009-08-04
soup-cache: add soup_cache_clear
Xan Lopez
2
-0/+29
2009-08-04
soup-cache: add soup_cache_flush
Xan Lopez
2
-15/+64
2009-07-31
soup-headers: value can be NULL, don't fail if it is
Xan Lopez
1
-1/+0
2009-07-31
Re-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict-aliasing warnings
Dan Winship
5
-33/+33
2009-07-31
soup-cache: only close the stream if we ever managed to open one
Xan Lopez
1
-5/+6
2009-07-31
soup-cache: try to sanitize a bit the logic for async writing
Xan Lopez
1
-9/+63
2009-07-31
soup-cache: fix freshness calculation
Xan Lopez
1
-3/+1
2009-07-30
2.27.5
Dan Winship
2
-1/+16
2009-07-30
Don't crash when a request is redirected to an invalid/non-http URI
Dan Winship
3
-27/+48
2009-07-30
Do not discard the request body after sending, even if !accumulate
Dan Winship
3
-18/+30
2009-07-30
Build fixes
Andreas Rottmann
2
-50/+1
2009-07-30
Allow version 1 CA certificates in clients
Patrick Ohly
1
-0/+4
2009-07-28
2.27.5
LIBSOUP_2_27_5
Dan Winship
2
-1/+16
2009-07-28
Don't crash when a request is redirected to an invalid/non-http URI
Dan Winship
3
-27/+48
2009-07-27
Do not discard the request body after sending, even if !accumulate
Dan Winship
3
-18/+30
2009-07-27
soup-cache: make the cache file opening for write also async
Xan Lopez
1
-9/+32
2009-07-27
soup-cache: need to finish messages with 0 length body too.
Xan Lopez
1
-0/+3
2009-07-27
soup-cache: add a small TODO
Xan Lopez
1
-0/+8
2009-07-27
soup-cache: make the 'get-cacheability' function a virtual method
Xan Lopez
2
-12/+40
2009-07-27
soup-cache: a few style fixes
Xan Lopez
1
-73/+84
2009-07-27
soup-cache: remove superflous cast
Xan Lopez
1
-1/+1
2009-07-27
typedef SoupCache in soup-types.h
Xan Lopez
3
-3/+3
2009-07-27
soup-cache: get rid of the in-memory copy of the cached resource ASAP
Xan Lopez
1
-5/+14
2009-07-27
soup-cache: make reading the cached resources from disk async
Xan Lopez
1
-14/+32
2009-07-27
soup-cache: make the writing and closing of the cached resources async
Xan Lopez
1
-15/+87
2009-07-23
Build fixes
Andreas Rottmann
2
-50/+1
2009-07-23
Allow version 1 CA certificates in clients
Patrick Ohly
1
-0/+4
2009-07-23
Merge branch 'master' into cache
Xan Lopez
54
-1081/+2861
[next]