arvidn
|
8af89da689
|
fix GCC-4.9 build
|
2017-10-13 10:08:51 +02:00 |
silver
|
2e5e7bb8dd
|
enabled bigobj for msvc cmake build
|
2017-10-13 02:42:49 +02:00 |
arvidn
|
85b6d98454
|
merged RC_1_1 into master
|
2017-10-11 11:19:02 +02:00 |
arvidn
|
f19cca1374
|
fix infinite loop when parsing certain invalid magnet links
|
2017-10-11 09:11:58 +02:00 |
arvidn
|
9111d5977e
|
make the variables holding the source of external IPs type-safe
|
2017-10-10 22:38:36 +02:00 |
Arvid Norberg
|
60b74d2616
|
merged RC_1_1 into master
|
2017-10-10 14:25:12 +02:00 |
arvidn
|
a9524550d7
|
don't delete pieces from cache with refcount > 0
|
2017-10-09 17:48:08 +02:00 |
Arvid Norberg
|
830ef0bedd
|
prevent dependency on openssl from leaking outside of libtorrent (libssl and libcrypto should not be a usage requirement). This cleans up most tests to build without having to also link against openssl
|
2017-10-09 17:15:35 +02:00 |
Arvid Norberg
|
75f6b95050
|
clean up openssl dependency handling in Jamfile
|
2017-10-09 17:15:35 +02:00 |
Steven Siloti
|
0c6b17ed82
|
don't try to connect to a global address with a local source address
|
2017-10-09 01:10:26 +02:00 |
Arvid Norberg
|
aec9a4940c
|
fix peer_list constructor
|
2017-10-08 22:06:43 +02:00 |
Arvid Norberg
|
45aff7f6a6
|
fix appveyor
|
2017-10-08 22:06:43 +02:00 |
arvidn
|
1d15e6bfb4
|
merge RC_1_1 into master
|
2017-10-08 18:21:25 +02:00 |
arvidn
|
f080149081
|
fix parsing of torrents with certain invalid filenames
|
2017-10-08 15:54:08 +02:00 |
arvidn
|
8ba5845643
|
don't hard-code the paths to find openssl on mac (but default to picking up brew). Add two new jam features, openssl-lib and openssl-include that can be used to specify which openssl to link against
|
2017-10-08 03:00:02 +02:00 |
arvidn
|
cdd9f91999
|
fix leak of torrent_peer objecs (entries in peer_list)
|
2017-10-07 11:43:42 +02:00 |
arvidn
|
d0f55224fb
|
simplify copy_ptr
|
2017-10-07 02:59:46 +02:00 |
arvidn
|
4e1c5738a2
|
back-port openssl API compat patch from master
|
2017-10-07 01:10:41 +02:00 |
Alden Torres
|
7f3c38025f
|
making use of openssl API 1.1 compatible
|
2017-10-06 11:03:16 +02:00 |
Alden Torres
|
e47f73ee3b
|
cleanup of field torrent_need_cert_alert::error (#2414)
deprecate field torrent_need_cert_alert::error
|
2017-10-06 10:54:33 +02:00 |
arvidn
|
ed31664ee3
|
deduce the second argument to iconv() instead of requiring it to be configured via a macro
|
2017-10-06 10:52:09 +02:00 |
Matthew Fioravante
|
170c2a6984
|
Fixes to copy_ptr
* Add move constructor
* Add move assignment
* Fix exception safety bug in copy assignment
|
2017-10-05 11:44:27 +02:00 |
arvidn
|
dfabce3854
|
update build_dist.sh
|
2017-10-05 02:47:40 +02:00 |
arvidn
|
15d11d29e7
|
fix master python binding
|
2017-10-04 15:30:37 +02:00 |
arvidn
|
69dc73914a
|
merged RC_1_1 into master
|
2017-10-04 11:43:01 +02:00 |
Tim Niederhausen
|
7e748956e6
|
Provide a default ip_change_notifier implementation
Right now, compiling fails if there's no ip_change_notifier for the
current platform.
|
2017-10-04 08:56:55 +02:00 |
Tim Niederhausen
|
7f033fa04b
|
Fix malloc result size detection on FreeBSD
Instead of <malloc/malloc.h> and malloc_size FreeBSD has <malloc_np.h> and
malloc_usable_size.
see: https://www.freebsd.org/cgi/man.cgi?query=malloc_usable_size&manpath=FreeBSD+11.1-RELEASE+and+Ports
|
2017-10-04 08:56:55 +02:00 |
arvidn
|
99b19366a9
|
fix leak of peer_class objects (when setting per-torrent rate limits)
|
2017-10-03 17:32:49 +02:00 |
arvidn
|
85a179de9a
|
remove pointless test
|
2017-10-03 11:28:06 +02:00 |
Alden Torres
|
27af8c398a
|
more use of emplace_back and const in create_torrent.cpp
|
2017-10-03 10:53:04 +02:00 |
arvidn
|
dffe31ad7e
|
try to link against dbghelp on mingw
|
2017-10-02 00:18:56 +02:00 |
arvidn
|
5f3661aaa2
|
back port overflow checking from master
|
2017-10-02 00:02:14 +02:00 |
arvidn
|
2ea5115bcc
|
fix the torrent_info size overflow check
|
2017-10-01 22:54:28 +02:00 |
arvidn
|
21fef88928
|
stricten up the filename sanitization a bit
|
2017-10-01 20:30:02 +02:00 |
arvidn
|
c0d76a5304
|
fix regression in torrent size check
|
2017-10-01 16:44:58 +02:00 |
arvidn
|
3255375095
|
back-port file name sanitization patch to RC_1_1
|
2017-10-01 16:44:10 +02:00 |
arvidn
|
33b03e1f8e
|
improve handling of case where a torrent file has no files in it
|
2017-10-01 10:53:43 +02:00 |
arvidn
|
5026659cb6
|
clean up and fix edge cases in update_path_index
|
2017-10-01 04:43:41 +02:00 |
arvidn
|
17d78d3b8f
|
fix bounds checking in parsing of gzip header
|
2017-10-01 03:33:38 +02:00 |
arvidn
|
9d276ada8a
|
fix issue with the name in single file torrents being sanitized away
|
2017-10-01 01:12:39 +02:00 |
arvidn
|
12e92aeeb4
|
make the chunk header parser a bit more strict and accurate (and not rely on there being a 0 termiator character)
|
2017-09-30 11:59:00 -07:00 |
arvidn
|
2e6150de52
|
make it possible to override alert_mask and user_agent settings on the client_test command line
|
2017-09-29 23:52:33 -07:00 |
Arvid Norberg
|
61733787f7
|
fix redundant assert in gzip header check
|
2017-09-29 23:51:45 -07:00 |
Arvid Norberg
|
86c37af147
|
fix integer overflow in torrent_info
|
2017-09-29 14:08:47 -07:00 |
pavel.pimenov
|
f3796060d3
|
add const
|
2017-09-29 14:06:40 -07:00 |
arvidn
|
7444c12c6c
|
upgrade test_bdecode to use the new bdecode API
|
2017-09-28 19:38:33 -07:00 |
arvidn
|
68f05d6380
|
fix some warnings and integer overflow with torrents that are too big
|
2017-09-28 14:59:28 -07:00 |
Andrei Kurushin
|
c8d51689bb
|
backport: fix windows file preallocation issue
|
2017-09-28 12:53:28 -07:00 |
arvidn
|
c66f4cc62a
|
fix some warnings, mostly 0 -> nullptr
|
2017-09-28 07:33:10 -07:00 |
Alden Torres
|
53ab7684fd
|
minor code refactor and cleanup in port mapping code
|
2017-09-28 01:17:21 -07:00 |