refactor rps code
[oweals/gnunet.git] / src / rps / gnunet-service-rps.c
2017-12-29 Julius Büngerrefactor rps code
2017-12-28 Julius BüngerMerge branch 'master' of gn:gnunet
2017-12-28 Julius Büngerrps: fix double call
2017-12-28 Julius Büngerrps: stop destroying mq
2017-12-27 Julius Büngerrps: close port before disconnecting
2017-12-27 Christian Grothofffix flow control issue
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-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-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
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
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-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 service: proper removal of clients at shutdown
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 service: correcting scope for variable
2016-09-14 Julius Bünger-rps service: remove unnecessary var = NULL;
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-22 Julius Bünger-rps fix: do not ask cadet for peers
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 service: correct check of peer status
2016-07-01 Julius Bünger-rps service: doxygen
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: only insert online peers in the view
2016-05-22 Julius Bünger-rps: removing unused counter
2016-05-16 Julius Bünger-rps: rename and doxygen
2016-05-14 Julius Büngerrps: use stored peers at startup
2016-05-13 Julius Bünger-rps: try to avoid leaking memory
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-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ü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...
2015-12-01 Julius Bünger-removed obsolete functions
2015-12-01 Julius Bünger-rename _peers.* -> _custommap.*
2015-11-30 Julius Bünger-using "view" helper in rps service
2015-11-27 Julius Bünger-substitute array-structures push_list, pull_list with...
2015-11-23 Julius Bünger-fix: prevent division by zero
2015-08-05 Julius Bünger-keep track of messages passed to mq
2015-08-05 Julius Bünger-rename and fix char pointer
2015-08-05 Julius Bünger-logging messages: going to send, sent, received
2015-08-04 Julius Bünger-fix (create peermap), logging
2015-08-03 Julius Bünger-fix malicious peer
2015-08-03 Julius Bünger-logging and fix
2015-08-02 Julius Bünger-fixes
2015-08-02 Julius Bünger-improved management of peer information
2015-08-02 Julius Büngercancellation of request and according test improvements
2015-07-31 Sree Harsha Totakurafixes
2015-07-29 Julius Bünger-fix push receive
2015-07-29 Julius Bünger-fixes and improvements
2015-07-29 Julius Bünger-fixes
2015-07-29 Julius Bünger-stop passing static peermap
2015-07-28 Sree Harsha Totakuramore assertions
2015-07-28 Sree Harsha Totakuracode cleanup
2015-07-24 Julius Bünger-logging
2015-07-23 Julius Bünger-fixed cadet usage
2015-07-22 Julius Bünger-fixed early destruction of channel
2015-07-22 Julius Bünger-fixed indexing
2015-07-22 Julius Bünger-prevent harmless warning
2015-07-22 Julius Bünger-logging
2015-07-22 Julius Bünger-cleaned resizing of sampler
2015-07-22 Julius Bünger-fixed duplicate ntfy_tmt_rdy
2015-07-22 Julius Bünger-fixed inline docu
2015-07-22 Julius Bünger-removed unneeded peermap_put
2015-07-22 Julius Bünger-fixed wrong check
2015-07-22 Julius Büngerlog missing config
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-26 Julius Bünger-fix coverity 0003864
2015-06-26 Julius Bünger-logging
2015-06-26 Bart Polot- GNUNET_CADET_disconnect will destroy pending channels...
2015-06-20 Julius Bünger-fixed typos
2015-06-20 Julius Bünger-restructured sending of push/pull request
2015-06-20 Julius Bünger-fixed wrong pointer usage
2015-06-20 Julius Bünger-fixed comparing of peer ids
2015-06-20 Julius Bünger-restructured cleaning of known peers
2015-06-20 Julius Bünger-logging and comments
2015-06-20 Julius Bünger-removed unnecessary data structure (pending pull list)
2015-06-11 Julius Bünger-fix hanling of pull replies
next