libtorrent.org:no-expand-unspecified

Last commit made on 2020-02-27
Get this branch:
git clone -b no-expand-unspecified https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
no-expand-unspecified
Repository:
lp:libtorrent.org

Recent commits

9053f23... by arvidn <email address hidden>

explore not expanding unspecified addresses

31846d1... by arvidn <email address hidden>

rely less on the ability to enumerate the routing table reliably. Any IP address explicitly specified is assumed to represent an externally available IP, unless marked with the l-flag. If a device name or an unspecified address is used, they are expanded and only for such expanded entries is there a heuristic to determine which addresses are externally available and which or local. The default is to assume it's local only, unless it has a globally routable IP address or a gateway can be found for it

1dcbeb2... by arvidn <email address hidden>

remove some seemingly unnecessary TORRENT_TRY and TORRENT_CATCH from is_local(), is_any() and is_teredo(). simplify is_loopback()

cc792d8... by arvidn <email address hidden>

improve error messages and error reporting of failing enum_routes()

8dbb7c4... by arvidn <email address hidden>

don't repeat the settings documentation. add note to announce_ip

091dbd6... by FranciscoPombal <email address hidden>

Fix possible output truncation in test_dht

68a5721... by arvidn <email address hidden>

add note about listening to port 0. Add bittorrent glossary

c299004... by arvidn <email address hidden>

undeprecate settings_pack::dht_upload_rate_limit. Make sure it doesn't overflow if set too high

14f1266... by arvidn <email address hidden>

fix strncpy() warnings and ensure C strings are 0-terminated

224cc0e... by arvidn <email address hidden>

include tiny version in DHT v field