0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correctly call select args before disposing the args. More... over 11 years ago
Fix FAKE build. More... over 11 years ago
Revert "Rearrange Sockets functions to take a pool and ensure buffers are returned to the pool when completed." More... almost 12 years ago
Remove unnecessary AsyncSend of an empty buffer. More... almost 12 years ago
Update NuGet dependencies. More... almost 12 years ago
Replace BlockingQueueAgent with BlockingCollection, and remove SetKeepAlives. More... almost 12 years ago
Rename pool to bufferPool. More... almost 12 years ago
Rename AsyncSeq socket methods to AsyncXyzSeq. More... almost 12 years ago
Rearrange Sockets functions to take a pool and ensure buffers are returned to the pool when completed. More... almost 12 years ago
Use Socket.DisconnectAsync. More... almost 12 years ago
Fix project references in the sample server. More... almost 12 years ago
Include NuGet.exe More... almost 12 years ago
Initial attempt at implementing keep alives. More... almost 12 years ago
Extract the handle function in order to allow re-handling persistent connections. More... almost 12 years ago
Rename socket to connection. More... almost 12 years ago
Change the signature of Tcp.Server to accept a Socket -> Async<bool>, with the bool representing whether to keep the socket connection open. More... almost 12 years ago
Fix Owin.fsx parsing sample. More... almost 12 years ago
Clean up Http.fs. More... almost 12 years ago
Fix Version parsing. More... almost 12 years ago
Add the owin.RequestProtocol key. More... almost 12 years ago
Rename namespace to Frack and include the parse and shouldKeepAlive functions. Http.Parser.parse has moved. More... almost 12 years ago
Fix file references. More... almost 12 years ago
Rename socket -> connection and finish -> close to better reflect their purpose. More... almost 12 years ago
Reorder files in terms of network and abstraction layering. More... almost 12 years ago
Match the Http.Server.Start signature style with the Tcp.Server.Start methods. More... almost 12 years ago
Set better defaults for the listening socket. More... almost 12 years ago
Fix response header rendering. More... almost 12 years ago
Subscribe to the args.Completed event and dispose of the event handler when finished. More... almost 12 years ago
Pull Response helper module into Frack.fs and reduce the performance bottleneck of getBytes. More... almost 12 years ago
Fix memory leak. More... almost 12 years ago