0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 14 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Brunet.Util.Interval to represent intervals (plenty of unit tests). More... over 15 years ago
Added a Heap data structure to Brunet.Util More... over 15 years ago
Added a Heap data structure to Brunet.Util More... over 15 years ago
Merged with brunet1-exp More... over 15 years ago
Merged with brunet1-exp More... over 15 years ago
Ported my patch for making NAnt's NUnit to work with these tests, run nant nunit_test to check it out More... over 15 years ago
Ported my patch for making NAnt's NUnit to work with these tests, run nant nunit_test to check it out More... over 15 years ago
Added plabtest-build target to make testable builds with grid-appliance More... over 15 years ago
Added plabtest-build target to make testable builds with grid-appliance More... over 15 years ago
Fixed the boo example More... over 15 years ago
Fixed the boo example More... over 15 years ago
Minor performance tweak to Udp Listening thread More... over 15 years ago
Minor performance tweak to Udp Listening thread More... over 15 years ago
Fixed a minor bug which didn't put some work into the announce thread. * We need to be careful with CreateEdgeTo, it could wind up executing code in a thread internal to an EdgeListener, which we do not want. More... over 15 years ago
Fixed a minor bug which didn't put some work into the announce thread. * We need to be careful with CreateEdgeTo, it could wind up executing code in a thread internal to an EdgeListener, which we do not want. More... over 15 years ago
Cleaned up Edges/EdgeListeners moved common code into Edge. Lots of code duplication was removed by moving common code into Edge. More... over 15 years ago
Cleaned up Edges/EdgeListeners moved common code into Edge. Lots of code duplication was removed by moving common code into Edge. More... over 15 years ago
Minor bug fix for logging with NatHandler More... over 15 years ago
Minor bug fix for logging with NatHandler More... over 15 years ago
Fixed a race condition in BlockingQueue More... over 15 years ago
Fixed a race condition in BlockingQueue More... over 15 years ago
Merged exp with my test More... almost 16 years ago
Merged exp with my test More... almost 16 years ago
Fix for empty packets in IPHandler This should fix this bug: http://groups.google.com/group/acisp2p/tree/browse_frm/thread/b2e54cae59f4878c/3df7787d874fea9f?rnum=1&_done=%2Fgroup%2Facisp2p%2Fbrowse_frm%2Fthread%2Fb2e54cae59f4878c%2F3df7787d874fea9f%3Ftvc%3D1%26#doc_95822ffea9093557 Which happens if we receive zero bytes (likely due to the socket closing?) More... almost 16 years ago
Fix for empty packets in IPHandler This should fix this bug: http://groups.google.com/group/acisp2p/tree/browse_frm/thread/b2e54cae59f4878c/3df7787d874fea9f?rnum=1&_done=%2Fgroup%2Facisp2p%2Fbrowse_frm%2Fthread%2Fb2e54cae59f4878c%2F3df7787d874fea9f%3Ftvc%3D1%26#doc_95822ffea9093557 Which happens if we receive zero bytes (likely due to the socket closing?) More... almost 16 years ago
Removed an unneeded (and improperly coded) logging message when edges timeout More... almost 16 years ago
Removed an unneeded (and improperly coded) logging message when edges timeout More... almost 16 years ago
Pass SocketException on Send as a SendException. This addresses this bug: http://groups.google.com/group/acisp2p/browse_frm/thread/b2e54cae59f4878c/3df7787d874fea9f?tvc=1#3df7787d874fea9f More... almost 16 years ago
Pass SocketException on Send as a SendException. This addresses this bug: http://groups.google.com/group/acisp2p/browse_frm/thread/b2e54cae59f4878c/3df7787d874fea9f?tvc=1#3df7787d874fea9f More... almost 16 years ago
Added SendException to improve handling of ISender.Send errors * Added SendException for ISender.Send to throw. * Made EdgeException a subclass of SendException * Added EdgeCloseException which is a subclass of EdgeException Designed to improve our error handling and deal with this bug found by David: http://groups.google.com/group/acisp2p/tree/browse_frm/thread/b2e54cae59f4878c/3df7787d874fea9f?rnum=1&_done=%2Fgroup%2Facisp2p%2Fbrowse_frm%2Fthread%2Fb2e54cae59f4878c%2F3df7787d874fea9f%3Ftvc%3D1%26#doc_6e1090f90a9b7477 More... almost 16 years ago