aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* RPS: Add forgotten definition of message typesJulius Bünger2018-10-13
|
* fix broken zone iterationSchanzenbach, Martin2018-10-13
|
* show that rel exp in dht does not workSchanzenbach, Martin2018-10-13
|
* add rel expiration testSchanzenbach, Martin2018-10-13
|
* RPS service: Fix - handle case of nonexisting subJulius Bünger2018-10-11
|
* RPS tests: Refine tests for subsJulius Bünger2018-10-11
|
* RPS API: Add API calls to rps headerJulius 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
|
* assertion is excessively rigidChristian Grothoff2018-10-10
|
* now this should work...Christian Grothoff2018-10-10
|
* use the other pointer to pass assertionChristian Grothoff2018-10-10
|
* code cleanup, remove/simplify bogus checkChristian Grothoff2018-10-10
|
* noteChristian Grothoff2018-10-09
|
* when zone does not match, do not run through the loop anywayChristian Grothoff2018-10-09
|
* check namestore only sends relevant replies to monitorChristian Grothoff2018-10-09
|
* 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
|
* urlencode base64Schanzenbach, Martin2018-10-01
|
* add tld handling from configSchanzenbach, Martin2018-09-29
|
* fixSchanzenbach, Martin2018-09-28
|
* revertSchanzenbach, Martin2018-09-28
|
* fixSchanzenbach, Martin2018-09-27
|
* fix memcorruptionSchanzenbach, Martin2018-09-27
|
* change attribute apiSchanzenbach, Martin2018-09-27
|
* add json linker flagSchanzenbach, Martin2018-09-27
|
* remove expSchanzenbach, Martin2018-09-27
|
* updateSchanzenbach, Martin2018-09-27
|
* dont build credentials rest for nowSchanzenbach, Martin2018-09-27
|
* bye bye jsonapiSchanzenbach, Martin2018-09-27
|
* fix include pathSchanzenbach, Martin2018-09-27
|
* actually fix ftbfsSchanzenbach, Martin2018-09-27
|
* fix ftbfsSchanzenbach, Martin2018-09-27
|
* fix with expSchanzenbach, Martin2018-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).
* 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
|