]> git.deb.at Git - rhonda/impostor.hazel.git/shortlog
rhonda/impostor.hazel.git
2021-02-02 Matthew EndsleyUpdate SendMessageInfo to hold byte span
2021-02-02 Matthew EndsleyAllow derived listener classes access to the logger
2021-02-02 Matthew EndsleyMerge branch 'dtls_record_protection' into dtls
2021-02-02 Matthew EndsleyAdd AesGcm record protection
2021-02-02 Matthew EndsleyMerge branch 'dtls_record' into dtls
2021-02-02 Matthew EndsleyAdd interface for record protection
2021-02-02 Matthew EndsleyMerge branch 'dtls_psuedo_random_function' into dtls
2021-02-02 Matthew EndsleyAdd record wire format conversions
2021-02-02 Matthew EndsleyAdd common PRF labels as constants
2021-02-02 Matthew EndsleyAdd ExpandSecret variant that takes label as a byte...
2021-02-02 Matthew EndsleyMerge branch 'key_exchange' into dtls
2021-02-02 Matthew EndsleyAdd the psuedoranomm function P_SHA256
2021-02-02 Matthew EndsleyMerge branch 'crypto_primitives' into dtls_new
2021-02-02 Matthew EndsleyAdd x25519 version of ECDHE_RSA_256 cipher suite
2021-02-02 Matthew EndsleyAdd initial cipher suite interfaces
2021-02-02 Matthew EndsleyAdd AES_GCM primitive
2021-02-02 Matthew EndsleyAdd x25519 primitive
2021-02-02 Matthew EndsleyAdd a few constant-time utilities
2021-02-02 Matthew EndsleyAdd ByteSpan utility
2020-12-17 Matthew EndsleyMerge branch 'cleanup_tests' into fewerThreads2
2020-12-17 Matthew EndsleyInitialize keepalive timer in constructor
2020-12-17 Matthew EndsleyFix disposal issues in ThreadLimitedUdpConnectionListener
2020-12-15 ForestAdd the ability to start a MessageWriter in the middle...
2020-11-05 ForestA bit of testing and pushing abstractions around. Reade...
2020-10-31 ForestMerge branch 'rewritepkts' into fewerThreads2
2020-10-31 ForestTest UnityUdpClientConnection a little
2020-10-31 ForestA little tidy
2020-10-31 ForestCleanup old, unused doc project and fix #7
2020-10-31 ForestMerge remote-tracking branch 'origin/fewerThreads2'
2020-10-31 ForestRemove documentation project
2020-10-31 ForestAdd functionality to rewrite packets
2020-10-14 ForestCleanup old, unused doc project and fix #7
2020-10-08 ForestMerge pull request #6 from willardf/bug-5
2020-10-08 ForestMerge branch 'bug-5' into fewerThreads2
2020-10-08 ForestTest and fix bug #5: A malformed packet can be used...
2020-10-08 ForestA couple subtle changes
2020-09-24 ForestPoll for socket avail and handle send errors
2020-09-06 ForestAcceptable. Time to improve
2020-09-03 ForestHazel pretty good. 2020.9.1
2020-08-19 ForestAdd more tests, fix a bug when recycling unaware hello...
2020-07-06 ForestMore testing, some fixes
2020-05-09 ForestFix a severe issue with redundant acks
2020-04-02 ForestAdd 8x redundancy to acks
2020-01-17 ForestRemove unused timeout param from ConnectAsync
2020-01-15 ForestAdded a listener with a fixed number of threads. Still...
2020-01-11 ForestAdd some UPnP capabilities, add an intercept for intern...
2020-01-02 ForestMerge remote-tracking branch 'origin/master'
2019-12-17 ForestCreate a separate client connection better suited to...
2019-10-18 ForestMerge pull request #2 from shaunthesheep644/LoggerNullR...
2019-10-18 Forest* Fix some issues that popped up in Hazel-Examples...
2019-09-21 Max Tiganovlogger nullref fix
2019-09-05 ForestImprove broadcast listener debugging and ignore some...
2019-08-20 ForestBetter enable very early connection validation
2019-07-25 ForestRevert some bad code that caused OnNewConnection to...
2019-07-25 ForestLots of code clean up, fixed an issue were a latent...
2019-06-20 ForestFix and test disconnect message feature
2019-06-20 ForestFix some flaky tests, clean up some style
2019-06-20 ForestAdd the ability to send extra data along side a disconn...
2019-06-13 ForestImprove debuggability, and maybe fix a case where the...
2019-06-06 ForestClean up a slow leak of ping packets when connections...
2019-05-29 ForestClean up some stuff, fix some bugs, add a new type...
2019-04-26 ForestRe-remove TCP (this time for good), add a counter to...
2019-04-15 ForestRemove obvious allocation from UdpClientConnection...
2019-04-15 ForestRemove the accidentally added benchmark project
2019-04-10 ForestMake TCP dispose consistent
2019-04-10 ForestUpdate README.md
2019-04-06 ForestRemove unneeded lock, optimize connection statistics...
2019-03-25 ForestResolve an iOS bug due to setting buffers too large...
2019-03-17 ForestFix a very dumb Position < Length bug, put a semaphore...
2019-03-07 ForestClean up some stuff, fix a thing where 0 retries wasn...
2019-01-08 ForestFix some tests, fix a bug in UDP client where reliable...
2019-01-05 ForestReadd TCP capability, this helps deal with the lack...
2019-01-03 ForestClean up some stuff
2018-12-31 ForestSlight optimizations to disconnect
2018-12-31 ForestRemove extraneous wrapper around IPEndpoint
2018-12-28 ForestFix some tests I didn't notice I broke
2018-12-27 ForestUpdate license according to heavy modifications
2018-12-27 ForestUpdate readme to reflect my personal heading for this...
2018-12-27 ForestUndo an accidental class name change
2018-12-27 ForestStrip away a bunch of Interlocked debug stuff, add...
2018-12-25 ForestHave I been making mistakes this whole time?
2018-12-22 ForestThis is what I'm using now, 1100 users on my single...
2018-12-20 ForestChange some more stuff, let's use strings instead of...
2018-12-19 ForestMany of the recent changes are very good, some I'm...
2018-12-19 ForestClean up some enumerators, try a single timer per conne...
2018-12-18 ForestAllow for a little more instrumenting, maybe stop a...
2018-12-18 ForestI like this idea, but why memmory?
2018-12-18 ForestGot everything pretty stable now
2018-12-17 ForestRemove unused fragmented code, reduce more allocations...
2018-12-17 ForestReduce allocations when receiving packets
2018-12-16 ForestStabilize everything
2018-11-28 ForestRemove a test that didn't belong in this project, work...
2018-10-24 ForestClean up some stuff, make some stuff public for easier...
2018-10-14 ForestFix some null refs and other weird bugs
2018-10-03 ForestApparently I have made a lot of changes that were not...
2018-08-09 ForestMore or less require a message at base level
2018-08-09 ForestMake disconnect send synchronous so it's more likely...
2018-07-25 ForestI don't really know, but I'm in a pretty happy place...
2018-07-22 ForestSome very specific and excessive testing, and a few...
2018-07-20 ForestA couple more reader/writer things and maybe something...
next