summaryrefslogtreecommitdiff
path: root/stun
AgeCommit message (Expand)AuthorFilesLines
2020-05-22meson: Run gtkdoc-checkOlivier Crête1-0/+2
2020-05-07stun: update timer timeout and retransmissionsFabrice Bellet1-11/+21
2020-05-07stun: set delay in retransmission instead of adding itFabrice Bellet1-4/+5
2020-02-12stun usage turn: Check return value as is done elsewhereOlivier Crête1-1/+3
2020-02-12stun test: Check return value as is done elsewhereOlivier Crête1-1/+4
2019-08-02stund: Add win32 supportOlivier Crête1-11/+19
2019-07-04tests: fix a compiler warningFabrice Bellet1-0/+2
2019-05-08conncheck: NOMINATION STUN attribute supportAndrey Skryabin1-2/+6
2019-04-05Added OPENSSL_LDFLAGSillya_dudchenko1-1/+1
2019-04-05Replaced OPENSSL_CFLAGS with OPENSSL_INCLUDESillya_dudchenko1-1/+1
2019-02-15stun: Fix LibreSSL supportStefan Strogin1-4/+8
2019-02-11stunbdc: initialize Winsock API when on WindowsJakub Adam1-1/+13
2019-01-23turn: Allow alternate server error with no valid credentialsOlivier Crête1-1/+2
2019-01-22stunagent: Replace more magic numbers with definesOlivier Crête1-2/+5
2019-01-14agent: Fix spellingJakub Adam1-1/+1
2019-01-02meson: Fix DLL search path during test execution on WindowsJakub Adam1-1/+1
2018-12-27Makefiles: Add meson.build files to tarballOlivier Crête3-1/+5
2018-12-27Fix little bugs found by clang-analyzerOlivier Crête2-1/+3
2018-12-14windows: use proper fallback for ssize_t and use stdint.h for typesTim-Philipp Müller1-18/+7
2018-12-14Fix build with MSVCNirbheek Chauhan4-12/+10
2018-12-14stun: tools: drop getopt for arg parsing for better windows compatibilityTim-Philipp Müller2-66/+68
2018-12-14Add support for Meson build systemTim-Philipp Müller5-23/+93
2018-10-21stun: check identifier before using itMichael Olbrich1-1/+2
2018-10-21stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks3-3/+97
2018-06-18test-bind: define MSG_NOSIGNAL if undefinedJustin Kim1-1/+3
2018-06-06stun: Also rename windows-specific functionEdward Hervey1-1/+1
2018-05-04stund: Pass sockaddr_storage size for both familiesOlivier Crête1-7/+2
2018-05-04stund: Pass the right length for ipv6Olivier Crête1-1/+5
2017-11-28turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2-0/+15
2017-09-12stun: Fix FD leak in test/utility codePhilip Withnall1-7/+22
2017-06-21stun: fix gcc7 implicit fallthrough warningFabrice Bellet1-0/+1
2017-06-12stun timer: make properties for stun timer tunablesFabrice Bellet1-1/+5
2017-04-11stun timer: fix timeout of the last retransmissionFabrice Bellet1-1/+5
2017-04-04Make clang-analyzer happyOlivier Crête1-1/+3
2017-04-03stun: Make hmac code NDEBUG safeOlivier Crête1-10/+15
2017-04-03stun: Remove double const on intOlivier Crête1-1/+1
2017-04-03stun: Use unions fix alignment issuesOlivier Crête1-3/+15
2017-04-03stun: Rename rand function to make its strengh clearOlivier Crête3-3/+3
2017-04-03stun: Switch from gcrypt to gnutlsOlivier Crête3-45/+32
2017-03-31stun: Use libgcrypt for SHA1 supportPhilip Withnall4-533/+18
2017-03-31stun: Use libgcrypt for MD5 supportPhilip Withnall4-320/+12
2017-03-31stun: Use libgcrypt to provide secure random number generationPhilip Withnall1-176/+12
2017-03-31stun: Add libgcrypt dependencyPhilip Withnall1-2/+7
2017-03-31stun: Remove outdated tests from test-hmacPhilip Withnall1-72/+19
2017-03-28stun: Fix cast-align compiler warning when casting sockaddrPhilip Withnall1-2/+10
2016-10-26ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2Jakub Adam2-0/+10
2016-10-26ms-ice: legacy FINGERPRINT modeJakub Adam1-14/+38
2016-10-26stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2-19/+24
2016-10-26ms-ice: calculate FINGERPRINT according to [MS-ICE2]Jakub Adam3-6/+22
2016-10-26stun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2Jakub Adam2-11/+15