aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-sampler_common.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* RPS: Retrieve more info from sampler for profilingJulius Bünger2019-04-08
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* RPS: Return peers to client after many observed idsJulius Bünger2019-04-04
|
* RPS sampler: An id might be removed while a request is still pendingJulius Bünger2019-02-25
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* RPS sampler: Stop logging to fileJulius Bünger2018-12-13
|
* RPS: Cleanup datastructures, NULL out freed pointersJulius Bünger2018-10-15
|
* 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}.