]> git.seodisparate.com - UDPConnection/shortlog
UDPConnection
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
2019-02-08 Stephen SeoFix HashMap_destroy
2019-02-07 Stephen SeoAdd docs to HashMap
2019-02-07 Stephen SeoChange HM to use overflow and individual buckets
2019-02-04 Stephen SeoAdd some impl to WIP HashMap
2019-02-04 Stephen SeoBegin work on HashMap, minor fixes
2019-02-04 Stephen SeoAdd hash macro fn
2019-02-04 Stephen SeoFix UDPC_destroy, WIP impl of recieving packets
2019-02-01 Stephen SeoMinor fix to test of internal atostr function
2019-02-01 Stephen SeoAdd test for internal atostr function
2019-02-01 Stephen SeoAdd error logging capability
2019-01-31 Stephen SeoAdd some impl of UDPConnection (still WIP)
2019-01-31 Stephen SeoMore work on Deque, UDPConnection
2019-01-30 Stephen SeoAdd fn to Deque, remove at index
2019-01-30 Stephen SeoSome work on UDPC
2019-01-29 Stephen SeoMinor fixes to UnitTest, Defines header
2019-01-29 Stephen SeoChange init to return ptr, some error handling
2019-01-28 Stephen SeoChange Deque_destroy to take a ptr, not ptr of ptr
2019-01-27 Stephen SeoChange Deque init to return pointer
2019-01-27 Stephen SeoAdd unit tests, some fixes to Deque.
2019-01-26 Stephen SeoFinish impl of Deque, testing required
2019-01-26 Stephen SeoSome more work on UDPC, WIP Deque
2019-01-26 Stephen SeoRename PLATFORM macro to "namespace" UDPC_
2019-01-26 Stephen SeoAdd some init/destruct stuff, thread stuff too
2019-01-26 Stephen SeoInit commit skeleton project