aboutsummaryrefslogtreecommitdiff
path: root/src/rps
AgeCommit message (Expand)Author
2016-12-16add PORT to NAT configuration, generate nat.conf from nat.conf.in, implement ...Christian Grothoff
2016-11-17Sometimes it's OK if multiplication overflowsDavid Barksdale
2016-11-09- add subdirectory gitignore filesBart Polot
2016-10-04-rps api: resend requests after reconnectJulius Bünger
2016-09-30-fix rps service: _continue() instead of _drop()Julius Bünger
2016-09-29-fix rps service: prevent calling _request_cancel() twiceJulius Bünger
2016-09-29-fix rps service: memcpy() -> memmove()Julius Bünger
2016-09-27-fix rps service: handle client service types correctlyJulius Bünger
2016-09-27-rps api: remove superfluous call to check_repy()Julius Bünger
2016-09-25-fix rps service: call sampler_request_cancel () on destruction of handleJulius Bünger
2016-09-25-rps: fix #0004678Julius Bünger
2016-09-25-rps: proper cleaning/removing of peersJulius Bünger
2016-09-25try to convert rps to new service apiJulius Bünger
2016-09-16-rps _peers: loggingJulius Bünger
2016-09-16-rps service: proper removal of clients at shutdownJulius Bünger
2016-09-16rps sampler_elem test: add to MakefileJulius Bünger
2016-09-16rps: added test for sampler elementJulius Bünger
2016-09-15-rps service: replace memcpy -> memmove due to overlapJulius Bünger
2016-09-15-rps: check return valuesJulius Bünger
2016-09-15-rps service: prevent division by zeroJulius Bünger
2016-09-14-rps service: add assert (make coverity happy?)Julius Bünger
2016-09-14-rps test: add assertion (keep coverity happy?)Julius Bünger
2016-09-14-rps _custommap: more assertions (keep coverity happy?)Julius Bünger
2016-09-14-rps _peers: prevent leaking storageJulius Bünger
2016-09-14-rps _peers: prevent leaking of storageJulius Bünger
2016-09-14-rps service: correcting scope for variableJulius Bünger
2016-09-14-rps service: remove unnecessary var = NULL;Julius Bünger
2016-09-14-rps test: try to close file in case of failureJulius Bünger
2016-09-06-rps: proper destruction of sampler elementsJulius Bünger
2016-09-06-rps doxygenJulius Bünger
2016-09-06-rps sampler: remove useless codeJulius Bünger
2016-09-06-rps service: improved handling of errorsJulius Bünger
2016-09-01-fix rps service: handler for check_live messageJulius Bünger
2016-08-27-rps test: fix directory specificationJulius Bünger
2016-08-27-rps peers: loggingJulius Bünger
2016-08-22-rps fix: do not ask cadet for peersJulius Bünger
2016-08-22-rps fix: change way of online notificationJulius Bünger
2016-08-18Use statement exprs instead of local functionDavid Barksdale
2016-08-14-slightly better port setup, for RPS I don't quite see a better way yetChristian Grothoff
2016-07-20- fix CADET-using servicesBart Polot
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-01-rps service: correct check of peer statusJulius Bünger
2016-07-01-rps api: delete leftover structJulius Bünger
2016-07-01-rps test _peers: disable storage of valid peersJulius Bünger
2016-07-01-rps _peers: add disable option to peer storageJulius Bünger
2016-07-01-rps _peers: restructure of status checkJulius Bünger
2016-07-01-rps service: correct check of peer statusJulius Bünger
2016-07-01-rps service: doxygenJulius Bünger
2016-07-01-rps api: actually call check_reply()Julius Bünger
2016-06-19avoid deprecated API, use new connecT APIChristian Grothoff