arvidn
|
c096f63f59
|
factor out the documentation header into separate rst file
|
2018-10-02 16:16:58 +02:00 |
arvidn
|
32b2de8f17
|
merged RC_1_1 into master
|
2018-04-04 20:48:07 +02:00 |
Arvid Norberg
|
6e4edd74c8
|
use https URLs
|
2018-04-03 17:32:07 +02:00 |
arvidn
|
c8bf782bd0
|
bump version number to 1.1.6
|
2017-12-29 15:53:51 +01:00 |
arvidn
|
3c5c224051
|
add boost.intrusive to the dependency list in building docs, and remove some boost libraries that are not dependencies anymore
|
2017-12-28 00:52:09 +01:00 |
arvidn
|
a9753d3bdc
|
merge RC_1_1 into master
|
2017-12-27 22:16:14 +01:00 |
arvidn
|
7ea5946305
|
remove some last lexical_cast residual
|
2017-12-27 12:44:36 +01:00 |
arvidn
|
1d15e6bfb4
|
merge RC_1_1 into master
|
2017-10-08 18:21:25 +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
|
9bf0658090
|
merged RC_1_1 into master
|
2017-09-06 13:51:36 +02:00 |
arvidn
|
1280361236
|
update build docs
|
2017-09-05 19:45:40 +02:00 |
arvidn
|
061732ddec
|
bump version
|
2017-09-04 15:35:45 +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
|
f0d2551073
|
add bitcoin donation button
|
2017-07-17 22:59:40 -07:00 |
arvidn
|
021c2100d7
|
fix RST formatting in building.rst
|
2017-07-16 08:13:34 -07:00 |
arvidn
|
a9b3982f7c
|
restore ssl/crypto build feature in Jamfile to stay compatible with 1.1
|
2017-07-14 16:31:22 -07:00 |
arvidn
|
bff09a70fe
|
merged RC_1_1 into master
|
2017-07-13 22:51:05 -07:00 |
arvidn
|
ec65e12ee6
|
add boost-build feature to link against libcrypto and libssl on windows #1931
|
2017-07-13 22:20:35 -07:00 |
arvidn
|
5188c190db
|
bump version number
|
2017-07-02 15:03:46 -04: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 |
arvidn
|
b065536023
|
bump version number
|
2017-04-02 18:34:45 -04:00 |
arvidn
|
6d40d3a167
|
bump version number
|
2017-02-20 12:43:34 -05:00 |
arvidn
|
d1ea80c2c3
|
remove disk-access-log build configuration
|
2017-01-09 08:37:02 -05:00 |
arvidn
|
e247473b86
|
bump version number
|
2016-08-13 07:12:23 -04:00 |
Alden Torres
|
7446a88425
|
version to 1.2 (#924)
update version to 1.2
|
2016-07-20 11:29:24 -07: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
|
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 |
Arvid Norberg
|
10ec0234a7
|
remove resolve-country feature (#656)
|
2016-04-28 08:20:47 -04:00 |
arvidn
|
856700e401
|
fix build documentation
|
2016-04-11 18:42:09 -04:00 |
arvidn
|
a854fed12b
|
simplify Jamfile by determining whether to use boost from source or from system installed version based on the BOOST_ROOT environment variable. This removes the build feature boost=source/boost=system
|
2015-08-08 19:18:05 -04:00 |
Jakob Petsovits
|
79947dbd2a
|
Remove the last bits of TORRENT_DHT_VERBOSE_LOGGING.
|
2015-07-17 20:13:14 -04:00 |
Arvid Norberg
|
a83dcbaaf0
|
removed access-log build option and log parser. added incoming_request_alert. This feature can now be implemented by clients
|
2015-05-09 03:04:08 +00:00 |
Arvid Norberg
|
1faf2e201f
|
inversed TORRENT_LOGGING build config to enable logging by default. It's now disabled by TORRENT_DISABLE_LOGGING
|
2015-04-17 01:15:33 +00:00 |
Arvid Norberg
|
ccc7e45406
|
landed mutable torrents branch in trunk
|
2015-03-21 00:12:40 +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
|
790ef041bf
|
merged changes from RC_1_0
|
2014-12-07 07:22:39 +00:00 |
Arvid Norberg
|
cea5585993
|
remove stats logging functionality from libtorrent. This has been moved to a helper class part of libtorrent-webui, utility library
|
2014-10-21 19:58:12 +00:00 |
Arvid Norberg
|
fce967b5fb
|
merged changes from RC_1_0 to change email address from @rasterbar.com to @libtorrent.org
|
2014-10-14 02:06:20 +00:00 |
Arvid Norberg
|
27b7705cf2
|
remove built-in GeoIP support
|
2014-09-21 21:01:48 +00:00 |
Arvid Norberg
|
7351389ce8
|
land libtorrent_aio branch in trunk
|
2014-07-06 19:18:00 +00:00 |
Arvid Norberg
|
702b68ecc4
|
clean up assert related defines and debuf-only fields less error-prone. fix missing initialization in file_pool caused by mistake in defines under which the debug field was initialized
|
2014-01-19 19:45:50 +00:00 |
Arvid Norberg
|
d7b811af1f
|
update docs
|
2013-12-21 06:54:10 +00:00 |
Arvid Norberg
|
f382876832
|
fix debug buffer build. add new Jamfile feature for it. attempt to make it build on windows
|
2013-11-29 09:41:53 +00:00 |
Arvid Norberg
|
1607d0346e
|
merged documentation fix from RC_0_16
|
2013-07-03 05:26:02 +00:00 |
Arvid Norberg
|
df4fcaaeed
|
remove disable-dht build configuration from the public API (simplify linking)
|
2013-04-09 01:04:43 +00:00 |
Arvid Norberg
|
36202c5dea
|
merged build doc from RC_0_16
|
2013-01-20 18:39:05 +00:00 |
Arvid Norberg
|
77a1090104
|
bump version
|
2012-11-18 04:32:22 +00:00 |
Arvid Norberg
|
33943f7184
|
merged set_version fix
|
2012-09-29 21:30:40 +00:00 |
Arvid Norberg
|
d09495d218
|
merged boost.date_time linking from RC_0_16
|
2012-09-28 03:50:34 +00:00 |