2019-09-17 |
Stephen Seo | Add support for UDPC_strtoa to accept ipv4 input |
commit | commitdiff | tree | snapshot |
2019-09-16 |
Stephen Seo | Use mutex for thread safety |
commit | commitdiff | tree | snapshot |
2019-09-16 |
Stephen Seo | Add command parsing for NetworkTest |
commit | commitdiff | tree | snapshot |
2019-09-16 |
Stephen Seo | Impl threaded init/update |
commit | commitdiff | tree | snapshot |
2019-09-07 |
Stephen Seo | Replace ipv4 with ipv6 |
commit | commitdiff | tree | snapshot |
2019-09-03 |
Stephen Seo | Make atostr more thread safe |
commit | commitdiff | tree | snapshot |
2019-09-03 |
Stephen Seo | Prevent exceptions being thrown in TSQueue |
commit | commitdiff | tree | snapshot |
2019-09-03 |
Stephen Seo | Expose ConnectionId to C interface, fixes |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Stephen Seo | Add top_and_pop fn to TSQueue |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Stephen Seo | Minor fixes |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Stephen Seo | Simpifly opaque struct handle to context |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Stephen Seo | Remove already resolved TODO comment |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Stephen Seo | Use opaque struct as handle in C interface, fix |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Stephen Seo | Impl logging, minor fixes/refactorings |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Stephen Seo | Minor formatting fix |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Stephen Seo | Add client_initiate_connection fn, some fixes |
commit | commitdiff | tree | snapshot |
2019-08-28 |
Stephen Seo | Impl drop all connections with specific addr |
commit | commitdiff | tree | snapshot |
2019-08-28 |
Stephen Seo | Some fixes |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Add some Unit Tests for UDPC |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Minor fix |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Store connections based on both addr and port |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Replace all uses of float with chrono::duration |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Fix warnings, some impl, still WIP |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Set max size for received pkts queue |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Impl storing received packet |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Stephen Seo | Impl check timed-out packets |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Stephen Seo | More impl: rtt and timepoint per sent pkt |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Stephen Seo | More impl, fix move for TSQueue |
commit | commitdiff | tree | snapshot |
2019-08-18 |
Stephen Seo | Some WIP impl of receiving packet handling |
commit | commitdiff | tree | snapshot |
2019-08-18 |
Stephen Seo | Impl sending queued packet |
commit | commitdiff | tree | snapshot |
2019-08-18 |
Stephen Seo | Replace spinlock with mutex/lock_guard in TSQueue |
commit | commitdiff | tree | snapshot |
2019-07-25 |
Stephen Seo | Some more work on cpp_impl (still WIP) |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Stephen Seo | Some work on update impl |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Stephen Seo | Minor changes/fixes, clang-format fixes |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Stephen Seo | Minor fix |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Stephen Seo | Add check for endianness, fix strtoa for ipv4 |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Stephen Seo | Change TSQueue to be a wrapper around a queue |
commit | commitdiff | tree | snapshot |
2019-06-07 |
Stephen Seo | Add more to unit test for TSQueue |
commit | commitdiff | tree | snapshot |
2019-06-07 |
Stephen Seo | Add unit test and fixes for TSQueue |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Stephen Seo | Add more fns to TSQueue (still untested) |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Stephen Seo | Invoke ALEFix |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Stephen Seo | Create Thread-Safe-Queue (untested) |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Stephen Seo | Skeleton code set up for cpp impl |
commit | commitdiff | tree | snapshot |
2019-04-22 |
Stephen Seo | Fix c_impl not installing to lib/ for Debug |
commit | commitdiff | tree | snapshot |
2019-04-22 |
Stephen Seo | rust_binding now builds C lib Release/Debug |
commit | commitdiff | tree | snapshot |
2019-04-22 |
Stephen Seo | Remove unnecessary ArchLinux PKGBUILD |
commit | commitdiff | tree | snapshot |
2019-04-22 |
Stephen Seo | Allow rust_binding to build the C library |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Stephen Seo | Add new function to whitelist |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Stephen Seo | Move gitignore for c_impl to correct place |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Stephen Seo | Add buildgen rust binding |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Stephen Seo | Add function to drop connection to specific addr |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Stephen Seo | Fix prepare_pkt function |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Stephen Seo | Fix server ignoring first packet from client |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Stephen Seo | Add HashMap keyed by id for quick id lookups |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Stephen Seo | Fix UDPC destruct order when using thread |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Stephen Seo | Fix mutex lock not being unlocked |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Stephen Seo | Change isThreaded flag to be separate int |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Stephen Seo | Add get/set protocol id capability |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Minor doc fix |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Fix const error strings |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Add more documentation |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Add more documentation |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Add get/set accept-new-connections fn |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Change UDPConnection to set listen address |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Minor fix to NetworkTest |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Stephen Seo | Fix received callback, minor change to NetworkTest |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Stephen Seo | Fix threaded update |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Stephen Seo | Change NetworkTest to exit after disconnect |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Stephen Seo | Fix memory leaks |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | More fixes to UDPConnection |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Fix new connections not being created |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Fix endianness of addr, minor fixes |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | More fixes |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Fix NetworkTest |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Fixes to NetworkTest |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Add check for no pkt received (non-blocking) |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Add NetworkTest executable |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Add UDPC_strtoa |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | More impl of UDPConnection |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Use locks on check_events for threaded case |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Stephen Seo | Add resendPktQueue to struct in UDPConnection |
commit | commitdiff | tree | snapshot |
2019-02-21 |
Stephen Seo | Fixes/improvements to UDPConnection, still WIP |
commit | commitdiff | tree | snapshot |
2019-02-21 |
Stephen Seo | Add push_..._realloc to Deque |
commit | commitdiff | tree | snapshot |
2019-02-20 |
Stephen Seo | Impl add to send-queue and recv callbacks, WIP |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Stephen Seo | Fix error log message |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Stephen Seo | Fix handling of timed out packets |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Stephen Seo | More impl of UDPConnection |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Stephen Seo | Merge branch 'hm_linkedlist' |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Stephen Seo | Update UDPConnection to use updated HashMap |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Stephen Seo | Update unit tests for HashMap, fixes |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Stephen Seo | Change HashMap to use llists, testing required |
commit | commitdiff | tree | snapshot |
2019-02-16 |
Stephen Seo | WIP change to linked list buckets instead of deque |
commit | commitdiff | tree | snapshot |
2019-02-15 |
Stephen Seo | Minor fix to unit test for HashMap |
commit | commitdiff | tree | snapshot |
2019-02-15 |
Stephen Seo | Minor fix to HashMap_itercall(), add to unit test |
commit | commitdiff | tree | snapshot |
2019-02-15 |
Stephen Seo | Add itercall() to HashMap, more work on UDPC |
commit | commitdiff | tree | snapshot |
2019-02-13 |
Stephen Seo | Fixes to Unit Test, attempt to improve hash use |
commit | commitdiff | tree | snapshot |
2019-02-13 |
Stephen Seo | Add unit tests for HashMap, fix HashMap |
commit | commitdiff | tree | snapshot |
2019-02-13 |
Stephen Seo | Add a few fns, fix docs to HashMap |
commit | commitdiff | tree | snapshot |
2019-02-12 |
Stephen Seo | Allow duplicate keys in HashMap |
commit | commitdiff | tree | snapshot |
2019-02-12 |
Stephen Seo | Revert "Change formatting in HashMap.c" |
commit | commitdiff | tree | snapshot |
next |