index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
tlsa/vince/libjxl
vince/curlapiupdates
vince/fltk
vince/gtk-tab-restyle
vince/gtk4
vince/libjxl
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
content
/
llcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #3055480: properly compare URLs, instead of erroneously assuming that...
John Mark Bell
2010-08-29
1
-2
/
+6
*
Less spam
John Mark Bell
2010-08-10
1
-2
/
+8
*
Rate-limit cache clean attempts
John Mark Bell
2010-08-10
1
-2
/
+13
*
Enable noisy logging
John Mark Bell
2010-07-17
1
-1
/
+1
*
Clean up caches on exit
John Mark Bell
2010-04-27
1
-0
/
+42
*
remove _GNU_SOURCE define from everywhere.
Vincent Sanders
2010-04-24
1
-1
/
+0
*
Avoid double free when shrink-wrapping source data on fetch completion.
John Mark Bell
2010-04-17
1
-1
/
+2
*
When the fetch system informs its clients that certificate verification has f...
John Mark Bell
2010-04-16
1
-2
/
+1
*
Provide API to invalidate llcache object cache control data
John Mark Bell
2010-04-16
1
-0
/
+11
*
Reset fetch state when refetching object.
John Mark Bell
2010-04-16
1
-7
/
+11
*
Improve 401 response handling
John Mark Bell
2010-04-16
1
-28
/
+50
*
Ensure we invalidate cache data and mark objects as complete on failure to fe...
John Mark Bell
2010-04-14
1
-3
/
+26
*
Eat any #fragment in llcache_object_retrieve -- fixing double-fragment issues...
Daniel Silverstone
2010-04-14
1
-5
/
+20
*
Abstract a number of unsafe iterations of object users into a single safe fun...
Daniel Silverstone
2010-04-14
1
-63
/
+55
*
Shrink source buffer to final length on fetch completion
John Mark Bell
2010-04-11
1
-0
/
+12
*
Pedantic whitespace changes
John Mark Bell
2010-04-11
1
-5
/
+10
*
Complete low-level cache cleaner
John Mark Bell
2010-04-11
1
-2
/
+32
*
Remove redundant todo
John Mark Bell
2010-04-11
1
-1
/
+0
*
Support 307 redirects for GET requests
John Mark Bell
2010-04-11
1
-2
/
+2
*
Forbid redirects to file:/// URLs
John Mark Bell
2010-04-11
1
-1
/
+15
*
Bail out if we're redirected to an URL we can't handle
John Mark Bell
2010-04-11
1
-1
/
+5
*
Reintroduce redirect limit
John Mark Bell
2010-04-11
1
-27
/
+59
*
Remove redundant todos
John Mark Bell
2010-04-11
1
-4
/
+0
*
Improve const-correctness of fetch_start
John Mark Bell
2010-04-10
1
-3
/
+1
*
Use computed POST data when redirecting, instead of original.
John Mark Bell
2010-04-10
1
-2
/
+1
*
Some more asserts to try and help spot multiple-release of llcache handles
Daniel Silverstone
2010-04-09
1
-4
/
+16
*
Fix missing 'break' introduced by 10300
Daniel Silverstone
2010-04-08
1
-0
/
+1
*
Add an assert to clarify a segfault I'm investigating
Daniel Silverstone
2010-04-08
1
-0
/
+2
*
Remove todo -- no longer appropriate
Daniel Silverstone
2010-04-08
1
-1
/
+1
*
Ensure an error'd fetch's llcache object is implicitly stale so it is not reused
Daniel Silverstone
2010-04-08
1
-1
/
+3
*
Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llca...
Daniel Silverstone
2010-04-08
1
-3
/
+0
*
Remove parent from fetches, clearing a todo from llcache.c
Daniel Silverstone
2010-04-08
1
-1
/
+0
*
When we've snapshotted an object, make sure we add the *new* object into the ...
John Mark Bell
2010-04-08
1
-1
/
+2
*
Make downloads work again.
John Mark Bell
2010-04-05
1
-7
/
+59
*
Most of a stop implementation.
John Mark Bell
2010-04-04
1
-33
/
+146
*
Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been dest...
John Mark Bell
2010-03-30
1
-1
/
+1
*
Disable llcache tracing
John Mark Bell
2010-03-29
1
-1
/
+1
*
Fix broken linked list removal.
John Mark Bell
2010-03-29
1
-1
/
+1
*
Forbid contents with active fetches from being cleaned.
John Mark Bell
2010-03-29
1
-3
/
+5
*
Exceptionally verbose tracing of llcache operation.
John Mark Bell
2010-03-29
1
-6
/
+99
*
Fixup per review
John Mark Bell
2010-03-28
1
-70
/
+9
*
Allow us to cache foo?bar when it explicitly allows it. as per rfc2616 13.9
Daniel Silverstone
2010-03-28
1
-8
/
+15
*
Ensure that finished redirection objects in llcache do not get found by subse...
Daniel Silverstone
2010-03-28
1
-1
/
+6
*
Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...
Daniel Silverstone
2010-03-28
1
-56
/
+58
*
Merge jmb/new-cache; r=dsilvers,rs=vince
Daniel Silverstone
2010-03-28
1
-0
/
+1815