]> git.ipfire.org Git - thirdparty/squid.git/commit
Maintenance: Turn libmiscencoding to C++ (#2325)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 23 Dec 2025 22:10:40 +0000 (22:10 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 23 Dec 2025 22:19:29 +0000 (22:19 +0000)
commitac5209802131a8d0089cb06abaf026b2a2d3c973
tree854f157cd4c1776a9e726f65490977986a584132
parent33eb860bbc66e9fe3a7d97ae2a77b816aae20f46
Maintenance: Turn libmiscencoding to C++ (#2325)

Squid C code does not need `libmiscencoding` anymore.

These changes are limited to making renamed files compile cleanly using
a C++ compiler. Library code still needs to be updated to follow best
C++ practices.
CREDITS
include/base64.h
include/rfc1738.h
include/rfc2617.h
lib/Makefile.am
lib/base64.cc [moved from lib/base64.c with 99% similarity]
lib/md5-test.cc [moved from lib/md5-test.c with 100% similarity]
lib/md5.cc [moved from lib/md5.c with 99% similarity]
lib/rfc1738.cc [moved from lib/rfc1738.c with 100% similarity]
lib/rfc2617.cc [moved from lib/rfc2617.c with 100% similarity]
lib/tests/testRFC1738.cc