1370 Commits

Author SHA1 Message Date
arvidn
e1dec52b35 fixes to the generated documentation 2019-03-13 20:43:40 +01:00
Amir Abrams
97c23366f3 Remove duplicate word in comments like "the the" 2019-02-24 12:28:17 +01:00
arvidn
c63c36880f merged RC_1_1 into RC_1_2 2019-02-17 19:06:33 +01:00
arvidn
ffe56bdb26 update documentation regarding recommendations of post_torrent_updates() 2019-02-15 18:31:13 +01:00
arvidn
b443d33430 bump version number 2019-01-11 11:30:37 +01:00
Alden Torres
c128afeebf update minimum boost to 1.58, using xenial in travis 2019-01-11 02:04:52 +01:00
Calum Lind
c76e9cc5e1 Change Jamfile default openssl path on Windows
The widely used Windows OpenSSL package[1] uses C:\OpenSSL-Win[32|64] as
the install location so set this as default in Jamfile for Windows. It
also means that the appveyor builds can be simplified by using their
installed OpenSSL.

Mingw is set to the same location so remove seperate specification.

[1]: https://slproweb.com/products/Win32OpenSSL.html
2018-12-05 14:02:17 +01:00
arvidn
a58307733e remove left-over configuration options from aligned allocations 2018-11-25 01:35:22 +01:00
arvidn
6381b35891 bump verson to 1.1.11.0 2018-11-16 15:52:16 +01:00
arvidn
29cddaa23e merged RC_1_1 into master 2018-11-15 15:19:24 +01:00
arvidn
049b090e8d detect cases where TORRENT_EXPORT is placed where gen_reference_doc.py ignores it, and fix the code 2018-11-13 07:44:28 +01:00
David Refoua
82ca0adc66 update projects.rst info on qBittorrent
* update projects.rst info on qBittorrent
* fix small misspellings and typos
* add new missing words
2018-11-08 08:46:13 +01:00
arvidn
6eb05e4842 fix typos and run hunspell on more documentation 2018-10-20 16:30:30 +02:00
arvidn
c57b3be4cc more lgtm fixes 2018-10-20 16:30:06 +02:00
Gabor Szelcsanyi
da58e0cbd1 Update streaming.rst
Fix some typo.
2018-10-19 19:39:41 +02:00
Kiss Áron
06597a5d30 Fix typo in docs/client_test.rst 2018-10-19 18:54:52 +02:00
arvidn
5bf8e15894 include installation instructions in build documentation 2018-10-16 16:02:00 +02:00
Eugene Shalygin
f0ea99ab88 Correct build instructions for cmake 2018-10-14 18:39:24 +02:00
arvidn
7608598da8 update build docs 2018-10-12 22:51:32 +02:00
Arvid Norberg
8e8489c6dc improve makefile for documentation 2018-10-08 16:22:00 +02:00
arvidn
e612fee995 fix building tarball 2018-10-07 09:23:39 +02:00
arvidn
c096f63f59 factor out the documentation header into separate rst file 2018-10-02 16:16:58 +02:00
Arvid Norberg
200bb494c3 bump version 2018-10-01 09:41:37 +02:00
Arvid Norberg
0550b7c5ab fix documentation generation script, and fix running it on travis 2018-08-21 11:13:52 +02:00
Arvid Norberg
b90564d418 remove the IPv6 enable/disable build config 2018-08-19 22:20:54 +02:00
Arvid Norberg
2f56fa6c3e bump version to 1.1.9 2018-07-20 13:06:12 +02:00
arvidn
f4b0dbf115 merged RC_1_1 into master 2018-07-20 09:28:21 +02:00
arvidn
1ebc5f9ef2 remove special handling of uTP peers 2018-07-20 07:47:08 +02:00
arvidn
4576723090 bump version to 1.1.8 2018-06-25 12:25:11 +02:00
Andrew Resch
596d98cac4 Clean-up python code (#3075)
lint and enforce python code formatting
2018-06-12 11:43:13 +02:00
arvidn
fe612ca167 replace the TORRENT_CFG ABI check with inline namespaces around the symbol that can change ABI based on build configuration options 2018-05-13 19:25:17 +02:00
arvidn
8621477239 merged RC_1_1 into master 2018-04-28 14:36:24 +02:00
arvidn
3ede0b9c20 fix last_upload, last_download and last_scrape to be reported accurately and saved/restored in resume data 2018-04-22 06:14:22 -04:00
Baran Pirinçal
4e24c05426 Logo design (#2942) 2018-04-16 10:39:50 +02:00
arvidn
f0227451a6 merged RC_1_1 into master 2018-04-13 01:47:41 +02:00
arvidn
aaf9304a3b update year in copyright header 2018-04-09 09:04:33 +02:00
arvidn
105934e578 bump version 2018-04-08 23:08:39 +02:00
Arvid Norberg
6efff919cd deprecated alert::progress_notification alert category, split into finer grained categories 2018-04-05 16:27:28 +02:00
arvidn
32b2de8f17 merged RC_1_1 into master 2018-04-04 20:48:07 +02:00
Arvid Norberg
6e4edd74c8 use https URLs 2018-04-03 17:32:07 +02:00
David Luis Alonso
0cb2666cb4 path error in python_binding docs 2018-03-25 18:11:15 +02:00
arvidn
9df4d4b7f8 replace typedef with using. replace NULL with nullptr. cleanup page_aligned_allocator 2018-03-23 11:19:46 +01:00
arvidn
5c1b65e9b8 merged RC_1_1 into master 2018-03-12 02:32:12 +01:00
arvidn
a06e4f696b track whether a file is eligible for using the partfile on a per-file basis. This is intended to improve backwards compatibility, to better support resuming files downloaded with older versions of libtorrent 2018-03-11 12:52:56 +01:00
David Luis Alonso
94498072e1 add modified docs with more detailed explanation on how to create the… (#2805)
add modified docs with more detailed explanation on how to create the bindings for windows
2018-03-06 08:53:39 +01:00
arvidn
ad82be145b merged RC_1_1 into master 2018-01-08 22:52:23 +01:00
arvidn
493cbf12b9 update the boost dependency list in features.rst 2017-12-30 23:46:03 +01:00
arvidn
e4ac70c98b update boost.asio link in documentation, minor cleanup of tutorial examples 2017-12-30 21:23:36 +01:00
arvidn
f4eaf3dba4 add note about dynamic loading/unloading of torrents 2017-12-30 20:57:43 +01:00
arvidn
672556b4b2 merged RC_1_1 into master 2017-12-30 18:17:57 +01:00