1
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
patch for early socket disposal More... over 4 years ago
patch to allow non-blocking background commands to be issued. More... over 4 years ago
adjustments to no longer use lock instead use manual reset events as well as moved code base to use more Tasks than begininvoke More... over 4 years ago
patched code base to try and clean out cpu usage as well as memory leaks that occur from long term socket operation More... over 4 years ago
corrected issue with detecting messages properly, included background operations and made things more robust More... about 5 years ago
added in ability to issue a background command that the results can be ignored. More... about 5 years ago
corrected bugs wrt issuing api commands and obtaining the results. More... about 5 years ago
corrected bug wrt api commands and responses More... about 5 years ago
added in async calls not needing a response from the system. More... about 5 years ago
Create LICENSE More... about 5 years ago
migrated project to .netcore app More... about 5 years ago
added in a couple new message types to handle disconnect notices as well as authentication requests. added in code to handle the message content types more efficiently using switch case. More... about 11 years ago
updated code base to handle missing event header that occurs randomly. updated code base to handle invalid messages by triggering a dispose delegate to allow developers to handle things accordingly updated code base to handle filtering events on sockets. More... about 11 years ago
correcting CPU usage issue by forcing delay in check for socket data so cpu can idle. More... about 11 years ago
corrected issue with method for checking if data is available on a socket More... over 11 years ago
corrected bug with improper namespace issues More... over 11 years ago
added in ability to call an acl check through the inbound socket. More... over 11 years ago
implemented some implicit conversions for a few structures to strings. More... over 11 years ago
corrected a few minor bug command calls More... over 11 years ago
patching mono fixed listener with end accept correction More... almost 12 years ago
corrected bugs with the mono fix wrapped listener in order to produce some memory efficiency and avoid the known mono memory leak More... almost 12 years ago
improved the Async Wrapped client to properly thread async results. More... almost 12 years ago
added in the wrapped tcp listener from the Embedded Web Server project in order to bypass the mono async issues More... almost 12 years ago
changing the sockets to use a more linear threaded process to limit the number of threads being created and possibly not destroying themselves. More... almost 12 years ago
changed the socket message processor to use a single thread to process the messages that come in instead of attempt to create threads from the async call that fail to end properly and consume memory infinitely More... almost 12 years ago
removed the use of async delegate calls for the use of paramaterized threads in order to attempt to clear out memory leak issue. More... almost 12 years ago
corrected the brdige export Command tweaked some threads to be tagged as background to ensure proper exiting tweaked the outbound socket delegate code to try and fix memory leak by ensuring exiting of threads. More... almost 12 years ago
changed the registration check code to use a cleaner and more efficient version added in a comparability in the structures for the extension domain pair. More... about 12 years ago
added in fix for fail safe domain detection More... about 12 years ago
added in more functionality to the socket commands in an attempt to give access to all available dial plan commands through the socket, however these are not fully tested. More... about 12 years ago