aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-sampler_client.c
Commit message (Collapse)AuthorAge
* BUILD: Move experimental components to contribMartin Schanzenbach2023-10-18
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* rps: deal with currently unused codeJulius Bünger2020-11-16
|
* rps: get rid of warnings about harmless uninitialized variablesJulius Bünger2020-11-16
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* RPS sampler: Disable computation of probabilityJulius Bünger2019-04-10
|
* RPS: Some fixesJulius Bünger2019-04-09
|
* RPS: Retrieve more info from sampler for profilingJulius Bünger2019-04-08
|
* RPS: Return peers to client after many observed idsJulius Bünger2019-04-04
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* RPS sampler: Stop logging to fileJulius Bünger2018-12-13
|
* RPS sampler: Fix creation of samplerJulius Bünger2018-11-28
|
* Handle cancellation of view updatesJulius Bünger2018-09-26
|
* 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}.