aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
Commit message (Collapse)AuthorAge
* BUILD: Move experimental components to contribMartin Schanzenbach2023-10-18
|
* NEWS: The old hello design replaced by the new hello design.t3sserakt2023-08-24
|
* NEWS: Removed all usage of old transport api, beside peerinfo tool, ↵t3sserakt2023-06-19
| | | | gnunet-transport cli and usage in transport layer itself.
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -DOC: Documentation cleanup pass through RPS subsystemWillow Liquorice2022-10-03
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -rps: fix bugsJulius Bünger2021-03-29
|
* -fix coverity issues wrt rpsJulius Bünger2021-03-27
|
* rps: deal with currently unused codeJulius Bünger2020-11-16
|
* rps: comment ill-defined codeJulius Bünger2020-11-16
|
* rps: get rid of warnings about harmless uninitialized variablesJulius Bünger2020-11-16
|
* rps: fix format not a string literal and no format argumentsDaniel Golle2020-11-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* removed last use of old apit3sserakt2019-07-20
|
* typosChristian Grothoff2019-04-19
|
* RPS service: Record the number of observed peersJulius Bünger2019-04-08
|
* RPS service: Record number of unique peers in gossipJulius Bünger2019-04-08
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* RPS Profiler: Keep track of push to single vs. multi-hop peerJulius Bünger2019-03-20
|
* RPS: Disable too happy writing to diskJulius Bünger2019-02-28
|
* RPS: NULL out cadet port after closingJulius Bünger2019-02-26
|
* RPS: Cast to int32_t instead of uint32_tJulius Bünger2019-02-26
|
* RPS: Fix non-int array subscriptJulius Bünger2019-02-26
|
* RPS: Fix checking of properties for peer removalJulius Bünger2019-02-26
|
* RPS: Track delta expected - received pushes w. statistics, styleJulius Bünger2019-02-26
|
* RPS: Do not consider unexpected pull replies as protocol violationJulius Bünger2019-02-26
|
* RPS: Track expected number of pushes w. statisticsJulius Bünger2019-02-26
|
* RPS sampler: An id might be removed while a request is still pendingJulius Bünger2019-02-25
|
* RPS: Change way some numbers are written to filesJulius Bünger2019-02-25
|
* RPS: Use correct number of logging blocking statisticsJulius Bünger2019-02-25
|
* RPS: Use #define instead of hardcoded numbersJulius Bünger2019-02-21
|
* RPS: Use stp(n)cpy instead of strncat in loopJulius Bünger2019-02-21
|
* RPS service: Use peermap only when non-NULLJulius Bünger2019-02-21
|
* RPS service: Adapt to coding guidelines (purely cosmetic)Julius Bünger2019-02-21
|
* RPS service: Check existence of peer before destructionJulius Bünger2019-02-21
| | | | | | | | | This is only a workaround. What was causing an issue was that, during the removal of a peer (from all datastructures), the peer was also removed from the peer_map, causing the final destruction call to fail. With this workaround the peer is only destroyed if it is still in the peer_map.
* RPS service: Check if map was already NULLedJulius Bünger2019-02-21
|
* RPS service: Get length of buffer, not of stringJulius Bünger2019-02-21
|
* noteChristian Grothoff2019-02-21
|
* more style fixesChristian Grothoff2019-02-21
|
* fix uninit issue: bad use of hash mapChristian Grothoff2019-02-21
|
* fix enable_malicous checkChristian Grothoff2019-02-20
|
* disable TO_FILE logic, causes assertion failures all the time (NULL filename)Christian Grothoff2019-02-20
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* RPS service: Assure map with exists before usingJulius Bünger2018-12-13
|
* RPS service: Reduce loggingJulius Bünger2018-12-13
|
* RPS tests/profiler: Keep files for dumping internals openJulius Bünger2018-11-28
|
* RPS: Adapt to new hashmap API - discard constJulius Bünger2018-11-02
|