aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/reliable.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-11-06Always include ACKs for the last seen control packetsArne Schwabe
2022-11-05Refactor/optimise code sending TLS control channel messagesArne Schwabe
2022-06-21fix compilation issues with small and w/o debugIlya Ponetayev
2022-04-27Change reliable_get_buf_sequenced to reliable_get_entry_sequencedArne Schwabe
2022-04-25Split out reliable_ack_parse from reliable_ack_readArne Schwabe
2022-04-22Remove EXPONENTIAL_BACKOFF defineArne Schwabe
2022-04-22Remove inc_pid argument from reliable_mark_deleted that is always trueArne Schwabe
2022-02-13Remove frame.extra_frame and frame.extra_bufferArne Schwabe
2022-02-02Change buffer allocation calculation and checks to be more staticArne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
2021-06-15Update copyrightsDavid Sommerseth
2021-04-02reliable: retransmit if 3 follow-up ACKs are receivedSteffan Karger
2020-10-24Align reliable_free with other free methods to accept NULLArne Schwabe
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-07-18Remove unneeded newline in debug message in reliable.cGert van Dijk
2018-07-18Make second parameter to reliable_send_purge() constGert van Dijk
2018-02-22Fix format spec errors in Windows buildsSelva Nair
2018-02-20reliable: remove reliable_unique_retry()Steffan Karger
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-11-04Print time_t as long long and suseconds_t as longJeremie Courreges-Anglas
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
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev