| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #1369 from sipa/bootorder | Pieter Wuille | 2012-05-22 | 1 | -194/+204 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Reorder AppInit2 | Pieter Wuille | 2012-05-21 | 1 | -194/+204 | |
| * | | | | | | | | ProcessMessage(): remove duplicate orphan tx debug message | Jeff Garzik | 2012-05-22 | 1 | -3/+0 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #1379 from laanwj/2012_05_macoshide | Wladimir J. van der Laan | 2012-05-22 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove duplicate behavior on MacOSX | Wladimir J. van der Laan | 2012-05-22 | 1 | -1/+0 | |
| * | | | | | | | | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | 2012-05-22 | 1 | -7/+7 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | Merge pull request #1378 from rebroad/ProcessMessagesDebugCorrect | Gregory Maxwell | 2012-05-22 | 1 | -7/+7 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Correct debug.log output to show correct function the debug is coming from. | R E Broadley | 2012-05-22 | 1 | -7/+7 | |
| | | |/ / / / / / | ||||||
| * | | | | | | | | Merge branch 'optimize' | Gavin Andresen | 2012-05-22 | 6 | -286/+544 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Cache signature verifications | Gavin Andresen | 2012-05-18 | 2 | -1/+160 | |
| | * | | | | | | | Further DoS prevention: Verify signatures last | Gavin Andresen | 2012-05-18 | 1 | -5/+16 | |
| | * | | | | | | | Remove invalid dependent orphans from memory | Gavin Andresen | 2012-05-18 | 1 | -2/+12 | |
| | * | | | | | | | Optimize orphan transaction handling | Gavin Andresen | 2012-05-18 | 2 | -18/+58 | |
| | * | | | | | | | Refactor: GetRandHash() method for util | Gavin Andresen | 2012-05-17 | 4 | -15/+12 | |
| | * | | | | | | | Refactor: move code from key.h to key.cpp | Gavin Andresen | 2012-05-17 | 2 | -246/+285 | |
| * | | | | | | | | Define BOOST_SPIRIT_THREADSAFE in all makefiles | Jeff Garzik | 2012-05-21 | 5 | -5/+4 | |
| * | | | | | | | | Merge pull request #917 from mndrix/reopen-log-file | Pieter Wuille | 2012-05-21 | 3 | -1/+24 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Reopen debug.log on SIGHUP | Michael Hendricks | 2012-05-18 | 3 | -1/+21 | |
| | * | | | | | | | | Serialize access to debug.log stream | Michael Hendricks | 2012-05-18 | 1 | -0/+3 | |
| * | | | | | | | | | Merge pull request #1329 from laanwj/2012_05_addrremovewhitespace | Wladimir J. van der Laan | 2012-05-21 | 1 | -9/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Remove autocorrection of 0/i in addresses in UI | Wladimir J. van der Laan | 2012-05-21 | 1 | -9/+3 | |
| | * | | | | | | | | | Filter out whitespace and zero-width non-breaking spaces in validator | Wladimir J. van der Laan | 2012-05-21 | 1 | -2/+18 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1365 from Diapolo/askpassphrasedialog | Wladimir J. van der Laan | 2012-05-21 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | start rows in askpassphrasedialog.ui at 0 (not 1) | Philip Kaufmann | 2012-05-20 | 1 | -7/+7 | |
| * | | | | | | | | | | BDB: restore DB_PRIVATE flag to environment | Jeff Garzik | 2012-05-21 | 1 | -1/+6 | |
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1354 from fanquake/master | Pieter Wuille | 2012-05-20 | 46 | -46/+47 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Update License in File Headers | Fordy | 2012-05-18 | 46 | -46/+47 | |
| * | | | | | | | | | | Merge pull request #1363 from Diapolo/remove_strncasecmp | Pieter Wuille | 2012-05-20 | 2 | -9/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | remove strncasecmp() + strnicmp() calls and replace that code via boost::algo... | Philip Kaufmann | 2012-05-20 | 2 | -9/+7 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Make testcases build, prevent windows symbol collision | Wladimir J. van der Laan | 2012-05-20 | 13 | -80/+103 | |
| * | | | | | | | | | Process address book updates incrementally | Wladimir J. van der Laan | 2012-05-20 | 8 | -35/+113 | |
| * | | | | | | | | | Convert UI interface to boost::signals2. | Wladimir J. van der Laan | 2012-05-20 | 21 | -222/+263 | |
| * | | | | | | | | | Fine-grained UI updates | Wladimir J. van der Laan | 2012-05-20 | 24 | -273/+432 | |
| * | | | | | | | | | Merge pull request #1323 from Diapolo/string_fixes | Wladimir J. van der Laan | 2012-05-20 | 7 | -16/+16 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | allow translation of "options" used in the --help message / split translation... | Philip Kaufmann | 2012-05-17 | 7 | -16/+16 | |
| * | | | | | | | | | | Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_Icon | Wladimir J. van der Laan | 2012-05-20 | 2 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | add an icon for Debug logfile -> Open in the RPC console / add a missing comm... | Philip Kaufmann | 2012-05-18 | 2 | -1/+4 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1302 from laanwj/2012_05_utilstrings | Wladimir J. van der Laan | 2012-05-20 | 2 | -81/+37 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Get rid of snprintf (except one) with fixed buffers, shorten code | Wladimir J. van der Laan | 2012-05-14 | 2 | -81/+37 | |
| * | | | | | | | | | | Merge pull request #1360 from jgarzik/datasync | Jeff Garzik | 2012-05-19 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Default to DB_TXN_WRITE_NOSYNC for all transactional operations | Jeff Garzik | 2012-05-19 | 2 | -1/+2 | |
| * | | | | | | | | | | | Merge pull request #1358 from luke-jr/shared_lockchk | Pieter Wuille | 2012-05-19 | 1 | -35/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Shared code for wallet lock help and check | Luke Dashjr | 2012-05-18 | 1 | -35/+31 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1296 from Diapolo/CheckDiskSpace | Gavin Andresen | 2012-05-19 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | make CheckDiskSpace() use a global static const uint64 for checking required ... | Philip Kaufmann | 2012-05-14 | 2 | -5/+5 | |
| * | | | | | | | | | | | | Merge pull request #1289 from Diapolo/Bitcoin_as_noun | Gavin Andresen | 2012-05-19 | 12 | -31/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | change strings to Bitcoin (uppercase), where it is used as a noun and update ... | Philip Kaufmann | 2012-05-18 | 12 | -31/+30 | |
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1362 from laanwj/2012_05_debugwindowicon2 | Wladimir J. van der Laan | 2012-05-19 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Replace debug window icon with LGPL-licensed one (fixes #1348) | Wladimir J. van der Laan | 2012-05-19 | 1 | -0/+0 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1350 from jgarzik/del-deprecated | Jeff Garzik | 2012-05-18 | 1 | -17/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||