]> git.seodisparate.com - UDPConnection/shortlog
UDPConnection
2025-03-12 Stephen SeoUpdate LICENSE year
2025-03-12 Stephen SeoAdd option to set heartbeat interval in test
2025-03-12 Stephen SeoAdd function to change heartbeat interval
2025-03-12 Stephen SeoUse std::shared_mutex for peerPKWhitelist
2025-03-12 Stephen SeoUse constexpr for constants
2025-03-12 Stephen SeoUpdate CMake version, c++ std 17, version 1.3
2025-03-11 Stephen SeoUpdate README.md
2024-07-14 Stephen SeoUpdate release action/workflow
2024-07-13 Stephen SeoVersion 1.2 1.2
2024-07-13 Stephen SeoMinor fix to info in release action/workflow
2024-07-13 Stephen SeoRelease versions of UDPC without libsodium
2024-07-13 Stephen SeoUpdate release info in release action/workflow
2024-07-13 Stephen SeoAdd forgejo workflow to build and publish library
2024-07-13 Stephen SeoUpdate version to 1.1 1.1
2024-07-13 Stephen SeoUpdate README.md
2024-07-13 Stephen SeoUpdate README.md
2024-07-12 Stephen SeoUpdate README.md 1.0
2024-07-12 Stephen SeoAdd link to published conan package
2024-07-12 Stephen SeoRework unit-tests to not use GTest
2024-01-22 Stephen SeoHave forgejo action/workflow use "any_archLinux"
2024-01-14 Stephen Seostd::atomic doesn't need volatile
2024-01-12 Stephen SeoReduce verbosity of unit test logs
2024-01-12 Stephen SeoAllow move for TSLQIter
2024-01-12 Stephen SeoGithub action: ensure current ref is checked out
2024-01-12 Stephen SeoUse apt-get, add libsodium dep to github action
2024-01-12 Stephen SeoAdd Github action to run UnitTests
2024-01-12 Stephen SeoAdd action/workflow to run UnitTest
2024-01-12 Stephen SeoAdd UnitTest file for CXX11_shared_spin_lock
2024-01-12 Stephen SeoTweak compare_exchange_weak(...) in spin-lock
2024-01-12 Stephen SeoFix invalid use of mutex in TSLQueue
2024-01-12 Stephen SeoDon't fail on "try" fns if failed to get spinLock
2024-01-12 Stephen SeoRefactor shared-spin-lock to use atomic "spinLock"
2024-01-12 Stephen SeoMinor refactorings
2024-01-12 Stephen SeoReland C++11 "shared_lock" with iter remove fix
2024-01-12 Stephen SeoAdd note in docs about update for UDPC_init(...)
2024-01-11 Stephen SeoUpdate LICENSE year
2024-01-11 Stephen SeoUpdate debug optimization flag
2024-01-11 Stephen SeoUnitTest for start/stop threaded update and fix
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
next