Commit Graph

4821 Commits

Author SHA1 Message Date
Miguel Freitas
ed68411ed1 updated all ax_boost* detection scripts from upstream 2014-07-17 18:39:00 -03:00
Miguel Freitas
201328d62a 0.9.23 2014-07-17 11:11:00 -03:00
Miguel Freitas
17207a8064 move refresh period settings to a single place and add some notes about it. 2014-07-17 11:10:33 -03:00
miguelfreitas
8ffcef4a5c Merge pull request #235 from dryabov/dht_refresh_1
faster DHT refresh 2
2014-07-17 09:46:03 -04:00
Denis Ryabov
f08567e650 unify style 2014-07-17 16:31:37 +04:00
Denis Ryabov
2e17020e46 Merge branch 'master' of git://github.com/miguelfreitas/twister-core into dht_refresh_1
Conflicts:
	libtorrent/include/libtorrent/ptime.hpp
2014-07-17 16:27:47 +04:00
Miguel Freitas
7240fee4e9 update time.cpp/ptime from upstream (r10083) trying to fix non-monotonic time issues with win32.
still one assert from disk_io_thread must be commented out to avoid aborting.
2014-07-14 22:20:33 -03:00
Miguel Freitas
c9d6b2d0af fix mingw32 sse2 crash and assertion failure (winxp) 2014-07-13 16:08:06 -03:00
Miguel Freitas
acb6f8ea62 gitian linux static building 2014-07-09 23:22:53 -03:00
Miguel Freitas
b0e35d2c7f change order for static lib compatibility 2014-07-09 22:59:57 -03:00
Miguel Freitas
b21af7d18b compile mingw executables static 2014-07-09 22:19:17 -03:00
Miguel Freitas
ac9e5f5d30 native windows executables using gitian. win32 and win64. 2014-07-08 23:19:09 -03:00
Miguel Freitas
f457d9d863 mingw fix 2014-07-08 22:02:35 -03:00
Denis Ryabov
ccf6634d41 less aggresive dht refresh 2014-07-08 23:11:05 +04:00
Denis Ryabov
79be353eed remove refresh_per_tick_limit based logic in flavour of 100ms delay 2014-07-08 21:22:49 +04:00
Denis Ryabov
dc7c4e5627 fix store/load confirmed field 2014-07-08 18:28:47 +04:00
Denis Ryabov
683f55f8d2 confirmation for local items only 2014-07-08 17:01:53 +04:00
Denis Ryabov
785d05f10c simpler expression for random diffusion 2014-07-08 15:19:56 +04:00
Denis Ryabov
847659f7dd update refresh time on confirm 2014-07-08 15:18:22 +04:00
Miguel Freitas
a358a677ab host checks from bitcoin upstream needed to cross-compile leveldb.
(OSX users must check if i didn't break anything)
2014-07-08 08:14:22 -03:00
Denis Ryabov
601e0422e4 prevent flow of unconfirmed requests after twister start 2014-07-08 15:01:48 +04:00
Denis Ryabov
1945adaddf check for empty response 2014-07-08 15:00:58 +04:00
Denis Ryabov
066435719d limit refreshes per tick to refresh_per_tick_limit=20, fix boost::ref(item) 2014-07-08 13:56:42 +04:00
Denis Ryabov
61b057175f wait 1 minute before start refreshing 2014-07-08 13:16:30 +04:00
Denis Ryabov
43c84cae6c fix logic 2014-07-08 13:03:08 +04:00
Denis Ryabov
3b0294497b now it works 2014-07-08 12:54:36 +04:00
Miguel Freitas
0c03bb2ff2 win32 has no pthread_self 2014-07-07 22:45:29 -03:00
Miguel Freitas
ec2694bf0d win32 doesn't like pid_t 2014-07-07 21:43:02 -03:00
Miguel Freitas
92ea5ff97a merge upstream patch r8983 (merged mingw build fixes from RC_0_16) 2014-07-07 21:29:00 -03:00
Denis Ryabov
dc275c0b29 fix saving of dht item 2014-07-08 01:44:27 +04:00
Denis Ryabov
8429d95dba suggestion for DHT refresh 2014-07-08 01:37:34 +04:00
Miguel Freitas
d49d5fc4e3 additional mingw libs 2014-07-07 09:22:23 -03:00
miguelfreitas
5f3bcf2d11 Merge pull request #232 from dryabov/master
faster DHT refresh
2014-07-06 19:15:00 -04:00
miguelfreitas
dc9af2802b Merge pull request #234 from djmaze/docker-fixes
Docker fixes
2014-07-06 18:29:25 -04:00
Martin Honermeyer
99cb2fa99b Fix twister-on-docker script for bash compatibility 2014-07-06 14:28:18 +02:00
Martin Honermeyer
b6ca41f833 clean up Docker documentation, add sudo to the the commandlines 2014-07-06 14:09:18 +02:00
Denis Ryabov
6c4c656be4 faster DHT refresh 2014-07-05 16:13:41 +04:00
Miguel Freitas
2d96c08f49 no boost-locale in android? at least not here. 2014-07-04 12:58:10 -03:00
Miguel Freitas
6cae25e7ab fix dht count when using proxy (fix #231) 2014-07-04 08:44:26 -03:00
Miguel Freitas
2168e34677 miniupnp dependency removed, yes! :-) fix #130
libtorrent implements a upnp client: use it to map the other twisterd port.
2014-07-04 00:03:06 -03:00
Miguel Freitas
e4267649f4 replace showmyip.com (down) with wtfismyip.com 2014-07-03 23:49:32 -03:00
miguelfreitas
3f219948da Merge pull request #229 from djmaze/change-docker-image-to-miguelfreitas
change pre-built docker image to the one from miguelfreitas
2014-07-03 14:45:04 -04:00
Martin Honermeyer
7b5bf210ac change pre-built docker image to the one from miguelfreitas 2014-07-03 20:24:55 +02:00
miguelfreitas
f68a2ed72f Merge pull request #228 from djmaze/docker-integration
Show credentials for http auth in twister-on-docker output
2014-07-03 13:44:24 -04:00
Martin Honermeyer
5f8fbe7093 show credentials for http auth in twister-on-docker output 2014-07-03 19:23:59 +02:00
miguelfreitas
e15a0b17bb Merge pull request #203 from djmaze/docker-integration
Add improved Dockerfile with wrapper script for seamless upgrades
2014-07-03 10:11:55 -04:00
Martin Honermeyer
915bebd288 [docker] Use twisterd commandline as ENTRYPOINT instead of CMD
- allows running the container with additional command line parameters
2014-07-03 00:31:49 +02:00
Martin Honermeyer
6fd09eba18 Rename docker-container script to twister-on-docker 2014-07-02 21:00:14 +02:00
Martin Honermeyer
9eaf6ebc3b Pull the newest image before running Twister from the remote docker image 2014-07-02 21:00:14 +02:00
Martin Honermeyer
2689a5af88 Add improved Dockerfile with wrapper script for seamless upgrades 2014-07-02 21:00:14 +02:00