You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend
Hans-Werner Hilse 6b45a4ea06 fix cache implementation
the cache would behave badly when the same item was insert()ed twice:
it would add the size twice to memory consumption, but would never substract
it twice when purging the (actually single) object from cache. So the cache
would seem to fill up while in fact it wasn't.
10 years ago
..
apps Minor English improvements. 10 years ago
device fix refresh with rotation and viewport 10 years ago
document fixes for picdocument 10 years ago
ui Capitalization: change a few mentions of calibre to lowercase 10 years ago
JSON.lua
MD5.lua make functions in MD5 implementation local 10 years ago
cache.lua fix cache implementation 10 years ago
cacheitem.lua
configurable.lua
dbg.lua Actually flush stdio rather than all io. 10 years ago
device.lua Refactoring hardware abstraction 10 years ago
docsettings.lua
gettext.lua
luxl.lua
optmath.lua