aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
Commit message (Expand)AuthorAgeFilesLines
* Allow setting a different linker than compiler in makefile.unixMatt Corallo2012-08-201-2/+4
* 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
|\
| * Allow users to customize CXX, CXXFLAGS, and LDFLAGS normallyLuke Dashjr2011-10-101-7/+6
* | bitcoind does not need to link with gthread-2.0Gavin Andresen2011-10-101-1/+0
|/
* Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ...Luke Dashjr2011-10-091-9/+28
* Auto-build dependenciesGavin Andresen2011-10-051-5/+18
* remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-7/+1
* Fix build: put back rules to build cryptopp filesGavin Andresen2011-09-261-0/+3
* Remove wxWidgetsGavin Andresen2011-09-261-19/+3
* Merge pull request #513 from cjdelisle/feature-hardeningGavin Andresen2011-09-261-1/+29
|\
| * Add some hardening to protect against unknown/future exploits.cjdelisle2011-09-121-1/+29
* | assure that base bitcoind and bitcoin still buildWladimir J. van der Laan2011-09-181-2/+2
|/
* Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen2011-09-011-9/+30
|\