2018-10-30 |
Julius Bünger | RPS service: Remove leftover code |
tree | commitdiff |
2018-10-29 |
Julius Bünger | RPS: Use GNUNET_MIN instead of own min |
tree | commitdiff |
2018-10-29 |
Julius Bünger | RPS service: separate values with newline when writing... |
tree | commitdiff |
2018-10-29 |
Julius Bünger | RPS utils: Use proper size for writing to file |
tree | commitdiff |
2018-10-29 |
Julius Bünger | RPS service: cleanup (unused) data structures |
tree | commitdiff |
2018-10-20 |
Julius Bünger | RPS service: Write push frequency and pull delays to... |
tree | commitdiff |
2018-10-20 |
Julius Bünger | RPS: Fix writing internals to disk |
tree | commitdiff |
2018-10-20 |
Julius Bünger | RPS: Try to fix building error |
tree | commitdiff |
2018-10-15 |
Julius Bünger | RPS: Cleanup datastructures, NULL out freed pointers |
tree | commitdiff |
2018-10-14 |
Julius Bünger | RPS tests: Schedule shutdown properly |
tree | commitdiff |
2018-10-14 |
Julius Bünger | RPS API: Remove numer of peers from stream request |
tree | commitdiff |
2018-10-14 |
Julius Bünger | RPS service: Only change statistics from main sub |
tree | commitdiff |
2018-10-14 |
Julius Bünger | RPS test: Add another group for sub test |
tree | commitdiff |
2018-10-11 |
Julius Bünger | RPS service: Fix - handle case of nonexisting sub |
tree | commitdiff |
2018-10-11 |
Julius Bünger | RPS tests: Refine tests for subs |
tree | commitdiff |
2018-10-11 |
Julius Bünger | RPS API: (Temporarily) Fix usage of stream request... |
tree | commitdiff |
2018-10-11 |
Julius Bünger | RPS Tests: Test Subs |
tree | commitdiff |
2018-10-11 |
Julius Bünger | RPS Tests: Refactor (run post_test before disconnect) |
tree | commitdiff |
2018-10-11 |
Julius Bünger | RPS API: Add creation, deletion of Subs |
tree | commitdiff |
2018-10-11 |
Julius Bünger | RPS api: Clean code and logging |
tree | commitdiff |
2018-10-04 |
Julius Bünger | Restructure service towards having subsamplers |
tree | commitdiff |
2018-10-03 |
xrs | Merge branch 'master' of ssh://gnunet.org/gnunet |
tree | commitdiff |
2018-10-01 |
Julius Bünger | Change terminology: "live" -> "online" |
tree | commitdiff |
2018-10-01 |
Julius Bünger | Restructure implementation of view (towards subsampling) |
tree | commitdiff |
2018-10-01 |
Julius Bünger | Change architecture of service (towards subsampling) |
tree | commitdiff |
2018-10-01 |
Julius Bünger | Rename "live" -> online |
tree | commitdiff |
2018-09-27 |
Schanzenbach, Martin | Merge branch 'master' of git+ssh://gnunet.org/gnunet |
tree | commitdiff |
2018-09-27 |
Julius Bünger | Use new terminology in config |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Handle cancellation of stream on the service-side |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Fix details and style |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Update doxygen |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Handle cancellation of view updates |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Remove leftovers of architecture change |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Start rps in any case |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Split sampler into common, sampler and client part |
tree | commitdiff |
2018-09-26 |
Julius Bünger | Remove leftovers of old architecture |
tree | commitdiff |
2018-09-25 |
Julius Bünger | Change architecture of RPS service - api |
tree | commitdiff |
2018-09-23 |
Julius Bünger | Move from timer-based to callback-based updates in... |
tree | commitdiff |
2018-09-20 |
Julius Bünger | Move from timer-based to callback-based updates in... |
tree | commitdiff |
2018-09-19 |
Julius Bünger | Start changing architecture of rps service/client |
tree | commitdiff |
2018-09-19 |
Julius Bünger | Be a little bit more consistent in style |
tree | commitdiff |
2018-09-18 |
Julius Bünger | Remove redundant type definition |
tree | commitdiff |
2018-09-18 |
Julius Bünger | Log number of know peers to statistics service |
tree | commitdiff |
2018-09-18 |
Julius Bünger | Add possibility to send multiple peers to client |
tree | commitdiff |
2018-09-13 |
Julius Bünger | Add API call to receive unbiased peer stream for debugg... |
tree | commitdiff |
2018-09-12 |
Julius Bünger | Decrement statistics count for pending checks |
tree | commitdiff |
2018-09-06 |
Julius Bünger | Fix signedness to keep compiler happy |
tree | commitdiff |
2018-09-06 |
Julius Bünger | Fix non-compiling code by proper pre-compiler usage |
tree | commitdiff |
2018-09-06 |
Julius Bünger | Change cosmetics - keep compiler happy |
tree | commitdiff |
2018-08-30 |
Julius Bünger | Keep track of pending liveliness checks with statistics |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Dont write internals to file by default II |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Dont write internals to file by default |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Make cosmetic changes |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Fix condition for returning peer from sampler element |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Schedule insertion in view,sampler on check |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Add reason to wait for more peers |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Get statistics values from within sampler |
tree | commitdiff |
2018-08-29 |
Julius Bünger | Update the view size on a new network size estimate |
tree | commitdiff |
2018-08-26 |
Julius Bünger | Add missing #ifdef |
tree | commitdiff |
2018-08-26 |
Julius Bünger | Request samples from multiple peers (rps profiler) |
tree | commitdiff |
2018-08-26 |
Julius Bünger | Change cosmetics of sampler element implementation |
tree | commitdiff |
2018-08-24 |
Julius Bünger | Reinitialise the (client) sampler element after querying |
tree | commitdiff |
2018-08-24 |
Julius Bünger | Fix: Cast closure to proper type |
tree | commitdiff |
2018-08-24 |
Julius Bünger | Unify strings in rps profiler |
tree | commitdiff |
2018-08-24 |
Julius Bünger | Refactor code cosmetically (rps profiler) |
tree | commitdiff |
2018-08-24 |
Julius Bünger | Count number of unrequested pull replies with statistics |
tree | commitdiff |
2018-08-23 |
Julius Bünger | Introduce more statistical values (rps service) |
tree | commitdiff |
2018-08-23 |
Julius Bünger | Refactor code mostly visually to prevent compiler warnings |
tree | commitdiff |
2018-08-14 |
Julius Bünger | Destroy channel and their datastructures properly |
tree | commitdiff |
2018-08-14 |
Christian Grothoff | resolve merge conflict with peerinfo plugin move |
tree | commitdiff |
2018-08-13 |
Julius Bünger | Fix documentation and assertions |
tree | commitdiff |
2018-08-13 |
Julius Bünger | Remove BINARY from test configuration |
tree | commitdiff |
2018-08-13 |
Julius Bünger | Add BINARY to test config |
tree | commitdiff |
2018-08-13 |
Christian Grothoff | do notify client about destroyed channel on MQ error |
tree | commitdiff |
2018-08-13 |
Julius Bünger | Schedule destruction of channel during destruction... |
tree | commitdiff |
2018-08-13 |
Julius Bünger | Refactor, simplify, delete code |
tree | commitdiff |
2018-08-13 |
Julius Bünger | Make non-exported functions static |
tree | commitdiff |
2018-08-13 |
Julius Bünger | Use synchronised logic for closing channels (rps service) |
tree | commitdiff |
2018-08-09 |
Schanzenbach, Martin | Merge branch 'gsoc2018/rest_api' |
tree | commitdiff |
2018-08-09 |
Christian Grothoff | minor formatting |
tree | commitdiff |
2018-08-09 |
Christian Grothoff | adjust RPS to new CADET API semantic, dead code elimination |
tree | commitdiff |
2018-08-09 |
Christian Grothoff | merge |
tree | commitdiff |
2018-08-09 |
Julius Bünger | Add docstrings to recently introduced functions |
tree | commitdiff |
2018-08-09 |
Phil | -Merge branch 'master' into gsoc2018/rest_api |
tree | commitdiff |
2018-08-07 |
Julius Bünger | Restructure removal of peers during shutdown (rps service) |
tree | commitdiff |
2018-07-27 |
Julius Bünger | Remove obsolete DLL for cancellations of tasks |
tree | commitdiff |
2018-07-27 |
Julius Bünger | remove now obsolete usage of channel-related flags |
tree | commitdiff |
2018-07-27 |
Julius Bünger | Fix rps service: restructure channel-related code |
tree | commitdiff |
2018-07-26 |
Julius Bünger | fix rps service: put peer id into structure once |
tree | commitdiff |
2018-07-26 |
Julius Bünger | rps profiler: destroy pending req and rep in right... |
tree | commitdiff |
2018-07-26 |
Julius Bünger | rps service: improve logging - log peer id |
tree | commitdiff |
2018-07-26 |
Julius Bünger | fix rps service: don't null out context, just channel |
tree | commitdiff |
2018-07-26 |
Julius Bünger | rps service: don't send 'ping' twice |
tree | commitdiff |
2018-07-25 |
Julius Bünger | fix rps service: better handling of cadet channels |
tree | commitdiff |
2018-07-13 |
Julius Bünger | Revert "restructure rps service: start keeping track... |
tree | commitdiff |
2018-07-12 |
Julius Bünger | rps service: check return value when opening cadet... |
tree | commitdiff |
2018-07-12 |
Julius Bünger | restructure rps service: start keeping track of channels |
tree | commitdiff |
2018-07-12 |
Julius Bünger | rps profiler: proper disconnect from service |
tree | commitdiff |
2018-07-11 |
Christian Grothoff | Merge branch 'master' of git+ssh://gnunet.org/gnunet |
tree | commitdiff |
2018-07-11 |
Julius Bünger | fix rps profiler: clean data structure in time |
tree | commitdiff |
next |