Commit Graph

4608 Commits

Author SHA1 Message Date
kmpm
73e8df12cf moved vagrant and changed to ubuntu
Also using the new autoconf
2014-01-18 02:44:57 +01:00
Miguel Freitas
76980c5f6a remove autoconf generated files from git 2014-01-17 20:51:42 -02:00
Miguel Freitas
dddd6a514f gitignore autotools 2014-01-17 20:46:51 -02:00
miguelfreitas
9a789ec988 Merge pull request #89 from kmpm/vagrant
Added support for building in vagrant
2014-01-17 11:04:38 -08:00
Miguel Freitas
defb9ef6a9 First try to add proper autotools build system 2014-01-17 16:36:06 -02:00
miguelfreitas
b350b3c0e7 Merge pull request #87 from chrisglass/patch-1
Added two missing dependencies.
2014-01-17 04:57:10 -08:00
Peter Magnusson
d9912ac43e Added support for building in vagrant 2014-01-17 13:54:30 +01:00
miguelfreitas
f129daa6f6 Merge pull request #85 from toyg/fix_help
fixes #56
2014-01-17 03:32:33 -08:00
Chris Glass
3025103933 Added two missing dependencies.
Autoconf and libtool were missing.
2014-01-17 10:45:47 +01:00
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.
2014-01-17 00:01:16 -02:00
toyg
0ada1bda54 fixes #56 2014-01-17 01:21:01 +00:00
Miguel Freitas
d19fef0028 nothing interesting, just checkpointing + warning fix 2014-01-16 14:43:37 -02:00
miguelfreitas
0833369b69 Merge pull request #78 from toyg/fix_build_warnings
libtorrent printf call expects long int
2014-01-16 06:02:45 -08:00
miguelfreitas
042617722b Merge pull request #75 from gubatron/osx-env-warning-cleanups-doc-updates
OSX build documentation updates, cleanups, warning suppression.
2014-01-16 05:46:34 -08:00
toyg
4ec3817120 printf call expects long int 2014-01-16 01:36:26 +00:00
gubatron
5d582e92b6 merging last changes from original repository 2014-01-15 17:52:48 -05:00
gubatron
8466448d35 make sure BDB_INCLUDE_PATH is in the PATH for Mac users as it can be in conflict with existing BDB installation. 2014-01-15 15:19:19 -05:00
gubatron
613a312f65 silenced unused variable warnings. 2014-01-15 12:54:17 -05:00
gubatron
c0b9349afb revert changes on config.guess, the bootstrap script changed this file, perhaps shouldn't be in repo 2014-01-15 12:16:47 -05:00
gubatron
01b69ad102 added 2 missing brew dependencies that broke the bootstrap.sh script. 2014-01-15 11:29:36 -05:00
miguelfreitas
194d17cd46 Merge pull request #71 from s9h869e5k5/fix-valgrind-warnings
Avoid valgrind warning.
2014-01-15 08:29:04 -08:00
Miguel Freitas
25128d93dd refresh mention resource in dht 2014-01-15 14:00:39 -02:00
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.
2014-01-15 08:47:05 -02:00
Jö Fahlke
3f4cc4535d Explicitly initialize members of fundamental types; avoids "jump depends on
uninitialized value"-warnings by valgrind.
2014-01-15 03:30:25 +00:00
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