Miguel Freitas
|
201328d62a
|
0.9.23
|
11 years ago |
Miguel Freitas
|
17207a8064
|
move refresh period settings to a single place and add some notes about it.
|
11 years ago |
miguelfreitas
|
8ffcef4a5c
|
Merge pull request #235 from dryabov/dht_refresh_1
faster DHT refresh 2
|
11 years ago |
Denis Ryabov
|
f08567e650
|
unify style
|
11 years ago |
Denis Ryabov
|
2e17020e46
|
Merge branch 'master' of git://github.com/miguelfreitas/twister-core into dht_refresh_1
Conflicts:
libtorrent/include/libtorrent/ptime.hpp
|
11 years ago |
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.
|
11 years ago |
Miguel Freitas
|
c9d6b2d0af
|
fix mingw32 sse2 crash and assertion failure (winxp)
|
11 years ago |
Miguel Freitas
|
acb6f8ea62
|
gitian linux static building
|
11 years ago |
Miguel Freitas
|
b0e35d2c7f
|
change order for static lib compatibility
|
11 years ago |
Miguel Freitas
|
b21af7d18b
|
compile mingw executables static
|
11 years ago |
Miguel Freitas
|
ac9e5f5d30
|
native windows executables using gitian. win32 and win64.
|
11 years ago |
Miguel Freitas
|
f457d9d863
|
mingw fix
|
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 |
Miguel Freitas
|
a358a677ab
|
host checks from bitcoin upstream needed to cross-compile leveldb.
(OSX users must check if i didn't break anything)
|
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
|
0c03bb2ff2
|
win32 has no pthread_self
|
11 years ago |
Miguel Freitas
|
ec2694bf0d
|
win32 doesn't like pid_t
|
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 |
Miguel Freitas
|
d49d5fc4e3
|
additional mingw libs
|
11 years ago |
miguelfreitas
|
5f3bcf2d11
|
Merge pull request #232 from dryabov/master
faster DHT refresh
|
11 years ago |
miguelfreitas
|
dc9af2802b
|
Merge pull request #234 from djmaze/docker-fixes
Docker fixes
|
11 years ago |
Martin Honermeyer
|
99cb2fa99b
|
Fix twister-on-docker script for bash compatibility
|
11 years ago |
Martin Honermeyer
|
b6ca41f833
|
clean up Docker documentation, add sudo to the the commandlines
|
11 years ago |
Denis Ryabov
|
6c4c656be4
|
faster DHT refresh
|
11 years ago |
Miguel Freitas
|
2d96c08f49
|
no boost-locale in android? at least not here.
|
11 years ago |
Miguel Freitas
|
6cae25e7ab
|
fix dht count when using proxy (fix #231)
|
11 years ago |
Miguel Freitas
|
2168e34677
|
miniupnp dependency removed, yes! :-) fix #130
libtorrent implements a upnp client: use it to map the other twisterd port.
|
11 years ago |
Miguel Freitas
|
e4267649f4
|
replace showmyip.com (down) with wtfismyip.com
|
11 years ago |
miguelfreitas
|
3f219948da
|
Merge pull request #229 from djmaze/change-docker-image-to-miguelfreitas
change pre-built docker image to the one from miguelfreitas
|
11 years ago |
Martin Honermeyer
|
7b5bf210ac
|
change pre-built docker image to the one from miguelfreitas
|
11 years ago |
miguelfreitas
|
f68a2ed72f
|
Merge pull request #228 from djmaze/docker-integration
Show credentials for http auth in twister-on-docker output
|
11 years ago |
Martin Honermeyer
|
5f8fbe7093
|
show credentials for http auth in twister-on-docker output
|
11 years ago |
miguelfreitas
|
e15a0b17bb
|
Merge pull request #203 from djmaze/docker-integration
Add improved Dockerfile with wrapper script for seamless upgrades
|
11 years ago |
Martin Honermeyer
|
915bebd288
|
[docker] Use twisterd commandline as ENTRYPOINT instead of CMD
- allows running the container with additional command line parameters
|
11 years ago |
Martin Honermeyer
|
6fd09eba18
|
Rename `docker-container` script to `twister-on-docker`
|
11 years ago |
Martin Honermeyer
|
9eaf6ebc3b
|
Pull the newest image before running Twister from the remote docker image
|
11 years ago |
Martin Honermeyer
|
2689a5af88
|
Add improved Dockerfile with wrapper script for seamless upgrades
|
11 years ago |
Miguel Freitas
|
7f0f1a96af
|
more consistency checks to dhtproxy (client)
|
11 years ago |