38 Commits

Author SHA1 Message Date
arvidn
a652233142 bump version 2020-04-18 23:40:55 +02:00
Arvid Norberg
1bec6b49f5 update spell check dictionary 2020-04-18 16:29:08 +02:00
arvidn
4fd6136b2a improve support for SSL connections. make passing in the SSL context into the http_connection mandatory (simplifying it, so it doesn't have to create its own). Sepaate the SSL context used for trackers and SSL torrents, so normal trackers can be validated, without interfering with the special SNI callback used for SSL torrents 2020-03-21 12:28:49 -07:00
arvidn
bc666052c7 fix typo in building documentation 2020-03-09 03:15:59 -07:00
arvidn
0f337b9ce7 bump version to 1.2.5 2020-03-08 04:34:21 -07:00
arvidn
65d6e83b1a add support for TCP_NOTSENT_LOWAT 2020-03-04 13:16:54 +01:00
arvidn
1e4083b3fb rely less on the ability to enumerate the routing table reliably. Any IP address
explicitly specified is assumed to represent an externally available IP, unless
marked with the l-flag. If a device name or an unspecified address is used, they
are expanded and only for such expanded entries is there a heuristic to
determine which addresses are externally available and which are local. The
default is to assume it's local only, unless it has a globally routable IP
address or a default route can be found for the device.
2020-03-03 11:43:52 +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
PhoebeHui
5e4686c30f Add vcpkg installation instructions 2020-02-01 19:51:13 +01:00
arvidn
8013216550 document multi-homed support 2020-01-23 00:17: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
33890cfe6b fix typos in upgrade_to_1.2.rst. Add section about listen_interfaces 2019-12-05 08:04:48 +01:00
arvidn
d0f5f08665 fix typos and extend spell checking 2019-11-30 01:33:40 +01: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
4b268297c4 add a build variant for quickly building a corpus for code coverage 2019-04-30 21:55:17 +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
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
Arvid Norberg
6efff919cd deprecated alert::progress_notification alert category, split into finer grained categories 2018-04-05 16:27:28 +02: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
arvidn
90ccd5180f merged RC_1_1 into master 2017-12-07 18:31:16 +01:00
arvidn
f81a20a035 fix loading resume data when in seed mode 2017-12-03 23:43:55 +01:00
Alden Torres
f040d6d860 added reopen_network_sockets method to allow manual reopen of listen/outgoing sockets (#2476) 2017-10-28 12:15:35 +02:00
arvidn
322007bb6a make save_state_flags a strong type 2017-07-30 09:06:41 -07:00
arvidn
24e4263bae make torrent status flags be type safe 2017-07-27 09:33:35 -07:00
arvidn
c4eb4c8b5f use span in torrent_info constructors and deprecate the redundant flags argument 2017-07-22 00:00:44 -07:00
arvidn
c4659bc345 convert peer_flags and peer_source_flags to type-safe flags 2017-07-17 10:22:32 -07:00
arvidn
4947602a2f make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
AllSeeingEyeTolledEweSew
00655d562b Refactor several flags to torrent_handle::get_flags/set_flags. 2017-07-17 01:05:31 -07:00
arvidn
f85c01cc0a merged RC_1_1 into master 2017-06-21 00:51:43 -04:00
arvidn
f04d729d43 enforce spell checking on CI 2017-06-18 15:51:51 -04:00
arvidn
53cbb607d0 first steps towards spell checking documentation 2017-06-17 22:59:57 -04:00