arvidn
|
70199041f7
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07:00 |
Arvid Norberg
|
885e4f8fc4
|
use default member initializers instead of initialization lists in announce_entry (#1129)
|
2016-09-22 12:00:31 -07:00 |
Alden Torres
|
c7ec987a1b
|
refactor in msg verify_message and minor cleanup (#1131)
|
2016-09-21 23:04:05 -07:00 |
Steven Siloti
|
c75b243490
|
remove redundant protocol parameter (#1128)
|
2016-09-21 20:00:39 -07:00 |
Arvid Norberg
|
269e384c2c
|
use string_view in create_torrent (#1120)
use string_view in create_torrent
|
2016-09-21 19:59:43 -07:00 |
Arvid Norberg
|
b20b3ad1ac
|
remove file size limit in torrent_info filename constructor (#1126)
|
2016-09-21 19:54:42 -07:00 |
Arvid Norberg
|
f712caa80d
|
deprecate send_stats property on trackers (since lt_tracker extension has been removed) (#1125)
|
2016-09-21 16:54:49 -07:00 |
Pavel Pimenov
|
62536c790d
|
Decreased performance. Ineffective use of the 'count' function. It can possibly be replaced by the call to the 'find' function (#1127)
|
2016-09-21 16:51:51 -07:00 |
Arvid Norberg
|
770b0def0c
|
Merge pull request #1122 from ssiloti/peers-storage-policy
new peers storage policy
|
2016-09-21 07:35:34 -07:00 |
Arvid Norberg
|
03068ffa0b
|
Merge pull request #1108 from arvidn/user-agent-1.1
user agent anonymous mode
|
2016-09-21 07:25:15 -07:00 |
Arvid Norberg
|
752ff24357
|
Merge pull request #1123 from aldenml/system-port-and-logs-1.2
* accept port 0 in listen_interfaces
* more session log and source code refactor
|
2016-09-20 23:50:49 -07: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
|
f139776542
|
using consts refs in add_torrent_alert (#1124)
|
2016-09-20 23:14:42 -07:00 |
Arvid Norberg
|
4d716361c0
|
minor code cleanup (#1116)
|
2016-09-20 22:10:06 -07:00 |
Alden Torres
|
35f98f6a4d
|
added a few consts to file_storage and typos (#1111)
|
2016-09-20 22:06:07 -07:00 |
Steven Siloti
|
dad0000015
|
send write token if peer is alraedy stored
|
2016-09-20 19:35:24 -07:00 |
Alden Torres
|
4f6ea4a70d
|
more session log and source code refactor
|
2016-09-20 11:24:24 -04:00 |
Alden Torres
|
089d6c3144
|
accept port 0 in listen_interfaces
|
2016-09-20 11:11:24 -04:00 |
Steven Siloti
|
e2fefb074a
|
always drop the announcing peer when at capacity
|
2016-09-19 21:51:10 -07:00 |
Steven Siloti
|
6e24bbe77a
|
only send a write token if we have storage space available
|
2016-09-19 21:51:10 -07:00 |
arvidn
|
85a2a5c5cb
|
don't send user-agent in metadata http downloads or UPnP requests when in anonymous mode
|
2016-09-18 17:16:03 -07:00 |
Arvid Norberg
|
acf77a5385
|
fix tail-padding for last file in create_torrent (#1106)
|
2016-09-18 20:08:27 -04:00 |
Alden Torres
|
db14df5d0d
|
dht code related refactor and cleanup (#1107)
dht code related refactor and cleanup
|
2016-09-18 20:08:15 -04:00 |
Arvid Norberg
|
80ba45e1fb
|
clean up read_endpoint_list (#1102)
|
2016-09-18 10:12:54 -04:00 |
Arvid Norberg
|
219b2c36b4
|
upnp and natpmp modernization and cleanup (#1103)
upnp and natpmp modernization and cleanup
|
2016-09-18 10:11:56 -04:00 |
Arvid Norberg
|
527772420a
|
fix tail padding in file_storage::optimize and improve file placement with some tests (#1105)
|
2016-09-18 00:24:20 -04:00 |
Alden Torres
|
6c31ea3d44
|
created dht state and session params refactor (#1100)
created dht state and session params refactor
|
2016-09-17 09:42:04 -04:00 |
Alden Torres
|
b4da884f29
|
created lsd_callback, log optimization and cleanup in lsd (#1099)
|
2016-09-16 12:21:41 -04:00 |
Alden Torres
|
d94c317f02
|
created portmap_callback and refactor for natpmp and upnp log optimization (#1096)
created portmap_callback and refactor for natpmp and upnp log optimization
|
2016-09-16 09:53:17 -04:00 |
Alden Torres
|
d9489878a0
|
rpc_manager log optimization and minor refactor (#1095)
more on log optimization
|
2016-09-16 08:21:07 -04:00 |
Alden Torres
|
0507764d04
|
consts and refactor, hash_address returns the hash (#1093)
consts and refactor
|
2016-09-15 21:13:43 -04:00 |
Steven Siloti
|
0759b732c1
|
web_peer_connection: make a copy of the request before calling incomi… (#1091)
web_peer_connection: make a copy of the request before calling incoming_piece
|
2016-09-14 12:29:07 -04:00 |
Steven Siloti
|
3d3367387a
|
check the address family of peers in get_peers (#1090)
|
2016-09-14 11:29:27 -04:00 |
Alden Torres
|
c25bae163d
|
avoid warnings with clang and minor dht_tracker code changes (#1092)
|
2016-09-14 11:28:50 -04:00 |
Alden Torres
|
acf353e26a
|
general session, torrent and peer connection log optimization (#1088)
general session, torrent and peer connection log optimization
|
2016-09-13 22:46:07 -04:00 |
Arvid Norberg
|
392726a2a9
|
factor out code from alert_manager::should_post template into non-template (#1089)
|
2016-09-13 22:45:39 -04:00 |
Alden Torres
|
224ebc1ded
|
peer_connection log related optimization (#1086)
peer_connection log related optimization and making m_alert_mask atomic
|
2016-09-13 17:07:22 -04:00 |
sledgehammer999
|
22043fd186
|
Use std::random instead of Boost.Random when in c++11 mode. (#1087)
|
2016-09-13 17:07:01 -04:00 |
Alden Torres
|
65cdc15543
|
more on log, consts, refs and cleanup in dht related code (#1082)
more on log, consts, refs and cleanup in dht related code. moving print_state out of main source code
|
2016-09-13 08:18:47 -04:00 |
Steven Siloti
|
850eca1f21
|
don't pop request until we're done with it (#1085)
|
2016-09-13 02:37:00 -04:00 |
milesdong
|
dc4d9af2e6
|
fix invalid memory access in utp_stream and torrent (#1084)
fix invalid memory access in uTP PMTUd
|
2016-09-13 02:36:23 -04:00 |
Alden Torres
|
3fa74c6fd5
|
more consts refs and formatting (#1080)
|
2016-09-12 09:20:15 -04:00 |
arvidn
|
fbf926da1f
|
Merge branch 'master' of https://github.com/arvidn/libtorrent
|
2016-09-11 21:02:35 -04:00 |
arvidn
|
33414de68d
|
merged RC_1_1 into master
|
2016-09-11 21:01:03 -04:00 |
Alden Torres
|
1a0c6f5e61
|
more dht log optimizations (#1079)
|
2016-09-11 20:49:15 -04:00 |
Alden Torres
|
4d4eb66c8b
|
some refactor, more const refs and span use (#1078)
some refactor, more const refs and span use
|
2016-09-11 01:58:48 -04: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
|
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
|
4c53d7b2da
|
refactor to use std unordered containers and minor cleanup (#1070)
|
2016-09-06 23:37:36 -04:00 |