Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FreeBSD cleanups to header shuffling. | Matthias Andree | 2019-08-05 | 1 | -4/+3 |
| | |||||
* | Avoid compiling unused function. | Matthias Andree | 2016-12-11 | 1 | -0/+2 |
| | |||||
* | Fix portability to C90 and C++. | Matthias Andree | 2016-12-11 | 1 | -3/+4 |
| | |||||
* | #define __EXTENSIONS__ to have Solaris expose ffs() from strings.h | Matthias Andree | 2016-12-11 | 1 | -1/+4 |
| | |||||
* | Fixup last patch from Thomas, return void rather than NULL. | Matthias Andree | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | Protect against possible NULL pointer | Thomas Jarosch | 2016-12-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com> | ||||
* | #include <strings.h> for ffs() prototype. | Matthias Andree | 2016-12-11 | 1 | -0/+1 |
| | |||||
* | Fix uninitialized variable. | Matthias Andree | 2016-12-11 | 1 | -2/+2 |
| | |||||
* | C++ compat: cast types explicitly. | Matthias Andree | 2016-12-11 | 1 | -6/+6 |
| | |||||
* | UIDL database speedup with Patricia trees. | Matthias Andree | 2016-12-11 | 1 | -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 |