1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/src/cache
Witold Filipczyk 4bf3e2693b "If-Modified-Since" second approach.
Added document.cache.interval option. When time elapsed since previous access
to the document is less than interval then the document is taken from
the cache. Otherwise the request with filled "If-Modified-Since" and/or
"If-None-Match" header field is sent. By default interval is set to 10 minutes.
This requires the correct time to be set on your machine.
2006-10-26 11:53:30 +02:00
..
cache.c "If-Modified-Since" second approach. 2006-10-26 11:53:30 +02:00
cache.h "If-Modified-Since" second approach. 2006-10-26 11:53:30 +02:00
dialogs.c Use internal OFF_T_FORMAT instead of PRId64 2006-08-05 00:43:34 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00