Redid the file cache to use a GSList (singular linked list). It's alot
commit739a7a613bd1381295bb748a5a7c37c7b3c0f248
authorBen Kibbey <bjk@luxsci.net>
Thu, 20 Nov 2008 02:27:32 +0000 (19 21:27 -0500)
committerBen Kibbey <bjk@luxsci.net>
Thu, 20 Nov 2008 02:27:32 +0000 (19 21:27 -0500)
tree77f03718515f92f0f2988554c04f3f3d1ec312bb
parente2da7e1f86b4150069bf52088258d3e31790ef08
Redid the file cache to use a GSList (singular linked list). It's alot
easier to maintain and there is no limit on the number of files although
each entry will use a full page.
COMMANDS
doc/config.example
doc/pwmd.1.in
src/cache.c
src/cache.h
src/pwmd.c