aboutsummaryrefslogtreecommitdiff
path: root/makefile.mingw
Commit message (Collapse)AuthorAgeFilesLines
* Fredrik Roubert: simplified makefile.unix with wx-config, misc--author=Satoshi Nakamoto2010-07-301-1/+1
|
* added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined ↵--author=Satoshi Nakamoto2010-07-271-15/+18
| | | | 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-14/+12
|
* Configuration file, HTTP Basic authenticationGavin Andresen2010-07-231-1/+1
|
* Fix CRLFGavin Andresen2010-07-141-76/+76
|
* better prevention of inventory relaying during initial download,s_nakamoto2010-05-261-1/+1
| | | | | | | message checksum between nodes with 0.2.9 or higher, optimization level up from -O0 to -O2, rpc functions: setlabel, getlabel, getaddressesbylabel, getreceivedbyaddress, getreceivedbylabel, listreceivedbyaddress, listreceivedbylabel -- version 0.2.9
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,s_nakamoto2010-02-251-36/+26
| | | | | | 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-0/+86
added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2