Chris Glass
3025103933
Added two missing dependencies.
...
Autoconf and libtool were missing.
11 years ago
Miguel Freitas
35fa3832e8
bugfix. this was a tough one. because the observer was already dequeued
...
from m_transactions, we need to properly terminate it in some way. usually
we go through the end of the function, where reply() does done(). however
there are some error cases where function may returns sooner. this might be
unlikely to occur in original upstream code (missing 'r' key, missing 'id'),
but with IP enforcing it is not so uncommon. hopefully this will fix #32 .
11 years ago
toyg
0ada1bda54
fixes #56
11 years ago
Miguel Freitas
d19fef0028
nothing interesting, just checkpointing + warning fix
11 years ago
miguelfreitas
0833369b69
Merge pull request #78 from toyg/fix_build_warnings
...
libtorrent printf call expects long int
11 years ago
miguelfreitas
042617722b
Merge pull request #75 from gubatron/osx-env-warning-cleanups-doc-updates
...
OSX build documentation updates, cleanups, warning suppression.
11 years ago
toyg
4ec3817120
printf call expects long int
11 years ago
gubatron
5d582e92b6
merging last changes from original repository
11 years ago
gubatron
8466448d35
make sure BDB_INCLUDE_PATH is in the PATH for Mac users as it can be in conflict with existing BDB installation.
11 years ago
gubatron
613a312f65
silenced unused variable warnings.
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
miguelfreitas
194d17cd46
Merge pull request #71 from s9h869e5k5/fix-valgrind-warnings
...
Avoid valgrind warning.
11 years ago
Miguel Freitas
25128d93dd
refresh mention resource in dht
11 years ago
Miguel Freitas
8631460293
reduce MIN_CORE_FILEDESCRIPTORS again, now that we have a single leveldb for all torrents.
...
MIN_CORE_FILEDESCRIPTORS can't be much higher because it will limit nMaxConnections.
11 years ago
Jö Fahlke
3f4cc4535d
Explicitly initialize members of fundamental types; avoids "jump depends on
...
uninitialized value"-warnings by valgrind.
11 years ago
miguelfreitas
9233a01d8f
Merge pull request #69 from Finkregh/patch-1
...
fix tiny typo
11 years ago
Oluf Lorenzen
940d44f3fc
fix tiny typo
11 years ago
miguelfreitas
ee5d6b978b
Merge pull request #67 from iShift/patch-1
...
Update README.md - fix compiling link and notes
11 years ago
iShift
0d19cc3816
Update README.md - fix compiling link and notes
11 years ago
miguelfreitas
f491bdcba8
Merge pull request #64 from basst85/patch-1
...
Fixed small typo
11 years ago
basst85
791d3de786
Fixed small typo
11 years ago
Miguel Freitas
1e577bfdfb
missing function. thanks jpfox
11 years ago
Miguel Freitas
f3b9fc3148
validate post to promote. fix #34
11 years ago
miguelfreitas
ec364e9317
Merge pull request #60 from vdm/patch-1
...
Called out debug.log
11 years ago
Miguel Freitas
09625b2212
Join multiple dhtget responses. fix #14
11 years ago
Vincent Murphy
f7c151af4c
Called out debug.log
11 years ago
Miguel Freitas
d30a86a538
rpcallowip is important
11 years ago
Miguel Freitas
4c25acc6af
partialy revert changeset 77d1a4fb
. fixed one case (that -reindex would fix anyway) but broke another one.
11 years ago
Miguel Freitas
055240b2a9
fix "CreateNewBlock() : ConnectBlock failed" due to "duplicate username".
...
improve transaction collect in CreateNewBlock
11 years ago
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.
11 years ago
Miguel Freitas
e0dad4a114
update version
11 years ago
Miguel Freitas
77d1a4fb7b
trying to fix infinite recursion in SetBestChain
11 years ago
Miguel Freitas
ba43f10e8f
move spamuser key validation from CheckTransation to ConnectBlock.
...
reason: this is not context-independent validation.
11 years ago
Miguel Freitas
fbc7d9a77a
generalize checking if tx is in mainchain for GetTransaction
11 years ago
miguelfreitas
fdf8f3f873
Merge pull request #51 from lra/better_ubuntu_doc
...
Fixed the ubuntu building doc
11 years ago
miguelfreitas
7e5c85279a
Merge pull request #49 from toyg/osx_makefile_backport
...
osx makefile backport of be34510
11 years ago
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.
11 years ago
Miguel Freitas
9f9bb58635
disable safemode & add checkpoint
11 years ago
Laurent Raufaste
dd75bdc39d
Fixed the ubuntu building doc
...
Tested on pristine Ubuntu 12.04 LTS and 13.10
11 years ago
toyg
43ac45c925
osx makefile backporting of commit be34510a9a
11 years ago
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.
11 years ago
miguelfreitas
6c6c3fa0a2
Merge pull request #47 from iShift/master
...
Remove Bitcoin Docs, add simple ubuntu-debian install instruction
11 years ago
Miguel Freitas
58d905aab3
change max block size as well
11 years ago
Miguel Freitas
394333a8bb
increase the number of blocks to check at startup to force people to move to the right chain.
11 years ago
Miguel Freitas
6b01734ccf
fix segfault in dhtget when ses is NULL ( http://pastebin.com/rcJQm48W )
11 years ago
Miguel Freitas
23cb6fbdb6
limit transaction size
11 years ago
Shift
0b41bdd249
Remove Bitcoin docs
11 years ago
iShift
b30361837b
Create bulding-on-ubuntu-debian.md
11 years ago
miguelfreitas
17af248840
Merge pull request #45 from iShift/patch-1
...
Fix debian package names
11 years ago