can't find who suggested this crasher fix.. delayed by pgp
[oweals/gnunet.git] / src / rps /
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-19 Julius Büngerfix initialisation of zero_pid
2017-03-18 Julius Büngeruse modern getopt api
2017-03-18 Julius Büngerfix rps getopt
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Christian Grothoffrenaming CADET APIs to match naming conventions again...
2017-03-13 Christian Grothoffrename libgnunetcadetnew -> libgnunetcadet
2017-03-13 Julius BüngerMerge branch 'master'
2017-03-13 Julius Büngerfix rps
2017-03-12 Julius Büngeradapting the Makefile for the new cadet api
2017-03-12 Julius Büngerlast step to new cadet api
2017-03-12 Julius Büngerremoved unneeded function call
2017-03-12 Julius Büngermigrated rps to new cadet api
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
next