| 2021-02-02 |
Matthew Endsley | Allow TL connection listener to override incoming messa... |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Update SendMessageInfo to hold byte span |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Allow derived listener classes access to the logger |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Merge branch 'dtls_record_protection' into dtls |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add AesGcm record protection |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Merge branch 'dtls_record' into dtls |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add interface for record protection |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Merge branch 'dtls_psuedo_random_function' into dtls |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add record wire format conversions |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add common PRF labels as constants |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add ExpandSecret variant that takes label as a byte... |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Merge branch 'key_exchange' into dtls |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add the psuedoranomm function P_SHA256 |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Merge branch 'crypto_primitives' into dtls_new |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add x25519 version of ECDHE_RSA_256 cipher suite |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add initial cipher suite interfaces |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add AES_GCM primitive |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add x25519 primitive |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add a few constant-time utilities |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
Matthew Endsley | Add ByteSpan utility |
commit | commitdiff | tree | snapshot |
| 2020-12-17 |
Matthew Endsley | Merge branch 'cleanup_tests' into fewerThreads2 |
commit | commitdiff | tree | snapshot |
| 2020-12-17 |
Matthew Endsley | Initialize keepalive timer in constructor |
commit | commitdiff | tree | snapshot |
| 2020-12-17 |
Matthew Endsley | Fix disposal issues in ThreadLimitedUdpConnectionListener |
commit | commitdiff | tree | snapshot |
| 2020-12-15 |
Forest | Add the ability to start a MessageWriter in the middle... |
commit | commitdiff | tree | snapshot |
| 2020-11-05 |
Forest | A bit of testing and pushing abstractions around. Reade... |
commit | commitdiff | tree | snapshot |
| 2020-10-31 |
Forest | Merge branch 'rewritepkts' into fewerThreads2 |
commit | commitdiff | tree | snapshot |
| 2020-10-31 |
Forest | Test UnityUdpClientConnection a little |
commit | commitdiff | tree | snapshot |
| 2020-10-31 |
Forest | A little tidy |
commit | commitdiff | tree | snapshot |
| 2020-10-31 |
Forest | Cleanup old, unused doc project and fix #7 |
commit | commitdiff | tree | snapshot |
| 2020-10-31 |
Forest | Merge remote-tracking branch 'origin/fewerThreads2' |
commit | commitdiff | tree | snapshot |
| 2020-10-31 |
Forest | Remove documentation project |
commit | commitdiff | tree | snapshot |
| 2020-10-31 |
Forest | Add functionality to rewrite packets |
commit | commitdiff | tree | snapshot |
| 2020-10-14 |
Forest | Cleanup old, unused doc project and fix #7 |
commit | commitdiff | tree | snapshot |
| 2020-10-08 |
Forest | Merge pull request #6 from willardf/bug-5 |
commit | commitdiff | tree | snapshot |
| 2020-10-08 |
Forest | Merge branch 'bug-5' into fewerThreads2 |
commit | commitdiff | tree | snapshot |
| 2020-10-08 |
Forest | Test and fix bug #5: A malformed packet can be used... |
commit | commitdiff | tree | snapshot |
| 2020-10-08 |
Forest | A couple subtle changes |
commit | commitdiff | tree | snapshot |
| 2020-09-24 |
Forest | Poll for socket avail and handle send errors |
commit | commitdiff | tree | snapshot |
| 2020-09-06 |
Forest | Acceptable. Time to improve |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
Forest | Hazel pretty good. 2020.9.1 |
commit | commitdiff | tree | snapshot |
| 2020-08-19 |
Forest | Add more tests, fix a bug when recycling unaware hello... |
commit | commitdiff | tree | snapshot |
| 2020-07-06 |
Forest | More testing, some fixes |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Forest | Fix a severe issue with redundant acks |
commit | commitdiff | tree | snapshot |
| 2020-04-02 |
Forest | Add 8x redundancy to acks |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
Forest | Remove unused timeout param from ConnectAsync |
commit | commitdiff | tree | snapshot |
| 2020-01-15 |
Forest | Added a listener with a fixed number of threads. Still... |
commit | commitdiff | tree | snapshot |
| 2020-01-11 |
Forest | Add some UPnP capabilities, add an intercept for intern... |
commit | commitdiff | tree | snapshot |
| 2020-01-02 |
Forest | Merge remote-tracking branch 'origin/master' |
commit | commitdiff | tree | snapshot |
| 2019-12-17 |
Forest | Create a separate client connection better suited to... |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
Forest | Merge pull request #2 from shaunthesheep644/LoggerNullR... |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
Forest | * Fix some issues that popped up in Hazel-Examples... |
commit | commitdiff | tree | snapshot |
| 2019-09-21 |
Max Tiganov | logger nullref fix |
commit | commitdiff | tree | snapshot |
| 2019-09-05 |
Forest | Improve broadcast listener debugging and ignore some... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
Forest | Better enable very early connection validation |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
Forest | Revert some bad code that caused OnNewConnection to... |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
Forest | Lots of code clean up, fixed an issue were a latent... |
commit | commitdiff | tree | snapshot |
| 2019-06-20 |
Forest | Fix and test disconnect message feature |
commit | commitdiff | tree | snapshot |
| 2019-06-20 |
Forest | Fix some flaky tests, clean up some style |
commit | commitdiff | tree | snapshot |
| 2019-06-20 |
Forest | Add the ability to send extra data along side a disconn... |
commit | commitdiff | tree | snapshot |
| 2019-06-13 |
Forest | Improve debuggability, and maybe fix a case where the... |
commit | commitdiff | tree | snapshot |
| 2019-06-06 |
Forest | Clean up a slow leak of ping packets when connections... |
commit | commitdiff | tree | snapshot |
| 2019-05-29 |
Forest | Clean up some stuff, fix some bugs, add a new type... |
commit | commitdiff | tree | snapshot |
| 2019-04-26 |
Forest | Re-remove TCP (this time for good), add a counter to... |
commit | commitdiff | tree | snapshot |
| 2019-04-15 |
Forest | Remove obvious allocation from UdpClientConnection... |
commit | commitdiff | tree | snapshot |
| 2019-04-15 |
Forest | Remove the accidentally added benchmark project |
commit | commitdiff | tree | snapshot |
| 2019-04-10 |
Forest | Make TCP dispose consistent |
commit | commitdiff | tree | snapshot |
| 2019-04-10 |
Forest | Update README.md |
commit | commitdiff | tree | snapshot |
| 2019-04-06 |
Forest | Remove unneeded lock, optimize connection statistics... |
commit | commitdiff | tree | snapshot |
| 2019-03-25 |
Forest | Resolve an iOS bug due to setting buffers too large... |
commit | commitdiff | tree | snapshot |
| 2019-03-17 |
Forest | Fix a very dumb Position < Length bug, put a semaphore... |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
Forest | Clean up some stuff, fix a thing where 0 retries wasn... |
commit | commitdiff | tree | snapshot |
| 2019-01-08 |
Forest | Fix some tests, fix a bug in UDP client where reliable... |
commit | commitdiff | tree | snapshot |
| 2019-01-05 |
Forest | Readd TCP capability, this helps deal with the lack... |
commit | commitdiff | tree | snapshot |
| 2019-01-03 |
Forest | Clean up some stuff |
commit | commitdiff | tree | snapshot |
| 2018-12-31 |
Forest | Slight optimizations to disconnect |
commit | commitdiff | tree | snapshot |
| 2018-12-31 |
Forest | Remove extraneous wrapper around IPEndpoint |
commit | commitdiff | tree | snapshot |
| 2018-12-28 |
Forest | Fix some tests I didn't notice I broke |
commit | commitdiff | tree | snapshot |
| 2018-12-27 |
Forest | Update license according to heavy modifications |
commit | commitdiff | tree | snapshot |
| 2018-12-27 |
Forest | Update readme to reflect my personal heading for this... |
commit | commitdiff | tree | snapshot |
| 2018-12-27 |
Forest | Undo an accidental class name change |
commit | commitdiff | tree | snapshot |
| 2018-12-27 |
Forest | Strip away a bunch of Interlocked debug stuff, add... |
commit | commitdiff | tree | snapshot |
| 2018-12-25 |
Forest | Have I been making mistakes this whole time? |
commit | commitdiff | tree | snapshot |
| 2018-12-22 |
Forest | This is what I'm using now, 1100 users on my single... |
commit | commitdiff | tree | snapshot |
| 2018-12-20 |
Forest | Change some more stuff, let's use strings instead of... |
commit | commitdiff | tree | snapshot |
| 2018-12-19 |
Forest | Many of the recent changes are very good, some I'm... |
commit | commitdiff | tree | snapshot |
| 2018-12-19 |
Forest | Clean up some enumerators, try a single timer per conne... |
commit | commitdiff | tree | snapshot |
| 2018-12-18 |
Forest | Allow for a little more instrumenting, maybe stop a... |
commit | commitdiff | tree | snapshot |
| 2018-12-18 |
Forest | I like this idea, but why memmory? |
commit | commitdiff | tree | snapshot |
| 2018-12-18 |
Forest | Got everything pretty stable now |
commit | commitdiff | tree | snapshot |
| 2018-12-17 |
Forest | Remove unused fragmented code, reduce more allocations... |
commit | commitdiff | tree | snapshot |
| 2018-12-17 |
Forest | Reduce allocations when receiving packets |
commit | commitdiff | tree | snapshot |
| 2018-12-16 |
Forest | Stabilize everything |
commit | commitdiff | tree | snapshot |
| 2018-11-28 |
Forest | Remove a test that didn't belong in this project, work... |
commit | commitdiff | tree | snapshot |
| 2018-10-24 |
Forest | Clean up some stuff, make some stuff public for easier... |
commit | commitdiff | tree | snapshot |
| 2018-10-14 |
Forest | Fix some null refs and other weird bugs |
commit | commitdiff | tree | snapshot |
| 2018-10-03 |
Forest | Apparently I have made a lot of changes that were not... |
commit | commitdiff | tree | snapshot |
| 2018-08-09 |
Forest | More or less require a message at base level |
commit | commitdiff | tree | snapshot |
| 2018-08-09 |
Forest | Make disconnect send synchronous so it's more likely... |
commit | commitdiff | tree | snapshot |
| 2018-07-25 |
Forest | I don't really know, but I'm in a pretty happy place... |
commit | commitdiff | tree | snapshot |
| 2018-07-22 |
Forest | Some very specific and excessive testing, and a few... |
commit | commitdiff | tree | snapshot |
| next |