miguelfreitas
9233a01d8f
Merge pull request #69 from Finkregh/patch-1
...
fix tiny typo
2014-01-14 12:31:40 -08:00
Oluf Lorenzen
940d44f3fc
fix tiny typo
2014-01-14 21:08:25 +01:00
miguelfreitas
ee5d6b978b
Merge pull request #67 from iShift/patch-1
...
Update README.md - fix compiling link and notes
2014-01-14 10:53:48 -08:00
iShift
0d19cc3816
Update README.md - fix compiling link and notes
2014-01-14 19:18:04 +03:00
miguelfreitas
f491bdcba8
Merge pull request #64 from basst85/patch-1
...
Fixed small typo
2014-01-14 07:12:28 -08:00
basst85
791d3de786
Fixed small typo
2014-01-14 14:01:35 +01:00
Miguel Freitas
1e577bfdfb
missing function. thanks jpfox
2014-01-13 19:11:12 -02:00
Miguel Freitas
f3b9fc3148
validate post to promote. fix #34
2014-01-13 18:06:38 -02:00
miguelfreitas
ec364e9317
Merge pull request #60 from vdm/patch-1
...
Called out debug.log
2014-01-13 11:59:07 -08:00
Miguel Freitas
09625b2212
Join multiple dhtget responses. fix #14
2014-01-13 17:30:29 -02:00
Vincent Murphy
f7c151af4c
Called out debug.log
2014-01-13 17:48:31 +00:00
Miguel Freitas
d30a86a538
rpcallowip is important
2014-01-13 15:01:41 -02:00
Miguel Freitas
4c25acc6af
partialy revert changeset 77d1a4fb
. fixed one case (that -reindex would fix anyway) but broke another one.
2014-01-13 09:40:18 -02:00
Miguel Freitas
055240b2a9
fix "CreateNewBlock() : ConnectBlock failed" due to "duplicate username".
...
improve transaction collect in CreateNewBlock
2014-01-13 09:16:04 -02:00
Miguel Freitas
bf3ec900d0
some nodes are still on the wrong chain (block 18973 with an invalid spamuser). checkpoint the
...
correct branch to force them to go to the right chain.
2014-01-13 08:03:43 -02:00
Miguel Freitas
e0dad4a114
update version
2014-01-12 23:55:55 -02:00
Miguel Freitas
77d1a4fb7b
trying to fix infinite recursion in SetBestChain
2014-01-12 23:44:33 -02:00
Miguel Freitas
ba43f10e8f
move spamuser key validation from CheckTransation to ConnectBlock.
...
reason: this is not context-independent validation.
2014-01-12 20:41:58 -02:00
Miguel Freitas
fbc7d9a77a
generalize checking if tx is in mainchain for GetTransaction
2014-01-12 19:29:33 -02:00
miguelfreitas
fdf8f3f873
Merge pull request #51 from lra/better_ubuntu_doc
...
Fixed the ubuntu building doc
2014-01-10 12:44:40 -08:00
miguelfreitas
7e5c85279a
Merge pull request #49 from toyg/osx_makefile_backport
...
osx makefile backport of be34510
2014-01-10 12:33:04 -08:00
Miguel Freitas
9d5d203a0c
bugfix: weak checking for existing users (the transaction may exist in index only
...
but the chain it belongs was invalidated) caused fork between users who erased their
block database from yesterday and those who didn't. improve the checking (test
if tx is actually in main chain). add another checkpoint. enforce.
2014-01-10 17:36:23 -02:00
Miguel Freitas
9f9bb58635
disable safemode & add checkpoint
2014-01-10 16:04:52 -02:00
Laurent Raufaste
dd75bdc39d
Fixed the ubuntu building doc
...
Tested on pristine Ubuntu 12.04 LTS and 13.10
2014-01-10 00:55:01 -05:00
toyg
43ac45c925
osx makefile backporting of commit be34510a9a
2014-01-10 02:52:04 +00:00
Miguel Freitas
be34510a9a
When passing CC or CXX down to sub-makes, add quotes around it so that
...
blanks (say, CC=ccache distcc gcc -m64) don't mess things up.
2014-01-09 22:48:58 -02:00
miguelfreitas
6c6c3fa0a2
Merge pull request #47 from iShift/master
...
Remove Bitcoin Docs, add simple ubuntu-debian install instruction
2014-01-09 16:15:22 -08:00
Miguel Freitas
58d905aab3
change max block size as well
2014-01-09 21:50:28 -02:00
Miguel Freitas
394333a8bb
increase the number of blocks to check at startup to force people to move to the right chain.
2014-01-09 15:03:50 -02:00
Miguel Freitas
6b01734ccf
fix segfault in dhtget when ses is NULL ( http://pastebin.com/rcJQm48W )
2014-01-09 14:48:42 -02:00
Miguel Freitas
23cb6fbdb6
limit transaction size
2014-01-09 12:21:58 -02:00
Shift
0b41bdd249
Remove Bitcoin docs
2014-01-08 20:43:48 +04:00
iShift
b30361837b
Create bulding-on-ubuntu-debian.md
2014-01-08 19:28:29 +03:00
miguelfreitas
17af248840
Merge pull request #45 from iShift/patch-1
...
Fix debian package names
2014-01-08 07:51:53 -08:00
iShift
fc711b3d44
Fix missing packages
...
Package 'libdb4.8++-dev' has no installation candidate
2014-01-08 18:05:02 +03:00
miguelfreitas
aaa4ab61e9
Merge pull request #39 from iShift/patch-1
...
fix some mistakes (minor OSX doc improvements)
2014-01-08 06:14:29 -08:00
miguelfreitas
6328df818f
Merge pull request #43 from toyg/libtorrent_build_warning_fix
...
Fixed warning for snprintf call
2014-01-08 03:09:25 -08:00
miguelfreitas
6033aae14f
Merge pull request #42 from AdamWill/string_literal
...
fix some 'format not a string literal's
2014-01-08 02:43:52 -08:00
toyg
3e24404d7e
Fixed warning for snprintf call
2014-01-08 09:34:35 +00:00
Adam Williamson
5d11289b4c
fix some 'format not a string literal's
2014-01-07 19:41:51 -08:00
miguelfreitas
c1dde0f87e
Merge pull request #41 from jacostag/patch-1
...
typo rpcpassword
2014-01-07 12:46:54 -08:00
Jorge Acosta Goszczyñski
1b565e7147
typo rpcpassword
2014-01-07 14:43:45 -06:00
Miguel Freitas
5ab658ae3d
enforce bencoded size. sanity check.
2014-01-07 16:51:40 -02:00
iShift
1bebfbc2fd
fix some mistakes
2014-01-07 20:53:58 +03:00
Miguel Freitas
8e80324c36
try to reduce the level of useless dht tracker requests by not announcing empty torrents we do not follow.
2014-01-06 21:59:40 -02:00
miguelfreitas
4eab7e4d81
Merge pull request #38 from toyg/usermessages
...
Replaced references to bitcoin/bitcoind in user-visible messages
2014-01-06 10:04:56 -08:00
miguelfreitas
18cd530e03
Merge pull request #37 from toyg/osx_build_fix
...
explicit paths in LDFLAGS and CPPFLAGS
2014-01-06 10:03:54 -08:00
Miguel Freitas
8287b2b1e1
use a single database for all swarms of the same libtorrent session.
...
upgrade resume file to version 2 and enforce on loading (to force existing clients to download all pieces again).
fixes #24 .
2014-01-06 15:10:32 -02:00
toyg
ce787d6cd3
Replaced references to bitcoin/bitcoind in user-visible messages
2014-01-06 15:53:54 +00:00
Giacomo Lacava
d06042cab2
explicit paths in LDFLAGS and CPPFLAGS
...
Libtorrent build script needs explicit LDFLAGS and CPPFLAGS to work properly.
2014-01-06 10:51:46 +00:00