v3/master
Changes copyright dates on the code
Added const reported by cppcheck 2.14
Support expirevar for in-memory collection
Respond to code review feedback
Switch to simpler PCRE error flags
Fix: MULTIPART_INVALID_PART connected to wrong internal variable
Multipart parsing fixes and new MULTIPART_PART_HEADERS collection
Update remote_user.cc
Make function argument to const too
Calculate sizes of strftime buffers based on format strings - Leverage std::size to determine buffer size at compile time. - Simplified 'TimeMon::evaluate' implementation as it was using strftime to get the month, convert the string to int, and then decrement it by one to make it zero based. This same value is already available in the 'struct tm' previously generated with the call to localtime_r (and where the month is already zero-based)
Align TIME_MON variable's behavior
Change some parms to const reference (satisfies cppcheck)
Fix cppcheck warnings in anchored variables
Change cast type (fix SonarCloud issues)