summaryrefslogtreecommitdiff
path: root/src/rps
Commit message (Collapse)AuthorAge
* follow-up to win32 removal.ng02019-10-25
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* removed last use of old apit3sserakt2019-07-20
|
* typosChristian Grothoff2019-04-19
|
* RPS profiler: Keep cache of probabilities per peerJulius Bünger2019-04-18
|
* RPS profiler: Fix computation of history probabilitiesJulius Bünger2019-04-11
|
* RPS profiler: Compute probabilities wrt historyJulius Bünger2019-04-11
|
* RPS sampler: Disable computation of probabilityJulius Bünger2019-04-10
|
* RPS profiler: Normalise correctlyJulius Bünger2019-04-10
|
* RPS: Some fixesJulius Bünger2019-04-09
|
* RPS api: Correct type of callback and handle for collecting gossipJulius Bünger2019-04-08
|
* RPS service: Record the number of observed peersJulius Bünger2019-04-08
|
* RPS data extraction: Format written filesJulius Bünger2019-04-08
|
* RPS service: Record number of unique peers in gossipJulius Bünger2019-04-08
|
* RPS api: Fix type of callback and handleJulius Bünger2019-04-08
|
* RPS: Retrieve more info from sampler for profilingJulius Bünger2019-04-08
|
* fix includesChristian Grothoff2019-04-06
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* RPS: Return peers to client after many observed idsJulius Bünger2019-04-04
|
* only run malicious tests if malicious features are enabledv0.11.1Christian Grothoff2019-04-03
|
* RPS Profiler: Keep track of push to single vs. multi-hop peerJulius Bünger2019-03-20
|
* RPS util: Break instead of return in macroJulius Bünger2019-03-18
|
* 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
|
* unset XDG varsChristian Grothoff2019-02-26
|
* fix profiler crash on bad startupChristian Grothoff2019-02-26
|
* fix /tmp/rps directory creation, fix linkage, DCEChristian Grothoff2019-02-26
|
* do not crash all the time in to_file()Christian Grothoff2019-02-25
|
* 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 profiler: Assert statistics handle non-NULLJulius Bünger2019-02-25
|
* RPS profiler: Log index of peerJulius Bünger2019-02-22
|
* RPS: Adapt to coding style (cosmetic only)Julius Bünger2019-02-21
|
* 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
|