aboutsummaryrefslogtreecommitdiffstats
path: root/uid_db.c
Commit message (Collapse)AuthorAgeFilesLines
* #include <strings.h> for ffs() prototype.Matthias Andree2016-12-111-0/+1
|
* Fix uninitialized variable.Matthias Andree2016-12-111-2/+2
|
* C++ compat: cast types explicitly.Matthias Andree2016-12-111-6/+6
|
* UIDL database speedup with Patricia trees.Matthias Andree2016-12-111-0/+588
Import Rainer Weikusat's code that uses Patricia trees instead of linear lists. Snapshot Rainer's patch 2010-05-24 19:30:42