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

cleanup and make session_stats a bit more efficient

f0be98ce531412908aced620e9473caf8036429a authored over 10 years ago
make performance counters able to blend in values, reducing a peer_connection -> session dependency on a sliding average state (this can be used for disk stats too)

02f3e48eaadde1cc33a7382a12c2c5adbdd6a5d2 authored over 10 years ago
cleaned up redundant bytes and failed bytes counters. moved some into the stats_counters

7c9c25e359a219963b9d795c935f89913aa7737e authored over 10 years ago
log latency of bittorrent requests

ab8c1eb3349ae9b8d1df9f1c964ceb17b07ad6ab authored over 10 years ago
track RTT of piece requests

2f6a68bad3917d53beda33945d2b3394b1fc57cd authored over 10 years ago
merge bitfield fix from RC_1_0 (although, fix doesn't apply)

fb2360189841d2e2a86e3a2117f4afa48f523e89 authored over 10 years ago
fixed disk_io_job flags being used as file flags

035da9359276b244f65054f7f6fc80e302f4fa35 authored over 10 years ago
streaming fix

118ba5e9c4a342168c49d8e8ac546c46a4dac168 authored over 10 years ago
another boost chrono fix

1e48745173d0785d9408dff26b9d8668e089a6d6 authored over 10 years ago
fix another integer overflow issue from switching to chrono

af0bb0abd81c056ad6f4e508eab1af0bc8d4e080 authored over 10 years ago
fix another integer overflow issue from switching to chrono

b78fdc630d585daca5257cd69b0e20d09f19e65d authored over 10 years ago
merged change from RC_1_0

c4b6128521551f45a2b3d7ee0054d36092bf1af9 authored over 10 years ago
merged fix from RC_1_0

a7d68330e36b28da6e8295f373c6825b5b31db17 authored over 10 years ago
fix build and suppress offsetof warnings in backwards-compatibility code

2b1162aac98534889e6201e41f2d47197176d5a5 authored over 10 years ago
merged change from RC_1_0

42a30bb50fa5da552009895305a38f2f77189fac authored over 10 years ago
merged changes from RC_1_0

61f4a6cbca76a9fe1b7385663c8a5b37add601a2 authored over 10 years ago
merged fixes from RC_1_0

805c82352342e41b5f5f5f76f9efadec17aadca9 authored over 10 years ago
fixed issue with queued resume data saving, and fixed regression in recent disk error check changes

79a2744fa8e70ce1451586124c1f65cd7ccc16b6 authored over 10 years ago
hide make_error_code function from documentation

c519968aa4af1e3797942812b59b7c63b874cc24 authored over 10 years ago
merge error code fix from RC_1_0

8552e75f21227a3d3ed9d17b49a9e92dca2892c3 authored over 10 years ago
merged SOCKS4 fix into trunk

4284606cbc9fd3fd2e7f9b25bd8590214edbec80 authored over 10 years ago
handle EOF error on windows when checking

6bd58da56735feb49b8047aa352fc53460beb22e authored over 10 years ago
storage fixes

cd456964add17dc54f41568cbf00fcaca7550f7f authored over 10 years ago
fixed typo

55c21e8513a00cc13bb15c4ae16be3e524e3d13d authored over 10 years ago
close files when stopping a torrent

f3a7008bd53429c3308896afc806e03d78ede548 authored over 10 years ago
a bit more cleaning up of m_ses uses in peer_connection

499edabf9feb8ad17a324528f864eab190baa94b authored over 10 years ago
remove buffer stats debugging feature

30713a4a79332d9501e36edd7a3a757950b60ec9 authored over 10 years ago
merged changes from RC_1_0

f15182a737b9e696b888d7702906e4fb8016c787 authored over 10 years ago
merged random_seed assert into trunk

30d561d0c5d323cc0a0fa474f7f9af9720b2832c authored over 10 years ago
merged resume data fix from RC_1_0

d2fccd8ae775a35068805c46e7360648852583e6 authored over 10 years ago
name trunk branch correctly in .regression config

b49f78d180a4288624e463b04d350b56427f8616 authored over 10 years ago
pass all the arguments to peer connections as an argument pack

65bb1d0006be998eb3d84527814ca1146acc68af authored over 10 years ago
removed unused session_impl member, m_next_disk_peer

fa613131c2f0e0faa6a781312fd42702dd97a1ff authored over 10 years ago
separate stats counters from session_interface (this was the main use of m_ses in peer connections)

01640e16821a85b39c70a83187bb2e43aefc4e60 authored over 10 years ago
fix todo comment

14f02a4475f8d5c0e6c756adc75ec6eb8d53fe79 authored over 10 years ago
fix another boost.chrono issue

ca27c0d5ca9872e2f608a4c1e3de486a168eb09d authored over 10 years ago
remove some peer connection dependencies on m_ses

bf18e310e610669dbfd6c67ac1aeb4a6f42e81f2 authored over 10 years ago
some more disk io thread asserts

d16fe60ca48cab9474f7b99ed75a60122f327f0f authored over 10 years ago
mark up a few more places to make the resume-data dirty

ddc406f8535476852d8a6d547daf4ded0518a3c0 authored over 10 years ago
some asserts in disk_io_thread. fix issue in torrent::initialize

c8e8eb6e15e0c2143bb922e3a9652035370b1202 authored over 10 years ago
merged change from RC_1_0

6e0e64e2ffa9ab5b6491d3d6714d6e8a0149ebba authored over 10 years ago
merged changes from RC_1_0

24b9101075f233582e3dbd8e9da512cb2d60334e authored over 10 years ago
merged improvement to connection_tester from RC_1_0 to trunk

ef3874b2b1244da31c9c999dd2c7cbe84426dcc0 authored over 10 years ago
merged changes from RC_1_0

55661514e9cdaeeb7bf90fceeebf6fa6e1d2958c authored over 10 years ago
client_test fixes

622981d2cd3447ef6d3d175f5ce7c9a79227e87a authored over 10 years ago
make default_storage a bit more robust

374380667c6b1084dc7cd1e8cb53b79cf5350743 authored over 10 years ago
fixes to client_test

f74180a61d3923a861a4f68d248ed4f415905ae8 authored over 10 years ago
added missing files

ef2b52f06bec2d68e878f76f5874f44e91eff2e1 authored over 10 years ago
merged web seed redirect fix from RC_1_0

34440224fc6a96835f4a8a7ce14360fb2dbc5356 authored over 10 years ago
restore gen_stats_docs.py

5b73194a0d2df0373e0ecbe580d3ebe6caa61b9f authored over 10 years ago
more work towards making client_test event-driven and use session stats counters instead of session_status + some refactoring

8fc07e6e89a9a1594f6d4d1582fefe05b42624c6 authored over 10 years ago
fixed chrono issue in dht

9d172a87232a64d58bc7accf07eec865666bbe93 authored over 10 years ago
overhauled client_test. refactored and simplified. still in progress

a63370f65067a345db256a1ff0132f153fcc3696 authored over 10 years ago
fixed some unused argument warnings

a6f345181f9cf86a5b567152f56df260a7c4c79c authored over 10 years ago
restore DHT semantics to fix dht unit test

c90285df8a79d4ba7c798f5320ff9223e0fc3b92 authored over 10 years ago
remove unused script

ebe85a6a3e2134d23f7360a80906af8a5aabd386 authored over 10 years ago
land libtorrent_aio branch in trunk

7351389ce8aee43059881b36bfd6247f75853db0 authored over 10 years ago
merged compiler warning fixes from RC_1_0

6ef1b98717c8e94dcff284b270152b4c32ce510c authored over 10 years ago
merged fixes of warnings from RC_1_0

6c6fe4dfe265bbfd9c26de08ae8f24db0c81e491 authored over 10 years ago
merged changes from RC_1_0

6cce06fbd646a214d30fe65f7d03ec8dff2f3620 authored over 10 years ago
fix makefile issue

53401b92cd91df068201f7b7265f6af790a56fcb authored over 10 years ago
fix openssl usage in unit tests makefile

b0f91b8ed5a6e9d0e1fd398a6c84a5365d8470e0 authored over 10 years ago
polishing, update copyright

fa51f63c9f3b910e09c17ce62bcc90b630c3e08e authored over 10 years ago
fix documentation

a9862c6f50d8fcf1f20e50d2414f421ff9505ecd authored over 10 years ago
apparently PYTHON_EXTRA_LDFLAGS is for internal python use only. fix m4 script

c5f6bb75821f92f05dffac79784752044f9157a2 authored over 10 years ago
removed left-over unused variables

6e275fbe211e0bfa6bbd5e8b82fbc10fb3e40146 authored over 10 years ago
fixed typo

4988a410b13e630722a3232d56e52951aa7b5321 authored over 10 years ago
remove leftover comparison from when there was more than one proxy setting

34737965d1f1e9a260af4c3d8a1d4658ac05020f authored over 10 years ago
update changelog now that the udp_socket fix is back-ported to RC_0_16

a15b4ef5145d1ad74527cc8cc09d28a994830287 authored over 10 years ago
fix bug in udp_socket when changing socks5 proxy quickly

fa4c016d398f5ec3e06f012453c18e0cbfaf9f4a authored over 10 years ago
more build fixes

36e8945968349f84f8baf47ab90ecfbe3a52a1af authored over 10 years ago
fix build

5f4f78c3835aee5fe6f4ea49f7f360e347e81218 authored over 10 years ago
initialize pad files to priority 0 by default

28fb774383d66860404e5bce4a89643295336a2c authored over 10 years ago
remove pch.hpp

6043e1413186d2a3d2cdfcd616432a12e339e2ff authored over 10 years ago
fix windows build error

c76e8189a6c044778b2e11ce46be1174036d2e53 authored over 10 years ago
fix bugs in convert_to/from_native() on windows

91a22d48c334dc89061c725ea027994f021f78bf authored over 10 years ago
cmake file fix

27b8c5f1080ccebce33675809b4369e42f22637f authored over 10 years ago
merged fix from RC_0_16

9263fc87c970727cddfcb019fc31b241ae9cd877 authored over 10 years ago
web seed and storage fixes

3f4eba1bdbc66c63ca50e5339a98961d3d46e2eb authored over 10 years ago
merge build fix from RC_0_16

8d44d875567d9dc96185b717eadde26bc869bf99 authored over 10 years ago
minor tweak to makefile build system (blindly)

46e9d1048a6f7946d8be3454a847e0fb9d4f550b authored over 10 years ago
fix unhandled exception

9c63dd13417bdb5351a869725191d5904f31494e authored over 10 years ago
remove restrictions on pad_file_limit and alignment when creating torrents. This makes the torrent creator more flexible to create all-padded files for instance

735916ad44adc4329620b137805792ecfb5356d7 authored over 10 years ago
fix issue with symlink attributes

b79dd1fee1dc004e3e1dc5ce1591251b04f1fa55 authored over 10 years ago
fix outstanding bytes issue when receiving redundant bytes

5642a0bd59c907d427aa4f8592b882b6cb826820 authored over 10 years ago
update changelog

10aec85e3f133cd9de1fd0b3e19597a6ee6de719 authored over 10 years ago
fix support for web servers not supporting keepalive

2b7bef0f7bb9ec37b5b02fb593505f4b45abc498 authored over 10 years ago
only attempt to set the TOS on socket when configured

6d95b48afafc941da6f74d6f9d9e977adc8ad440 authored over 10 years ago
merged upnp fix from RC_0_16

20ef8524619e3323d381f2f3651be67c5ff49703 authored over 10 years ago
merged UPnP fix from RC_0_16

cb089e74ba3c385e3a2e4060750ba728a8d5312e authored over 10 years ago
add clients to identify_client

2c75acf98f8aceaceab8a2b99f4a8e5c4368e008 authored over 10 years ago
support storing save_path in resume data

6ed95d7f82d4b0a8f31914d383c489e24ce46e33 authored over 10 years ago
merged lsd fix from RC_0_16

3f693255c8f4f28b04b6f6f67f0085d3a9306aac authored over 10 years ago
merge bitfield issue fix from RC_0_16

6d07af3b577dca135025e0864462af6557408641 authored over 10 years ago
fix windows build

3e5ab73127d895c85d318e737f2864bf763fe91b authored over 10 years ago
minor streaming improvements

e291ab32907b10ff3aa448aace5420cc5fad4702 authored over 10 years ago
add documentation on streaming implementation

aa85d3c35cd0b8269d5b2aece2ea1273676e0201 authored over 10 years ago
don't use full allocation on network drives (on windows)

dd2e605796e0b0adc177022e8495576a0f4bbe3f authored over 10 years ago
merge streaming fix from libtorrent_aio

647cda2934c6ae20e92729475447819c0f96ca57 authored over 10 years ago
merged streaming changes from libtorrent_aio into trunk

2125efbbd8a233bfecebf884c4027dbd8845e788 authored over 10 years ago