| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -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 release | Gavin Andresen | 2011-02-14 | 1 | -14/+17 |
| | | |||||
| * | fixed makefile.vc | --author=Satoshi Nakamoto | 2010-07-30 | 1 | -2/+2 |
| | | |||||
| * | added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined ↵ | --author=Satoshi Nakamoto | 2010-07-27 | 1 | -23/+30 |
| | | | | | speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem | ||||
| * | bitcoind now compiles without wxWidgets or wxBase | Satoshi Nakamoto | 2010-07-26 | 1 | -16/+18 |
| | | |||||
| * | Configuration file, HTTP Basic authentication | Gavin Andresen | 2010-07-23 | 1 | -1/+1 |
| | | |||||
| * | Fix CRLF | Gavin Andresen | 2010-07-14 | 1 | -107/+107 |
| | | |||||
| * | fix unsafe string handling in wxGetTranslation | s_nakamoto | 2010-02-28 | 1 | -9/+9 |
| | | |||||
| * | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, | s_nakamoto | 2010-02-25 | 1 | -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_nakamoto | 2010-02-17 | 1 | -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_nakamoto | 2010-02-15 | 1 | -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 methods | s_nakamoto | 2010-02-14 | 1 | -1/+1 |
| | | |||||
| * | command line and JSON-RPC first draft, requires Boost 1.35 or higher for ↵ | s_nakamoto | 2010-02-12 | 1 | -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_nakamoto | 2009-10-29 | 1 | -2/+2 |
| | | | | | portability | ||||
| * | flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcut | s_nakamoto | 2009-10-21 | 1 | -2/+2 |
| | | |||||
| * | First commit | sirius-m | 2009-08-30 | 1 | -0/+77 |