exposed upload_only in peer_info
[libtorrent.git] / docs / index.html
blob181215b534349e551d65ee5aaa6faedd18e182f2
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
7 <title></title>
8 <link rel="stylesheet" href="style.css" type="text/css" />
9 </head>
10 <body>
11 <div class="document">
14 <div id="librarySidebar"><ul class="simple">
15 <li><a class="reference external" href="http://sourceforge.net/project/showfiles.php?group_id=79942">download</a></li>
16 <li><a class="reference external" href="features.html">features</a></li>
17 <li><a class="reference external" href="building.html">building libtorrent</a></li>
18 <li><a class="reference external" href="examples.html">examples</a></li>
19 <li><a class="reference external" href="manual.html">api documentation</a></li>
20 <li><a class="reference external" href="running_tests.html">running tests</a></li>
21 <li><a class="reference external" href="client_test.png">screenshot</a></li>
22 <li><a class="reference external" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a> (<a class="reference external" href="http://dir.gmane.org/gmane.network.bit-torrent.libtorrent">archive</a>)</li>
23 <li><a class="reference external" href="projects.html">who's using libtorrent?</a></li>
24 <li><a class="reference external" href="http://code.rasterbar.com/libtorrent/newticket">report bugs</a></li>
25 <li><a class="reference external" href="http://www.sourceforge.net/projects/libtorrent">sourceforge page</a></li>
26 <li><a class="reference external" href="http://code.rasterbar.com/libtorrent">wiki</a></li>
27 </ul>
28 <hr class="docutils" />
29 <p>Extensions</p>
30 <ul class="simple">
31 <li><a class="reference external" href="extension_protocol.html">extensions protocol</a></li>
32 <li><a class="reference external" href="libtorrent_plugins.html">plugin interface</a></li>
33 <li><a class="reference external" href="dht_extensions.html">DHT extensions</a></li>
34 <li><a class="reference external" href="udp_tracker_protocol.html">UDP tracker protocol</a></li>
35 <li><a class="reference external" href="http://www.getright.com/seedtorrent.html">HTTP seed</a></li>
36 <li><a class="reference external" href="http://home.elp.rr.com/tur/multitracker-spec.txt">multitracker</a></li>
37 </ul>
38 <hr class="docutils" />
39 <p>Bindings</p>
40 <ul class="simple">
41 <li><a class="reference external" href="http://libtorrent-ruby.rubyforge.org/">ruby bindings</a></li>
42 <li><a class="reference external" href="python_binding.html">python bindings</a></li>
43 </ul>
44 <hr class="docutils" />
45 <ul class="simple">
46 <li><a class="reference external" href="bittorrent.pdf">Introduction, slides</a></li>
47 </ul>
48 </div>
49 <div id="libraryBody"><div class="section" id="libtorrent">
50 <h1>libtorrent</h1>
51 <p>libtorrent is a C++ library that aims to be a good alternative to all the
52 other bittorrent implementations around. It is a
53 library and not a full featured client, although it comes with a working
54 <a class="reference external" href="client_test.html">example client</a>.</p>
55 <p>The main goals of libtorrent are:</p>
56 <ul class="simple">
57 <li>to be cpu efficient</li>
58 <li>to be memory efficient</li>
59 <li>to be very easy to use</li>
60 </ul>
61 <div class="section" id="donate">
62 <h2>Donate</h2>
63 <p>Support the development of libtorrent</p>
64 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
65 <input type="hidden" name="cmd" value="_xclick">
66 <input type="hidden" name="business" value="c99ang@cs.umu.se">
67 <input type="hidden" name="item_name" value="libtorrent">
68 <input type="hidden" name="return" value="http://libtorrent.sf.net">
69 <input type="hidden" name="currency_code" value="EUR">
70 <input type="hidden" name="tax" value="0">
71 <input type="image" src="https://www.paypal.com/images/x-click-but04.gif"
72 border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
73 </form></div>
74 <div class="section" id="feedback">
75 <h2>Feedback</h2>
76 <p>There's a <a class="reference external" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a>, general libtorrent discussion.</p>
77 <p>You can usually find me as hydri in <tt class="docutils literal"><span class="pre">#libtorrent</span></tt> on <tt class="docutils literal"><span class="pre">irc.freenode.net</span></tt>.</p>
78 </div>
79 <div class="section" id="acknowledgements">
80 <h2>Acknowledgements</h2>
81 <p>Written by Arvid Norberg. Copyright (c) 2003-2006</p>
82 <p>Contributions by Magnus Jonsson, Daniel Wallin and Cory Nelson</p>
83 <p>Thanks to Reimond Retz for bugfixes, suggestions and testing</p>
84 <p>Project is hosted by sourceforge.</p>
85 <p><a class="reference external" href="http://sourceforge.net"><img alt="sf_logo" src="http://sourceforge.net/sflogo.php?group_id=7994" /></a></p>
86 </div></div>
87 </div>
88 </div>
89 </body>
90 </html>