aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
Commit message (Expand)AuthorAge
* rps service/profiler: count observed (unique) peersJulius Bünger2018-04-12
* rps service fix: properly initialize viewJulius Bünger2018-04-06
* rps service fix: send the updated view to clientJulius Bünger2018-04-06
* rps service: log view size on history update, tooJulius Bünger2018-04-04
* rps: loggingJulius Bünger2018-03-21
* separate variables for view and sampler, view block conditionJulius Bünger2018-03-15
* rps service: configure minimum view instead of initvalJulius Bünger2018-03-14
* rps service: minor changes and loggingJulius Bünger2018-03-08
* rps service: reorder functions in a meaningful wayJulius Bünger2018-03-08
* rps service: fix memory corruptionJulius Bünger2018-03-08
* rps: fixesJulius Bünger2018-03-05
* rps: add debug function to api to get view of serviceJulius Bünger2018-03-05
* rps: record more statistic valuesJulius Bünger2018-01-25
* rps profiler: more statistics from serviceJulius Bünger2018-01-22
* rps service: try to fix handling of new channelsJulius Bünger2018-01-22
* rps: start using statistics serviceJulius Bünger2018-01-16
* rps: move handlers structJulius Bünger2017-12-29
* rps: flagging channels while destructionJulius Bünger2017-12-29
* refactor rps codeJulius Bünger2017-12-29
* rps: fix double callJulius Bünger2017-12-29
* rps: stop destroying mqJulius Bünger2017-12-28
* rps: close port before disconnectingJulius Bünger2017-12-27
* fix flow control issueChristian Grothoff2017-12-27
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* renaming CADET APIs to match naming conventions again, now that the old symbo...Christian Grothoff2017-03-13
* migrated rps to new cadet apiJulius Bünger2017-03-12
* updating gnunet-gns-helper-service-w32 to current APIsChristian Grothoff2017-02-25
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
* -fix rps service: _continue() instead of _drop()Julius Bünger2016-09-30
* -fix rps service: prevent calling _request_cancel() twiceJulius Bünger2016-09-29
* -fix rps service: memcpy() -> memmove()Julius Bünger2016-09-29
* -fix rps service: handle client service types correctlyJulius Bünger2016-09-27
* -fix rps service: call sampler_request_cancel () on destruction of handleJulius Bünger2016-09-25
* -rps: fix #0004678Julius Bünger2016-09-25
* -rps: proper cleaning/removing of peersJulius Bünger2016-09-25
* try to convert rps to new service apiJulius Bünger2016-09-25
* -rps service: proper removal of clients at shutdownJulius Bünger2016-09-16
* -rps service: replace memcpy -> memmove due to overlapJulius Bünger2016-09-15
* -rps: check return valuesJulius Bünger2016-09-15
* -rps service: prevent division by zeroJulius Bünger2016-09-15
* -rps service: add assert (make coverity happy?)Julius Bünger2016-09-14
* -rps service: correcting scope for variableJulius Bünger2016-09-14
* -rps service: remove unnecessary var = NULL;Julius Bünger2016-09-14
* -rps service: improved handling of errorsJulius Bünger2016-09-06
* -fix rps service: handler for check_live messageJulius Bünger2016-09-01
* -rps fix: do not ask cadet for peersJulius Bünger2016-08-22
* -slightly better port setup, for RPS I don't quite see a better way yetChristian Grothoff2016-08-14
* - fix CADET-using servicesBart Polot2016-07-20
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -rps service: correct check of peer statusJulius Bünger2016-07-01