224 Commits (af70a30a5f8bdec9a34a0235be299468441bdf8f)

Author SHA1 Message Date
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
Miguel Freitas 2168e34677 miniupnp dependency removed, yes! :-) fix #130 11 years ago
Miguel Freitas db62634635 return the peer list received from the tracker in dhtget 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 0385f0d875 this hack was wrong. lets fix it properly this time... 11 years ago
Miguel Freitas 068a43211a less verbose by default 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 3931001e9b fix getpost memory leak. fixes miguelfreitas/twister-html#161 11 years ago
Miguel Freitas fdb08e9ca0 make debug.log less verbose by default 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 6d128d1ac4 increase tolerance for possiblyNeighbor check to reduce occurence of putData "ignoring request" 11 years ago
Miguel Freitas 751e5c2530 don't check non-auto managed torrents against limits for now. 11 years ago
Miguel Freitas aa312dfc39 reduce the dht traffic load due to mostly useless tracker requests 11 years ago
Miguel Freitas 66ad21477d rotate torrents in automanaged mode. 11 years ago
Miguel Freitas 77d856916c allow DHT tracker to report untested peers in case we are short of "known good" ones (recently connected). 11 years ago
Miguel Freitas a542ad81e7 revert tracker dhtget patch of 0.9.16 and report number of peers received 11 years ago
Miguel Freitas 36cf59c705 prioritize trackers. announce to dht even if paused. another try to fix #159. 0.9.17. 11 years ago
Miguel Freitas 2d87266108 bugfix: properly accept tracker response even if followers==0. fix #159 11 years ago
Miguel Freitas 8543127654 getspamposts rpc 11 years ago
Miguel Freitas 672b56a865 experimental top trending hashtags 11 years ago
Miguel Freitas 1ff690e9a0 use the same proxy settings (like Tor socks5) for libtorrent as well. DHT still won't work. 11 years ago
Miguel Freitas 487138ebcb fix from upstream 11 years ago
Miguel Freitas acbd61e93d optimization. should *greatly* reduce cpu usage. #136 11 years ago
Miguel Freitas fa386c250d recheck piece just before sending to other torrent peer. fix #15. 11 years ago
Miguel Freitas a9f53cce98 trying to reduce the occurrences of "INCOMING ERROR: height > getBestHeight" 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 85be748663 trying to improve torrent connectivity in the long run: relax peer banning. 11 years ago
Miguel Freitas 35fa3832e8 bugfix. this was a tough one. because the observer was already dequeued 11 years ago
toyg 4ec3817120 printf call expects long int 11 years ago
gubatron c0b9349afb revert changes on config.guess, the bootstrap script changed this file, perhaps shouldn't be in repo 11 years ago
gubatron 01b69ad102 added 2 missing brew dependencies that broke the bootstrap.sh script. 11 years ago
Miguel Freitas 25128d93dd refresh mention resource in dht 11 years ago
toyg 3e24404d7e Fixed warning for snprintf call 11 years ago
Adam Williamson 5d11289b4c fix some 'format not a string literal's 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 8cae4d84de make --enable-debug default in libtorrent so it should compile out of the box (without extra flags) 11 years ago
Miguel Freitas 60db413630 less noisy 11 years ago
Miguel Freitas 2dd4c62b0e increase active downloads. tests needed. 11 years ago
Miguel Freitas 1ae5745151 another we_dont_have() due to disk read error. 11 years ago
Miguel Freitas 8328c7222f use we_dont_have to recover from corrupt swarm database. 11 years ago