tolerate additional IPv4 address now available for gnunet.org
[oweals/gnunet.git] / src / rps /
2018-10-30 Julius BüngerRPS service: Remove leftover code
2018-10-29 Julius BüngerRPS: Use GNUNET_MIN instead of own min
2018-10-29 Julius BüngerRPS service: separate values with newline when writing...
2018-10-29 Julius BüngerRPS utils: Use proper size for writing to file
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-20 Julius BüngerRPS: Fix writing internals to disk
2018-10-20 Julius BüngerRPS: Try to fix building error
2018-10-15 Julius BüngerRPS: Cleanup datastructures, NULL out freed pointers
2018-10-14 Julius BüngerRPS tests: Schedule shutdown properly
2018-10-14 Julius BüngerRPS API: Remove numer of peers from stream request
2018-10-14 Julius BüngerRPS service: Only change statistics from main sub
2018-10-14 Julius BüngerRPS test: Add another group for sub test
2018-10-11 Julius BüngerRPS service: Fix - handle case of nonexisting sub
2018-10-11 Julius BüngerRPS tests: Refine tests for subs
2018-10-11 Julius BüngerRPS API: (Temporarily) Fix usage of stream request...
2018-10-11 Julius BüngerRPS Tests: Test Subs
2018-10-11 Julius BüngerRPS Tests: Refactor (run post_test before disconnect)
2018-10-11 Julius BüngerRPS API: Add creation, deletion of Subs
2018-10-11 Julius BüngerRPS api: Clean code and logging
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-27 Julius BüngerUse new terminology in config
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üngerStart rps in any case
2018-09-26 Julius BüngerSplit sampler into common, sampler and client part
2018-09-26 Julius BüngerRemove leftovers of old architecture
2018-09-25 Julius BüngerChange architecture of RPS service - api
2018-09-23 Julius BüngerMove from timer-based to callback-based updates in...
2018-09-20 Julius BüngerMove from timer-based to callback-based updates in...
2018-09-19 Julius BüngerStart changing architecture of rps service/client
2018-09-19 Julius BüngerBe a little bit more consistent in style
2018-09-18 Julius BüngerRemove redundant type definition
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-09-06 Julius BüngerFix signedness to keep compiler happy
2018-09-06 Julius BüngerFix non-compiling code by proper pre-compiler usage
2018-09-06 Julius BüngerChange cosmetics - keep compiler happy
2018-08-30 Julius BüngerKeep track of pending liveliness checks with statistics
2018-08-29 Julius BüngerDont write internals to file by default II
2018-08-29 Julius BüngerDont write internals to file by default
2018-08-29 Julius BüngerMake cosmetic changes
2018-08-29 Julius BüngerFix condition for returning peer from sampler element
2018-08-29 Julius BüngerSchedule insertion in view,sampler on check
2018-08-29 Julius BüngerAdd reason to wait for more peers
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-26 Julius BüngerAdd missing #ifdef
2018-08-26 Julius BüngerRequest samples from multiple peers (rps profiler)
2018-08-26 Julius BüngerChange cosmetics of sampler element implementation
2018-08-24 Julius BüngerReinitialise the (client) sampler element after querying
2018-08-24 Julius BüngerFix: Cast closure to proper type
2018-08-24 Julius BüngerUnify strings in rps profiler
2018-08-24 Julius BüngerRefactor code cosmetically (rps profiler)
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 Julius BüngerRemove BINARY from test configuration
2018-08-13 Julius BüngerAdd BINARY to test config
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üngerfix rps service: put peer id into structure once
2018-07-26 Julius Büngerrps profiler: destroy pending req and rep in right...
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-12 Julius Büngerrps profiler: proper disconnect from service
2018-07-11 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-07-11 Julius Büngerfix rps profiler: clean data structure in time
next