aboutsummaryrefslogtreecommitdiff
path: root/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-119/+0
| | | | | | | | | | | | | | | | | | | there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs
* Update windows build process for 0.3.20 releaseGavin Andresen2011-02-141-14/+17
|
* fixed makefile.vc--author=Satoshi Nakamoto2010-07-301-2/+2
|
* added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined ↵--author=Satoshi Nakamoto2010-07-271-23/+30
| | | | speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem
* bitcoind now compiles without wxWidgets or wxBaseSatoshi Nakamoto2010-07-261-16/+18
|
* Configuration file, HTTP Basic authenticationGavin Andresen2010-07-231-1/+1
|
* Fix CRLFGavin Andresen2010-07-141-107/+107
|
* fix unsafe string handling in wxGetTranslations_nakamoto2010-02-281-9/+9
|
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,s_nakamoto2010-02-251-32/+55
| | | | | | split init and shutdown from ui.cpp into init.cpp, support wxUSE_GUI=0 -- version 0.2.7
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, s_nakamoto2010-02-171-15/+20
| | | | | added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2
* strip out unfinished product, review and market stuff, s_nakamoto2010-02-151-5/+2
| | | | enable _() instead of wxT() in uiproject.fbp so it uses wxGetTranslation for the wxFormBuilder generated part of the UI
* renamed a few rpc methodss_nakamoto2010-02-141-1/+1
|
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for ↵s_nakamoto2010-02-121-10/+15
| | | | | | | | | boost::asio, added SetBitcoinAddress and GetBitcoinAddress methods on CScript, critsect interlocks around mapAddressBook, added some random delays in tx broadcast to improve privacy, now compiles with MSVC 8.0
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ↵s_nakamoto2009-10-291-2/+2
| | | | portability
* flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto2009-10-211-2/+2
|
* First commitsirius-m2009-08-301-0/+77