ladybird/Libraries/LibHTTP/Cache
Timothy Flynn 04171d42f0 LibHTTP: Prefix disk cache debug messages with "[disk]" text
A future commit will format memory cache debug messages similarly to the
disk cache messages. To make it easy to read them both at a glance when
both debug flags are turned on, let's add a prefix to these messages.
2026-01-10 09:02:41 -05:00
..
CacheEntry.cpp LibHTTP: Prefix disk cache debug messages with "[disk]" text 2026-01-10 09:02:41 -05:00
CacheEntry.h LibHTTP+RequestServer: Do not flush partial responses to the cache index 2026-01-08 11:59:12 +01:00
CacheIndex.cpp LibHTTP: Prefix disk cache debug messages with "[disk]" text 2026-01-10 09:02:41 -05:00
CacheIndex.h LibHTTP: Use correct cache key type in disk cache index entry storage 2025-12-21 09:24:51 -06:00
CacheRequest.h LibHTTP+RequestServer: Implement the stale-while-revalidate directive 2025-12-13 13:07:02 -06:00
DiskCache.cpp LibHTTP: Prefix disk cache debug messages with "[disk]" text 2026-01-10 09:02:41 -05:00
DiskCache.h LibHTTP+RequestServer: Implement the stale-while-revalidate directive 2025-12-13 13:07:02 -06:00
MemoryCache.cpp LibHTTP+LibWeb: Do not cache range requests (for now) 2026-01-08 11:59:12 +01:00
MemoryCache.h LibHTTP+LibWeb: Do not cache range requests (for now) 2026-01-08 11:59:12 +01:00
Utilities.cpp LibHTTP+LibWeb: Do not cache range requests (for now) 2026-01-08 11:59:12 +01:00
Utilities.h LibHTTP+LibWeb: Do not cache range requests (for now) 2026-01-08 11:59:12 +01:00
Version.h