summaryrefslogtreecommitdiff
path: root/methods/rfc2553emu.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos reported by codespell in code commentsDavid Kalnischkies2019-07-101-2/+2
| | | | | | | | Also in old changelogs, but nothing really user visible like error messages or alike so barely noteworthy. Reported-By: codespell Gbp-Dch: Ignore
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
| | | | Prompted-by: Jakub Wilk <jwilk@debian.org>
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-3/+3
| | | | | | | | | | | | | This makes it easier to see which headers includes what. The changes were done by running git grep -l '#\s*include' \ | grep -E '.(cc|h)$' \ | xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/' To modify all include lines by adding a space, and then running ./git-clang-format.sh.
* various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-2/+0
|
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+3
|
* Join with aliencodeArch Librarian2004-09-201-18/+33
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* Bug fixes to rfc2553 emulationArch Librarian2004-09-201-4/+4
| | | | | | Author: jgg Date: 2000-06-18 06:04:45 GMT Bug fixes to rfc2553 emulation
* OpenBSD fixesArch Librarian2004-09-201-1/+2
| | | | | | Author: jgg Date: 1999-12-11 02:11:10 GMT OpenBSD fixes
* Bug fixesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-12-10 08:53:43 GMT Bug fixes
* Reorderd error handlingArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-12-09 03:45:56 GMT Reorderd error handling
* More tweaksArch Librarian2004-09-201-3/+6
| | | | | | Author: jgg Date: 1999-05-27 05:51:18 GMT More tweaks
* Final rfc2553 changesArch Librarian2004-09-201-4/+91
| | | | | | Author: jgg Date: 1999-05-26 04:08:39 GMT Final rfc2553 changes
* Changed to using rfc2553 name resolution for httpArch Librarian2004-09-201-0/+139
Author: jgg Date: 1999-05-25 05:56:24 GMT Changed to using rfc2553 name resolution for http