aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+2
| * Cleanup makefiles such that diffs to them are smallerGiel van Schijndel2011-08-191-9/+28
* | CHECKMULTISIG unit tests.Gavin Andresen2011-08-261-2/+2
|/
* src/makefile.unix: remove -DFOURWAYSSE2Jeff Garzik2011-08-161-1/+1
* Fix testing setupVegard Nossum2011-08-081-3/+3
* Add wallet privkey encryption.Matt Corallo2011-07-131-1/+3
* Revert "Make UPnP default on Bitcoin but not on Bitcoind."Matt Corallo2011-07-051-11/+6
* Make UPnP default on Bitcoin but not on Bitcoind.Matt Corallo2011-07-021-6/+11
* Boost unit-testing framework.Gavin Andresen2011-06-271-2/+7
* move wallet code to separate filePieter Wuille2011-06-151-1/+3
* Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-6/+4
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+85