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

add support for creating symlinks, for torrents with symlinks in them

381d5a3c5d170c7e2cbcfe231c8e6108391327d7 authored almost 6 years ago
factor out logic around adding torrents to the session into insert_torrent()

57e56d507022ee67c9fd95dabd05b7a61d46b43e authored almost 6 years ago
Add missing new line to DHT put test tool

d733dd7e51a8955088398338a0e29af108cc49f6 authored almost 6 years ago
minor fix for warning of infinite loops

4dd93252772733644ad59bb1924f46ee1bbbbf34 authored almost 6 years ago
improve test_torrent_info to make it easier to add more test cases for duplicate files

ed867e0062bebea8b95ce7ef6d2e06f0d1e28bff authored almost 6 years ago
allow padfiles of equal size to share the same filename

e106602f49434a27cb1b245b521e5e45cb946e6d authored almost 6 years ago
noreturn attribute is standard in C++11

57017e3ace4d939599d5ac2820069fc31e342545 authored almost 6 years ago
use standard __func__ identifier instead of extensions

9bd5f424d357a7073dbeb5d56b3ce3da8f76f8c9 authored almost 6 years ago
Remove duplicate word in comments like "the the"

97c23366f352f3ee9db1fb0a307bf6e74eac1787 authored almost 6 years ago
Add examples, tools, and python binding binaries to gitignore

f5cf102e3cbc3db0d5d852e09a15772760a0a3de authored almost 6 years ago
fix seed_mode flag

4473a8d0ce2200d59a1b79c5b083e00295b10906 authored almost 6 years ago
fix naming in test_dht. don't include deprecated header (lazy_entry) unless required

3891f772535b47d7206b0c72ee11a86bbf7d269a authored almost 6 years ago
remove redundant virtual in custom_storage.cpp

82900c441c6b46511fbfec0d1817f0d731b5d481 authored almost 6 years ago
make random_shuffle() take a range instead of two iterators. use random_bytes() instead of std::generate() and random_byte(). Remove unused hasher.hpp includes

7f2a78d0c9591f56ee41e7e716de62a4379347e8 authored almost 6 years ago
fix example of custom storage

f67fb0850f6e79ca0b47a3188370701350028425 authored almost 6 years ago
use std::array<> and span<> in torrent_view and correct snprintf() usage

e08dc0b21d91f1fc46fde93417dc363782c89d4c authored almost 6 years ago
merged RC_1_1 into RC_1_2

c63c36880f18ae9d7b7ed6086b795f9694137239 authored almost 6 years ago
add missing get_torrent_status() and refresh_torrent_status() to python binding

c9d9371065295878b80eb776cce762e563a65f3f authored almost 6 years ago
support numeric suffixes to magnet link parameter names

1b7884b2205a5310feb02f05aeb3fa7321de51aa authored almost 6 years ago
update documentation for the seed_mode flag

42bf9154376708374ac715e31cca089a0e893d2e authored almost 6 years ago
update documentation regarding recommendations of post_torrent_updates()

ffe56bdb2657d64eb43d663895a98a777f9cee61 authored almost 6 years ago
remove outdated paragraph from the storage_interface documentation

f88f95e4775d362ea36f03ecd009427369a36107 authored almost 6 years ago
consistently use lt namespace in examples and documentation

a24afe8524d98fc5df27b8cda4a161a3c886ef8c authored almost 6 years ago
fix exporting of from_span type-tag

aa7f29c17a16cbd70dd128e535171619549951b6 authored almost 6 years ago
include sha1.cpp in the build unconditionally, match build configuration options to using built-in sha1 and defining it

748bb81570623b0e6c4e5c705e41386037991016 authored almost 6 years ago
fix warning in gcrypt usage

9e376cae9f7807db4e51caf0c485e42818e70fb6 authored almost 6 years ago
Added FrostWire's client ID

As accepted in last amendment of bep_0020.rst on github.com/bittorrent/bittorrent.org
See: https...

69cff71cb66461a90081c4a5598f7b9dcb201b27 authored almost 6 years ago
fix warning in session_impl

a2196a4194d1fee93d9317b38625a25240b100ee authored almost 6 years ago
don't try to hash empty read in do_uncached_hash

d33b0506a0f4cd61860fd54864267c82d3e171e3 authored almost 6 years ago
don't retry a failed *build* on travis

0cbfef99b7f290986fa6887cd9c26e8cc335c2a4 authored almost 6 years ago
don't copy a vector into the async_write operation for iovec. Since the chained_buffer will own the vector anyway, just make it return a span and copy that

8fc69f5d2e85158250e5340b7fed5472cfbd04da authored almost 6 years ago
merged RC_1_1 into RC_1_2

3ce277ba7fdaa8efeeec01d5e6b670c94018f806 authored about 6 years ago
remove unnecessary include of boost.endian header

26ebc289ae192dec1cfa9b3dfe0a6889f6c30b0b authored about 6 years ago
hide internal make_udp and make_tcp functions

2bf42f2afd56b31725277af826c7e99a90a72c9d authored about 6 years ago
replace use of (deprecated) boost.endian with boost.prefef

71f275d92b7b0b2c33228ac47a48615dadba3da4 authored about 6 years ago
add missing cstdarg include

bfc579e61f9c6dd69a024ef6e2f9287abb40603f authored about 6 years ago
on linux, link against lbdl when using openssl

82707511635de59d29db53ac1916414ae390b032 authored about 6 years ago
remove some c++98 fallback code

77bd5c9c7e3d223593c81446c11e4d4fbf07a9ad authored about 6 years ago
fix typo in win_crypto_provider assignment operator

08bceec4c7c31316f1acb0b62c44b97ffa40fdeb authored about 6 years ago
marked final error category classes, avoid -Wnon-virtual-dtor

f23daa8262b01f5dfe41f3bf11155816a674b689 authored about 6 years ago
update CI branches

c75dc073e18ff033e5f2bc9faf7fb6a266fe30a6 authored about 6 years ago
simple test for file_progress::update

88d018bb6767d434b22734afb7123bba7a84ba28 authored about 6 years ago
[WIP] refactor in file_progress to avoid dependency of alert_manager

bcda184e59240d1926fbe8ff111e89f07da959d1 authored about 6 years ago
fix deprecation macro and auto in client_test

adeceb4b925c43a3599eaad929b611d1fb3a4766 authored about 6 years ago
use UNC paths pervasively on windows

f4f1425115b1336c50fbe52ba1b5674b80c89ed1 authored about 6 years ago
merged RC_1_1 int master

3a1e546a6c63a056914547ecdbc565fb907b423d authored about 6 years ago
merged RC_1_1 into master

8b067310b1ba29240b719ec1de36b08a0d83e023 authored about 6 years ago
update Changelog

434272519fa8cc25a518e6d9ae1161b552d28c04 authored about 6 years ago
bump version number

b443d3343017dac38228912c3641abf8d202c371 authored about 6 years ago
only allow cwnd to be reduced so often

786d78b6c955486faaddd63cfcc7fecb6299282b authored about 6 years ago
update minimum boost to 1.58, using xenial in travis

c128afeebf3689f11de82624038d100605f0f2fd authored about 6 years ago
removed unused file::sparse_end

6b04c4f64258b8675ada740e517dea405193ae29 authored about 6 years ago
Avoid announcing local ip to private tracker

33fa7454d0bb3bbc34fa50a2c2d611444f3eac31 authored about 6 years ago
Don't generate pkg-config when compiling with MSVC

e53bc71f63fabfd7d0cf502b4534f96e3d582d00 authored about 6 years ago
don't treat loss of MTU probe packet as a congestion signal

0ce899e27370239da805e475a065157ea5446fcb authored about 6 years ago
add option to enable uTP logging to client_test, to simplify using it for uTP trouble-shooting

c6128e31c1d13ce0a1e5c8863551f3a704a27825 authored about 6 years ago
removed unused directory::inode()

94d737ff778c11975fa76cc7566f0862561214fc authored about 6 years ago
make sure we reset the duplicate ack counter every time we don't receive a duplicate ack. Also fix logging of outstanding packets

26c29ea0306f543358ba2de14ac86a9000ac9eeb authored about 6 years ago
merge RC_1_1 into master

02d7d71c5f8f8750493d28ae1f3f5121a9da4c94 authored about 6 years ago
remove old (incompatible) sequence number build option

a81eb050c5d55446ba6a7a583200503793447658 authored about 6 years ago
don't leave slow-start just because we hit the advertized receive window. uTorrent adjusts its receive window dynamically which may just cause a temporary restriction

ee1e66e851f6ee4e4337c2141f0327fcedc402e9 authored about 6 years ago
simplify and improve the uTP deferred ACK logic to respond earlier

8ffd524b5fe184f1548f8d1f22add5833839d339 authored about 6 years ago
improve logic for fast-retransmitting packets on incoming SACK

6f1f4668323f5e88ff85ea1779900bc35cb70ca7 authored about 6 years ago
improve utp verbose logging a bit and make the parser pull out more metrics

48a7ab13d5eb23acbe092a6b1d0eab2684337cc0 authored about 6 years ago
restore permissions on directories to 1.1. i.e. rely on umask

8abce44708d052b140e0c0271fa09aa69e50a62f authored about 6 years ago
minor fix to invalid_request_alert logging

97e86b2969ad8bbe6885ad2ac67aaef02492f270 authored about 6 years ago
move variable scope into its build configuration block. prevent invariant-checks enabled and asserts disabled build. remove some redundant preprocessor ifdefs

54fd03529ebdd31aec5cbd6f53329c55d6bb54bc authored about 6 years ago
add assignment operator to span

a112c8e67b74c4044344006947d6d377b277d26f authored about 6 years ago
fix %u -> %d format codes

35ad3bb49952258fd94bbececdb53884360e3edb authored about 6 years ago
fix deprecation markup in torrent_status

fa376ca3af3f39478d6e791be4ab677d0a03a42b authored about 6 years ago
tweak heuristic of how to interpret url seeds in multi-file torrents

6debd872de869cd17d466a0bea38f02d8e46bfe3 authored about 6 years ago
added more TORRENT_DEPRECATED_ENUM and deprecated unused aio_max in settings_pack

0413ee581a1dd1959bce2b8c026825cb1cb7f973 authored about 6 years ago
remove invalid assert in http_seed_connection

a7e98983d2f664b19227e6ca4126249a915b9160 authored about 6 years ago
remove dead code in ed25519

cb0d6a057f3e32a6a9327b55955e90fab415ed5c authored about 6 years ago
fix cmake generating pkg-config file

311938520b87ce9e20d8f50d7b1a97f4af065400 authored about 6 years ago
unify indentation in libtorrent-python Jamfile

b043fba5eb6f2490ae23e7355b413a742cdec212 authored about 6 years ago
don't link against the boost_python3 target if boost >= 1.67

8c188cd1fe9ed34b8008d6f34e24ec26218eadf6 authored about 6 years ago
alias boost_python3 to boost_python instead of creating an empty alias

cf834e307dce2bd9ac40880aa61c45749fbcd690 authored about 6 years ago
add asserts in disk_fence_job

072563c973373b9ee13ea8a2883b6bc015749bf0 authored about 6 years ago
fix build i2p=on,off configurations

7e13b34158bbc7a8fb4509da5f9796096e04c3c3 authored about 6 years ago
Change Jamfile default openssl path on Windows

The widely used Windows OpenSSL package[1] uses C:\OpenSSL-Win[32|64] as
the install location so...

c76e9cc5e12b5837d4286db7061dfe6c350e0bf2 authored about 6 years ago
prettier format appveyor.yml

5d711f492922da60008da1cac5efce328ea7c49b authored about 6 years ago
removed repeated code and minor code refactor

3e582100d071aac78e1a999f0e00c27891956bf1 authored about 6 years ago
remove unused variables

1efe05c96ed99c7b82242296b5c5caa60f093f30 authored about 6 years ago
take a string_view in setting_by_name

8f541465559780363d4cd2707e2dcfc7d6585018 authored about 6 years ago
fix typo in peer log

184fa88950a530a027ed0115c3df77d5f9777c11 authored about 6 years ago
using toolset instead of target-os to select openssl libraries when using msvc

70110181fcd904e51a79a10db9199cfffe573c93 authored about 6 years ago
deprecate start_default_features flag, it's only used in deprecated API

98fbbbf59157dc8e37a0dccc005456fadc7ad7ec authored about 6 years ago
move where socket buffers are set up, to happen after the socket is opened. log errors in the peer's log instead of session and torrent

507fffe872cbddf43705ac6b5a447fd1c77e9535 authored about 6 years ago
make stack_allocator::format_string() grow the buffer for large strings

eb5f29a79cac0a108f2ce83b5cee0861dff1bc2c authored about 6 years ago
improve peer debug logging

7a51813d325e62bb75b3defa3e57b4018b7a51d0 authored about 6 years ago
remove verbose peer logging

792cfd1cc673e03899613e4a86d14cdc71d42b5c authored about 6 years ago
add stats counter for the number of outstanding async_accept calls

35ec87af4fa3657d5f94f4c0a96986e7b2c333f3 authored about 6 years ago
fix assertion when sending a udp packet to a closed socket

This can happen particularly during shutdown. We should eventually get to a
point where this doe...

cc49a7fb157d47dee36ca01641e18d8cfbf02355 authored about 6 years ago
merged RC_1_1 into master

fb66419791f818b2db40fd4e015e9641075c9603 authored about 6 years ago
fix potential issue where the dht port message is sent before the peer handshake

a44ddddede236d5bf0efb575ab652d26a9a39133 authored about 6 years ago
remove invalid assert

4e2f0137040d7bb1110e3d269780df5a6a3b910e authored about 6 years ago
convert some for-loops into std algorithms

1b2832e01819b2351197f58e3a65d0e5f9cc764f authored about 6 years ago
fix some cppcheck warnings

3f878011426630d64a775a5eb9cb43520027982e authored about 6 years ago
iterators are not (necessarily) pointers. use data() instead of begin() on span

e80506d3b3285eae7d13cf0bf8c02bbc263bf5a2 authored about 6 years ago