index
:
searxng
custom
master
Free internet metasearch engine which aggregates results from various search services and databases
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
cache.py
Age
Commit message (
Expand
)
Author
2026-07-17
[fix] cache: maintenance period comment duration 2h instead of 1h
Bnyro
2026-07-16
[fix] engine cache: return default value when cache entry expired
Bnyro
2026-06-10
[fix] sqlitedb: create DB Schema (DDL) during app initialization (hardening) ...
Markus Heiser
2026-05-15
[fix] engine wikidata - fails to initialize with HTTP 403 (#6081)
Markus Heiser
2025-11-28
Revert "[fix:py3.14] Struct fields aren't discovered in Python 3.14"
Markus Heiser
2025-10-08
[fix:py3.14] Struct fields aren't discovered in Python 3.14
Markus Heiser
2025-09-28
[mod] ExpireCacheSQLite - implement .setmany() for bulk loading
Markus Heiser
2025-09-03
[mod] drop: from __future__ import annotations
Markus Heiser
2025-09-03
[mod] addition of various type hints / tbc
Markus Heiser
2025-06-23
[mod] data: implement a simple tracker URL (SQL) database
Markus Heiser
2025-05-31
[mod] weather results: add types, i18n/l10n, symbols & unit conversions
Markus Heiser
2025-05-20
[chore] fix some docstring typos (#4815)
Jost Alemann
2025-05-03
[fix] cache.ExpireCache: definition of a context name for the key
Markus Heiser
2025-05-03
[fix] (armv7) cache.ExpireCache: remove option ENCRYPT_VALUE
Markus Heiser
2025-05-03
[mod] ExpireCache - sqlite based key/value cache with expire time
Markus Heiser