]> git.seodisparate.com - UDPConnection/shortlog
UDPConnection
2024-01-11 Stephen SeoEnforce thread-safety on destroy context
2024-01-11 Stephen SeoUse mutex when enabling/disabling threaded-update
2024-01-11 Stephen SeoUse atomic_bool for auto-updating "flag"
2024-01-01 Stephen SeoAdd note about usage of UDPC header in docs
2024-01-01 Stephen SeoNote in documentation about thread safety
2023-12-19 Stephen SeoFixes to .forgejo/workflows/doxygen.yaml
2023-12-19 Stephen SeoUpdate README.md
2023-12-19 Stephen SeoUse rsync setting up seodisparate doxygen docs
2023-12-19 Stephen SeoAdd Forgejo workflow for doxygen docs
2023-07-22 Stephen SeoRevert "Impl "RWLock" for use in TSLQueue"
2023-07-22 Stephen SeoRevert "Replace unnecessary use of atomic in "shared_lock""
2023-07-22 Stephen SeoReplace unnecessary use of atomic in "shared_lock"
2023-07-22 Stephen SeoImpl "RWLock" for use in TSLQueue
2023-07-22 Stephen SeoFix CMakeLists.txt, handle -Weffc++ warnings
2023-07-19 Stephen SeoUpdate README.md
2023-07-04 Stephen SeoAdd docs for UDPC_no* functions
2023-07-03 Stephen SeoUpdate README.md
2023-06-26 Stephen SeoRefactor addr logprint via template specialization
2023-06-22 Stephen SeoImpl "unsafe" versions of UDPC_atostr(...)
2023-06-22 Stephen SeoConditionally use UDPC_atostr internally
2023-06-22 Stephen SeoAdd documentation for UDPC_atostr...
2023-06-21 Stephen SeoFix potential memory corruption bug
2023-04-19 Stephen SeoFix potential nullptr deref in free_PacketInfo_ptr
2023-04-19 Stephen SeoAdd UDPC_free_PacketInfo_ptr(...)
2023-04-18 Stephen SeoUpdate LICENSE year
2023-04-18 Stephen SeoRefactor UDPC::get_empty_pinfo()
2023-01-10 Stephen SeoImpl handling Ctrl-C for Windows in NetworkTest
2023-01-10 Stephen SeoBetter handling of receiving packets in recv loop
2022-12-08 Stephen SeoUpdate documentation about UDPC_update(ctx)
2022-12-04 Stephen SeoReceive packets in loop til none left in interval
2022-11-23 Stephen SeoUpdate LICENSE
2022-11-23 Stephen SeoHandle SIGINT (Ctrl-C) in NetworkTest
2021-09-09 Stephen SeoUpdate README.md
2021-09-09 Stephen SeoAdd gh-pages workflow for Doxygen documentation
2021-08-30 Stephen SeoUpdate .gitignore
2021-08-25 Stephen SeoFix README.md
2021-02-14 Stephen SeoUpdate README.md
2021-01-10 Stephen SeoUpdate year in LICENSE
2021-01-10 Stephen SeoAdd |id| to PacketInfo
2020-06-23 Stephen SeoUse dll_export (for builds for Windows)
2020-04-28 Stephen SeoAttempt to make NetworkTest work on Windows
2020-04-28 Stephen SeoAdd/fix more documentation
2020-04-27 Stephen SeoMinor fixes
2020-04-27 Stephen SeoFix check addr endianness in a4toa6 function
2020-04-26 Stephen SeoImpl create id with hostname
2020-04-18 Stephen SeoMinor fix to documentation
2020-04-18 Stephen SeoUse memcpy instead of pointer casted assignment
2020-04-15 Stephen SeoChange how UDPC_PacketInfo handles it's data
2020-03-06 Stephen SeoFix compilation fail on no libsodium
2020-03-06 Stephen SeoFix use of C++14/C++17, only C++11 is supported
2020-01-16 Stephen SeoAdd helpers converting network-order (big-endian)
2020-01-16 Stephen SeoFix UDPC::isBigEndian returning always true
2020-01-16 Stephen SeoDistinguish manual variables and pkgconf variables
2020-01-16 Stephen SeoAllow manually setting dependency libsodium paths
2020-01-15 Stephen SeoFix verification message when using libsodium
2020-01-13 Stephen SeoUpdate README.md
2020-01-13 Stephen SeoFix doxygen documentation
2020-01-13 Stephen SeoUpdate README.md
2020-01-13 Stephen SeoUpdate README.md
2020-01-13 Stephen SeoUpdate README.md
2020-01-13 Stephen SeoAdd LICENSE and README.md
2020-01-10 Stephen SeoSet pointers to const where possible in API
2020-01-09 Stephen SeoTruncate "UDPConnection" to "UDPC"
2020-01-09 Stephen SeoFix potential non-null-terminated string bug
2020-01-08 Stephen SeoAdd more documentation, some fixes
2020-01-08 Stephen SeoReplace TSLQueue with std::deque where possible
2020-01-05 Stephen SeoMinor fix to keysSet atomic_bool
2020-01-05 Stephen SeoMinor fixes
2020-01-05 Stephen SeoFix usage of atomic_bool "keysSet"
2020-01-05 Stephen SeoMinor refactoring/fix of use of atomic_bool
2020-01-05 Stephen SeoRefactor locking mutex during update
2020-01-05 Stephen SeoClient on connect fail now returns FAIL_CONNECT
2020-01-05 Stephen SeoClient now regenerates verif-time on con attempt
2020-01-02 Stephen SeoImplement publickey whitelist (using libsodium)
2020-01-02 Stephen SeoAdd verification of verification time server-side
2020-01-02 Stephen SeoChange: libsodium verification now on full packet
2019-12-30 Stephen SeoFix copying over data of received packet
2019-12-27 Stephen SeoFix received packet storing unnecessary header
2019-12-22 Stephen SeoMinor additions/fixes to doxygen-style docs
2019-12-19 Stephen SeoMinor refactorings
2019-12-18 Stephen SeoMinor fixes
2019-12-18 Stephen SeoMinor fixes, improvements
2019-12-18 Stephen SeoAdd way to get connection queued size
2019-12-17 Stephen SeoBug fixes
2019-12-17 Stephen SeoImpl disc. request (untested), del make_unique
2019-12-17 Stephen SeoReplace "poor man's optional" with std::unique_ptr
2019-12-17 Stephen SeoFix create_id_easy not parsing ipv4 addr correctly
2019-12-11 Stephen SeoFix UnitTests using C++17 (now uses C++11)
2019-12-11 Stephen SeoDrop support from C++17 to C++11
2019-12-09 Stephen SeoImpl auth-policy for handling with(out) auth
2019-12-06 Stephen SeoMore documentation, fix constants to be #define'd
2019-12-04 Stephen SeoUpdate .gitignore
2019-12-04 Stephen SeoMore work on Doxygen style documentation
2019-11-27 Stephen SeoBegin doxygen-style documentation WIP
2019-11-27 Stephen SeoMinor fixes/refactorings
2019-11-27 Stephen SeoAdd is_valid_context(), fixes/refactorings
2019-11-27 Stephen SeoAdd set_libsodium_key_easy(), fixes/refactorings
2019-11-21 Stephen SeoFixes for setting pub/sec keys
2019-11-21 Stephen SeoAdd unset_libsodium_keys()
2019-11-19 Stephen SeoAdd set peer_pk, sk/pk, start/stop threaded update
next