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
|
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
|
bb51dcdbb9
|
move dht_settings into its own header cpp file-pair and dht_settings into the dht namespace
|
2017-09-04 22:38:16 +02:00 |
arvidn
|
f85c01cc0a
|
merged RC_1_1 into master
|
2017-06-21 00:51:43 -04:00 |
arvidn
|
480bde9333
|
change formatting of namespace declarations
|
2017-04-12 14:26:35 -04:00 |
Alden Torres
|
deecdb6cfa
|
added support for infohashes sample in dht storage (#1586)
added support for infohashes sample in dht storage
|
2017-01-28 20:24:53 -05:00 |
Arvid Norberg
|
3e7e806a77
|
deprecate old session_settings API (use settings_pack instead) (#1117)
deprecate old session_settings API (use settings_pack instead)
|
2016-09-20 23:49:23 -07:00 |
Alden Torres
|
5480e2eedc
|
some consts refs and refactor (#1075)
some consts refs and refactor
|
2016-09-09 15:02:20 -04:00 |
Alden Torres
|
99da5c8017
|
dht log optimization, consts and refactor (#1073)
dht log optimization and refactor
|
2016-09-08 19:13:46 -04:00 |
Alden Torres
|
7caa99d6f1
|
__cplusplus cleanup (#951)
cleanup
|
2016-07-26 18:30:19 -04:00 |
Arvid Norberg
|
ed077c8358
|
use cstdint intead of boost/cstdint.hpp (#833)
use cstdint intead of boost/cstdint.hpp
|
2016-06-18 14:01:38 -04:00 |
Alden Torres
|
b85b501d92
|
Using address::is_multicast instead util function (#686)
|
2016-05-01 18:15:25 -04:00 |
Arvid Norberg
|
f856b6bbe3
|
dial up cppcheck (#663)
increase cppcheck coverage and make sure there are no warnings
|
2016-04-30 00:24:45 -04:00 |
Arvid Norberg
|
46b33f920b
|
remove explicit cache feature (#661)
remove explicit cache feature
|
2016-04-29 02:32:00 -04:00 |
arvidn
|
04a3c04075
|
merged RC_1_1 into master
|
2016-04-20 08:08:05 -04:00 |
Alden Torres
|
a73d424b82
|
typos
|
2016-04-15 15:39:41 -04:00 |
arvidn
|
96e2693d13
|
merge RC_1_1 into master
|
2016-03-19 16:02:46 -04:00 |
arvidn
|
3c98868f6c
|
deprecate explicit cache feature
|
2016-03-18 12:15:03 -04:00 |
arvidn
|
297b8943d0
|
move the DHT rate limiter into the dht_tracker class and remove the rate_limited_udp_socket type. This further simplifies the udp socket (preparing for moving it into the listen_socket structure)
|
2016-01-18 14:34:41 -05:00 |
arvidn
|
1f9f588e75
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
arvidn
|
15ec839d33
|
extend the unit test of dht_storage
|
2015-12-19 02:09:06 -05:00 |
Thomas Yuan
|
7fec9e488d
|
make immutable/mutable items lifetime configurable.
|
2015-09-21 20:32:37 -04:00 |
Thomas Yuan
|
d6bb387ab9
|
Use dht_settings directly instead of add a read_only member variable.
Since rpc_manager has a reference of dht_settings, needn't pass it
as a parameter for incoming().
|
2015-09-08 10:35:30 -04:00 |
Thomas Yuan
|
3d4ed9f37f
|
Add read-only support in dht_settings and outgoing query messages.
|
2015-09-07 14:24:46 -04:00 |
arvidn
|
b45c585a78
|
use gcc on linux and clang on osx
|
2015-09-06 22:55:41 -04:00 |
arvidn
|
0d9d632465
|
initial support for disabling proxy for tracker connections
|
2015-08-29 19:44:54 -04:00 |
arvidn
|
e0c3d28321
|
fix some warnings
|
2015-08-02 15:55:05 -04:00 |
arvidn
|
aa6598b2e6
|
don't return an internal session_settings type from the session, return a settings_pack instead
|
2015-06-07 00:23:30 -04:00 |
arvidn
|
a3d397e194
|
fix python binding build issue
|
2015-06-06 17:38:46 -04:00 |
Arvid Norberg
|
d43f7b56a2
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
Arvid Norberg
|
34f6b1ca19
|
merged RC_1_0 into trunk
|
2015-05-30 17:41:38 +00:00 |
Arvid Norberg
|
dbf461ac23
|
make DHT dos mitigation parameters configurable via dht_settings
|
2015-01-01 23:24:21 +00:00 |
Arvid Norberg
|
02a9ea18b7
|
deprecated auto_expand_choker. started factoring out choker logic into its own translation unit (preparing for making it unit testable)
|
2014-10-22 22:06:56 +00:00 |
Arvid Norberg
|
9b37efe6a8
|
first steps towards removing session_impl dependency from tracker connections, to improve their testability
|
2014-10-21 00:28:51 +00:00 |
Arvid Norberg
|
9c2472f7bb
|
fix build with deprecated functions disabled
|
2014-10-05 19:32:29 +00:00 |
Arvid Norberg
|
7351389ce8
|
land libtorrent_aio branch in trunk
|
2014-07-06 19:18:00 +00:00 |
Arvid Norberg
|
a9862c6f50
|
fix documentation
|
2014-07-02 06:15:57 +00:00 |
Arvid Norberg
|
a1e7d3229d
|
improve queuing logic of inactive torrents (dont_count_slow_torrents)
|
2014-05-18 22:17:51 +00:00 |
Arvid Norberg
|
fc4c11405d
|
documentation fix
|
2014-05-02 16:21:44 +00:00 |
Arvid Norberg
|
a943fec777
|
update copyright
|
2014-02-23 19:12:25 +00:00 |
Arvid Norberg
|
5e931e9f63
|
fix documentation issue
|
2014-02-19 07:19:00 +00:00 |
Arvid Norberg
|
cf16399346
|
reflowed documentation comments in session_settings.hpp, added missing documentaton. regeneraged html
|
2014-02-03 02:41:24 +00:00 |
Arvid Norberg
|
dc987538ee
|
added documentation
|
2014-02-03 02:10:55 +00:00 |
Arvid Norberg
|
cd4adae4ed
|
add and fix some documentation. regenerate html. remove bittorrent_utp as a connection type, there's already a utp_socket flag
|
2014-02-02 09:33:19 +00:00 |
Arvid Norberg
|
a5b5cf0f62
|
ignore unused parts of the internet on the DHT by default
|
2014-01-19 07:44:16 +00:00 |
Arvid Norberg
|
4e6b1cfbfb
|
update copyright
|
2013-12-25 17:07:16 +00:00 |
Arvid Norberg
|
4b81b3f90b
|
move some defines from headers to cpp files (to improve ABI stability). add some documentation. regenerate html. minor fixes to documentation script
|
2013-12-19 05:35:47 +00:00 |
Arvid Norberg
|
faa53d7657
|
member re-order and struct packing
|
2013-12-02 04:24:10 +00:00 |
Arvid Norberg
|
d120dc1bc4
|
documentation
|
2013-11-19 17:57:16 +00:00 |