RetroShare/libretroshare/src/gxstunnel
Phenom 4ac3b3f5bf Fix Clang warnings: implicit conversion of NULL to bool
warning: implicit conversion of NULL constant to 'bool' [-Wnull-
conversion]
        return NULL ;
        ~~~~~~ ^~~~
               false
2017-04-17 21:33:39 +02:00
..
p3gxstunnel.cc Fix Clang warnings: implicit conversion of NULL to bool 2017-04-17 21:33:39 +02:00
p3gxstunnel.h added cache of latest GXS tunnel data items for the last 10 minutes in order to avoid replays of messages caused by the conservative message transmition system. Removed the global item counter for a purely random uint64_t 2016-01-21 21:19:40 -05:00
rsgxstunnelitems.cc fix build errors (return typ is a pointer and not boolean) 2016-06-03 09:02:19 +02:00
rsgxstunnelitems.h separated RsTlvSecurityKey into two incompatible classes to enforce the correct usage of private vs. public keys 2016-06-02 23:47:57 -04:00