summaryrefslogtreecommitdiff
path: root/methods/rfc2553emu.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-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.
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-2/+0
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+3
2004-09-20Join with aliencodeArch Librarian1-18/+33
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
2004-09-20Bug fixes to rfc2553 emulationArch Librarian1-4/+4
Author: jgg Date: 2000-06-18 06:04:45 GMT Bug fixes to rfc2553 emulation
2004-09-20OpenBSD fixesArch Librarian1-1/+2
Author: jgg Date: 1999-12-11 02:11:10 GMT OpenBSD fixes
2004-09-20Bug fixesArch Librarian1-2/+2
Author: jgg Date: 1999-12-10 08:53:43 GMT Bug fixes
2004-09-20Reorderd error handlingArch Librarian1-2/+2
Author: jgg Date: 1999-12-09 03:45:56 GMT Reorderd error handling
2004-09-20More tweaksArch Librarian1-3/+6
Author: jgg Date: 1999-05-27 05:51:18 GMT More tweaks
2004-09-20Final rfc2553 changesArch Librarian1-4/+91
Author: jgg Date: 1999-05-26 04:08:39 GMT Final rfc2553 changes
2004-09-20Changed to using rfc2553 name resolution for httpArch Librarian1-0/+139
Author: jgg Date: 1999-05-25 05:56:24 GMT Changed to using rfc2553 name resolution for http