3
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
namespace KayakTests -> namespace Kayak.Tests More... over 14 years ago
KayakTests -> Kayak.Tests More... over 14 years ago
net tests passing More... over 14 years ago
simplify the examples a bit More... over 14 years ago
response delegate tests passing. funny how the problem was in the tests, not the system. More... over 14 years ago
Fix keep-alive connections More... over 14 years ago
Fix possible stack overflow on synchronous reads. More... over 14 years ago
Properly set state before calling out. More... over 14 years ago
Connections will never be thread-safe. Why would you ever want to worry about threads anyway? More... over 14 years ago
So everything is based on IWhateverDelegate sorts of interfaces rather than C# events. Largely rewrote the HTTP bits, which should be a lot more robust. More... over 14 years ago
new API with interface-delegates rather than native events. think i like this better. many tests need to befixed still. More... over 14 years ago
cleaned up transaction edge case More... over 14 years ago
actually add response tests More... over 14 years ago
some response tests More... over 14 years ago
transaction tests More... over 14 years ago
everything all refactored and ready to test More... over 14 years ago
towards http, again More... over 14 years ago
good god. closer. More... over 14 years ago
introduce IOutputStream More... over 14 years ago
some async tests for SocketBuffer More... over 14 years ago
SocketBuffer plus some tests More... over 14 years ago
back to single-threaded scheduler. optimize later. More... over 14 years ago
break up files More... over 14 years ago
moving things about More... over 14 years ago
multithreaded server/socket bits. but honestly i'm not sure this actually makes sense. More... over 14 years ago
a stab at a thread-safe server. not sure i know what i'm doing here, but based on what i'm googling it seems alright More... over 14 years ago
KayakScheduler is way simpler, uses TPL. More... over 14 years ago
goodbye KayakScheduler.Current, i always hated you. More... over 14 years ago
more socket tests. More... over 14 years ago
some socket tests, which are tricky More... over 14 years ago