forked from premiere/premiere-libtorrent
added bitfox as a project using libtorrent
This commit is contained in:
parent
bb0b8c9d95
commit
7be41a5c8a
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
|
@ -3,7 +3,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
|
||||
<title>libtorrent API Documentation</title>
|
||||
<meta name="author" content="Arvid Norberg, arvid@rasterbar.com" />
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
@ -2619,7 +2619,7 @@ struct peer_error_alert: alert
|
|||
<div class="section">
|
||||
<h2><a id="invalid-request-alert" name="invalid-request-alert">invalid_request_alert</a></h2>
|
||||
<p>This is a debug alert that is generated by an incoming invalid piece request. The <tt class="docutils literal"><span class="pre">handle</span></tt>
|
||||
is a handle to the torrent the peer is a member of. <tt class="docutils literal"><span class="pre">ìp</span></tt> is the address of the peer and the
|
||||
is a handle to the torrent the peer is a member of. <tt class="docutils literal"><span class="pre">Ïp</span></tt> is the address of the peer and the
|
||||
<tt class="docutils literal"><span class="pre">request</span></tt> is the actual incoming request from the peer. The alert is generated as severity level
|
||||
<tt class="docutils literal"><span class="pre">debug</span></tt>.</p>
|
||||
<pre class="literal-block">
|
||||
|
@ -3160,7 +3160,7 @@ boost::filesystem::path::default_name_check(boost::filesystem::native);
|
|||
<p>Big thanks to Michael Wojciechowski and Peter Koeleman for making the autotools
|
||||
scripts.</p>
|
||||
<p>Thanks to Reimond Retz for bugfixes, suggestions and testing</p>
|
||||
<p>Thanks to <a class="reference" href="http://www.cs.umu.se">University of Umeå</a> for providing development and test hardware.</p>
|
||||
<p>Thanks to <a class="reference" href="http://www.cs.umu.se">University of UmeÂ</a> for providing development and test hardware.</p>
|
||||
<p>Project is hosted by sourceforge.</p>
|
||||
<p><a class="reference" href="http://sourceforge.net"><img alt="sf_logo" src="http://sourceforge.net/sflogo.php?group_id=7994" /></a></p>
|
||||
</div>
|
||||
|
|
|
@ -57,6 +57,12 @@ and Johan Ström.</p>
|
|||
<td><img alt="bitrocket_thumb.png" class="first last" src="bitrocket_thumb.png" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><p class="first"><strong>Bitfox</strong></p>
|
||||
<p class="last">A firefox plugin integrating bittorrent downloads in firefox.</p>
|
||||
</td>
|
||||
<td><img alt="bitfox.png" class="first last" src="bitfox.png" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><p class="first"><strong>Acquasition</strong></p>
|
||||
<p class="last"><a class="reference" href="http://www.acquisitionx.com">Acquasition</a> is a multi-network peer-to-peer
|
||||
client for Mac.</p>
|
||||
|
|
|
@ -37,6 +37,10 @@ project listed here, let me_ know.
|
|||
| | |
|
||||
| BitRocket_ is a MacOS X bittorrent client. | |
|
||||
+-------------------------------------------------------------------------------+-------------------------------------+
|
||||
| **Bitfox** | .. image:: bitfox.png |
|
||||
| | |
|
||||
| A firefox plugin integrating bittorrent downloads in firefox. | |
|
||||
+-------------------------------------------------------------------------------+-------------------------------------+
|
||||
| **Acquasition** | .. image:: acquasition.jpg |
|
||||
| | |
|
||||
| Acquasition_ is a multi-network peer-to-peer | |
|
||||
|
@ -118,6 +122,7 @@ project listed here, let me_ know.
|
|||
.. _qBittorrent: http://www.qbittorrent.org/
|
||||
.. _btg: http://developer.berlios.de/projects/btg/
|
||||
.. _BitRocket: http://www.bitrocket.org/
|
||||
.. _Bitfox: http://code.google.com/p/bitfox/
|
||||
.. _Acquasition: http://www.acquisitionx.com
|
||||
.. _IM: http://www.im.com/
|
||||
.. _MooPolice: http://www.moopolice.de
|
||||
|
|
Loading…
Reference in New Issue