Commit Graph

1347 Commits

Author SHA1 Message Date
arvidn 8dbb7c4232 don't repeat the settings documentation. add note to announce_ip 2020-02-23 18:19:25 +01:00
arvidn 68a57218e7 add note about listening to port 0. Add bittorrent glossary 2020-02-20 13:36:31 +01:00
arvidn 86183358e9 bump version to 1.2.4 2020-02-05 01:55:44 +01:00
arvidn 8dffe0def0 remove debug printing 2020-02-04 22:45:32 +01:00
arvidn 07191dc5ad when generating documentation, don't only highlight function names but also data members and constants 2020-02-02 16:09:28 +01:00
PhoebeHui 5e4686c30f Add vcpkg installation instructions 2020-02-01 19:51:13 +01:00
arvidn bf22f56d74 order static and constexpr consistently 2020-02-01 15:18:03 +01:00
Chocobo1 6a88ffc585 update BEP links to www.bittorrent.org domain
This is because previously the links to bittorrent.org will redirect to
another website and then returns http 404 not found.
Also related: https://github.com/bittorrent/bittorrent.org/issues/99
2020-01-26 11:46:16 +01:00
arvidn 8013216550 document multi-homed support 2020-01-23 00:17:54 +01:00
Arvid Norberg f0c3eb8915 docs improvement 2019-12-20 22:08:54 +01:00
arvidn 078f7b956e fix parsing of enum classes in doc generation tool 2019-12-19 15:40:45 +01:00
Arvid Norberg 55460a60bc fix the documentation generation tool to work for flags, and other global constants. Improve documentation 2019-12-19 01:50:22 +01:00
Arvid Norberg cdee94a5bf lower threshold to report documentation issues by creating short cut links directly in the docs 2019-12-17 09:27:59 +01:00
arvidn 828ad7d024 bump version 1.2.3.0 2019-12-09 12:46:36 +01:00
arvidn 41dab18644 update tutorial with new way of saving resume data 2019-12-08 13:24:01 +01:00
arvidn 33890cfe6b fix typos in upgrade_to_1.2.rst. Add section about listen_interfaces 2019-12-05 08:04:48 +01:00
arvidn 4a7acc4a21 strip TORRENT_COUNTER_NOEXCEPT when generating documentation 2019-12-02 18:15:39 +01:00
arvidn d0f5f08665 fix typos and extend spell checking 2019-11-30 01:33:40 +01:00
arvidn 28a627a3a3 fix settings default value doc generation. Apply documentation fix from Sig7 2019-10-20 21:59:03 +02:00
arvidn 7878f68370 add some missing documentation. undeprecate error_file_metadata ahead of master undeprecating it 2019-09-08 10:51:46 +02:00
arvidn baeb959054 bump version to 1.2.2 2019-08-23 13:39:22 +02:00
Arvid Norberg bfe0e1f27d hide some internal functions. error if namespaces are preceded by whitespace (as the docs generation script requires them to start at the beginning of the line) 2019-08-07 20:48:26 -07:00
LingMan 04223a6df2 Fix typo on main page 2019-05-04 20:31:14 +02:00
arvidn 4b268297c4 add a build variant for quickly building a corpus for code coverage 2019-04-30 21:55:17 +02:00
arvidn d97e1be6b2 bump version of RC_1_2 to 1.2.1 2019-04-28 03:31:04 +02:00
arvidn f21a39496d add script to minimize corpus 2019-04-26 23:42:28 +02:00
arvidn bb0ae48a75 initial documentation for bundled support for fuzzing 2019-04-26 10:02:30 +02:00
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