fix ICMP IPv4/IPv6 type conversion logic
[oweals/gnunet.git] / src / rps /
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-25 Christian Grothoffupdating gnunet-gns-helper-service-w32 to current APIs
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-12-16 Christian Grothoffadd PORT to NAT configuration, generate nat.conf from...
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-10-04 Julius Bünger-rps api: resend requests after reconnect
2016-09-30 Julius Bünger-fix rps service: _continue() instead of _drop()
2016-09-29 Julius Bünger-fix rps service: prevent calling _request_cancel(...
2016-09-29 Julius Bünger-fix rps service: memcpy() -> memmove()
2016-09-27 Julius Bünger-fix rps service: handle client service types correctly
2016-09-27 Julius Bünger-rps api: remove superfluous call to check_repy()
2016-09-25 Julius Bünger-fix rps service: call sampler_request_cancel () on...
2016-09-25 Julius Bünger-rps: fix #0004678
2016-09-25 Julius Bünger-rps: proper cleaning/removing of peers
2016-09-25 Julius Büngertry to convert rps to new service api
2016-09-16 Julius Bünger-rps _peers: logging
2016-09-16 Julius Bünger-rps service: proper removal of clients at shutdown
2016-09-16 Julius Büngerrps sampler_elem test: add to Makefile
2016-09-16 Julius Büngerrps: added test for sampler element
2016-09-15 Julius Bünger-rps service: replace memcpy -> memmove due to overlap
2016-09-15 Julius Bünger-rps: check return values
2016-09-15 Julius Bünger-rps service: prevent division by zero
2016-09-14 Julius Bünger-rps service: add assert (make coverity happy?)
2016-09-14 Julius Bünger-rps test: add assertion (keep coverity happy?)
2016-09-14 Julius Bünger-rps _custommap: more assertions (keep coverity happy?)
2016-09-14 Julius Bünger-rps _peers: prevent leaking storage
2016-09-14 Julius Bünger-rps _peers: prevent leaking of storage
2016-09-14 Julius Bünger-rps service: correcting scope for variable
2016-09-14 Julius Bünger-rps service: remove unnecessary var = NULL;
2016-09-14 Julius Bünger-rps test: try to close file in case of failure
2016-09-06 Julius Bünger-rps: proper destruction of sampler elements
2016-09-06 Julius Bünger-rps doxygen
2016-09-06 Julius Bünger-rps sampler: remove useless code
2016-09-06 Julius Bünger-rps service: improved handling of errors
2016-09-01 Julius Bünger-fix rps service: handler for check_live message
2016-08-27 Julius Bünger-rps test: fix directory specification
2016-08-27 Julius Bünger-rps peers: logging
2016-08-22 Julius Bünger-rps fix: do not ask cadet for peers
2016-08-22 Julius Bünger-rps fix: change way of online notification
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-14 Christian Grothoff-slightly better port setup, for RPS I don't quite...
2016-07-20 Bart Polot- fix CADET-using services
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-01 Julius Bünger-rps service: correct check of peer status
2016-07-01 Julius Bünger-rps api: delete leftover struct
2016-07-01 Julius Bünger-rps test _peers: disable storage of valid peers
2016-07-01 Julius Bünger-rps _peers: add disable option to peer storage
2016-07-01 Julius Bünger-rps _peers: restructure of status check
2016-07-01 Julius Bünger-rps service: correct check of peer status
2016-07-01 Julius Bünger-rps service: doxygen
2016-07-01 Julius Bünger-rps api: actually call check_reply()
2016-06-19 Christian Grothoffavoid deprecated API, use new connecT API
2016-06-19 Christian Grothoffredefine GNUNET_MQ_queue_for_connection_client to captu...
2016-06-18 Christian Grothofffix RPS to match new MQ API -- and to check message...
2016-06-13 Julius Bünger-rps: merge duplicate functions
2016-06-13 Julius Bünger-rps: open channel when inserting peer in view
2016-05-22 Julius Bünger-rps: logging
2016-05-22 Julius Bünger-rps: only insert online peers in the view
2016-05-22 Julius Bünger-rps: check knowledge of peer
2016-05-22 Julius Bünger-rps: removing unused counter
2016-05-16 Julius Bünger-rps fix: check valid -> check online
2016-05-16 Julius Bünger-rps: rename and doxygen
2016-05-15 Julius Büngeradd missing options to rps.conf.in
2016-05-15 Christian Grothoffrps.conf is generated from rps.conf.in
2016-05-14 Julius Büngerrps: use stored peers at startup
2016-05-14 Julius Bünger-rps: fixed storing valid peers
2016-05-13 Julius Bünger-rps: try to avoid leaking memory
2016-05-13 Julius Bünger-rps: logging
2016-05-13 Julius Büngerrps: add missing rps.conf
2016-05-13 Julius Büngerrps: store valid peer ids in file
2016-05-13 Julius Bünger-rps: logging
2016-05-12 Julius Büngerrps: keep track of valid peers in peermap
2016-05-12 Julius Bünger-rps: restructure service internals
2016-05-12 Julius Bünger-rps: doxygen
2016-05-12 Julius Bünger-rps: proper setting of "online" flag
2016-05-12 Julius Bünger-rps: deleted redundant function call
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-04-08 Julius Büngerrps: add test for gnunet-service-rps_peers
2016-04-08 Julius Bünger-rps: add parentheses in macros
2016-04-08 Julius Bünger-rps: restructure gnunet-service-rps_peers
2016-04-08 Julius Bünger-rps: doxygen
2016-01-21 Julius Büngerrps: restructured service. moved peer-related code...
2016-01-21 Sree Harsha Totakurarps tests: Add fixmes
2016-01-19 Christian Grothoff-fix (C) notices
2015-12-01 Julius Bünger-removed obsolete functions
2015-12-01 Julius Bünger-rename _peers.* -> _custommap.*
2015-11-30 Julius Bünger-fixed bug in removal of peer in "view"
2015-11-30 Julius Bünger-doxygen
2015-11-30 Julius Bünger-using "view" helper in rps service
2015-11-30 Julius Bünger-fixed _clear() in peers "helper"
2015-11-30 Julius Bünger-added test of _change_len() to test of "view"
2015-11-30 Julius Bünger-add tests for helpers "view" and "peers"
2015-11-30 Julius Bünger-fix of issues in helper for "view"
2015-11-30 Julius Bünger-fixed 4076
2015-11-29 Julius Büngeradded helper for handling the "view" in rps
2015-11-27 Julius Bünger-substitute array-structures push_list, pull_list with...
next