Arvid Norberg
|
ccdfd7383e
|
move export.hpp into aux_ folder. put assert symbols in libtorrent namespace
|
2018-05-14 09:09:01 +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 |
pavel.pimenov
|
2a97ec6e0e
|
Windows: Fix build Visual C++ ARM/ARM64
|
2018-04-25 16:07:47 -04: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
|
a0a63341c7
|
fix haiku build
|
2018-02-04 19:10:43 +01:00 |
arvidn
|
347555ea8f
|
handle errors in peer_connection
|
2017-12-26 10:39:54 +01:00 |
arvidn
|
40292a1d51
|
don't heap-allocate handlers for incoming UDP packets
|
2017-12-24 11:22:30 +01:00 |
arvidn
|
1d15e6bfb4
|
merge RC_1_1 into master
|
2017-10-08 18:21:25 +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 |
arvidn
|
5f3661aaa2
|
back port overflow checking from master
|
2017-10-02 00:02:14 +02:00 |
Arvid Norberg
|
1075ae3b8d
|
remove session pool allocator and use the buffer class instead (#2274)
simplify append_buffer by using size() to determine size of the buffer. make the move explicit in chained_buffer::init_buffer_entry
|
2017-08-28 11:37:53 +02:00 |
arvidn
|
5c37eb174f
|
drop support for windows compilers without std::string and wchar_t (believed to be old cygwin)
|
2017-07-02 08:24:55 -04:00 |
Steven Siloti
|
bbf361336b
|
Use netlink to enumerate network interfaces on linux (#2105)
* move getting a table dump over netlink to a separate function
* use netlink to enumerate network interfaces on linux
|
2017-06-27 00:34:24 -04:00 |
arvidn
|
b1b4360df6
|
merged RC_1_1 into master
|
2017-05-08 07:48:42 -04:00 |
arvidn
|
1ea760ae93
|
fix iconv cast warnings
|
2017-04-24 08:02:11 -04:00 |
arvidn
|
d138f02424
|
introduce lt namespace alias
|
2017-04-23 23:43:58 -04:00 |
Alden Torres
|
81d669399b
|
added reachability based ip_change_notifier_impl for iOS (#1902)
added reachability based ip_change_notifier_impl for iOS
|
2017-04-11 23:53:13 -04:00 |
Alden Torres
|
e4bdd14ae7
|
implemented ip_change_notifier_macos (#1891)
implemented ip_change_notifier_macos
|
2017-04-07 17:53:12 -04:00 |
arvidn
|
64f5567cdd
|
merged RC_1_1 into master
|
2017-03-19 12:58:55 -04:00 |
Andrei Kurushin
|
9efb72197c
|
use decltype(auto) return types for MSVC (#1815)
use decltype(auto) return types for MSVC
|
2017-03-17 20:47:10 -04:00 |
Arvid Norberg
|
65cb7cdf34
|
improve deprecated markup (#1823)
improve deprecated markup
|
2017-03-17 20:41:47 -04:00 |
Arvid Norberg
|
29db3de6c0
|
wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639)
wrap most instances of throw, and terminate on builds where exceptions are disabled
|
2017-01-29 15:37:42 -05:00 |
arvidn
|
4c4a204bee
|
fix inclusion of auxv.h header and definition of TORRENT_ANDROID
|
2017-01-22 14:11:44 -05:00 |
arvidn
|
0c189e08b5
|
use /dev/random as random number source on macOS
|
2017-01-15 12:18:08 -05:00 |
Alden Torres
|
a59350687a
|
fixed a few warnings related to signed/unsigned conversions (#1338)
fixed a few warnings related to signed/unsigned conversions
|
2016-11-19 21:14:16 -05:00 |
Andrei Kurushin
|
998daf6e0e
|
fix windows-version=xp build (#1327)
fix sha512 support for windows xp, pre sp3
|
2016-11-19 11:07:33 -05:00 |
Alden Torres
|
01e9810f7a
|
more boost types cleanup and handling of deprecated macos libcrypto (#1072)
more boost types cleanup and handling of deprecated macos libcrypto. more granular TORRENT_MACOS_DEPRECATED_LIBCRYPTO
|
2016-09-07 17:51:18 -04:00 |
Alden Torres
|
af565e2b86
|
added support for flz (find last zero) and copied bitfield functions from PR #565 (#986)
added support for flz (find last zero) and copied bitfield functions from PR #565
|
2016-08-07 16:21:08 -04:00 |
Alden Torres
|
fdfe69f414
|
fixed warnings and compilation issues (#980)
fixed warnings and compilation issues
|
2016-08-03 00:35:40 -04:00 |
arvidn
|
98af1cd54e
|
merged RC_1_1 into master
|
2016-07-05 18:03:06 -04:00 |
Arvid Norberg
|
3ec48ec5b4
|
support CryptoAPI on windows, for SHA-1 hashing (#882)
support CryptoAPI on windows, for SHA-1 hashing. don't always use openssl in test build configurations
|
2016-07-05 08:40:09 -04:00 |
Arvid Norberg
|
1facf0eef6
|
clean-up more defines (#872)
clean-up more defines. remove TORRENT_DEBUG and TORRENT_DISABLE_INVARIANT_CHECKS (instead use TORRENT_USE_ASSERTS and TORRENT_USE_INVARIANT_CHECKS)
|
2016-07-01 19:46:59 -04:00 |
Alden Torres
|
07f78264e3
|
android supports fdatasync since 2.3 (#874)
|
2016-07-01 00:13:03 -04:00 |
Alden Torres
|
39e971c2ce
|
added support for arm crc32c and changed to test in arm 32 bits (#869)
added support for arm crc32c and changed to test in arm 32 bits
|
2016-06-30 11:37:55 -04:00 |
Arvid Norberg
|
a675682b6c
|
some cleanup of TORRENT_DEBUG defines (#863)
some cleanup of TORRENT_DEBUG defines
|
2016-06-27 22:28:51 -04:00 |
Alden Torres
|
f7515edc8b
|
added neon support for popcount (#861)
added neon support for popcount
|
2016-06-27 18:51:43 -04:00 |
terry zhao
|
1a3e75b50a
|
fix msvc-8.0 build (#860)
|
2016-06-27 13:46:15 -04:00 |
Alden Torres
|
57ad035955
|
added arm __builtin_clz support and tests running in arm mode (#854)
added arm __builtin_clz support and tests running in arm mode inside travis
|
2016-06-26 12:01:42 -04:00 |
Alden Torres
|
436b781003
|
option to use only the openssl's sha1 implementation (#845)
separated ssl and crypto build options
|
2016-06-23 13:20:35 -04:00 |
Alden Torres
|
15bac1e9b5
|
config.h cleanup (#834)
config.hpp and .travis.yml cleanup
|
2016-06-19 02:32:12 -04:00 |
Arvid Norberg
|
fa8232cd13
|
remove some old cruft and defines (#785)
remove some old cruft and defines
|
2016-06-04 10:03:13 -04:00 |
arvidn
|
420b5f51e6
|
merged RC_1_1 into master
|
2016-05-27 12:35:53 -07:00 |
arvidn
|
98eabc63e9
|
using _WIN32 appears safer than WIN32
|
2016-05-23 23:02:52 -04:00 |
Arvid Norberg
|
e8380e1d0b
|
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows (#732)
|
2016-05-17 09:24:06 -04:00 |
Arvid Norberg
|
44a668db62
|
build with gcc/mingw on appveyor (#722)
enable gcc/mingw builds on appveyor. Some mingw tests crash currently, they need debugging and are currently disabled.
|
2016-05-15 13:28:22 -04:00 |
arvidn
|
fc4cc9e7ee
|
make the cached current time thread-safe
|
2016-05-01 08:50:23 -04:00 |
Arvid Norberg
|
770afadcda
|
use std::atomic instead of boost::atomic (#678)
use std::atomic instead of boost::atomic
|
2016-05-01 03:38:35 -04:00 |
Steven Siloti
|
ff0675e64e
|
use standard array container (#676)
|
2016-04-30 23:10:47 -04:00 |
Arvid Norberg
|
98fb7df56f
|
use standard unordered containers (#673)
|
2016-04-30 16:53:20 -04:00 |