aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-186-4/+28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-086-4/+28
* | | | | | | | | | | | Bump client version to 0.7.0.99 now that 0.7.0 release is final.Gavin Andresen2012-09-181-1/+1
* | | | | | | | | | | | update comment, secure_allocator is defined in allocators.hWladimir J. van der Laan2012-09-151-1/+1
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Bump client version number for 0.7.0rc3v0.7.0rc3v0.7.0Gavin Andresen2012-09-121-1/+1
* | | | | | | | | | | Do not abort if RPC listening for IPv6 failsPieter Wuille2012-09-121-5/+20
* | | | | | | | | | | Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell2012-09-091-3/+6
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Remove VC6 comment and pointless #ifdef'd benchmark codeWladimir J. van der Laan2012-09-091-52/+0
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1802 from luke-jr/bugfix_tsWladimir J. van der Laan2012-09-092-34/+40
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update translations from Transifex (100% coverage for Finnish and Chinese (Ch...Luke Dashjr2012-09-082-34/+40
* | | | | | | | | | Merge pull request #1796 from luke-jr/bugfix_tsWladimir J. van der Laan2012-09-0736-4759/+4922
|\| | | | | | | | |
| * | | | | | | | | Partially Bugfix: Update English translation strings and translations from Tr...Luke Dashjr2012-09-0836-4759/+4922
* | | | | | | | | | Merge pull request #1798 from xanatos/patch-19Wladimir J. van der Laan2012-09-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Wrong address added to collection in testxanatos2012-09-071-1/+1
* | | | | | | | | | | Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann2012-09-074-14/+36
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1786 from jgarzik/select-fixWladimir J. van der Laan2012-09-061-3/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | select(): Use precise fd presence check, rather than imprecise hSocketMax testJeff Garzik2012-09-051-3/+7
* | | | | | | | | | Fix double-paren typoGavin Andresen2012-09-061-1/+1
* | | | | | | | | | replace 2x WSAGetLastError() with 1x WSAGetLastError() callPhilip Kaufmann2012-09-051-2/+3
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Bump version number for 0.7.0rc2v0.7.0rc2Gavin Andresen2012-09-051-1/+1
* | | | | | | | | Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-gitGavin Andresen2012-09-059-293/+349
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Give testnet it's own alert key.Gavin Andresen2012-08-281-1/+4
| * | | | | | | | | Refactor: move alert code from main to alert.cpp/hGavin Andresen2012-08-289-293/+346
* | | | | | | | | | Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos2012-09-051-1/+1
* | | | | | | | | | Merge pull request #1789 from Diapolo/fix_double_StartuptimeJeff Garzik2012-09-041-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove double logging of startup time, when !fLogTimestampsPhilip Kaufmann2012-09-051-1/+0
| | |/ / / / / / / / | |/| | | | | | | |
* / | | | | | | | | fix signed/unsigned usage in BlockFilePath()Philip Kaufmann2012-09-051-1/+1
|/ / / / / / / / /
* | | | | | | | | Add block file naming helper, BlockFilePath()Jeff Garzik2012-09-041-1/+7
* | | | | | | | | init.cpp: fix build error, and possibly-uninit'd warningJeff Garzik2012-09-041-2/+2
* | | | | | | | | Merge pull request #1427 from rebroad/StartTimeFixJeff Garzik2012-09-041-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | No need to log start time if it's already being done on every line.R E Broadley2012-09-011-0/+2
* | | | | | | | | | Merge pull request #1777 from laanwj/2012_09_eliminate_sprintfJeff Garzik2012-09-041-10/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove last occurrence of potentially insecure function sprintf.Wladimir J. van der Laan2012-09-031-10/+8
* | | | | | | | | | | Merge pull request #1779 from xanatos/patch-15Jeff Garzik2012-09-041-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Useless vector declarationxanatos2012-09-031-1/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik2012-09-049-79/+40
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-299-29/+29
| * | | | | | | | | | | implement CreateThread with boost::threadWladimir J. van der Laan2012-08-292-52/+13
* | | | | | | | | | | | Merge pull request #1743 from xanatos/patch-14Wladimir J. van der Laan2012-09-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Changed nprev->pprevxanatos2012-08-281-1/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1728 from xanatos/patch-11Wladimir J. van der Laan2012-09-031-4/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Removed duplicated lockxanatos2012-08-271-4/+1
* | | | | | | | | | | | Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen2012-09-023-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr2012-09-023-6/+12
* | | | | | | | | | | | Merge pull request #1761 from Diapolo/timeout_descWladimir J. van der Laan2012-09-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | add default value in -timeout descriptionPhilip Kaufmann2012-08-301-1/+1
* | | | | | | | | | | | Merge pull request #1771 from luke-jr/bugfix_bip22_modeJeff Garzik2012-09-011-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Bugfix: getblocktemplate: Accept optional "mode" parameter not being providedLuke Dashjr2012-09-011-0/+4
* | | | | | | | | | | | RPC console: escaping within ' and " now handled differentlyWladimir J. van der Laan2012-09-011-16/+9
* | | | | | | | | | | | Merge pull request #1758 from laanwj/2012_08_uiconsole_parsingGregory Maxwell2012-08-311-22/+111
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |