miguelfreitas
|
76c827967d
|
Merge pull request #193 from turicas/master
Add a Dockerfile
|
11 years ago |
miguelfreitas
|
163d8603d2
|
Merge pull request #192 from daviewales/patch-1
Update build-osx.md: Add mkdir
|
11 years ago |
Álvaro Justen (@turicas)
|
63cec0daf3
|
Update README with instructions for using docker
|
11 years ago |
Álvaro Justen (@turicas)
|
a7b9aa096e
|
Add a Dockerfile to easily build Twister
|
11 years ago |
David Wales
|
2e8a71bf31
|
Update build-osx.md: Add mkdir
mkdir line added in line 97 to prevent the following error:
-bash: /Users/dwales/.twister/twister.conf: No such file or directory
|
11 years ago |
miguelfreitas
|
3ff3ef1175
|
Merge pull request #188 from dryabov/master
disable cross-domain requests
|
11 years ago |
Denis Ryabov
|
35bf35a50c
|
disable cross-domain requests
|
11 years ago |
Miguel Freitas
|
fdb08e9ca0
|
make debug.log less verbose by default
|
11 years ago |
Miguel Freitas
|
d4b1c9b569
|
check HAVE_BOOST_LOCALE and fix compilation when boost-locale is not available
|
11 years ago |
miguelfreitas
|
f38b97ddf3
|
Merge pull request #175 from dryabov/master
an attempt to fix issue #111 of twister-html
|
11 years ago |
Denis Ryabov
|
f11206b3a3
|
print BOOST_LOCALE_LIB in summary
|
11 years ago |
Denis Ryabov
|
12f74e2bbc
|
Merge branch 'master' of git://github.com/miguelfreitas/twister-core
Conflicts:
Makefile.am
|
11 years ago |
miguelfreitas
|
30280ba224
|
Merge pull request #186 from iShift/patch-2
Update README.md with calm link
|
11 years ago |
iShift
|
ca32b8cac1
|
Update README.md
#136 add link to calm theme
|
11 years ago |
miguelfreitas
|
6d1e5a40b1
|
Merge pull request #183 from digital-dreamer/public-server
Public server mode
|
11 years ago |
digital dreamer
|
b1ace5cc69
|
add public server mode
|
11 years ago |
Miguel Freitas
|
03b1371190
|
use DB_CXX_HEADER. fix #114
|
11 years ago |
miguelfreitas
|
3f16049a3a
|
Merge pull request #182 from kdomanski/build-chrono
fixed linking against boost chrono
|
11 years ago |
Miguel Freitas
|
2be53fe95a
|
keep track of dht_storage_item which have been locally added.
for now this is used to make sure all kinds of resources (including rts and replies)
will have a forced refresh for at least two days.
|
11 years ago |
Miguel Freitas
|
03d037c197
|
truncate file when saving settings
|
11 years ago |
Miguel Freitas
|
ad83ba061c
|
store dhtput data locally so it will be refreshed like the other dht entries we maintain.
should help with missing DHT entries (issue #165), although i think #165 would benefit of a more agressive (faster) retrying of remote stores.
|
11 years ago |
Kamil Domanski
|
b6e20fcea2
|
fixed linking against boost chrono
|
11 years ago |
Miguel Freitas
|
4509ff7e3f
|
fix crash reported by ankostis
|
11 years ago |
miguelfreitas
|
dd60566857
|
Merge pull request #178 from fanquake/patch-1
Fix typo in readme.md
|
11 years ago |
miguelfreitas
|
b0ae82779a
|
Merge pull request #177 from catap/master
Make build on osx easier (also tested on linux and cygwin)
|
11 years ago |
Michael Ford
|
a1d228f914
|
Fix typo in readme.md
|
11 years ago |
Kirill A. Korinskiy
|
7b2b70dcdf
|
Make build on osx easier
|
11 years ago |
Denis Ryabov
|
3e15e9fb47
|
fix makefile
|
11 years ago |
Denis Ryabov
|
e896a7e12f
|
add m4 script
|
11 years ago |
Denis Ryabov
|
671bec8e78
|
an attempt to fix issue #111
|
11 years ago |
miguelfreitas
|
db1562dac2
|
Merge pull request #174 from iShift/master
Update todo
|
11 years ago |
iShift
|
be33ed3c27
|
Update TODO.md
|
11 years ago |
Shift
|
db24ccc635
|
add md
|
11 years ago |
miguelfreitas
|
b0b9b3b49b
|
Merge pull request #171 from dryabov/master
Correct Content-Type header for gif images
|
11 years ago |
Denis Ryabov
|
21b0daf7f8
|
Content-Type for .mp3 and .ogg files (used in Calm theme)
|
11 years ago |
Denis Ryabov
|
3d9c89889f
|
Correct Content-Type header for gif images
|
11 years ago |
Miguel Freitas
|
6d128d1ac4
|
increase tolerance for possiblyNeighbor check to reduce occurence of putData "ignoring request"
|
11 years ago |
Miguel Freitas
|
4c561ceb74
|
make sure torrent is unpaused if added/followed later on
|
11 years ago |
Miguel Freitas
|
adc9e82f3a
|
0.9.19
|
11 years ago |
Miguel Freitas
|
c17ccd5f66
|
more connections. less memory per connection.
|
11 years ago |
Miguel Freitas
|
751e5c2530
|
don't check non-auto managed torrents against limits for now.
FIXME: another strategy is required as definitive fix.
|
11 years ago |
Miguel Freitas
|
aa312dfc39
|
reduce the dht traffic load due to mostly useless tracker requests
|
11 years ago |
Miguel Freitas
|
cb9e637ac6
|
don't auto-manage the torrents we follow
|
11 years ago |
Miguel Freitas
|
4e701dd7a4
|
prevent explosion of status checks. this traffic has increased a lot since we fixed tracker issues.
|
11 years ago |
Miguel Freitas
|
34a31e327a
|
0.9.18
|
11 years ago |
Miguel Freitas
|
66ad21477d
|
rotate torrents in automanaged mode.
|
11 years ago |
Miguel Freitas
|
8b69da2bf4
|
torrentstatus rpc
|
11 years ago |
Miguel Freitas
|
77d856916c
|
allow DHT tracker to report untested peers in case we are short of "known good" ones (recently connected).
this change permit some peers from resume file to be reported right away, without waiting torrent to unpause.
|
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 |