terry zhao
|
1a3e75b50a
|
fix msvc-8.0 build (#860)
|
2016-06-27 13:46:15 -04:00 |
arvidn
|
98eabc63e9
|
using _WIN32 appears safer than WIN32
|
2016-05-23 23:02:52 -04:00 |
Alden Torres
|
f23cf84664
|
Disable preadv/pwritev for android
|
2016-04-13 00:08:08 -04:00 |
arvidn
|
1cd5119178
|
remove/deprecate bad idea with mlock
|
2016-03-17 19:37:05 -04:00 |
arvidn
|
55cd19d1e2
|
remove the purgable control patch. It adds a lot of complexity and it does not perform well
|
2016-03-14 01:48:00 -04:00 |
arvidn
|
1f9f588e75
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
arvidn
|
a0678240f3
|
forward port fixes from RC_1_0
|
2016-01-03 23:34:57 -05:00 |
arvidn
|
505ae508f4
|
mark up some override functions and fix other clang warnings
|
2015-12-13 19:44:42 -05:00 |
Calum Lind
|
8f244868a5
|
Remove leftover TORRENT_COMPACT_PICKER definition
|
2015-10-20 12:12:44 +01:00 |
arvidn
|
5bdb583162
|
remove fallocate hack (in master)
|
2015-09-21 20:22:19 -07:00 |
arvidn
|
17c5759829
|
disable warning for unused command line argument and fix warnings. remove redundant travis build config. use new preprocessor on clang to avoid warnings
|
2015-09-06 22:55:41 -04:00 |
Steven Siloti
|
4b702701b2
|
exclude obsolete compatibility code on msvc-14 and later
|
2015-08-24 07:28:16 +02:00 |
arvidn
|
6068418def
|
fix and re-enable simulations
|
2015-08-09 00:56:37 -04:00 |
arvidn
|
1c1698459c
|
fix warnings
|
2015-08-08 22:53:11 -04:00 |
arvidn
|
655a3ae019
|
fix some warnings
|
2015-08-01 23:57:11 -04:00 |
John Sebastian Peterson
|
30142e35ac
|
conform crypt api detection to coding standard
|
2015-07-04 01:42:33 +02:00 |
John Sebastian Peterson
|
02cee0e96e
|
add winrt detection
|
2015-07-02 09:55:29 +02:00 |
arvidn
|
bc849b8d07
|
fixed typo in config.hpp
|
2015-06-20 16:50:44 -04:00 |
arvidn
|
3755a77a64
|
attempt to trouble shoot missing backtraces on linux
|
2015-06-20 16:36:23 -04:00 |
arvidn
|
086723dd76
|
attempted glibc build fix
|
2015-06-04 21:44:24 -04:00 |
Arvid Norberg
|
d43f7b56a2
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
Arvid Norberg
|
1357fd5265
|
clean up usage of printf attribute (encapsulate it in a macro)
|
2015-05-10 05:11:51 +00:00 |
Arvid Norberg
|
fce3f77744
|
override marking of virtual functions
|
2015-05-05 05:37:01 +00:00 |
Arvid Norberg
|
2fff222235
|
silence some warnings on msvc
|
2015-04-27 02:21:12 +00:00 |
Arvid Norberg
|
f0336017d1
|
fix gcc warnings and missing header files in makefiles
|
2015-04-26 00:51:44 +00:00 |
Arvid Norberg
|
3bf9fa8fca
|
move out merkle functions into their own file and test
|
2015-04-24 06:06:41 +00:00 |
Arvid Norberg
|
3ea67e2bf5
|
move time_now_string out to the unit test library (basically unused in libtorrent itself)
|
2015-04-24 03:48:08 +00:00 |
Arvid Norberg
|
4fd230dbe5
|
fix build and some warnings
|
2015-04-20 00:01:27 +00:00 |
Arvid Norberg
|
820fde5066
|
fix typo in config.hpp for gcc build
|
2015-04-19 13:45:13 +00:00 |
Arvid Norberg
|
bf32895de9
|
fix asserts=off build
|
2015-04-19 13:18:54 +00:00 |
Arvid Norberg
|
21751347bc
|
more warnings fixes and cleanup
|
2015-04-19 06:28:21 +00:00 |
Arvid Norberg
|
60d1b8fa7c
|
fix gcc build
|
2015-04-18 21:21:22 +00:00 |
Arvid Norberg
|
23536dcc42
|
fix a few warnings and GCC build
|
2015-04-18 13:56:36 +00:00 |
Arvid Norberg
|
408232cfc8
|
raise warning level. fix a few of them. filter out warnings from boost
|
2015-04-18 02:33:39 +00:00 |
Arvid Norberg
|
8ac5a32548
|
improve deprecation macros. increase default warning level. fix deprecation warnings while building libtorrent itself (gcc and clang)
|
2015-04-17 01:49:49 +00:00 |
Arvid Norberg
|
5cfd662352
|
msvc fix
|
2015-01-21 06:48:23 +00:00 |
Arvid Norberg
|
a7bec127f1
|
relying on local statics being threadsafe still does not seem safe on msvc
|
2015-01-18 16:52:39 +00:00 |
Arvid Norberg
|
e9414894e2
|
separate the configuration of crypto library and whether protocol encryption is enabled or not. make protocol encryption always use the built-in rc4 and tommath code. SHA-1 hashing is done by the crypto library
|
2014-12-29 16:50:22 +00:00 |
Arvid Norberg
|
09bc1550e9
|
simplify the debug logging mechanism. There's now only one build option, logging=on or logging=off. When logging is enabled, the log level is controlled by the alert mask. All log events are delivered as alerts and it's up to the client to write them to disk in whatever way seems appropriate. removed the pointless logger plugin
|
2014-12-09 09:08:26 +00:00 |
Arvid Norberg
|
4376d26399
|
merged changes from RC_1_0
|
2014-12-01 10:43:34 +00:00 |
Arvid Norberg
|
edfa38cd30
|
merged changes from RC_1_0
|
2014-11-17 03:41:01 +00:00 |
Arvid Norberg
|
f7221e277f
|
add unit test for crc32c and fix cpuid warning
|
2014-11-10 02:05:46 +00:00 |
Arvid Norberg
|
bcc5d66e0c
|
now that we use boost.chrono, no need for custom timer or macros controlling which timer to use
|
2014-10-21 21:51:12 +00:00 |
Arvid Norberg
|
3f88389f05
|
merged changes from RC_1_0
|
2014-08-16 07:46:06 +00:00 |
Arvid Norberg
|
2b1162aac9
|
fix build and suppress offsetof warnings in backwards-compatibility code
|
2014-07-22 05:35:05 +00:00 |
Arvid Norberg
|
42a30bb50f
|
merged change from RC_1_0
|
2014-07-22 01:22:46 +00:00 |
Arvid Norberg
|
7351389ce8
|
land libtorrent_aio branch in trunk
|
2014-07-06 19:18:00 +00:00 |
Arvid Norberg
|
6c6fe4dfe2
|
merged fixes of warnings from RC_1_0
|
2014-07-04 23:40:31 +00:00 |
Arvid Norberg
|
6cce06fbd6
|
merged changes from RC_1_0
|
2014-07-03 21:22:59 +00:00 |
Arvid Norberg
|
0cb5db94b7
|
INT16_MIN and INT16_MAX macros for windows
|
2014-05-20 02:46:13 +00:00 |