1
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor cleanup of names, spacing, and conditional ordering. More... over 12 years ago
Fix implementations of IDisposable. More... over 12 years ago
Refactor project structure. More... over 12 years ago
Add FSharpx to Fracture.Http More... almost 13 years ago
Replace FSharp.Monad with the new FSharpx. More... almost 13 years ago
Fix line endings on updated TcpServer. More... almost 13 years ago
Remove patch level in favor of using the formatted date string as patch level. More... almost 13 years ago
Fix IDisposable implementation for TcpServer, and implement IDisposable for HttpServer. More... almost 13 years ago
Remove FParsec-based HTTP parser. More... almost 13 years ago
Minor fixes Start of Remote agents
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Cleaned up slightly
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Fast concurrent client add, correction in pipelet code
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Switched Console.WriteLine to Debug
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Temp experimental httpmachine parser
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Temp experimental httpmachine parser
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Minor cleanup
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Fixed typo
Sevensharp9
as Dave Thomas
More... almost 13 years ago
simplified asyncX helpers slightly transparently enforce minimum pool sizes: two per pool, as a new saea is pulled from the pool while the other is still being used, even to accept one connection or send one message.
Sevensharp9
as Dave Thomas
More... almost 13 years ago
sebastiang - rename tcpserver and bocketpool arguments to be more self-explanatory
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Safe disposal as per sebastiang pull req
Sevensharp9
as Dave Thomas
More... almost 13 years ago
allow socketerror on accept to be harmless if socket is shutting down or disposing: if someone shut down our socket, then it's okay to ignore these errors.
Sevensharp9
as Dave Thomas
More... almost 13 years ago
updates to ensure test client and server start and stop cleanly. need to catch exception during socket shutdown; also need to dispose of the socket. bocketpool will be asked to check a socket back in, but it's already been disposed; just ignore the reuest in this case. also dispose of the bocketpool blocking collection itself.
Sevensharp9
as Dave Thomas
More... almost 13 years ago
- fix bocketpool-assigned saea buffer offsets (they were overlapping) - update Common.send to take maxLength before data, as clients don't know how to specify maxLength
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Removed old pool code from ctor
Sevensharp9
as Dave Thomas
More... almost 13 years ago
servers should throw exception when asked to start listening twice.
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Experimental parsing update with httpmachine
Sevensharp9
as Dave Thomas
More... almost 13 years ago
echo server test set up: do not attempt to clean up socket in TcpServer dispose if it has not been created. More... almost 13 years ago
Minor update: Switched the callback to return the TcpServer, shortened socket bind by using Loopback
Sevensharp9
as Dave Thomas
More... almost 13 years ago
Remove Close and return an IDisposable from Listen. More... almost 13 years ago
Tweak TcpServer api to use default callbacks for connected, disconnected, and sent. The received callback is now required. More... almost 13 years ago