]> git.seodisparate.com - UDPConnection/shortlog
UDPConnection
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
2019-11-18 Stephen Seolibsodium support is now optional
2019-11-13 Stephen SeoAdd way to specify sleep time for threaded update
2019-11-13 Stephen SeoAdd UDPC_create_id_easy
2019-11-13 Stephen SeoConvert NetworkTest to C from C++
2019-11-11 Stephen SeoAdd events, refactorings
2019-11-11 Stephen SeoFix use of addr/socket types
2019-11-11 Stephen SeoReplace c_impl, remove rust_binding, with cpp_impl
2019-11-06 Stephen SeoRemove unused TSQueue and RingBuffer
2019-11-06 Stephen SeoFixes and improvements (add use of TSLQueue)
2019-11-06 Stephen SeoMinor fix to size pointer in TSLQueue iterator
2019-11-06 Stephen SeoFix size count in TSLQueue when using iterator
2019-11-06 Stephen SeoAdd more tests to UnitTest for TSLQueue
2019-11-03 Stephen SeoAdd iterator to TSLQueue
2019-10-29 Stephen SeoReplace std::list with own doubly-linked-list
2019-10-28 Stephen SeoAdd remove() to TSLQueue's iterator wrapper
2019-10-24 Stephen SeoAdd WIP UnitTests for TSLQueue
2019-10-24 Stephen SeoAdd prefix inc/dec to TSLQIterWrapper
2019-10-24 Stephen SeoAdd missing impl fn to TSLQueue
2019-10-24 Stephen SeoAdd impl of TSLQueue (TODO UnitTests)
2019-10-22 Stephen SeoBegin work on TSLQueue
2019-10-22 Stephen SeoRefactor logging
2019-09-27 Stephen SeoRework sendPkts (sending queue)
2019-09-23 Stephen SeoImplement header verification via libsodium
2019-09-21 Stephen SeoAdd support for MINGW compiler
2019-09-20 Stephen SeoFixes and improvements
2019-09-20 Stephen SeoUse macro to conditionally log
2019-09-20 Stephen SeoMany fixes, including sending packets with payload
2019-09-19 Stephen SeoFix parsing of ipv6 link-local address
2019-09-19 Stephen SeoFix Windows support
2019-09-19 Stephen SeoRename enum types to avoid name conflict
2019-09-19 Stephen SeoAttempt to make code platform agnostic
2019-09-18 Stephen SeoFix atostr
2019-09-18 Stephen SeoAdd support for link-local ipv6 addr
2019-09-18 Stephen SeoFix NetworkTest
2019-09-18 Stephen SeoFix setting trigger-send flag
2019-09-17 Stephen SeoImpl NetworkTest, fixes and refactoring
2019-09-17 Stephen SeoAdd support for UDPC_strtoa to accept ipv4 input
2019-09-16 Stephen SeoUse mutex for thread safety
2019-09-16 Stephen SeoAdd command parsing for NetworkTest
2019-09-16 Stephen SeoImpl threaded init/update
2019-09-07 Stephen SeoReplace ipv4 with ipv6
2019-09-03 Stephen SeoMake atostr more thread safe
2019-09-03 Stephen SeoPrevent exceptions being thrown in TSQueue
2019-09-03 Stephen SeoExpose ConnectionId to C interface, fixes
2019-08-30 Stephen SeoAdd top_and_pop fn to TSQueue
2019-08-30 Stephen SeoMinor fixes
2019-08-30 Stephen SeoSimpifly opaque struct handle to context
2019-08-30 Stephen SeoRemove already resolved TODO comment
2019-08-30 Stephen SeoUse opaque struct as handle in C interface, fix
2019-08-29 Stephen SeoImpl logging, minor fixes/refactorings
2019-08-29 Stephen SeoMinor formatting fix
2019-08-29 Stephen SeoAdd client_initiate_connection fn, some fixes
2019-08-28 Stephen SeoImpl drop all connections with specific addr
2019-08-28 Stephen SeoSome fixes
2019-08-27 Stephen SeoAdd some Unit Tests for UDPC
2019-08-27 Stephen SeoMinor fix
2019-08-27 Stephen SeoStore connections based on both addr and port
2019-08-27 Stephen SeoReplace all uses of float with chrono::duration
2019-08-27 Stephen SeoFix warnings, some impl, still WIP
2019-08-27 Stephen SeoSet max size for received pkts queue
2019-08-27 Stephen SeoImpl storing received packet
2019-08-27 Stephen SeoImpl check timed-out packets
2019-08-22 Stephen SeoMore impl: rtt and timepoint per sent pkt
2019-08-22 Stephen SeoMore impl, fix move for TSQueue
2019-08-18 Stephen SeoSome WIP impl of receiving packet handling
2019-08-18 Stephen SeoImpl sending queued packet
2019-08-18 Stephen SeoReplace spinlock with mutex/lock_guard in TSQueue
2019-07-25 Stephen SeoSome more work on cpp_impl (still WIP)
2019-07-21 Stephen SeoSome work on update impl
2019-07-21 Stephen SeoMinor changes/fixes, clang-format fixes
2019-07-07 Stephen SeoMinor fix
2019-07-07 Stephen SeoAdd check for endianness, fix strtoa for ipv4
2019-07-07 Stephen SeoChange TSQueue to be a wrapper around a queue
2019-06-07 Stephen SeoAdd more to unit test for TSQueue
2019-06-07 Stephen SeoAdd unit test and fixes for TSQueue
2019-06-06 Stephen SeoAdd more fns to TSQueue (still untested)
2019-06-06 Stephen SeoInvoke ALEFix
2019-06-06 Stephen SeoCreate Thread-Safe-Queue (untested)
2019-06-06 Stephen SeoSkeleton code set up for cpp impl
2019-04-22 Stephen SeoFix c_impl not installing to lib/ for Debug
2019-04-22 Stephen Seorust_binding now builds C lib Release/Debug
2019-04-22 Stephen SeoRemove unnecessary ArchLinux PKGBUILD
2019-04-22 Stephen SeoAllow rust_binding to build the C library
2019-04-17 Stephen SeoAdd new function to whitelist
2019-04-17 Stephen SeoMove gitignore for c_impl to correct place
2019-04-17 Stephen SeoAdd buildgen rust binding
2019-04-17 Stephen SeoAdd function to drop connection to specific addr
2019-03-12 Stephen SeoFix prepare_pkt function
2019-03-12 Stephen SeoFix server ignoring first packet from client
2019-03-12 Stephen SeoAdd HashMap keyed by id for quick id lookups
2019-03-07 Stephen SeoFix UDPC destruct order when using thread
next