]> git.seodisparate.com - UDPConnection/shortlog
UDPConnection
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
2019-03-07 Stephen SeoFix mutex lock not being unlocked
2019-03-07 Stephen SeoChange isThreaded flag to be separate int
2019-03-07 Stephen SeoAdd get/set protocol id capability
2019-03-06 Stephen SeoMinor doc fix
2019-03-06 Stephen SeoFix const error strings
2019-03-06 Stephen SeoAdd more documentation
2019-03-06 Stephen SeoAdd more documentation
2019-03-06 Stephen SeoAdd get/set accept-new-connections fn
2019-03-06 Stephen SeoChange UDPConnection to set listen address
2019-03-06 Stephen SeoMinor fix to NetworkTest
2019-03-06 Stephen SeoFix received callback, minor change to NetworkTest
2019-03-05 Stephen SeoFix threaded update
2019-03-05 Stephen SeoChange NetworkTest to exit after disconnect
2019-03-05 Stephen SeoFix memory leaks
2019-03-04 Stephen SeoMore fixes to UDPConnection
2019-03-04 Stephen SeoFix new connections not being created
2019-03-04 Stephen SeoFix endianness of addr, minor fixes
2019-03-04 Stephen SeoMore fixes
2019-03-04 Stephen SeoFix NetworkTest
2019-03-04 Stephen SeoFixes to NetworkTest
2019-03-04 Stephen SeoAdd check for no pkt received (non-blocking)
2019-03-04 Stephen SeoAdd NetworkTest executable
2019-03-04 Stephen SeoAdd UDPC_strtoa
2019-03-04 Stephen SeoMore impl of UDPConnection
2019-03-04 Stephen SeoUse locks on check_events for threaded case
2019-03-04 Stephen SeoAdd resendPktQueue to struct in UDPConnection
2019-02-21 Stephen SeoFixes/improvements to UDPConnection, still WIP
2019-02-21 Stephen SeoAdd push_..._realloc to Deque
2019-02-20 Stephen SeoImpl add to send-queue and recv callbacks, WIP
2019-02-19 Stephen SeoFix error log message
2019-02-19 Stephen SeoFix handling of timed out packets
2019-02-18 Stephen SeoMore impl of UDPConnection
2019-02-18 Stephen SeoMerge branch 'hm_linkedlist'
2019-02-18 Stephen SeoUpdate UDPConnection to use updated HashMap
2019-02-18 Stephen SeoUpdate unit tests for HashMap, fixes
2019-02-18 Stephen SeoChange HashMap to use llists, testing required
2019-02-16 Stephen SeoWIP change to linked list buckets instead of deque
2019-02-15 Stephen SeoMinor fix to unit test for HashMap
2019-02-15 Stephen SeoMinor fix to HashMap_itercall(), add to unit test
2019-02-15 Stephen SeoAdd itercall() to HashMap, more work on UDPC
2019-02-13 Stephen SeoFixes to Unit Test, attempt to improve hash use
2019-02-13 Stephen SeoAdd unit tests for HashMap, fix HashMap
2019-02-13 Stephen SeoAdd a few fns, fix docs to HashMap
2019-02-12 Stephen SeoAllow duplicate keys in HashMap
2019-02-12 Stephen SeoRevert "Change formatting in HashMap.c"
2019-02-12 Stephen SeoChange formatting in HashMap.c
2019-02-11 Stephen SeoChange HashMap_insert to replace existing same key
2019-02-11 Stephen SeoAdd support for zero-size unitSize in HashMap
2019-02-11 Stephen SeoAdd HashMap realloc/clear, fixes
2019-02-08 Stephen SeoFix HashMap_insert
next