i2pd/libi2pd_client
orignal 0086f8e27a
Some checks failed
Build Debian packages / ${{ matrix.dist }} (bookworm) (push) Has been cancelled
Build Debian packages / ${{ matrix.dist }} (bullseye) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (amd64, linux/amd64) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (arm64, linux/arm64) (push) Has been cancelled
Build Debian packages / ${{ matrix.dist }} (buster) (push) Has been cancelled
Build on FreeBSD / with UPnP (push) Has been cancelled
Build on OSX / With USE_UPNP=${{ matrix.with_upnp }} (no) (push) Has been cancelled
Build on OSX / With USE_UPNP=${{ matrix.with_upnp }} (yes) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (clang-x86_64, x64-clang, clang, CLANG64) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (i686, x86, gcc, MINGW32) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (ucrt-x86_64, x64-ucrt, gcc, UCRT64) (push) Has been cancelled
Build on Windows / ${{ matrix.arch }} (x86_64, x64, gcc, MINGW64) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (clang-x86_64, x64-clang, clang, CLANG64) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (i686, x86, gcc, MINGW32) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (ucrt-x86_64, x64-ucrt, gcc, UCRT64) (push) Has been cancelled
Build on Windows / CMake ${{ matrix.arch }} (x86_64, x64, gcc, MINGW64) (push) Has been cancelled
Build on Windows / XP (push) Has been cancelled
Build on Ubuntu / Make with USE_UPNP=${{ matrix.with_upnp }} (no) (push) Has been cancelled
Build on Ubuntu / Make with USE_UPNP=${{ matrix.with_upnp }} (yes) (push) Has been cancelled
Build on Ubuntu / CMake with -DWITH_UPNP=${{ matrix.with_upnp }} (OFF) (push) Has been cancelled
Build on Ubuntu / CMake with -DWITH_UPNP=${{ matrix.with_upnp }} (ON) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (armv7, linux/arm/v7) (push) Has been cancelled
Build containers / Building container for ${{ matrix.platform }} (i386, linux/386) (push) Has been cancelled
Build containers / Pushing merged manifest (push) Has been cancelled
use std::async for address book download
2024-10-29 15:32:06 -04:00
..
AddressBook.cpp use std::async for address book download 2024-10-29 15:32:06 -04:00
AddressBook.h use std::async for address book download 2024-10-29 15:32:06 -04:00
BOB.cpp don't delete BOBDestination if used by another BOBSession 2023-07-06 13:08:39 -04:00
BOB.h don't delete BOBDestination if used by another BOBSession 2023-07-06 13:08:39 -04:00
ClientContext.cpp implement httpproxy.senduseragent 2024-09-22 21:07:44 -04:00
ClientContext.h store HTTP and SOCKS proxy as pointer to I2PService 2024-02-20 18:51:37 -05:00
HTTPProxy.cpp check senduseragent for outproxy. Update User-Agent for clearnet 2024-09-22 21:27:09 -04:00
HTTPProxy.h implement httpproxy.senduseragent 2024-09-22 21:07:44 -04:00
I2CP.cpp use rng from pool for lease selection 2024-09-01 16:39:19 -04:00
I2CP.h some cleanup 2024-07-29 15:18:52 -04:00
I2PService.cpp common ServiceAcceptor for all stream protocols 2024-02-20 18:32:51 -05:00
I2PService.h common ServiceAcceptor for all stream protocols 2024-02-20 18:32:51 -05:00
I2PTunnel.cpp print non-resolved address to log 2024-10-11 11:27:36 -04:00
I2PTunnel.h use uint16_t for ports 2023-06-12 05:10:32 +03:00
MatchedDestination.cpp select router with ipv4 for endpoint 2023-07-11 13:16:35 -04:00
MatchedDestination.h add copyright headers 2020-05-22 18:14:53 +00:00
SAM.cpp Add support for multiple udp server tunnels on one destionation 2024-01-25 01:05:58 +00:00
SAM.h fixed #2004. Check supported crypto 2024-01-07 18:42:34 -05:00
SOCKS.cpp removed C++17 check 2024-09-02 18:22:33 -04:00
SOCKS.h use uint16_t for ports 2023-06-12 05:10:32 +03:00
UDPTunnel.cpp hardening iterator 2024-10-28 09:11:09 +02:00
UDPTunnel.h Add support for multiple udp server tunnels on one destionation 2024-01-25 01:05:58 +00:00