Alden Torres
|
ddf1b62e4b
|
fixing sign-conversion warnings, part 9
|
2017-01-27 01:23:18 -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 |
Alden Torres
|
4ddd4b72c6
|
fixing sign-conversion warnings, part 7 (#1604)
fixing sign-conversion warnings, part 7
|
2017-01-24 01:35:17 -05:00 |
Alden Torres
|
4896a5ed3c
|
added handler_storage default constructor when not TORRENT_USE_ASSERTS
|
2017-01-23 18:27:24 -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
|
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 |
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
|
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 |
Alden Torres
|
c4c80b59d5
|
created numeric_cast<> and using it in stack_allocator
|
2017-01-20 20:52:16 -05:00 |
arvidn
|
202386dd9d
|
factor out verify_resume_data to storage_utils
|
2017-01-20 01:36:03 -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
|
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 |
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 |
arvidn
|
3b9c65daf1
|
remove unused function, has_interface()
|
2017-01-16 15:14:47 -05:00 |
arvidn
|
0c189e08b5
|
use /dev/random as random number source on macOS
|
2017-01-15 12:18:08 -05:00 |
Arvid Norberg
|
04589f3bef
|
don't load user_agent and peer_fingerprint from session_state (#1538)
don't load user_agent and peer_fingerprint from session_state
|
2017-01-15 01:21:52 -05:00 |
arvidn
|
934c58a816
|
merged RC_1_1 into master
|
2017-01-15 00:45:17 -05:00 |
Alden Torres
|
df6cb6a48d
|
fixing sign-conversion warnings, part 4, minor refactor (#1549)
fixing sign-conversion warnings, part 4, minor refactor
|
2017-01-14 18:53:25 -05:00 |
Falcosc
|
564fbea065
|
Docu for deprecated (#1551)
documentation for deprecated members
|
2017-01-14 12:58:44 -05:00 |
Falco
|
51aa8e6928
|
documentation for deprecated members
|
2017-01-14 09:18:32 -05:00 |
Alden Torres
|
c3d9614dfb
|
minor code refactor and cleanup
|
2017-01-14 06:59:44 -05:00 |
Alden Torres
|
1874a917b0
|
added std:: prefix, end of file cleanup, formatting, consts
|
2017-01-14 05:59:26 -05:00 |
arvidn
|
07d45329ea
|
fix stats_metric enum to end up in documentation
|
2017-01-13 17:37:37 -05:00 |
Falcosc
|
9199756a27
|
fix bitfield m_buf null pointer (#1526)
fix operations on empty bitfield
|
2017-01-13 17:08:54 -05:00 |
Alden Torres
|
a31ba7972d
|
fixing sign-conversion warnings, part 3 (#1537)
fixing sign-conversion warnings, part 3. making aux::vector index type default to int
|
2017-01-13 01:55:29 -05:00 |
Alden Torres
|
7ac2805c2c
|
added custom resize methods to aux::vector (#1514)
added custom resize methods to aux::vector, code refactor
|
2017-01-12 18:40:59 -05:00 |
Arvid Norberg
|
3d06371f31
|
factor out some common storage utilities out of storage.cpp (#1515)
factor out some common storage utilities out of storage.cpp
|
2017-01-11 00:42:10 -05:00 |
arvidn
|
d6a7c7d991
|
fix error in accounting of IP overhead
|
2017-01-11 00:02:18 -05:00 |
Alden Torres
|
3b4867046f
|
fixing sign-conversion warnings, part 2
|
2017-01-10 20:19:03 -05:00 |
arvidn
|
d1ea80c2c3
|
remove disk-access-log build configuration
|
2017-01-09 08:37:02 -05:00 |
Alden Torres
|
0f7a55cb8b
|
fixing sign-conversion warnings, part 1 (#1503)
fixing sign-conversion warnings, part 1
|
2017-01-09 01:43:57 -05:00 |
arvidn
|
1d1ab4f4b5
|
removed file-leak code, temporarily used to trouble-shoot files appearing to be left open
|
2017-01-09 01:43:15 -05:00 |
Arvid Norberg
|
1cf3689578
|
simplify disk thread a little bit (#1504)
simplify disk thread a little bit
|
2017-01-08 19:22:59 -05:00 |
Andrei Kurushin
|
224db08997
|
fix frequent dealloc/alloc for utp socket lists (#1496)
fix frequent dealloc/alloc for utp socket lists
|
2017-01-08 19:18:26 -05:00 |
Andrei Kurushin
|
78bacfe7c1
|
fix various build options
|
2017-01-07 10:49:42 -05:00 |
Andrei Kurushin
|
ff8345101e
|
consolidate windows crypto provider implementation into single header (#1495)
consolidate windows crypto provider into single header
|
2017-01-07 01:53:39 -05:00 |
Arvid Norberg
|
57f52adc88
|
various cleanup (#1497)
* various cleanup
* fix
* cleanup
|
2017-01-06 01:39:01 -05:00 |