aboutsummaryrefslogtreecommitdiffstats
path: root/uid_db.c
Commit message (Expand)AuthorAgeFilesLines
* Fix portability to C90 and C++.Matthias Andree2016-12-111-3/+4
* #define __EXTENSIONS__ to have Solaris expose ffs() from strings.hMatthias Andree2016-12-111-1/+4
* Fixup last patch from Thomas, return void rather than NULL.Matthias Andree2016-12-111-1/+1
* Protect against possible NULL pointerThomas Jarosch2016-12-111-0/+2
* #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