summaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
AgeCommit message (Expand)Author
2022-12-04UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach
2022-12-04BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach
2022-10-03-DOC: Documentation cleanup pass through RPS subsystemWillow Liquorice
2021-04-26-fix many more typosChristian Grothoff
2021-03-29-rps: fix bugsJulius Bünger
2021-03-27-fix coverity issues wrt rpsJulius Bünger
2020-11-16rps: deal with currently unused codeJulius Bünger
2020-11-16rps: comment ill-defined codeJulius Bünger
2020-11-16rps: get rid of warnings about harmless uninitialized variablesJulius Bünger
2020-11-14rps: fix format not a string literal and no format argumentsDaniel Golle
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05global reindent, now with uncrustify hook enabledChristian Grothoff
2019-09-08uncrustify as demanded.ng0
2019-07-20removed last use of old apit3sserakt
2019-04-19typosChristian Grothoff
2019-04-08RPS service: Record the number of observed peersJulius Bünger
2019-04-08RPS service: Record number of unique peers in gossipJulius Bünger
2019-04-06introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff
2019-03-20RPS Profiler: Keep track of push to single vs. multi-hop peerJulius Bünger
2019-02-28RPS: Disable too happy writing to diskJulius Bünger
2019-02-26RPS: NULL out cadet port after closingJulius Bünger
2019-02-26RPS: Cast to int32_t instead of uint32_tJulius Bünger
2019-02-26RPS: Fix non-int array subscriptJulius Bünger
2019-02-26RPS: Fix checking of properties for peer removalJulius Bünger
2019-02-26RPS: Track delta expected - received pushes w. statistics, styleJulius Bünger
2019-02-26RPS: Do not consider unexpected pull replies as protocol violationJulius Bünger
2019-02-26RPS: Track expected number of pushes w. statisticsJulius Bünger
2019-02-25RPS sampler: An id might be removed while a request is still pendingJulius Bünger
2019-02-25RPS: Change way some numbers are written to filesJulius Bünger
2019-02-25RPS: Use correct number of logging blocking statisticsJulius Bünger
2019-02-21RPS: Use #define instead of hardcoded numbersJulius Bünger
2019-02-21RPS: Use stp(n)cpy instead of strncat in loopJulius Bünger
2019-02-21RPS service: Use peermap only when non-NULLJulius Bünger
2019-02-21RPS service: Adapt to coding guidelines (purely cosmetic)Julius Bünger
2019-02-21RPS service: Check existence of peer before destructionJulius Bünger
2019-02-21RPS service: Check if map was already NULLedJulius Bünger
2019-02-21RPS service: Get length of buffer, not of stringJulius Bünger
2019-02-21noteChristian Grothoff
2019-02-21more style fixesChristian Grothoff
2019-02-21fix uninit issue: bad use of hash mapChristian Grothoff
2019-02-20fix enable_malicous checkChristian Grothoff
2019-02-20disable TO_FILE logic, causes assertion failures all the time (NULL filename)Christian Grothoff
2019-01-14src: for every AGPL3.0 file, add SPDX identifier.ng0
2018-12-13RPS service: Assure map with exists before usingJulius Bünger
2018-12-13RPS service: Reduce loggingJulius Bünger
2018-11-28RPS tests/profiler: Keep files for dumping internals openJulius Bünger
2018-11-02RPS: Adapt to new hashmap API - discard constJulius Bünger
2018-11-01RPS: Add more multi-hop statisticsJulius Bünger
2018-11-01RPS service: Add more detailed statistics on multi/single-hop peersJulius Bünger
2018-10-31RPS service: Add datastructs for analysis of pullsJulius Bünger