arvidn
|
17ee28d176
|
Merge branch 'master' of https://github.com/arvidn/libtorrent
|
2017-01-28 14:36:28 -05:00 |
arvidn
|
6b91adab6a
|
merged RC_1_1 into master
|
2017-01-28 14:36:23 -05:00 |
Alden Torres
|
3803661863
|
moved alloca.hpp to private aux_ and size refactor (#1634)
moved alloca.hpp to private aux_ and size refactor
|
2017-01-27 12:43:34 -05:00 |
Alden Torres
|
ddf1b62e4b
|
fixing sign-conversion warnings, part 9
|
2017-01-27 01:23:18 -05:00 |
arvidn
|
a5284b583c
|
fix bug in udp tracker announce messages
|
2017-01-26 23:46:55 -05:00 |
arvidn
|
cca5ab8368
|
fix integer overflow
|
2017-01-26 23:39:56 -05:00 |
Alden Torres
|
533699bbb5
|
making strong_typedef::UnderlyingType constexpr and warnigs cleanup
|
2017-01-26 16:32:30 -05:00 |
Alden Torres
|
2bc7a60f33
|
fixing sign-conversion warnings, part 8, created aux::unique_ptr, refactor (#1616)
fixing sign-conversion warnings, part 8, created aux::unique_ptr, refactor
|
2017-01-26 08:31:20 -05:00 |
Alden Torres
|
070e85090b
|
more std:: prefix, consts, auto refactor, formatting
|
2017-01-26 08:30:20 -05:00 |
Alden Torres
|
22b745d548
|
added TORRENT_NO_DEPRECATE around file_progress_float
|
2017-01-25 23:44:30 -05:00 |
Arvid Norberg
|
ba9fae8e1f
|
fix issue with unloading torrents (#1624)
fix issue with unloading torrents
|
2017-01-25 23:42:59 -05:00 |
Arvid Norberg
|
7285813449
|
fix merge issue in python endpoint converter (#1625)
fix merge issue in python endpoint converter
|
2017-01-25 23:42:26 -05:00 |
arvidn
|
b19cb7bd87
|
fixed finished-time calculation
|
2017-01-25 01:56:19 -05:00 |
Falcosc
|
c979802ce9
|
add check and test for torrent parameter (#1541)
add test and fix for add_torrent_params python binding
|
2017-01-24 09:26:11 -05:00 |
Falcosc
|
32e0028e32
|
Fix python client (#1512)
extend python test to include examples. add piece index and block index python bindings
|
2017-01-24 08:50:36 -05:00 |
Alden Torres
|
4ddd4b72c6
|
fixing sign-conversion warnings, part 7 (#1604)
fixing sign-conversion warnings, part 7
|
2017-01-24 01:35:17 -05:00 |
arvidn
|
62db98ca09
|
add missing min_memory_usage() and high_performance_seed() settings presets to python
|
2017-01-24 01:34:05 -05:00 |
arvidn
|
605227d9da
|
add test for get_cache_info
|
2017-01-24 01:31:16 -05:00 |
Alden Torres
|
4896a5ed3c
|
added handler_storage default constructor when not TORRENT_USE_ASSERTS
|
2017-01-23 18:27:24 -05:00 |
Calum Lind
|
58f9742ff9
|
Fix g++ appended to CXXFLAGS when C++11 is default enabled
|
2017-01-23 18:23:27 -05:00 |
Andrei Kurushin
|
7c9679bf6a
|
fix missed static array specifier
|
2017-01-23 08:21:34 -05:00 |
arvidn
|
132be5101f
|
fix stat cache issue that sometimes would produce incorrect resume data
|
2017-01-22 18:14:10 -05:00 |
arvidn
|
4c4a204bee
|
fix inclusion of auxv.h header and definition of TORRENT_ANDROID
|
2017-01-22 14:11:44 -05:00 |
arvidn
|
c15a575e34
|
remove dependency on aligned_storage and aligned_union to support older versions of GCC
|
2017-01-22 14:11:44 -05:00 |
Alden Torres
|
8b98bf2c9d
|
more use of peer_class_t in public API
|
2017-01-22 14:06:27 -05:00 |
Andrei Kurushin
|
06c68052b4
|
fix missed static array specifier
|
2017-01-22 13:39:10 -05:00 |
arvidn
|
4fe5320bf8
|
remove debug logging of deleting files
|
2017-01-22 09:44:49 -05:00 |
arvidn
|
c239c2bdc4
|
factor out storage_piece_set into its own file
|
2017-01-22 09:29:52 -05:00 |
arvidn
|
d03540e3b3
|
move disk_job_fence to its own file
|
2017-01-22 01:20:27 -05:00 |
arvidn
|
61c057947c
|
add typedefs for shared_ptr and make_shared, to make transition to 1.2 easier
|
2017-01-21 23:10:33 -05:00 |
Arvid Norberg
|
6a701437b6
|
use strong_typedef for peer_class_t type (#1595)
use strong_typedef for peer_class_t type
|
2017-01-21 22:40:19 -05:00 |
arvidn
|
3763a47846
|
fix truncation of peer_class field in torrent
|
2017-01-21 18:49:48 -05:00 |
arvidn
|
173951ec7f
|
merged RC_1_1 into master
|
2017-01-21 02:28:29 -05:00 |
arvidn
|
6d17f0fb66
|
storage optimization to peer classes
|
2017-01-21 01:23:07 -05:00 |
Calum Lind
|
d32ed4b9de
|
Fixup python code in bindings to pass PEP8 codestyle
* Passes Flake8 default settings.
* Tabs replace spaces
* Ensure print_function available for python2
|
2017-01-21 00:21:54 -05:00 |
Alden Torres
|
c4c80b59d5
|
created numeric_cast<> and using it in stack_allocator
|
2017-01-20 20:52:16 -05:00 |
Falco
|
c57d062e0d
|
fix torrent name in alerts of builds with deprecated functions and use non deprecated for internal calls
|
2017-01-20 19:05:05 -05:00 |
Andrei Kurushin
|
fffdd4703d
|
make handler exchange without copy->clone mem allocation (#1583)
make uTP handler exchange without copy->clone mem allocation
|
2017-01-20 19:03:20 -05:00 |
arvidn
|
202386dd9d
|
factor out verify_resume_data to storage_utils
|
2017-01-20 01:36:03 -05:00 |
Alden Torres
|
8cc88a8921
|
return vector of correct size if internal file_progress is empty
|
2017-01-19 18:12:30 -05:00 |
Andrei Kurushin
|
393e705d5c
|
refactor entry::dictionary_type (#1568)
consolidate conditional std::map string code
enable C++14 string_view std::map for VS2015
|
2017-01-19 18:08:39 -05:00 |
arvidn
|
c7c204280a
|
make sure torrent_info::is_valid returns false when the file fails to load
|
2017-01-18 23:58:33 -05:00 |
arvidn
|
e98dd14760
|
factor out delete_files function into storage_utils
|
2017-01-18 00:56:01 -05:00 |
Alden Torres
|
c33af5a552
|
added dht_invalid_find_node counter metric
|
2017-01-18 00:55:32 -05:00 |
Alden Torres
|
ef9d1ecd7f
|
fixing sign-conversion warnings, part 6
|
2017-01-17 20:51:26 -05:00 |
Alden Torres
|
a2b3248f5d
|
call set_proxy_settings during session_impl::setup_listener (#1563)
call set_proxy_settings during session_impl::setup_listener
|
2017-01-17 17:04:52 -05:00 |
Arvid Norberg
|
ec37436d49
|
factor out move_storage function to storage_utils.cpp (#1571)
|
2017-01-17 08:02:44 -05:00 |
Alden Torres
|
a5825c0d2e
|
fixing sign-conversion warnings, part 5, minor refactor (#1559)
fixing sign-conversion warnings, part 5, minor refactor
|
2017-01-16 21:51:49 -05:00 |
arvidn
|
5736237a63
|
fix error handling in random.cpp and fix accidental openssl dependency
|
2017-01-16 21:33:57 -05:00 |
Falcosc
|
a07ffe42f8
|
fix torrent peer class index overflow (#1557)
fix peer class index width
|
2017-01-16 18:20:43 -05:00 |