RPS: Track delta expected - received pushes w. statistics, style
[oweals/gnunet.git] / src / rps / gnunet-service-rps.c
2019-02-26 Julius BüngerRPS: Track delta expected - received pushes w. statisti...
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-26 Julius BüngerRPS: Do not consider unexpected pull replies as protoco...
2019-02-26 Julius BüngerRPS: Track expected number of pushes w. statistics
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-25 Julius BüngerRPS sampler: An id might be removed while a request...
2019-02-25 Julius BüngerRPS: Change way some numbers are written to files
2019-02-25 Julius BüngerRPS: Use correct number of logging blocking statistics
2019-02-23 Christian Grothoffmerge
2019-02-21 Julius BüngerRPS: Use #define instead of hardcoded numbers
2019-02-21 Julius BüngerRPS: Use stp(n)cpy instead of strncat in loop
2019-02-21 Julius BüngerRPS service: Use peermap only when non-NULL
2019-02-21 Julius BüngerRPS service: Adapt to coding guidelines (purely cosmetic)
2019-02-21 Julius BüngerRPS service: Check existence of peer before destruction
2019-02-21 Julius BüngerRPS service: Check if map was already NULLed
2019-02-21 Julius BüngerRPS service: Get length of buffer, not of string
2019-02-21 Christian Grothoffnote
2019-02-21 Christian Grothoffmore style fixes
2019-02-21 Christian Grothofffix uninit issue: bad use of hash map
2019-02-20 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2019-02-20 Christian Grothofffix enable_malicous check
2019-02-20 Christian Grothoffdisable TO_FILE logic, causes assertion failures all...
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-12-13 Julius BüngerRPS service: Assure map with exists before using
2018-12-13 Julius BüngerRPS service: Reduce logging
2018-11-27 Julius BüngerRPS tests/profiler: Keep files for dumping internals...
2018-11-04 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-11-03 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-11-02 Julius BüngerRPS: Adapt to new hashmap API - discard const
2018-11-01 Julius BüngerRPS: Add more multi-hop statistics
2018-11-01 Julius BüngerRPS service: Add more detailed statistics on multi...
2018-10-31 Julius BüngerRPS service: Add datastructs for analysis of pulls
2018-10-31 Julius BüngerRPS service: Try to fix peer destruction during cleanup
2018-10-30 Julius BüngerRPS service: Use correct file for sub
2018-10-30 Julius BüngerRPS: Change cosmetics - fix indentation
2018-10-30 Julius Büngerfix RPS service: Provide closure for view insertion
2018-10-30 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-10-30 Julius BüngerRPS service: Remove leftover code
2018-10-29 Julius BüngerRPS service: separate values with newline when writing...
2018-10-29 Julius BüngerRPS service: cleanup (unused) data structures
2018-10-20 Julius BüngerRPS service: Write push frequency and pull delays to...
2018-10-14 Julius BüngerRPS service: Only change statistics from main sub
2018-10-11 Julius BüngerRPS service: Fix - handle case of nonexisting sub
2018-10-11 Julius BüngerRPS API: Add creation, deletion of Subs
2018-10-04 Julius BüngerRestructure service towards having subsamplers
2018-10-03 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-10-01 Julius BüngerChange terminology: "live" -> "online"
2018-10-01 Julius BüngerRestructure implementation of view (towards subsampling)
2018-10-01 Julius BüngerChange architecture of service (towards subsampling)
2018-10-01 Julius BüngerRename "live" -> online
2018-09-27 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-09-26 Julius BüngerHandle cancellation of stream on the service-side
2018-09-26 Julius BüngerFix details and style
2018-09-26 Julius BüngerUpdate doxygen
2018-09-26 Julius BüngerHandle cancellation of view updates
2018-09-26 Julius BüngerRemove leftovers of architecture change
2018-09-26 Julius BüngerRemove leftovers of old architecture
2018-09-25 Julius BüngerChange architecture of RPS service - api
2018-09-19 Julius BüngerBe a little bit more consistent in style
2018-09-18 Julius BüngerLog number of know peers to statistics service
2018-09-18 Julius BüngerAdd possibility to send multiple peers to client
2018-09-13 Julius BüngerAdd API call to receive unbiased peer stream for debugg...
2018-09-12 Julius BüngerDecrement statistics count for pending checks
2018-08-30 Julius BüngerKeep track of pending liveliness checks with statistics
2018-08-29 Julius BüngerSchedule insertion in view,sampler on check
2018-08-29 Julius BüngerGet statistics values from within sampler
2018-08-29 Julius BüngerUpdate the view size on a new network size estimate
2018-08-24 Julius BüngerFix: Cast closure to proper type
2018-08-24 Julius BüngerCount number of unrequested pull replies with statistics
2018-08-23 Julius BüngerIntroduce more statistical values (rps service)
2018-08-23 Julius BüngerRefactor code mostly visually to prevent compiler warnings
2018-08-14 Julius BüngerDestroy channel and their datastructures properly
2018-08-14 Christian Grothoffresolve merge conflict with peerinfo plugin move
2018-08-13 Julius BüngerFix documentation and assertions
2018-08-13 Christian Grothoffdo notify client about destroyed channel on MQ error
2018-08-13 Julius BüngerSchedule destruction of channel during destruction...
2018-08-13 Julius BüngerRefactor, simplify, delete code
2018-08-13 Julius BüngerMake non-exported functions static
2018-08-13 Julius BüngerUse synchronised logic for closing channels (rps service)
2018-08-09 Schanzenbach, MartinMerge branch 'gsoc2018/rest_api'
2018-08-09 Christian Grothoffminor formatting
2018-08-09 Christian Grothoffadjust RPS to new CADET API semantic, dead code elimination
2018-08-09 Christian Grothoffmerge
2018-08-09 Julius BüngerAdd docstrings to recently introduced functions
2018-08-09 Phil-Merge branch 'master' into gsoc2018/rest_api
2018-08-07 Julius BüngerRestructure removal of peers during shutdown (rps service)
2018-07-27 Julius BüngerRemove obsolete DLL for cancellations of tasks
2018-07-27 Julius Büngerremove now obsolete usage of channel-related flags
2018-07-27 Julius BüngerFix rps service: restructure channel-related code
2018-07-26 Julius Büngerrps service: improve logging - log peer id
2018-07-26 Julius Büngerfix rps service: don't null out context, just channel
2018-07-26 Julius Büngerrps service: don't send 'ping' twice
2018-07-25 Julius Büngerfix rps service: better handling of cadet channels
2018-07-13 Julius BüngerRevert "restructure rps service: start keeping track...
2018-07-12 Julius Büngerrps service: check return value when opening cadet...
2018-07-12 Julius Büngerrestructure rps service: start keeping track of channels
2018-07-05 Julius Büngerrps service: additional logging of unexpected channel...
2018-07-04 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-07-03 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
next