0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Security to both BasicNode (look at NodeConfig to enable) More... almost 15 years ago
Ported [Secure|Wrapper]Edge.cs to the new Transports library More... almost 15 years ago
Rewrote BasicNode and MultiNode into P2PNode - Moved all startup code into Main using NDesk.Options - Added the ability for NodeConfig to write updates to the file system so now BasicNode and MultiNode objects receive a NodeConfig object at creation time allowing for a inheritance of NodeConfig (in XML) - Added the ability to copy objects via XmlSerialization More... almost 15 years ago
Shutdown is now universal and ctrl-c is implemented in Windows. Since the disconnection event for Brunet doesn't necessarily mean we're exiting BasicNode, we need to make Shutdown be independent of whether or not the OS is supported for ctrl-c exiting. Now events can be added to OnExit and will be called reliably regardless of platform! More... almost 15 years ago
Rewritten to split up the work done in HandleControl More... almost 15 years ago
Moved files from src/Security/Security to src/Security as requested by Dr. Boykin More... almost 15 years ago
This attempts to deal with feedback from Dr. Boykin regarding security thread-saftey and namespaces More... almost 15 years ago
src/protocol no longer compiles every time, which ends up triggering everything else to compile every time. There may be a better way to do this, but this does work. More... almost 15 years ago
NodeConfig was leaking the path into the config file and RpcDht was still around even though it no longer exists. Fixed those problems. More... almost 15 years ago
Make sure evicted items in Reqrep get completely cleaned up Fixed (I hope) memory leak in ReqrepManager More... almost 15 years ago
Updated the config files to remove RpcDht and a no services config More... almost 15 years ago
Updated the config files to remove RpcDht and a no services config More... almost 15 years ago
Added a HelloWorld IDataHandler example More... almost 15 years ago
Some minor updates to planetlab utilities More... almost 15 years ago
Minor change to Heap to hopefully put less GC pressure More... almost 15 years ago
Removed deprecated code (src/tftp and tests/scripts) More... almost 15 years ago
Fixed TcpEdgeListener count More... almost 15 years ago
MultiNode was making one less than the count, now it makes count More... almost 15 years ago
Removed DhtService with a thin library that works with the existing BrunetRpc More... almost 15 years ago
Removed config files from brunet, you should get them from the wiki - http://www.grid-appliance.org/wiki/index.php/CurrentOverlays More... almost 15 years ago
Fixed, I hope, a bug which prevented TunnelEdge from closing More... almost 15 years ago
Updated comments and removed an unused app More... almost 15 years ago
Removed legacy AHRouter, AHPacket code. See AHSender. * new AHRoutingAlgorithm class * simplified implementation of Greedy and Annealing routing * much faster methods for comparing AHAddress objects * cleaned code that used AHPacket objects, which are now gone. * increased capabilities of AHHeader to replace AHPacket. More... almost 15 years ago
This was lost during a previous merge involving AHRouter, AHPacket code update. This removes the "RemotingHost.cs" test. More... almost 15 years ago
Applied Dr. Boykin's patch and added several 'readonly's to ensure thread safty. More... almost 15 years ago
Added support for multiple XmlRpcManagers on one server. Access URL: [http://<ip>:<port>/<brunet_id_string>.rem]. API change: XmlRpcManagerServer.Update -> Add. Use SingleXmlRpcManagerServer if only one XmlRpcManager is needed, access it with the old name [xm.rem]. More... almost 15 years ago
Fixes Support for RPC-based MapReduce. Seems to work. * fixed a race condition I introduced in MapReduceComputation * added example python-based mapreduce traceroute implementation * added IWrappedSender type for representing "wrapping" ISender More... almost 15 years ago
Made MapReduce asynchronous in preparation for RPC-based MapReduce More... about 15 years ago
Improved WriteOnce to allow setting it to null. * All old code should work, but we should prefer using TryGet to Value. * Added IsSet property. * Eventually using Value property on an unset value will throw More... about 15 years ago
Removed useless code More... about 15 years ago