Commit Graph

110 Commits (master)

Author SHA1 Message Date
q3k 85ff644d40 Deleted a whole bunch of unused crap 2014-01-26 14:43:02 +01:00
q3k 6300009a6e Get rid of main.cpp 2014-01-26 13:35:09 +01:00
donSchoe 5ab03326e7 Reverted/fixed unix makefile due to multiple complains. 2013-10-21 12:52:33 +02:00
donSchoe a68bb9392d Fixed unix makefile to include boost::chrono 2013-10-14 10:52:35 +02:00
Thomas Baumbach c4fdf0fa79 getworx (ok, we're finally there) 2013-09-11 00:04:33 +02:00
Thomas Baumbach da0ac224c3 test gwx 2013-09-10 19:35:22 +02:00
Thomas Baumbach 5ed5af50f1 fixed unix compilation file 2013-08-20 09:44:21 +02:00
Thomas Baumbach 6b7c02d773 small additions and some fixes for the communication
looks like the original client needs some love regarding 'getwork'
2013-08-18 21:22:41 +02:00
Thomas Baumbach 3850f798cb removed perftool (from repository and makefile) since it's no longer needed 2013-08-17 09:49:56 +02:00
Thomas Baumbach 53d38d2bf9 fixed last commit 2013-08-17 09:21:07 +02:00
Thomas Baumbach 927c8ae041 small addition for testing purpose 2013-08-17 09:15:07 +02:00
Thomas Baumbach eae386c0b2 added test code for perf/pool-tests 2013-08-16 08:39:52 +02:00
mikaelh ea5ecc0b23 Restore the original linking mode after -l gmp. 2013-07-26 17:28:23 +03:00
mikaelh 41c38d982d Added linker flags that allow bundling libgmp.so with the binary release on Linux. 2013-07-25 15:10:24 +03:00
mikaelh 07bbb688e9 Always link against GMP dynamically. 2013-07-25 14:25:50 +03:00
mikaelh 43ede0ac1b Initial high performance version commit. 2013-07-14 00:42:11 +03:00
Sunny King 23beafa6dc Primecoin: Remove genesis tool 2013-07-05 21:51:01 +01:00
Sunny King ea4c132406 Primecoin: Synchronized checkpoint system with user consent 2013-07-02 06:18:15 +01:00
Sunny King 5aa57376d0 Primecoin: Update Qt and daemon text messages
Update thread names
           Update Qt currency unit symbol and descriptions
           Update linux makefile
2013-06-19 22:16:25 +01:00
Sunny King 2ed87758ee Primecoin: Merge from bitcoin-0.8.2
Conflicts:
	.gitignore
	bitcoin-qt.pro
	contrib/verifysfbinaries/verify.sh
	doc/README
	doc/README_windows.txt
	doc/release-notes.txt
	share/setup.nsi
	src/bitcoinrpc.cpp
	src/checkpoints.cpp
	src/clientversion.h
	src/init.cpp
	src/main.cpp
	src/main.h
	src/makefile.linux-mingw
	src/net.cpp
	src/qt/bitcoingui.cpp
	src/qt/res/bitcoin-qt.rc
	src/qt/res/icons/toolbar.png
	src/qt/res/icons/toolbar_testnet.png
	src/test/checkblock_tests.cpp
2013-06-19 20:17:13 +01:00
Calvin Owens e74fbca1c2 Add comments to UNIX Makefile regarding USE_UPNP
The tri-state nature of USE_UPNP isn't immediately obvious, so paste
the explanation from doc/build-unix.txt as a comment in the makefile.
2013-04-17 00:04:03 -05:00
Gavin Andresen f49992d983 Merge pull request #2243 from luke-jr/bugfix_leveldb
LevelDB build bugfix
2013-04-08 18:03:03 -07:00
Matt Corallo c2efd981aa (finally) Remove IRC Seed support now that lfnet is down. 2013-03-24 19:38:19 -04:00
Sunny King 566aad32be Primecoin: Add tool for generating genesis block 2013-03-16 22:37:30 +00:00
Sunny King 0d0a3aba13 Primecoin: Preliminary implementation of Proth and Pocklington Theorems 2013-03-15 06:22:29 +00:00
Sunny King a3a6b12e08 Primecoin: Initial network setup and renaming files 2013-03-14 01:12:46 +00:00
Luke Dashjr 3a9c2d51e1 Bugfix: makefile.unix: Honour BOOST_LIB_SUFFIX on boost_unit_test_framework 2013-02-19 05:32:39 +00:00
Gavin Andresen fbd860287e Pass compiler flags down into leveldb make
Fixes issue#2288. Includes cleanups from Luke's pull 2243.
2013-02-15 19:55:44 -05:00
Pieter Wuille 3cce597fc9 Support large files on 32-bit Linux 2013-01-30 16:05:47 +01:00
Matt Corallo bd21612c37 Add a CBloomFilter class for use as a transaction filter. 2013-01-16 12:48:01 -05:00
Matt Corallo 7ab026f449 Add MurmurHash3 implementation to hash.h/add hash.cpp. 2013-01-16 12:48:01 -05:00
Robert Backhaus 978770b59d Change 'make' to $(MAKE) in leveldb make command line 2012-11-13 11:45:07 +10:00
Matt Corallo 3b4f8ad71d Use && instead of ; in leveldb calls to makefile. 2012-10-29 15:43:17 -04:00
Pieter Wuille 4ca60bba5c Remove BDB block database support 2012-10-20 23:08:57 +02:00
Pieter Wuille 2d8a48292b LevelDB block and coin databases
Split off CBlockTreeDB and CCoinsViewDB into txdb-*.{cpp,h} files,
implemented by either LevelDB or BDB.

Based on code from earlier commits by Mike Hearn in his leveldb
branch.
2012-10-20 23:08:57 +02:00
Pieter Wuille 43b7905e98 LevelDB glue
Database-independent glue for supporting LevelDB databases.

Based on code from earlier commits by Mike Hearn in his leveldb
branch.
2012-10-20 23:08:56 +02:00
Pieter Wuille 3ff3a2bd60 Makefile integration of LevelDB 2012-10-20 23:08:56 +02:00
Wladimir J. van der Laan 827d8c2e0c Revert "Remove -Wformat* warnings from makefiles"
This reverts commit 14ac0adcc7.
2012-10-01 19:45:42 +02:00
Wladimir J. van der Laan 14ac0adcc7 Remove -Wformat* warnings from makefiles
commit 5a1a3622 effectively enabled these warnings, but they need
to be fixed before being enabled in the general build scripts.
2012-09-27 04:10:21 +02:00
Gavin Andresen f2b066da70 Update gitignore and Makefiles for build.h move from src/ to src/obj 2012-09-20 10:28:13 -04:00
Gavin Andresen 8f09e4cac4 Give makefiles 'test' and 'check' targets to compile and run unit tests 2012-09-18 12:18:51 -04:00
Gavin Andresen f35c6c4fb9 Refactor: move alert code from main to alert.cpp/h 2012-08-28 17:04:54 -04:00
Luke Dashjr 9655d73f49 Allow building with IPv6 support, but it disabled by default 2012-08-23 21:01:01 +00:00
Luke Dashjr e422bebbdc Make IPv6 support buildtime-optional again (defaults to enabled) 2012-08-23 20:49:51 +00:00
Gavin Andresen f39ab4c8d0 Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin 2012-08-21 13:58:24 -04:00
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 2012-08-21 11:03:38 -04:00
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 2012-08-21 10:38:57 -04:00
Jeff Garzik 7600e7fc39 RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code 2012-08-21 02:21:33 -04:00
Matt Corallo da9e86c3b6 Allow setting a different linker than compiler in makefile.unix 2012-08-20 12:12:41 -04:00
Luke Dashjr 90d95b6323 Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows 2012-07-22 21:49:09 +00:00