Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nova-video-player/aos-libtorrent


https://github.com/nova-video-player/aos-libtorrent

redundant is_finished(block.block)

5a772325a0fdfe4321bb77d14d01846702012f20 authored about 7 years ago
small opt torrent::add_piece

3f23ef59c61607ed657a6ae5ec81d713a692e74c authored about 7 years ago
modernize piece-size selection in torrent creator and add a test

a93429c5dbedbe3fb34d9ed16cef0dc5956bceb6 authored about 7 years ago
merged RC_1_1 into master

ad82be145bc8e7b70fb946566932e49c87bc384c authored about 7 years ago
raise auto piece size selection limit to 16 MB in create_torrent()

16 MB is chosen to have a bit more future proof
Also rewrite the auto piece size selection algor...

1877724c177ba3f74ae396bbe87c832eb05a1a29 authored about 7 years ago
complete the error handling test and make it part of the default simulation test suite. It will run a file transfer between two clients repeatedly, each time cause another memory allocation fail, until every single memory allocation has failed once. Any invariant check failure, assertion or signal will cause the test to fail

3a9861e2374e2959eb2c7d54d5e531d175d72626 authored about 7 years ago
fix V821 Decreased performance. (#2675)

The 't' variable can be constructed in a lower level scope

97ceeab9e397a555a9ec083a36f7fdf63234481b authored about 7 years ago
remove duplicate if (files.num_files() == 0)

3e29968a927ad351e2d43d117e623b68ef507de7 authored about 7 years ago
mark up performance counter operations as noexcept

39144201db306ffc33c9853efe1537f0391d1f4a authored about 7 years ago
fix m_in_constructor assert for peer_connection (if the peer connection is constructed, but bt_peer_connection constructor fails, it needs to be cleared). Fix an invariant in session on ungraceful shutdown. Make test framework a bit more robust

88643dd121d8d06c805fefae20216e346b2f9794 authored about 7 years ago
remove #include boost/multiprecision

bad0f01e07069d3d447c156e98ffb86d82b3e8e8 authored about 7 years ago
disable debug iterators in simulations on windows, since exception safety is compromised

98419aee126060c7f6b05e1b22e1c75aefedd402 authored about 7 years ago
fix noexcept marking on entry, and make move assignment

fac9931eb6b34b5a66fedba45c4c984fb40d22ff authored about 7 years ago
minor edits to the Jamfile

d635667375b2c98441ef10d9f5208bc745dbfcef authored about 7 years ago
update libsimulator and set default build to be static for sims

f80cd8ad1ba4287a118cb8f4c51056b01c045aa2 authored about 7 years ago
using make_address instead of deprecated from_string when boost>=1.66 (#2659)

using make_address instead of deprecated from_string when boost>=1.66

98ade28237883d6e95915ec8032d7a8de282c9ef authored about 7 years ago
fix python installation issue on travis/osx

40c11a015fa0ca33e040e3d7c8b18f218d3d8da3 authored about 7 years ago
mark up deprecated members in torrent_status

ef5d44ea9d3993bee3d3caa3ade0feb4c8021656 authored about 7 years ago
block_size is a constant, no need in passing it around as a variable

0731200149da2689683e70265be9ec59b44c8040 authored about 7 years ago
update libsimulator submodule

70448a2c3a522595bc0e1c2069e8e8214a342d97 authored about 7 years ago
don't redirect stderr by default, to get sanitizer output

17869828d744af35eb94ba6dacdb7f38bc633dbe authored about 7 years ago
update libsimulator with boost-1.66 fix

714154259154667f0b15dac2783a71ee6aa3c90a authored about 7 years ago
upgrade OSX image on travis

f6e5005db1a887029db7a260c3b3d627a05ed457 authored about 7 years ago
improve fwd.hpp generator

b45acf28a56ac6ee5876140fc15496346e364ed9 authored about 7 years ago
update the boost dependency list in features.rst

493cbf12b9681e4877aa9153f13becffa4910ea7 authored about 7 years ago
update examples to use C++11 and more succinct error handling

4c5ef920f01f0977d6a95e83dbb7571a330c2218 authored about 7 years ago
update boost.asio link in documentation, minor cleanup of tutorial examples

e4ac70c98b1587bbcfb580d8ade2d88f1308e5b6 authored about 7 years ago
refresh fwd.hpp

f9968e1e903d6c49f65429c7fccec62fca432554 authored about 7 years ago
add note about dynamic loading/unloading of torrents

f4eaf3dba4173b97b6421a4bb42e9a0c91243a09 authored about 7 years ago
merged RC_1_1 into master

672556b4b2fb1bc41055c754cf52d97131e670b1 authored about 7 years ago
cleanup examples a bit

d427572247f2e252a4de236bbb0c971ea75e234b authored about 7 years ago
plugin documentation update

7bfbeba9476ac716d7a39b9c9ca5370ac3c7274e authored about 7 years ago
update documentation

4565a2f3752446bcc9ec07c82e42154d16668488 authored about 7 years ago
bump version number to 1.1.6

c8bf782bd002a039b362eecea14d1f4389bba714 authored about 7 years ago
cleanup tarball build script

473b86a8e621c5f22f4e5b6afd8c733cb5300fb1 authored about 7 years ago
clean makefile dependency directory in clean.py script

a46bd839f0a31a5c521131183376be0a72233bd3 authored about 7 years ago
Revert "Autotools: Check if std::chrono and std::random are available."

This reverts commit d93869ff3bfc0fd659b11cb66b21ad540f34c43b.

edb5674d5cd850b933792582ab2cbb09671a6b47 authored about 7 years ago
fix some typos

00a36608b9fce42ba6da886f6402eafb4fbee4e6 authored about 7 years ago
fix torrent invariant when creating the piece picker fails

6047e42c16086c9d62e584ca89ac9149a594dfd7 authored about 7 years ago
fix suppressing stderr redirection in tests, with the -n option

0eec9194db441208401e97886fee69234b881ff9 authored about 7 years ago
remove_peer() and attach_peer() error handling

8b3624b25b1fe3344cbcca0396a16f6c81ef32f2 authored about 7 years ago
support forced shutdown/destruction of torrent objects

aae12250aeaa5635404ac40c39953c5682d33e9a authored about 7 years ago
improve error handling during session shutdown

5f0c9a0c1d501ab22e55fffff8c445a404646a34 authored about 7 years ago
add boost.intrusive to the dependency list in building docs, and remove some boost libraries that are not dependencies anymore

3c5c22405164a0c5f7ce3301657956b3ea9bede3 authored about 7 years ago
use an intrusive linked list for peer_cache_entry instead an unordered set, to avoid heap allocations and make cache operations not able to fail. This simplifies error handling

c3bdc6f825bdffb0ae11c40a0371c9a6b6037591 authored about 7 years ago
merge RC_1_1 into master

a9753d3bdcb8ec1ae6acf0ead99a79cfd6a4ed06 authored about 7 years ago
reserve space in the undead peers list up-front, to not have to allocate memory when disconnecting

c1abafc0cc5cd6d23040718139923d1f55661157 authored about 7 years ago
handle serious errors in on_accept_connection handler

5ebd05b0476619adf7f903d4de22e9c09aef54c4 authored about 7 years ago
revert redundant wrapping some function calls with error handlers. Error handling is already built into the handler allocator

1884061418ef710467521682f89c13b3a08e7f8e authored about 7 years ago
reserve space for m_peers_to_disconnect up front, in order to make queing up a peer for disconnection noexcept

6ba64a1bb3575e0499c85a9119d147ac83969474 authored about 7 years ago
reserve space in torrent lists up-front, to make transitioning list membership unable to fail

ab9fcdf029aee12b023c1c5bb4b7747e29b25c9f authored about 7 years ago
deprecate save_encryption_settings (they are part of the normal settings)

69ff30f50f87139e6fb6cc66f43eb4573d069a76 authored about 7 years ago
remove some last lexical_cast residual

7ea5946305f522031d21358ad0b701e2841aeed7 authored about 7 years ago
merged RC_1_1 into master

55fbfb8b7f23ae662da13303d2bfbf0583c841c5 authored about 7 years ago
handle errors in peer_connection

347555ea8fea31662d6357d4a4d7b3795b9f6a89 authored about 7 years ago
support asio handler allocators in deferred_handler

56ca5fa63cd6fccd2eddb6d795cfb2131e4275ce authored about 7 years ago
remove invalid assert

3971897c14fc06566a52ac5fceb9c30ea3022dc4 authored about 7 years ago
Autotools: Check if std::chrono and std::random are available.

If yes, don't even try to find their Boost equivalents.

d93869ff3bfc0fd659b11cb66b21ad540f34c43b authored about 7 years ago
don't heap-allocate handlers for incoming UDP packets

40292a1d51a3d43c618f510652b7a924b48e678f authored about 7 years ago
merger RC_1_1 into master

753826cbb8cbec187db186237f79c92b1f86e193 authored about 7 years ago
make the chunk header parser properly fail at end of buffer, and not require zero terminated strings

43d7f980d0a8bff1d0334631c0cd5d662286f9a8 authored about 7 years ago
back-port path fixup in file_storage add_file

b5d4bc5e621e5b833ec15d1808c80467e61a5956 authored about 7 years ago
back-port fixed assert in chunk parser

47709244d361688d755b805a20af88701be285bf authored about 7 years ago
disable DHT logging with the TORRENT_DISABLE_LOGGING macros as well

62bf524e75a067eb2f57e02b6d6b51c869cf36bf authored about 7 years ago
add getters for peer_class_filter and peer_class_type_filter

b7decd452e698dff3165490159ee4053199fb032 authored about 7 years ago
:attempt to fix disconnections when torrents enter upload mode due to failures

67be35739c2de8b600b2edc76fcfe38e00c09965 authored about 7 years ago
don't build coo98 on osx, since brew boost uses 1.66 which requires C++11

0aef2c28466cbd1295c1e5907eb1ad611db6ccea authored about 7 years ago
Fix grammar error in documentation.

f2201bd30c051c6f12188cd39686f3ca6cf59f3a authored about 7 years ago
Fix local network address mappings.

94f4e88e05f92a1b07551598a4bedb2c16af0f2f authored about 7 years ago
deprecate status_code from tracker_error_alert (it's already part of the error_code), simplify code a bit

a54f76d5df6239745a45f6f0797ada082f033c80 authored about 7 years ago
merged RC_1_1 into master

d45de18ba72411af63277ebf471d285bf4a6a09d authored about 7 years ago
make torrent_handler::set_priority() to use peer_classes

178281e1c5155bb02da5474f7aa473e02281aaee authored about 7 years ago
improve type safety of plugin interface

87de08cb3d41014b1ecac99c59af96cbcac88a32 authored about 7 years ago
introduce a proper type for pex flags to improve type-safety

bb945f5cf412b4c9daedbd635c736623166d6329 authored about 7 years ago
change defaults for rate_limit_utp setting

0848d9b7f5eb0af5d9765297c96ec536692aa9a9 authored about 7 years ago
fix reopening of listen sockets when disabling force-proxy

96bf0ad5ded6fac6a221c4b47539d656500f128e authored about 7 years ago
merged RC_1_1 into master

4d32d451008eebe24ffcf7d8359335a7689297d3 authored about 7 years ago
back-port the tracker timeout test from master

d52763805c55e77392de1b943b75a99e15bab9e8 authored about 7 years ago
merged RC_1_1 into master

55babc57e67e2801c89ce7c94336b11497bf5017 authored about 7 years ago
fix build against boost-1.66, specifically the boost.asio changes

d1a63cd781e79e1e3792a258c0bc7f9455f2272f authored about 7 years ago
restore the parse_magnet_uri overload that amends an add_torrent_params object

ba224a1577a1e9106a94060374fc61c0fdf29494 authored about 7 years ago
use info hash from params instead of passing it separately

9e0a3aead1356a963f758ee95a4671d32f4617a7 authored about 7 years ago
merged RC_1_1 into master

7b06a5ee6e03f5361864914896bfbba8d739e86c authored about 7 years ago
fix asio debugging

86c83fe9765e191e5aadab5098b40fa1781bbd33 authored about 7 years ago
fix rate limit utp feature

fe6473039ca0b796f31b5c0f30e04d60e5d78cd7 authored about 7 years ago
shorter test timeouts

3167b68e9889e9da92fb9531eca3799b492b8659 authored about 7 years ago
extend clean script

34fc3d0f18303e277f802c66c9eddadf5f1a7dc1 authored about 7 years ago
fix i2p support

a286b9da47d6c6dfc222d9bd17db8aa1807bb56a authored about 7 years ago
some minor i2p cleanups

b00b3184c09873150bc723a08f580f5024d63418 authored about 7 years ago
Merge branch 'master' of https://github.com/arvidn/libtorrent

c4cf7ebae6daf83f0e61ce98e387750e8e190597 authored about 7 years ago
merged RC_1_1 into master

90ccd5180f9901a06718217e1453c61b4ac3d415 authored about 7 years ago
use total transfer rates consistently for session and torrents in client_test

83e71e16d80f513f7ce383a3e0a517e70baf6f63 authored about 7 years ago
minor cleanup, refactor and typos (#2593)

db61d9cc2026d01d9b3c9cafaf9c5eaaf09c9285 authored about 7 years ago
Fix mailing list archives link. Closes #2588.

8dacabc6c15747e9124a474324ca357535ca2629 authored about 7 years ago
fix loading resume data when in seed mode

f81a20a035ae77a76d53ece8758d4297cca3d723 authored about 7 years ago
merge RC_1_1 into master

5eb9aede637e7ffe663ca53ca7c3e50cd9015d2d authored about 7 years ago
fix part-file creation race condition (back-port from master)

0fe2e85fee828c61f95fc83b7a014fde8d3fb93e authored about 7 years ago
merge RC_1_1 into master

c16eb32b94bba17c308e1236c6a1fd82836b2267 authored about 7 years ago
add timeouts to tests

163e490d8a61f0af5ab665d82c8a235e9598399b authored about 7 years ago
fix incorrect use of make_tick_handler

c745d3f00dc649be1881c379a17aad7c14c81fc3 authored about 7 years ago