aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #694 from luke-jr/restore_old_miniupnp_compatGavin Andresen2011-12-121-1/+14
|\ | | | | Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
| * Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)Luke Dashjr2011-12-101-1/+14
| |
* | Merge pull request #693 from laanwj/min_fix_tmpshowWladimir J. van der Laan2011-12-091-5/+5
|\ \ | | | | | | Prevent window from being shown momentarily when using -min
| * | Prevent window from being shown momentarily when using -minWladimir J. van der Laan2011-12-091-5/+5
|/ / | | | | | | | | - In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor. - This change prevents this by connecting show() to the signal instead.
* | Merge pull request #679 from laanwj/cmdline_minimizeGavin Andresen2011-12-051-2/+10
|\ \ | | | | | | Implement -min option to start minimized
| * | Implement -min option to start minimizedWladimir J. van der Laan2011-12-041-2/+10
| | |
* | | Merge pull request #682 from TheBlueMatt/gdicryptoGavin Andresen2011-12-051-1/+3
|\ \ \ | | | | | | | | Move -lgdi32 after -lcrypto (fixes #681)
| * | | Move -lgdi32 after -lcrypto (fixes #681).Matt Corallo2011-12-031-1/+3
|/ / /
* | | Merge pull request #654 from TheBlueMatt/dnsseed-threadGavin Andresen2011-12-023-7/+38
|\ \ \ | | | | | | | | Move DNS Seed lookup to a new thread.
| * | | Move DNS Seed lookup to a new thread.Matt Corallo2011-11-263-7/+38
| | | |
* | | | Merge pull request #670 from gavinandresen/rpcauth_speedupGavin Andresen2011-12-011-7/+5
|\ \ \ \ | | | | | | | | | | Speed up RPC authentication (reworked pull from Joel Katz)
| * | | | Speed up RPC authentication (reworked pull from Joel Katz)Gavin Andresen2011-12-011-7/+5
| | | | |
* | | | | Merge pull request #534 from gavinandresen/DoSorphansGavin Andresen2011-12-0113-31/+247
|\ \ \ \ \ | |/ / / / |/| | | | Denial-of-service prevention: low-difficulty blocks
| * | | | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-015-8/+132
| | | | |
| * | | | Moved checkpoints out of main, to prep for using them to help prevent DoS ↵Gavin Andresen2011-12-0113-29/+121
|/ / / / | | | | | | | | | | | | attacks
* | | | Merge pull request #666 from nobled/secstringsGavin Andresen2011-11-309-54/+40
|\ \ \ \ | | | | | | | | | | Implement an mlock()'d string class for storing passphrases
| * | | | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-269-54/+40
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now.
* | | | Merge pull request #667 from laanwj/homeaddriconsGavin Andresen2011-11-302-0/+0
|\ \ \ \ | | | | | | | | | | Make home and addressbook icon more consistent with other toolbar icons
| * | | | Make home and addressbook icon more consistent with other toolbar icons ↵Wladimir J. van der Laan2011-11-262-0/+0
| |/ / / | | | | | | | | | | | | (make it blue and flip light source direction)
* / / / Add missing command-line arguments to --help/-? outputGavin Andresen2011-11-271-4/+15
|/ / /
* | | allow for filtering addresses and labels by searching for the typed string ↵Wladimir J. van der Laan2011-11-241-1/+1
| | | | | | | | | | | | anywhere, not just at the beginning (#641)
* | | update translation: deNils Schneider2011-11-241-32/+32
| | |
* | | add translations: hu ukNils Schneider2011-11-243-0/+4681
| | |
* | | Merge pull request #662 from paraipan/masterNils Schneider2011-11-242-40/+86
|\ \ \ | |/ / |/| | Some patches...
| * | Small fixes in both spanish translationsAlex B2011-11-242-40/+86
|/ /
* | update translations: da de nl ru zh_TWNils Schneider2011-11-225-136/+140
| |
* | add italian translationNils Schneider2011-11-222-0/+2341
| |
* | Don't forget to bump release numbers in READMEs next timeGavin Andresen2011-11-211-0/+1
| |
* | Bump version numbers to 0.5.1Gavin Andresen2011-11-212-2/+2
| |
* | Merge pull request #602 from wowus/masterGavin Andresen2011-11-212-9/+34
|\ \ | | | | | | Cleaned up critical section code.
| * | Added simple critical section test cases.Clark Gaebel2011-11-021-0/+19
| | |
| * | Cleaned up the critical section macros.Clark Gaebel2011-11-021-9/+15
| | |
* | | Merge pull request #634 from laanwj/doxygenGavin Andresen2011-11-2131-134/+1973
|\ \ \ | | | | | | | | Add doxygen documentation
| * | | Improve documentation for UI classesWladimir J. van der Laan2011-11-1328-121/+178
| | | |
| * | | Example documented classWladimir J. van der Laan2011-11-131-13/+43
| | | |
| * | | Add doxygen documentation configuration fileWladimir J. van der Laan2011-11-132-0/+1752
| | | |
* | | | Merge pull request #632 from mndrix/deprecate-getblocknumberGavin Andresen2011-11-211-2/+4
|\ \ \ \ | | | | | | | | | | Deprecate RPC getblocknumber
| * | | | Deprecate RPC getblocknumberMichael Hendricks2011-11-111-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This RPC is exactly identical to getblockcount. This duplication dates back to commit 22f721dbf23cf5ce9e3ded9bcfb65a3894cc0f8c when Satoshi created the RPC interface. There's no need to have both, so we standardize on "count" which matches the naming convention in getconnectioncount. Following the tradition established with previously deprecated APIs, getblocknumber continues to work, but it's not listed in the help system.
* | | | | Merge pull request #652 from TheBlueMatt/masterGavin Andresen2011-11-212-20/+13
|\ \ \ \ \ | | | | | | | | | | | | Update contrib/debian/ for 0.5.0 release and fix copyright file.
| * | | | | Update contrib/debian/ for 0.5.0 release and fix copyright file.Matt Corallo2011-11-212-20/+13
| | | | | |
* | | | | | Update release process instructionsGavin Andresen2011-11-211-52/+51
| | | | | |
* | | | | | Bump version to 0.5.1Gavin Andresen2011-11-213-5/+5
| | | | | |
* | | | | | Merge pull request #653 from luke-jr/bugfix_transparent_tooltipWladimir J. van der Laan2011-11-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Bugfix: only make QListView transparent, not its tooltips
| * | | | | Bugfix: only make QListView transparent, not its tooltipsLuke Dashjr2011-11-211-1/+1
| | | | | |
* | | | | | Merge pull request #646 from luke-jr/bugfix_MIT_iconsWladimir J. van der Laan2011-11-211-8/+20
|\| | | | | | | | | | | | | | | | | update debian copyright file for MIT icon relicensing
| * | | | | update debian copyright file for MIT icon relicensingLuke Dashjr2011-11-201-8/+20
|/ / / / /
* | | | | relicense my own images as MITWladimir J. van der Laan2011-11-201-1/+1
| | | | |
* | | | | close old db when rewritingv0.5.0rc7v0.5.0Pieter Wuille2011-11-201-50/+52
| | | | |
* | | | | Never remove database files on shutdown, it caused unreadable wallets on ↵Gavin Andresen2011-11-203-28/+1
| | | | | | | | | | | | | | | | | | | | some testers' machines.
* | | | | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen2011-11-174-9/+16
| | | | |