Commit Graph

4772 Commits

Author SHA1 Message Date
miguelfreitas
796fd9f1e5 Merge pull request #104 from ddorian1/doc
Overlay for gentoo
2014-01-19 18:01:19 -08:00
miguelfreitas
efad6632fa Merge pull request #98 from jd/jd/fix-build
Fix AM_INIT_AUTOMAKE call
2014-01-19 17:56:56 -08:00
miguelfreitas
4085c2b002 Merge pull request #99 from toyg/new_osx_build_doc
updated OSX build doc to use Autotools (easier)
2014-01-19 17:55:55 -08:00
Miguel Freitas
102d172ca3 highly experimental soft checkpoint based on consensus 2014-01-19 22:25:22 -02:00
Johannes Schwab
6449904d5c Add doc to build on gentoo with overlay 2014-01-19 21:17:31 +01:00
Giacomo Lacava
2e42e4bb5d updated OSX build doc to use Autotools (easier) 2014-01-19 03:42:42 +00:00
Miguel Freitas
1df2b24f90 0.9.7 2014-01-19 01:00:24 -02:00
Miguel Freitas
6416fa5d58 another try to fix the infinite recursion triggered when the new (longer) chain
contains an invalid transaction (due to older, buggy, twisterd or attacker).
i'm not entirely convinced that original bitcoin couldn't be attacked the same
way (51% is still needed, but crashing the client is pretty bad).
2014-01-19 00:53:15 -02:00
Miguel Freitas
19ff320d24 replace HaveTxIndex for GetTransaction. this is a more secure check since it also
verifies if tx is part of current main chain. old test may cause problems for people
trying to reregister their usernames in case of reversal attack since nodes might incorrectly
refuse to accept/retransmit the new transaction.
2014-01-18 20:36:18 -02:00
Julien Danjou
9a03edfa50 Call AM_INIT_AUTOMAKE once
It is actually invalid to call AM_INIT_AUTOMAKE several time, and
provokes an error.
2014-01-18 22:19:30 +01:00
miguelfreitas
bfbe583ff4 Merge pull request #94 from iShift/patch-1
fix #91
2014-01-18 12:39:15 -08:00
Miguel Freitas
25b2ee3e9d update ax_boost_base.m4 from gnu repository. fixes path detection for 64-bit systems, very good. 2014-01-18 18:31:20 -02:00
miguelfreitas
55c831733f Merge pull request #93 from kmpm/ubuntu
moved vagrant and changed to ubuntu
2014-01-18 07:31:05 -08:00
iShift
2d5c1ce94e fix #91 2014-01-18 14:14:22 +03:00
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