aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | In RPC console, attempt to format errorsWladimir J. van der Laan2012-08-311-2/+13
| * | | | | | | | | Fix RPC console parser to handle escaped arguments more like bashWladimir J. van der Laan2012-08-311-20/+98
* | | | | | | | | | enable ASLR and DEP for bitcoind.exe via linker flagsPhilip Kaufmann2012-08-292-4/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1745 from gmaxwell/irc_fixesJeff Garzik2012-08-291-5/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Don't retry a failing IRC nickname forever.Gregory Maxwell2012-08-281-1/+5
| * | | | | | | | Don't force IRC off if not listening, do force it off if IPv4 is off.Gregory Maxwell2012-08-281-5/+12
* | | | | | | | | Update strings for 0.7.0rc2Wladimir J. van der Laan2012-08-292-69/+74
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #1617 from Diapolo/Show_Hide_stringWladimir J. van der Laan2012-08-291-3/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update string for Show/Hide in the trayPhilip Kaufmann2012-08-291-3/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #1720 from Diapolo/Qt_aboutWladimir J. van der Laan2012-08-291-5/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Qt: add copyrightLabel to aboutdialog.uiPhilip Kaufmann2012-08-241-5/+14