]> git.seodisparate.com - UDPConnection/shortlog
UDPConnection
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