aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix include pathSchanzenbach, Martin2018-09-27
|
* actually fix ftbfsSchanzenbach, Martin2018-09-27
|
* fix ftbfsSchanzenbach, Martin2018-09-27
|
* fix with expSchanzenbach, Martin2018-09-27
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2018-09-27
|\
| * benchmark: output intFlorian Dold2018-09-27
| |
| * benchmark: there is just one adjusted totalFlorian Dold2018-09-27
| |
| * benchmark: output adjusted total timeFlorian Dold2018-09-27
| |
| * benchmark: output baselineFlorian Dold2018-09-27
| |
| * benchmark: collect total time of all crypto opsFlorian Dold2018-09-27
| |
| * benchmark: collect max correctly this timeFlorian Dold2018-09-27
| |
| * Use new terminology in configJulius Bünger2018-09-27
| |
| * configurable threshold for randomized backoffFlorian Dold2018-09-26
| |
| * 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).
| * benchmark: fix another awk errorFlorian Dold2018-09-26
| |
| * benchmark: fix syntax error in awk scriptFlorian Dold2018-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}.
| * randomized exponential backoffFlorian Dold2018-09-26
| |
| * benchmark: collect maxFlorian Dold2018-09-26
| |
| * benchmark: track max time for URLsFlorian Dold2018-09-26
| |
| * Remove leftovers of old architectureJulius Bünger2018-09-26
| |
| * Change architecture of RPS service - apiJulius Bünger2018-09-26
| |
| * benchmark: throw in absFlorian Dold2018-09-24
| |
| * benchmark: ugh, fix stdev againFlorian Dold2018-09-24
| |
| * benchmark: fix stdevFlorian Dold2018-09-24
| |
| * benchmark: fix more typosFlorian Dold2018-09-24
| |
| * benchmark: fix typoFlorian Dold2018-09-24
| |
| * benchmark: collect standard deviationFlorian Dold2018-09-24
| |
| * consolidate benchmark collection scriptsFlorian Dold2018-09-24
| |
| * Move from timer-based to callback-based updates in samplerJulius Bünger2018-09-20
| |
| * fix markdown.Nils Gillmann2018-09-20
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * 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
| |
| * Add possibility to send multiple peers to clientJulius Bünger2018-09-18
| |
| * i18n, fix typo, better loggingChristian Grothoff2018-09-15
| |
| * warn better if config option is invalid, allow second and seconds as time unitsChristian Grothoff2018-09-15
| |
| * Add API call to receive unbiased peer stream for debugging and profilingJulius Bünger2018-09-14
| |
| * Quote strings if in csv mode (statistics cli)Julius Bünger2018-09-12
| |
| * Decrement statistics count for pending checksJulius Bünger2018-09-12
| |
* | Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2018-09-11
|\|
| * fix docsSchanzenbach, Martin2018-09-11
| |
* | fix docsSchanzenbach, Martin2018-09-11
|/
* user.texi: cleanup.Nils Gillmann2018-09-11
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>