aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/argv.c
AgeCommit message (Expand)Author
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-01-26update copyright year to 2022Antonio Quartulli
2021-06-15Update copyrightsDavid Sommerseth
2020-02-20Documented all the argv related code with minor refactoringDavid Sommerseth
2020-02-20Add gc_arena to struct argv to save allocationsHeiko Hund
2020-02-20argv: do fewer memory re-allocationsHeiko Hund
2020-02-20re-implement argv_printf_*()Heiko Hund
2018-06-23add support for %lu in argv_printf and prevent ASSERTAntonio Quartulli
2018-03-08Move env helper functions into their own module/fileSteffan Karger
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-06-27Move adjust_power_of_2() to integer.hSteffan Karger
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-16Remove unused variable in argv_printf_arglist()David Sommerseth
2016-11-14Factor out %sc handling from argv_printf()Heiko Hund
2016-11-14remove unused system_str from struct argvHeiko Hund
2016-11-14Remove unused and unecessary argv interfacesHeiko Hund
2016-11-14put argv_* functions into own file, add unit testsHeiko Hund