2019-12-18 |
Stephen Seo | Minor fixes |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Stephen Seo | Minor fixes, improvements |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Stephen Seo | Add way to get connection queued size |
commit | commitdiff | tree | snapshot |
2019-12-17 |
Stephen Seo | Bug fixes |
commit | commitdiff | tree | snapshot |
2019-12-17 |
Stephen Seo | Impl disc. request (untested), del make_unique |
commit | commitdiff | tree | snapshot |
2019-12-17 |
Stephen Seo | Replace "poor man's optional" with std::unique_ptr |
commit | commitdiff | tree | snapshot |
2019-12-17 |
Stephen Seo | Fix create_id_easy not parsing ipv4 addr correctly |
commit | commitdiff | tree | snapshot |
2019-12-11 |
Stephen Seo | Fix UnitTests using C++17 (now uses C++11) |
commit | commitdiff | tree | snapshot |
2019-12-11 |
Stephen Seo | Drop support from C++17 to C++11 |
commit | commitdiff | tree | snapshot |
2019-12-09 |
Stephen Seo | Impl auth-policy for handling with(out) auth |
commit | commitdiff | tree | snapshot |
2019-12-06 |
Stephen Seo | More documentation, fix constants to be #define'd |
commit | commitdiff | tree | snapshot |
2019-12-04 |
Stephen Seo | Update .gitignore |
commit | commitdiff | tree | snapshot |
2019-12-04 |
Stephen Seo | More work on Doxygen style documentation |
commit | commitdiff | tree | snapshot |
2019-11-27 |
Stephen Seo | Begin doxygen-style documentation WIP |
commit | commitdiff | tree | snapshot |
2019-11-27 |
Stephen Seo | Minor fixes/refactorings |
commit | commitdiff | tree | snapshot |
2019-11-27 |
Stephen Seo | Add is_valid_context(), fixes/refactorings |
commit | commitdiff | tree | snapshot |
2019-11-27 |
Stephen Seo | Add set_libsodium_key_easy(), fixes/refactorings |
commit | commitdiff | tree | snapshot |
2019-11-21 |
Stephen Seo | Fixes for setting pub/sec keys |
commit | commitdiff | tree | snapshot |
2019-11-21 |
Stephen Seo | Add unset_libsodium_keys() |
commit | commitdiff | tree | snapshot |
2019-11-19 |
Stephen Seo | Add set peer_pk, sk/pk, start/stop threaded update |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Stephen Seo | libsodium support is now optional |
commit | commitdiff | tree | snapshot |
2019-11-13 |
Stephen Seo | Add way to specify sleep time for threaded update |
commit | commitdiff | tree | snapshot |
2019-11-13 |
Stephen Seo | Add UDPC_create_id_easy |
commit | commitdiff | tree | snapshot |
2019-11-13 |
Stephen Seo | Convert NetworkTest to C from C++ |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Stephen Seo | Add events, refactorings |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Stephen Seo | Fix use of addr/socket types |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Stephen Seo | Replace c_impl, remove rust_binding, with cpp_impl |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Remove unused TSQueue and RingBuffer |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Fixes and improvements (add use of TSLQueue) |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Minor fix to size pointer in TSLQueue iterator |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Fix size count in TSLQueue when using iterator |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Add more tests to UnitTest for TSLQueue |
commit | commitdiff | tree | snapshot |
2019-11-03 |
Stephen Seo | Add iterator to TSLQueue |
commit | commitdiff | tree | snapshot |
2019-10-29 |
Stephen Seo | Replace std::list with own doubly-linked-list |
commit | commitdiff | tree | snapshot |
2019-10-28 |
Stephen Seo | Add remove() to TSLQueue's iterator wrapper |
commit | commitdiff | tree | snapshot |
2019-10-24 |
Stephen Seo | Add WIP UnitTests for TSLQueue |
commit | commitdiff | tree | snapshot |
2019-10-24 |
Stephen Seo | Add prefix inc/dec to TSLQIterWrapper |
commit | commitdiff | tree | snapshot |
2019-10-24 |
Stephen Seo | Add missing impl fn to TSLQueue |
commit | commitdiff | tree | snapshot |
2019-10-24 |
Stephen Seo | Add impl of TSLQueue (TODO UnitTests) |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Stephen Seo | Begin work on TSLQueue |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Stephen Seo | Refactor logging |
commit | commitdiff | tree | snapshot |
2019-09-27 |
Stephen Seo | Rework sendPkts (sending queue) |
commit | commitdiff | tree | snapshot |
2019-09-23 |
Stephen Seo | Implement header verification via libsodium |
commit | commitdiff | tree | snapshot |
2019-09-21 |
Stephen Seo | Add support for MINGW compiler |
commit | commitdiff | tree | snapshot |
2019-09-20 |
Stephen Seo | Fixes and improvements |
commit | commitdiff | tree | snapshot |
2019-09-20 |
Stephen Seo | Use macro to conditionally log |
commit | commitdiff | tree | snapshot |
2019-09-20 |
Stephen Seo | Many fixes, including sending packets with payload |
commit | commitdiff | tree | snapshot |
2019-09-19 |
Stephen Seo | Fix parsing of ipv6 link-local address |
commit | commitdiff | tree | snapshot |
2019-09-19 |
Stephen Seo | Fix Windows support |
commit | commitdiff | tree | snapshot |
2019-09-19 |
Stephen Seo | Rename enum types to avoid name conflict |
commit | commitdiff | tree | snapshot |
2019-09-19 |
Stephen Seo | Attempt to make code platform agnostic |
commit | commitdiff | tree | snapshot |
2019-09-18 |
Stephen Seo | Fix atostr |
commit | commitdiff | tree | snapshot |
2019-09-18 |
Stephen Seo | Add support for link-local ipv6 addr |
commit | commitdiff | tree | snapshot |
2019-09-18 |
Stephen Seo | Fix NetworkTest |
commit | commitdiff | tree | snapshot |
2019-09-18 |
Stephen Seo | Fix setting trigger-send flag |
commit | commitdiff | tree | snapshot |
2019-09-17 |
Stephen Seo | Impl NetworkTest, fixes and refactoring |
commit | commitdiff | tree | snapshot |
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 |
next |