]> Pileus Git - ~andy/fetchmail/history - uid_db.c
Prepare 6.5.0.beta1.
[~andy/fetchmail] / uid_db.c
2019-08-25 Matthias AndreeAlign with legacy_64.
2019-08-25 Matthias AndreeMerge branch 'legacy_64' into legacy_6x
2019-08-25 Matthias AndreeMerge branch 'legacy_64' into legacy_6x
2019-08-24 Matthias AndreeMerge branch 'legacy_64' into legacy_6x
2019-08-24 Matthias AndreeRemove support for ancient systems and portability...
2019-08-05 Matthias AndreeFreeBSD cleanups to header shuffling.
2016-12-12 Matthias AndreeMerge branch 'uidl-speedup-n-log-n-64' into legacy_64
2016-12-11 Matthias AndreeAvoid compiling unused function.
2016-12-11 Matthias AndreeFix portability to C90 and C++.
2016-12-11 Matthias Andree#define __EXTENSIONS__ to have Solaris expose ffs(...
2016-12-11 Matthias AndreeFixup last patch from Thomas, return void rather than...
2016-12-11 Thomas JaroschProtect against possible NULL pointer
2016-12-11 Matthias Andree#include <strings.h> for ffs() prototype.
2016-12-11 Matthias AndreeFix uninitialized variable.
2016-12-11 Matthias AndreeC++ compat: cast types explicitly.
2016-12-11 Matthias AndreeUIDL database speedup with Patricia trees.