aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
Commit message (Expand)AuthorAge
* 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
* -rps service: correct check of peer statusJulius Bünger2016-07-01
* -rps service: doxygenJulius Bünger2016-07-01
* -rps: merge duplicate functionsJulius Bünger2016-06-13
* -rps: open channel when inserting peer in viewJulius Bünger2016-06-13
* -rps: only insert online peers in the viewJulius Bünger2016-05-22
* -rps: removing unused counterJulius Bünger2016-05-22
* -rps: rename and doxygenJulius Bünger2016-05-16
* rps: use stored peers at startupJulius Bünger2016-05-14
* -rps: try to avoid leaking memoryJulius Bünger2016-05-13
* rps: store valid peer ids in fileJulius Bünger2016-05-13
* -rps: loggingJulius Bünger2016-05-13
* rps: keep track of valid peers in peermapJulius Bünger2016-05-12
* -rps: restructure service internalsJulius Bünger2016-05-12
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -rps: restructure gnunet-service-rps_peersJulius Bünger2016-04-08