1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed send to use Buffer.BlockCopy as it is faster, modified test harness to send a msg every second with the server sending an initial 130 bytes on connect(this msg is currently not displayed in the client).
Sevensharp9
as Dave Thomas
More... about 14 years ago
Changed send to use Buffer.BlockCopy as it is faster, modified test harness to send a msg every second with the server sending an initial 130 bytes on connect(this msg is currently not displayed in the client).
Sevensharp9
as Dave Thomas
More... about 14 years ago
Removed additional unnecessary pattern matches from TcpListener. More... about 14 years ago
Removed unnecessary pattern matching from TcpListener. More... about 14 years ago
Removed closeConnection from the recursive function definition. More... about 14 years ago
changed the test client to wait 100ms between reading 1 byte from the stream to test byte ordering.
Sevensharp9
as Dave Thomas
More... about 14 years ago
changed the test client to wait 100ms between reading 1 byte from the stream to test byte ordering.
Sevensharp9
as Dave Thomas
More... about 14 years ago
Replaced pattern match in BocketPool with a simple if condition More... about 14 years ago
added asynchronous send, this is test only at the moment. Changed the server test harness to sent bytes on connection. Need to expaNeed to update the test harnesses by adding command input to start send/receive etc
Sevensharp9
as Dave Thomas
More... about 14 years ago
added asynchronous send, this is test only at the moment. Changed the server test harness to sent bytes on connection. Need to expaNeed to update the test harnesses by adding command input to start send/receive etc
Sevensharp9
as Dave Thomas
More... about 14 years ago
Added closeConnection to close out bad connections during processReceive More... about 14 years ago
Added timings to test apps, moved accept next connect further up so it happens before scraping off connect data.
Sevensharp9
as Dave Thomas
More... about 14 years ago
Consolidated createTcpSocket() into createListener() More... about 14 years ago
BocketPool now creates the requested number of args rather than the calcualted number. More... about 14 years ago
Fixed Socket null reference exception. Updated client to send 512 bytes, updated server to use 512 byte buffers.
Sevensharp9
as Dave Thomas
More... about 14 years ago
updated comment
Sevensharp9
as Dave Thomas
More... about 14 years ago
updated comments
Sevensharp9
as Dave Thomas
More... about 14 years ago
Cleaned up a few items. The do initializer call in BocketPool is now wrapped in the Start method. TcpListener's recursive completed callback now includes the processAccept, processReceive, and processSend as part of its recursive definition. More... about 14 years ago
removed connection.fs
Sevensharp9
as Dave Thomas
More... about 14 years ago
Refactored out the connection.fs file.
Sevensharp9
as Dave Thomas
More... about 14 years ago
deleted old file
Sevensharp9
as Dave Thomas
More... about 14 years ago
refactored code slightly to make clients dictionary private.
Sevensharp9
as Dave Thomas
More... about 14 years ago
fixed capitalization of start method
Sevensharp9
as Dave Thomas
More... about 14 years ago
changed project type to lib
Sevensharp9
as Dave Thomas
More... about 14 years ago
changed type accessibility to internal
Sevensharp9
as Dave Thomas
More... about 14 years ago
Corrected spelling of TcpListener.fs
Sevensharp9
as Dave Thomas
More... about 14 years ago
switched callback functions to events on TcpListener
Sevensharp9
as Dave Thomas
More... about 14 years ago
modified test server to output received bytes and disconnects.
Sevensharp9
as Dave Thomas
More... about 14 years ago
split runissome to utility module.
Sevensharp9
as Dave Thomas
More... about 14 years ago
interim change to allow optional send,receive,connect, disconnect function, not sure it i prefer this over an evented observable model
Sevensharp9
as Dave Thomas
More... about 14 years ago