aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove -Wformat* warnings from makefiles"Wladimir J. van der Laan2012-10-011-1/+1
* Remove -Wformat* warnings from makefilesWladimir J. van der Laan2012-09-271-1/+1
* Update gitignore and Makefiles for build.h move from src/ to src/objGavin Andresen2012-09-201-1/+1
* Give makefiles 'test' and 'check' targets to compile and run unit testsGavin Andresen2012-09-181-0/+3
* Refactor: move alert code from main to alert.cpp/hGavin Andresen2012-08-281-0/+1
* Allow building with IPv6 support, but it disabled by defaultLuke Dashjr2012-08-231-1/+1
* Make IPv6 support buildtime-optional again (defaults to enabled)Luke Dashjr2012-08-231-1/+6
* Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen2012-08-211-2/+4
|\
| * Allow setting a different linker than compiler in makefile.unixMatt Corallo2012-08-201-2/+4
* | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-0/+1
* | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik2012-08-211-0/+1
* | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik2012-08-211-0/+1
|/
* Replace all occurances of license.txt with COPYING, including naming the file...Luke Dashjr2012-07-221-1/+1
* Use linker-arguments only when linkingGiel van Schijndel2012-07-171-4/+9
* Implement raw transaction RPC callsGavin Andresen2012-07-051-0/+1
* Work around a distcc bug where -MMD output isn't copied.Matt Corallo2012-07-031-2/+2
* Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik2012-06-281-0/+1
* Define BOOST_SPIRIT_THREADSAFE in all makefilesJeff Garzik2012-05-211-1/+1
* Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.R E Broadley2012-05-171-1/+1
* Partially revert f621326: xCXXFLAGSPieter Wuille2012-05-131-6/+9
* Merge pull request #1021 from sipa/ipv6Pieter Wuille2012-05-111-1/+1
|\
| * IPv6 node supportPieter Wuille2012-05-111-1/+1
* | Split synchronization mechanisms from util.{h,cpp}Pieter Wuille2012-05-111-0/+1
|/
* Clean up warningsPieter Wuille2012-05-091-7/+6
* Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGSJeff Garzik2012-05-081-1/+1
* makefile.unix: add -Wall to default CXXFLAGSJeff Garzik2012-05-081-2/+2
* Merge pull request #1150 from gavinandresen/NOPCHGavin Andresen2012-04-261-1/+1
|\
| * Remove unused -DNOPCHGavin Andresen2012-04-251-1/+1
* | Define TEST_DATA_DIR so unit tests can be run from any current working directoryGavin Andresen2012-04-261-0/+2
|/
* Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-0/+1
* enable all warnings except invalid-offsetof, sign-compare, unused-parameterWladimir J. van der Laan2012-04-151-1/+1
* Fix build.h dependenciesPieter Wuille2012-04-111-4/+5
* Build identification stringsPieter Wuille2012-04-101-1/+9
* Remove USE_SSL #defineGavin Andresen2012-04-041-4/+0
* Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan2012-04-041-1/+2
* Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen2012-03-221-0/+1
|\
| * CAddrMan: stochastic address managerPieter Wuille2012-02-241-0/+1
* | Avoid some pointless warnings while compilingPierre Pronchery2012-03-211-1/+1
|/
* Properly include $*_LIB_PATH in makefile.unixMatt Corallo2012-02-151-2/+2
* Rename src/obj/test to src/obj-test to workaround bug in older GNU MakeLuke Dashjr2012-01-231-5/+5
* Bugfix: Support building test_bitcoin with shared-object boost test frameworkLuke Dashjr2012-01-231-2/+4
* Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen2012-01-121-7/+6
* Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from...Gavin Andresen2012-01-121-23/+0
* Network stack refactorPieter Wuille2012-01-061-0/+2
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-2/+4
* Key import and exportPieter Wuille2011-12-171-0/+1
* Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-171-0/+1
* Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-0/+2
* Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be...cjdelisle2011-10-161-1/+6
* Merge pull request #578 from luke-jr/bitcoind_build_improvementsGavin Andresen2011-10-101-7/+6
|\