aboutsummaryrefslogtreecommitdiff
path: root/src/rps
Commit message (Collapse)AuthorAge
* RPS: Adapt to new hashmap API - discard constJulius Bünger2018-11-02
|
* RPS profiler: Dump statistics more frequentlyJulius Bünger2018-11-01
|
* RPS: Add more multi-hop statisticsJulius Bünger2018-11-01
|
* RPS service: Add more detailed statistics on multi/single-hop peersJulius Bünger2018-11-01
|
* RPS service: Add datastructs for analysis of pullsJulius Bünger2018-10-31
|
* RPS profiler: Try to avoid assertion on request_cancelJulius Bünger2018-10-31
|
* RPS service: Try to fix peer destruction during cleanupJulius Bünger2018-10-31
|
* RPS service: Use correct file for subJulius Bünger2018-10-30
|
* RPS: Change cosmetics - fix indentationJulius Bünger2018-10-30
|
* fix RPS service: Provide closure for view insertionJulius Bünger2018-10-30
|
* RPS service: Remove leftover codeJulius Bünger2018-10-30
|
* RPS: Use GNUNET_MIN instead of own minJulius Bünger2018-10-29
|
* RPS service: separate values with newline when writing to fileJulius Bünger2018-10-29
|
* RPS utils: Use proper size for writing to fileJulius Bünger2018-10-29
|
* RPS service: cleanup (unused) data structuresJulius Bünger2018-10-29
|
* RPS service: Write push frequency and pull delays to diskJulius Bünger2018-10-20
|
* RPS: Fix writing internals to diskJulius Bünger2018-10-20
|
* RPS: Try to fix building errorJulius Bünger2018-10-20
|
* RPS: Cleanup datastructures, NULL out freed pointersJulius Bünger2018-10-15
|
* RPS tests: Schedule shutdown properlyJulius Bünger2018-10-14
|
* RPS API: Remove numer of peers from stream requestJulius Bünger2018-10-14
|
* RPS service: Only change statistics from main subJulius Bünger2018-10-14
|
* RPS test: Add another group for sub testJulius Bünger2018-10-14
|
* RPS service: Fix - handle case of nonexisting subJulius Bünger2018-10-11
|
* RPS tests: Refine tests for subsJulius Bünger2018-10-11
|
* RPS API: (Temporarily) Fix usage of stream request handlesJulius Bünger2018-10-11
|
* RPS Tests: Test SubsJulius Bünger2018-10-11
|
* RPS Tests: Refactor (run post_test before disconnect)Julius Bünger2018-10-11
|
* RPS API: Add creation, deletion of SubsJulius Bünger2018-10-11
|
* RPS api: Clean code and loggingJulius Bünger2018-10-11
|
* Restructure service towards having subsamplersJulius Bünger2018-10-04
|
* Change terminology: "live" -> "online"Julius Bünger2018-10-01
|
* Restructure implementation of view (towards subsampling)Julius Bünger2018-10-01
|
* Change architecture of service (towards subsampling)Julius Bünger2018-10-01
|
* Rename "live" -> onlineJulius Bünger2018-10-01
|
* Use new terminology in configJulius Bünger2018-09-27
|
* Handle cancellation of stream on the service-sideJulius Bünger2018-09-26
|
* Fix details and styleJulius Bünger2018-09-26
|
* Update doxygenJulius Bünger2018-09-26
|
* Handle cancellation of view updatesJulius Bünger2018-09-26
|
* Remove leftovers of architecture changeJulius Bünger2018-09-26
|
* Start rps in any caseJulius Bünger2018-09-26
| | | | | | | | | | | | | | Starting rps makes sense as - it is still experimental. It will only run for the persons having configured with --enable-experimental and be quite useful for developement. - starting rps on-demand does not make sense in production as the service can already participate in the gossip meaning that it is already represented at other peers and already gathers information about other peers. The earlier it starts participating in the gossip, the more secure the gossiping will be for all participants. - it only consumes few resources (at least it should).
* Split sampler into common, sampler and client partJulius Bünger2018-09-26
| | | | | | | | Now there is rps-sampler_client.{c|h} and gnunet-service-rps_sampler.{c|h} to better reflect which parts are really in the implementation of brahms (only the service) and which are used in the client. The parts both samplers share are now in rps-sampler_common.{c|h}.
* Remove leftovers of old architectureJulius Bünger2018-09-26
|
* Change architecture of RPS service - apiJulius Bünger2018-09-26
|
* Move from timer-based to callback-based updates in samplerJulius Bünger2018-09-20
|
* Start changing architecture of rps service/clientJulius Bünger2018-09-20
|
* Be a little bit more consistent in styleJulius Bünger2018-09-20
|
* Remove redundant type definitionJulius Bünger2018-09-18
|
* Log number of know peers to statistics serviceJulius Bünger2018-09-18
|