Files
qBittorrent/src/properties
Christophe Dumez 4ba5e43933 Improve peer host name resolution (closes #360)
- Take a QString in argument to avoid converting it twice. The caller already
  has the IP as a QString.
- Fix bug where hostnames coming from the cache would not the displayed.
- Fix bug where the resolved hostnames would not be displayed if the IP we know
  does not match the first one in the QHostInfo::addresses() list. It may come
  later in the list or may be formatted differently (possible with IPv6).
- Avoid requesting again host names for IPs that were already requested recently
  but whose resolution did not return a useful hostname.
2013-03-28 21:47:45 +02:00
..
2011-09-24 17:28:25 +03:00
2011-09-24 17:28:25 +03:00
2010-11-20 17:21:40 +00:00
2012-02-20 19:56:07 +02:00
2012-02-20 21:32:58 +02:00
2012-02-25 21:02:19 +02:00
2011-09-24 17:28:25 +03:00
2011-09-24 17:28:25 +03:00
2012-02-20 21:32:58 +02:00
2013-02-10 22:05:51 +04:00