index
:
delta/netsurf/netsurf.git
ashmew2/fix-description
ashmew2/framebuffer-keys
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
baserock/morph
chris/amiga-corewindow
chris/amissl
chris/async-experiment
chris/bitmap-fonts
chris/composite-text
chris/composite-text-exp
chris/debug
chris/display-idna
chris/extmem
chris/fetch-x-ent-ref
chris/fortify
chris/frame-scroll
chris/gadtools-53-5
chris/gadtools-53-6
chris/http2
chris/idn-punycode
chris/idna2008
chris/malloc
chris/menuclass
chris/ndk32
chris/newproc-scheduler
chris/non-ascii-file-upload
chris/quant
chris/scheduled-fetches
chris/shorter-vscrollbar
chris/splay
chris/stop-gif-anim
dsilvers/assert-coverage
dsilvers/bindducky
dsilvers/dukky
dsilvers/eventtarget
dsilvers/form-work
dsilvers/monkey
dsilvers/nsgenbind
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
jmb/hsts
master
mmu_man/beos-fixes
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/haiku-fixes
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
release/3.1
release/3.2
release/3.3
release/3.4
release/3.5
release/3.6
release/3.7
rjek/bloom
rjek/clang-warnings
rjek/click-file-gadget
stevef/cconfig
stevef/hotlist
stevef/ibarmenu
stevef/menus
stevef/urlsize
svenw/cocoa
tlsa/cleanup-scale
tlsa/computed-style-share
tlsa/date
tlsa/dpi
tlsa/dsilvers/scrolloffset
tlsa/duktape2
tlsa/flex
tlsa/german-messages
tlsa/improve-hints
tlsa/libcss-units
tlsa/list-values
tlsa/monkey-driver
tlsa/nsurl
tlsa/page-info
tlsa/plotter-polish
tlsa/ro-cw-scroll
tlsa/selection-search-refactor
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
vince/bindduckky
vince/corebuild
vince/disccache
vince/fetchschedule
vince/fltk
vince/gtk-tab-restyle
vince/guivtable
vince/llcache
vince/nsgenupdates
vince/nslog
vince/opstable
vince/options
vince/pdf
vince/plotctx
vince/prstllcache
vince/reformatpending
vince/release/3.0
vince/schedule
vince/themectomy
vince/tools
vince/webp
vince/win32-corewindow
vince/window-misc-event
git.netsurf-browser.org: netsurf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
content
/
hlcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add content handler for javascript
Vincent Sanders
2012-06-19
1
-1
/
+1
*
Bypass full type sniffer if only images are acceptable
John Mark Bell
2012-02-08
1
-1
/
+3
*
Fix bug #3454606: prevent double free of retrieval context when downloading
John Mark Bell
2011-12-08
1
-11
/
+21
*
Fix bug #3452421: retain hlcache retrieval context when reporting errors & re...
John Mark Bell
2011-12-06
1
-9
/
+7
*
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
John Mark Bell
2011-12-04
1
-1
/
+28
*
Sort out hiccough in hlcache finalisation debug
Daniel Silverstone
2011-10-09
1
-1
/
+1
*
Port more internals to nsurl. Front ends may need updating.
Michael Drake
2011-10-03
1
-31
/
+3
*
Port llcache to nsurl.
Michael Drake
2011-09-28
1
-1
/
+29
*
Make high level cache, low level cache and image cache all be initialised fro...
Vincent Sanders
2011-09-10
1
-67
/
+76
*
make high level cache take a parameter structure
Vincent Sanders
2011-09-08
1
-40
/
+70
*
Handle zero-length documents correctly
John Mark Bell
2011-09-08
1
-2
/
+19
*
Sniff content types where appropriate.
John Mark Bell
2011-09-04
1
-82
/
+133
*
Refactor http utilities
John Mark Bell
2011-07-08
1
-7
/
+4
*
Merge branches/jmb/content-factory to trunk
John Mark Bell
2011-05-06
1
-27
/
+12
*
Stop gtk printing from exploding if its unable to initialise the job
Vincent Sanders
2011-03-15
1
-0
/
+6
*
Move schedule.h to utils/
John Mark Bell
2011-03-13
1
-1
/
+1
*
Ensure we stop the hlcache schedule before we quit the gui
Daniel Silverstone
2011-03-13
1
-3
/
+6
*
Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...
Daniel Silverstone
2011-03-13
1
-20
/
+32
*
Do not attempt to destroy contents that are still loading
John Mark Bell
2011-03-03
1
-0
/
+4
*
A little more debug to help us spot how many users of locked contents there a...
Daniel Silverstone
2011-01-20
1
-3
/
+5
*
Fix cleanup of hlcache_retrieval_ctx_ring
John Mark Bell
2010-10-28
1
-1
/
+2
*
Rate-limit cache clean attempts
John Mark Bell
2010-08-10
1
-3
/
+16
*
Clean up caches on exit
John Mark Bell
2010-04-27
1
-5
/
+66
*
Ensure we propagate the error to our client, and then abort the llcache handl...
Daniel Silverstone
2010-04-22
1
-1
/
+11
*
Add assertion
John Mark Bell
2010-04-16
1
-0
/
+1
*
Stop leaking hlcache handles.
John Mark Bell
2010-04-13
1
-1
/
+1
*
Revert last change.
Michael Drake
2010-04-12
1
-5
/
+0
*
Make new cache strip the fragment identifier, like fetchcache did.
Michael Drake
2010-04-12
1
-0
/
+5
*
Provide API to enable a handle's callback to be replaced
John Mark Bell
2010-04-11
1
-0
/
+10
*
Implement hlcache_poll(), which drives the low-level cache event loop, and at...
John Mark Bell
2010-04-11
1
-0
/
+52
*
Remove redundant todo
John Mark Bell
2010-04-11
1
-1
/
+0
*
Ensure content can be shared when retrieving from cache
John Mark Bell
2010-04-11
1
-1
/
+4
*
Ensure quirks mode matches when retrieving contents from cache
John Mark Bell
2010-04-11
1
-1
/
+5
*
Copy child charset, if any
John Mark Bell
2010-04-11
1
-6
/
+21
*
Kill uninitialized warning about 'type'
Daniel Silverstone
2010-04-09
1
-1
/
+1
*
Move the removal of the retrieval context to prevent a re-entrancy race causi...
Daniel Silverstone
2010-04-08
1
-3
/
+7
*
Ensure that aborting or releasing hlcache handles will result in nascent retr...
Daniel Silverstone
2010-04-08
1
-16
/
+57
*
Abort and release llcache handle on failure to process data.
John Mark Bell
2010-04-08
1
-0
/
+5
*
Make downloads work again.
John Mark Bell
2010-04-05
1
-11
/
+41
*
Make the high-level cache drop contents of unacceptable type on the floor.
John Mark Bell
2010-04-04
1
-4
/
+74
*
Most of a stop implementation.
John Mark Bell
2010-04-04
1
-3
/
+59
*
Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been dest...
John Mark Bell
2010-03-30
1
-1
/
+8
*
The convert stage of a content's state progression no longer reflows the cont...
John Mark Bell
2010-03-29
1
-8
/
+0
*
Use hlcache_child_ctx, instead of just hoping that we replicate its members c...
John Mark Bell
2010-03-29
1
-47
/
+8
*
Merge jmb/new-cache; r=dsilvers,rs=vince
Daniel Silverstone
2010-03-28
1
-0
/
+362