0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 18 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use Pair instead of KeyPair since PublicKey is not Comparable and KeyPair requires Comparable. Pair is sufficient as a key to a map since it defines equals More... over 16 years ago
Compiler bug with generics! _pending_opens map has a key of type KeyPair<NodeId,Integer>; however, compiler allowed a key of type PrivateKey. This is a bug! More... over 16 years ago
switched order of sending remote operations and handling them locally More... over 16 years ago
filelog_db not log_db More... over 16 years ago
Handle async mode More... over 16 years ago
commented out check() method when heapifying after a remove More... over 16 years ago
Added some files to bamboo (PriorityQueue and ASyncCore) when compile a new bamboo.jar More... over 16 years ago
Added ability to purge timer when cancelling timer. More... over 16 years ago
Added ability to purge timer when cancelling a timer More... over 16 years ago
Added GatewayTimeout as a parameter to LogRpcClient More... over 16 years ago
nits - removed a space More... over 16 years ago
Added mirroring capability More... over 16 years ago
Need to include the name of the LogInterface and RpcClientStage so that the LatTester can reference the correct stages More... over 16 years ago
print out the hash of the public key More... over 16 years ago
reduce the RESEND timeout More... over 16 years ago
Added a latency and throughput tester for the log interface More... over 16 years ago
Added ability to test other log interfaces More... over 16 years ago
Added ability to test reads and other LogInterface implementations More... over 16 years ago
Change default debug level to warn More... over 16 years ago
change default debug level to warn More... over 16 years ago
Define parameter as Gateways and GatewayPort instead of Server More... over 16 years ago
Not necessary anymore, BlockAddressImpl supports multiple types More... over 16 years ago
Use the correct null block address More... over 16 years ago
Use my_node_id to obtain a reference to an instance of node_id More... over 16 years ago
Use my_node_id to obtain a reference to an instance of the LogInterface More... over 16 years ago
Added mirroring functionality for write opertions More... over 16 years ago
Constructor should call constructor of super class More... over 16 years ago
Handle null More... over 16 years ago
expose the null_call method More... over 16 years ago
Pass in node_id as an argument to getInstance More... over 16 years ago