1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed disposal problem, tweaked params
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Changed dodgy error message
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Added basic http server
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Added the 'response type' to the receive callback. this means we can implement an echo service easily, as shown in the demo
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Minor cleanup More... almost 13 years ago
Updated README
Sevensharp9
as 7sharp9
More... almost 13 years ago
Removed event based implementation, preliminary implementation for callbacks these will be refined over then nect week...
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Added more callback functionality and createServer method. This simplifies the client and is slightly faster
Sevensharp9
as Dave Thomas
More... almost 13 years ago
added work in progress callback style, performance marginally better
Sevensharp9
as Dave Thomas
More... almost 13 years ago
removed the TcpListener
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Changed default parameters, added basic disconnect in main loop, added Connections property in server
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Added more defensive code for send overload
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Add FSharp.Monad dependency to the nuget build step. More... almost 13 years ago
Add HTTP state machine parser. More... almost 13 years ago
Remove Async operators and switch to a dependency on FSharp.Monad instead. More... almost 13 years ago
Switch nuspec file to use the conventional folder structure. More... almost 13 years ago
Minor cleanup More... almost 13 years ago
added temp changes for Ryan to fix :)
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Switch Uri parser to use the optimized FParsec primitives rather than the more familiar Haskell-style operators added previously. More... almost 13 years ago
Fix github Issue #4 More... almost 13 years ago
Add postfix build number based on build date. More... almost 13 years ago
Add HTTP header and request message parsing. You can now parse a simple GET, HEAD, OPTIONS or other message that does not include a body (or a body that can safely be ignored as we currently throw it away). Unit tests provide some basic safety over what is allowed. More... almost 13 years ago
removed server reply on connect, still looking for race condition
Sevensharp9
as Dave Thomas
More... almost 13 years ago
added a bit more diagnostic info, none the wiser on the cause yet...
Sevensharp9
as Dave Thomas
More... almost 13 years ago
added multi client back in, need to debug array overflow.
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Add HttpRequestLine parser and tests. Bumped the version and included .pdb files in the build to publish symbols to symbolsource.org More... almost 13 years ago
Minor cleanup. More... almost 13 years ago
Update PipeletsTest with additional tests for the multicastRouter. More... almost 13 years ago
Replace FParsec references with the NuGet package. More... almost 13 years ago
Rev the version to 0.1.2 More... almost 13 years ago