0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed Node dependence from Brunet.Messaging * removed deprecated RpcManager.GetInstance, use Node.Rpc More... about 14 years ago
Refactored DefaultTTLFor from Node -> AHSender More... about 14 years ago
Merge branch 'ky-hw_app' More... about 14 years ago
make helloworld brunet simple application compatible with new Brunet structure More... about 14 years ago
Merge branch 'pob' More... about 14 years ago
Merge branch 'david-pob' into pob More... about 14 years ago
Fixed a bug in LocalCO that was created Node.LocalTA changes More... about 14 years ago
Graph now works More... about 14 years ago
Made simulator work in restructured Brunet More... about 14 years ago
Documentation change * Updated README files to describe modules and DEPENDENCIES More... about 14 years ago
Fixed clean target for Brunet.build More... about 14 years ago
Added change_namespace script for cleaning More... about 14 years ago
Massive Asthetic change. Dirs to match namespace added more namespaces made all the code compile More... about 14 years ago
Minor optimation for Interval More... about 14 years ago
Some obvious optimizations to Heap More... about 14 years ago
Added benchmarking for ping and hops to BST. More... about 14 years ago
Added Mutable, does transactional update pattern More... about 14 years ago
Made Address implement IComparable<Address> More... about 14 years ago
Made Address implement IComparable<Address> More... about 14 years ago
Fix a potential memory leak in TunnelEdges More... about 14 years ago
Increased the amount of TAs shared during connection initiation More... about 14 years ago
Added Functional.[Interleave,Take] used it for LocalTA * make Node.LocalTAs round-robin, may help connection performance More... about 14 years ago
In certain situations, Chotas would not form, this changes the purpose of the Chota. In what will most likely become its own CO, IP applications typically require low latency links and not the seconds that traversing the overlay may incur. As such, Chota now creates connections from the outgoing peer as opposed to the incoming peer and does so with much less threshold. This too is a hack just to make the system form connections faster. More work needs to be done to simplify the code for this purpose and to handle cleanup properly. More... about 14 years ago
Fixed bugs in multicore LockFreeQueue * David found a bug when there are multiple readers and writers. * introduced the state-commit pattern * MAY be slower under high contention, but at least the unit tests pass now. More... about 14 years ago
Grow fast code was never actually used More... about 14 years ago
Tests failed on multicore machines -- fixed More... about 14 years ago
Added a method to get TAs (or NodeInfo) More... about 14 years ago
Cache did not allow updates - fixed More... about 14 years ago
Made ImmutableList a real .Net IList<T> Added NUnit tests. Looks good. More... about 14 years ago
Made ImmutableDictionary balanced (AVL tree) More... about 14 years ago