Skip to content

Commit

Permalink
merged RC_1_2 into RC_2_0
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 4, 2021
2 parents 49454d8 + bfafd20 commit bb92f66
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Written by Arvid Norberg. Copyright (c) 2003-2019
Written by Arvid Norberg. Copyright (c) 2003-2021

Contributions by:
Andrei Kurushin
Expand All @@ -19,7 +19,7 @@ Thanks to (github user) nervoir for bug reports

Thanks to Reimond Retz for bugfixes, suggestions and testing

Thanks to University of Ume� for providing development and test hardware.
Thanks to University of Ume� for providing development and test hardware.

Project is hosted by Github

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ DOCS_IMAGES = \
docs/img/utp_stack.png \
docs/img/bitcoin.png \
docs/img/logo-color-text.png \
docs/img/pp-acceptance-medium.png \
docs/style.css

DOCS_PAGES = \
Expand Down
Binary file added docs/img/pp-acceptance-medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@ See the contributing_ page for other ways to help out.
<a href="bitcoin:373ZDeQgQSQNuxdinNAPnQ63CRNn4iEXzg">bitcoin:373ZDeQgQSQNuxdinNAPnQ63CRNn4iEXzg</a>
</div>

<span style="display:block;text-align:center;margin-top:1em">
<span style="display:inline-block">
<a class="FlattrButton" style="display:none;" href="https://libtorrent.org"></a>
<noscript><a href="https://flattr.com/thing/95662/libtorrent" target="_blank">
<img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
</span>

<span style="display:inline-block">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
Expand All @@ -168,8 +161,7 @@ See the contributing_ page for other ways to help out.
<input type="hidden" name="item_name" value="libtorrent">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-medium.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="image" src="img/pp-acceptance-medium.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
</span>
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/alert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ namespace {
return msg;
}

std::snprintf(msg, sizeof(msg), "DHT put commplete (success=%d hash=%s)"
std::snprintf(msg, sizeof(msg), "DHT put complete (success=%d hash=%s)"
, num_success
, aux::to_hex(target).c_str());
return msg;
Expand Down
4 changes: 2 additions & 2 deletions src/peer_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ namespace libtorrent {
&& has_piece(index))
{
#ifndef TORRENT_DISABLE_LOGGING
peer_log(peer_log_alert::outgoing_message, "HAVE", "piece: %d SUPRESSED"
peer_log(peer_log_alert::outgoing_message, "HAVE", "piece: %d SUPPRESSED"
, static_cast<int>(index));
#endif
return;
Expand Down Expand Up @@ -2368,7 +2368,7 @@ namespace libtorrent {
#ifndef TORRENT_DISABLE_LOGGING
if (should_log(peer_log_alert::info))
{
peer_log(peer_log_alert::info, "INVALID_REQUEST", "piece not superseeded "
peer_log(peer_log_alert::info, "INVALID_REQUEST", "piece not super-seeded "
"i: %d t: %d n: %d h: %d ss1: %d ss2: %d"
, m_peer_interested
, valid_piece_index
Expand Down

0 comments on commit bb92f66

Please sign in to comment.