80 Commits (4d2627a4c5e2737e4c6daf7fb4a97a6098a68db1)

Author SHA1 Message Date
Miguel Freitas 2668b4d832 keep track of torrent location (n,k) for direct messages as well. 10 years ago
Miguel Freitas 1056d874bf introducing a new torrent piece property to be persisted on disk: max_seen 10 years ago
erqan 5fa729fc47 adding new methods for public and private favorites 10 years ago
Miguel Freitas 57b554f7cf add another flag field to getposts to allow selecting only DMs or RTs. 10 years ago
Miguel Freitas a977b88895 update ip_voter from upstream to get this nice maybe_rotate method. 10 years ago
Miguel Freitas 04384df7c4 report the two local/external addresses we know about (which should be the same) 10 years ago
Bernard Spil cacca0a56c Fix build with LibreSSL 10 years ago
Miguel Freitas 7bc233c1a7 fix compilation for android which uses boost::posix_time::ptime (TORRENT_USE_BOOST_DATE_TIME) 10 years ago
Miguel Freitas b8e264f4d1 0.9.28: better enforcement of DHT upload rate limit for non-locally generated requests. 10 years ago
Denis Ryabov ab48764e38 add search method 10 years ago
Miguel Freitas 3b0633fad4 global dht traffic seems too high: implement probabilistic refresh for users that post too much. 11 years ago
Denis Ryabov f08567e650 unify style 11 years ago
Miguel Freitas 7240fee4e9 update time.cpp/ptime from upstream (r10083) trying to fix non-monotonic time issues with win32. 11 years ago
Denis Ryabov 79be353eed remove refresh_per_tick_limit based logic in flavour of 100ms delay 11 years ago
Denis Ryabov 683f55f8d2 confirmation for local items only 11 years ago
Denis Ryabov 3b0294497b now it works 11 years ago
Denis Ryabov 8429d95dba suggestion for DHT refresh 11 years ago
Denis Ryabov 6c4c656be4 faster DHT refresh 11 years ago
Miguel Freitas 2168e34677 miniupnp dependency removed, yes! :-) fix #130 11 years ago
Miguel Freitas 5c203adea3 apply upstream fix by Arvid 11 years ago
Miguel Freitas 17641de17a Revert commit in order to apply the upstream fix. 11 years ago
Miguel Freitas 241291be70 don't rely on m_connection_ticket: if we have two "on_connect" in a row, 11 years ago
Miguel Freitas 0bd6bc4807 remove deprecated putData function from libtorrent 11 years ago
Miguel Freitas 5af649a58a add consistency checks to node_impl::putDataSigned and a flag to mean that locally generated content should be kept for periodic refresh. 11 years ago
Miguel Freitas 7651134016 move dhtput signing to outside libtorrent. 11 years ago
Miguel Freitas 2be53fe95a keep track of dht_storage_item which have been locally added. 11 years ago
Miguel Freitas ad83ba061c store dhtput data locally so it will be refreshed like the other dht entries we maintain. 11 years ago
Miguel Freitas acbd61e93d optimization. should *greatly* reduce cpu usage. #136 11 years ago
Miguel Freitas 08cadbb78e enough of stack smashing segfault. openssl is required, period. fix #105. fix #97. fix #27. 11 years ago
Miguel Freitas deb489d138 disable iconv in cygwin 11 years ago
Miguel Freitas e3f7dfe811 apply patch from http://sourceforge.net/p/cygwin-ports/libtorrent-rasterbar/ci/master/tree/0.16.7-cygwin.patch 11 years ago
Miguel Freitas 25128d93dd refresh mention resource in dht 11 years ago
Miguel Freitas 8e80324c36 try to reduce the level of useless dht tracker requests by not announcing empty torrents we do not follow. 11 years ago
Miguel Freitas 8287b2b1e1 use a single database for all swarms of the same libtorrent session. 11 years ago
Miguel Freitas 1ae5745151 another we_dont_have() due to disk read error. 11 years ago
Miguel Freitas c3bea0a3dd If bitcoin network goes down, pause libtorrent to prevent pieces being falsely rejected because height > bestHeight. 11 years ago
Miguel Freitas 658ed6054a export number of known torrent peers (list_peers) to the dht tracker resource and use it 11 years ago
Miguel Freitas 5a9613297a dht storage refresh is spread over time to avoid bursts of putData 11 years ago
Miguel Freitas 2cd0b0a881 rescandirectmsgs: rescan all streams of users we follow for new and old directmessages 11 years ago
Miguel Freitas 7e1726ba8c implement expiring dht items (but it is not enabled yet) 11 years ago
Miguel Freitas b7aac66551 android fixes 11 years ago
Miguel Freitas 52a3ecda88 fix compilation error (m_sent_bitfield) without libtorrent debug 11 years ago
Miguel Freitas 34024136ae tweaks. increase m_desired_queue_size, maybe 2 is too low due to rounding 11 years ago
Miguel Freitas b4322a61bc persist dht keys to disk 11 years ago
Miguel Freitas dc3b1b2c47 keep track of rt and dm messages and filter dm from get_pieces (getposts rpc) 11 years ago
Miguel Freitas 5e68d4e2ae new getposts rpc 11 years ago
Miguel Freitas 98903d5a73 keep track of last "have" for each torrent 11 years ago
miguel 1bae0176f5 implement refreshing dht storage every hour 11 years ago
miguel f01cca3d48 logic to refresh dht storage (only single itens). only printf for now. 11 years ago
miguel 5112e73a07 newpostmsg command, working. 11 years ago