221 Commits (4d963ad587816a6dbb43537b487b46ed77040b6e)

Author SHA1 Message Date
erqan 575e929d29 boost 1.66 patch... 7 years ago
Miguel Freitas 7eabdcaab0 remove unused code (related to #406) 8 years ago
erqan dd4f5a1769 quick fix for #387 8 years ago
Miguel Freitas 10079adfde don't bother Arvid with our bastard fork :-) 9 years ago
Miguel Freitas aa04f7e4e2 warning fix 9 years ago
Miguel Freitas 1c95fa8cd9 implement new peek / hashcash extension in our libtorrent fork 9 years ago
Miguel Freitas 187e052240 backport from upstream: fixed uTP vulnerability 9 years ago
Miguel Freitas cfa194b3f8 port lazy_bdecode from upstream to 'fix bound-checking issue in bdecoder' 9 years ago
Miguel Freitas 33a4e14941 sync lazy_bdecode to 0.16 branch before applying security fix 9 years ago
erqan 4bb3be93b2 building for ios on linux 9 years ago
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 d47fa93bb9 android build fixes 10 years ago
Miguel Freitas 4a365f68b4 fix for picky compiler complaining about no return 10 years ago
Miguel Freitas fecaa56ea1 fix strange android compilation failure (The file boost/detail/endian.hpp needs to be set up for your CPU type) 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
Miguel Freitas 4d43c08a5b ignore far-future message in getposts 10 years ago
Miguel Freitas a7e9b67e37 don't accept DHT posts with time in far-future. 10 years ago
Denis Ryabov 00ae4b712d fix work when dht is not loaded yet 10 years ago
Denis Ryabov 701d84e7f8 increase allowed size of putData request (size of 140-characters UTF-8 message may be up to 140*4=560 bytes) 10 years ago
Denis Ryabov ab48764e38 add search method 10 years ago
Miguel Freitas c7e35d86a2 dont assume the DHT item storage is confirmed just because we got some results back, 10 years ago
Miguel Freitas 5b3fb45b81 disable assert since "there are ways for this to happen legitimately". should fix #176 10 years ago
Miguel Freitas 3b0633fad4 global dht traffic seems too high: implement probabilistic refresh for users that post too much. 10 years ago
Miguel Freitas 17207a8064 move refresh period settings to a single place and add some notes about it. 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
Miguel Freitas c9d6b2d0af fix mingw32 sse2 crash and assertion failure (winxp) 11 years ago
Denis Ryabov ccf6634d41 less aggresive dht refresh 11 years ago
Denis Ryabov 79be353eed remove refresh_per_tick_limit based logic in flavour of 100ms delay 11 years ago
Denis Ryabov dc7c4e5627 fix store/load confirmed field 11 years ago
Denis Ryabov 683f55f8d2 confirmation for local items only 11 years ago
Denis Ryabov 785d05f10c simpler expression for random diffusion 11 years ago
Denis Ryabov 847659f7dd update refresh time on confirm 11 years ago
Denis Ryabov 601e0422e4 prevent flow of unconfirmed requests after twister start 11 years ago
Denis Ryabov 1945adaddf check for empty response 11 years ago
Denis Ryabov 066435719d limit refreshes per tick to refresh_per_tick_limit=20, fix boost::ref(item) 11 years ago
Denis Ryabov 61b057175f wait 1 minute before start refreshing 11 years ago
Denis Ryabov 43c84cae6c fix logic 11 years ago
Denis Ryabov 3b0294497b now it works 11 years ago
Miguel Freitas 92ea5ff97a merge upstream patch r8983 (merged mingw build fixes from RC_0_16) 11 years ago
Denis Ryabov dc275c0b29 fix saving of dht item 11 years ago
Denis Ryabov 8429d95dba suggestion for DHT refresh 11 years ago
Denis Ryabov 6c4c656be4 faster DHT refresh 11 years ago