| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #694 from luke-jr/restore_old_miniupnp_compat | Gavin Andresen | 2011-12-12 | 1 | -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 Dashjr | 2011-12-10 | 1 | -1/+14 |
| | | | |||||
| * | | Merge pull request #693 from laanwj/min_fix_tmpshow | Wladimir J. van der Laan | 2011-12-09 | 1 | -5/+5 |
| |\ \ | | | | | | | Prevent window from being shown momentarily when using -min | ||||
| | * | | Prevent window from being shown momentarily when using -min | Wladimir J. van der Laan | 2011-12-09 | 1 | -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_minimize | Gavin Andresen | 2011-12-05 | 1 | -2/+10 |
| |\ \ | | | | | | | Implement -min option to start minimized | ||||
| | * | | Implement -min option to start minimized | Wladimir J. van der Laan | 2011-12-04 | 1 | -2/+10 |
| | | | | |||||
| * | | | Merge pull request #682 from TheBlueMatt/gdicrypto | Gavin Andresen | 2011-12-05 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | Move -lgdi32 after -lcrypto (fixes #681) | ||||
| | * | | | Move -lgdi32 after -lcrypto (fixes #681). | Matt Corallo | 2011-12-03 | 1 | -1/+3 |
| |/ / / | |||||
| * | | | Merge pull request #654 from TheBlueMatt/dnsseed-thread | Gavin Andresen | 2011-12-02 | 3 | -7/+38 |
| |\ \ \ | | | | | | | | | Move DNS Seed lookup to a new thread. | ||||
| | * | | | Move DNS Seed lookup to a new thread. | Matt Corallo | 2011-11-26 | 3 | -7/+38 |
| | | | | | |||||
| * | | | | Merge pull request #670 from gavinandresen/rpcauth_speedup | Gavin Andresen | 2011-12-01 | 1 | -7/+5 |
| |\ \ \ \ | | | | | | | | | | | Speed up RPC authentication (reworked pull from Joel Katz) | ||||
| | * | | | | Speed up RPC authentication (reworked pull from Joel Katz) | Gavin Andresen | 2011-12-01 | 1 | -7/+5 |
| | | | | | | |||||
| * | | | | | Merge pull request #534 from gavinandresen/DoSorphans | Gavin Andresen | 2011-12-01 | 13 | -31/+247 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Denial-of-service prevention: low-difficulty blocks | ||||
| | * | | | | Orphan block fill-up-memory attack prevention | Gavin Andresen | 2011-12-01 | 5 | -8/+132 |
| | | | | | | |||||
| | * | | | | Moved checkpoints out of main, to prep for using them to help prevent DoS ↵ | Gavin Andresen | 2011-12-01 | 13 | -29/+121 |
| |/ / / / | | | | | | | | | | | | | attacks | ||||
| * | | | | Merge pull request #666 from nobled/secstrings | Gavin Andresen | 2011-11-30 | 9 | -54/+40 |
| |\ \ \ \ | | | | | | | | | | | Implement an mlock()'d string class for storing passphrases | ||||
| | * | | | | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | 2011-11-26 | 9 | -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/homeaddricons | Gavin Andresen | 2011-11-30 | 2 | -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 Laan | 2011-11-26 | 2 | -0/+0 |
| | |/ / / | | | | | | | | | | | | | (make it blue and flip light source direction) | ||||
| * / / / | Add missing command-line arguments to --help/-? output | Gavin Andresen | 2011-11-27 | 1 | -4/+15 |
| |/ / / | |||||
| * | | | allow for filtering addresses and labels by searching for the typed string ↵ | Wladimir J. van der Laan | 2011-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | anywhere, not just at the beginning (#641) | ||||
| * | | | update translation: de | Nils Schneider | 2011-11-24 | 1 | -32/+32 |
| | | | | |||||
| * | | | add translations: hu uk | Nils Schneider | 2011-11-24 | 3 | -0/+4681 |
| | | | | |||||
| * | | | Merge pull request #662 from paraipan/master | Nils Schneider | 2011-11-24 | 2 | -40/+86 |
| |\ \ \ | |/ / |/| | | Some patches... | ||||
| | * | | Small fixes in both spanish translations | Alex B | 2011-11-24 | 2 | -40/+86 |
| |/ / | |||||
| * | | update translations: da de nl ru zh_TW | Nils Schneider | 2011-11-22 | 5 | -136/+140 |
| | | | |||||
| * | | add italian translation | Nils Schneider | 2011-11-22 | 2 | -0/+2341 |
| | | | |||||
| * | | Don't forget to bump release numbers in READMEs next time | Gavin Andresen | 2011-11-21 | 1 | -0/+1 |
| | | | |||||
| * | | Bump version numbers to 0.5.1 | Gavin Andresen | 2011-11-21 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #602 from wowus/master | Gavin Andresen | 2011-11-21 | 2 | -9/+34 |
| |\ \ | | | | | | | Cleaned up critical section code. | ||||
| | * | | Added simple critical section test cases. | Clark Gaebel | 2011-11-02 | 1 | -0/+19 |
| | | | | |||||
| | * | | Cleaned up the critical section macros. | Clark Gaebel | 2011-11-02 | 1 | -9/+15 |
| | | | | |||||
| * | | | Merge pull request #634 from laanwj/doxygen | Gavin Andresen | 2011-11-21 | 31 | -134/+1973 |
| |\ \ \ | | | | | | | | | Add doxygen documentation | ||||
| | * | | | Improve documentation for UI classes | Wladimir J. van der Laan | 2011-11-13 | 28 | -121/+178 |
| | | | | | |||||
| | * | | | Example documented class | Wladimir J. van der Laan | 2011-11-13 | 1 | -13/+43 |
| | | | | | |||||
| | * | | | Add doxygen documentation configuration file | Wladimir J. van der Laan | 2011-11-13 | 2 | -0/+1752 |
| | | | | | |||||
| * | | | | Merge pull request #632 from mndrix/deprecate-getblocknumber | Gavin Andresen | 2011-11-21 | 1 | -2/+4 |
| |\ \ \ \ | | | | | | | | | | | Deprecate RPC getblocknumber | ||||
| | * | | | | Deprecate RPC getblocknumber | Michael Hendricks | 2011-11-11 | 1 | -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/master | Gavin Andresen | 2011-11-21 | 2 | -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 Corallo | 2011-11-21 | 2 | -20/+13 |
| | | | | | | | |||||
| * | | | | | | Update release process instructions | Gavin Andresen | 2011-11-21 | 1 | -52/+51 |
| | | | | | | | |||||
| * | | | | | | Bump version to 0.5.1 | Gavin Andresen | 2011-11-21 | 3 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #653 from luke-jr/bugfix_transparent_tooltip | Wladimir J. van der Laan | 2011-11-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Bugfix: only make QListView transparent, not its tooltips | ||||
| | * | | | | | Bugfix: only make QListView transparent, not its tooltips | Luke Dashjr | 2011-11-21 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #646 from luke-jr/bugfix_MIT_icons | Wladimir J. van der Laan | 2011-11-21 | 1 | -8/+20 |
| |\| | | | | | | | | | | | | | | | | | update debian copyright file for MIT icon relicensing | ||||
| | * | | | | | update debian copyright file for MIT icon relicensing | Luke Dashjr | 2011-11-20 | 1 | -8/+20 |
| |/ / / / / | |||||
| * | | | | | relicense my own images as MIT | Wladimir J. van der Laan | 2011-11-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | close old db when rewritingv0.5.0rc7v0.5.0 | Pieter Wuille | 2011-11-20 | 1 | -50/+52 |
| | | | | | | |||||
| * | | | | | Never remove database files on shutdown, it caused unreadable wallets on ↵ | Gavin Andresen | 2011-11-20 | 3 | -28/+1 |
| | | | | | | | | | | | | | | | | | | | | | some testers' machines. | ||||
| * | | | | | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6 | Gavin Andresen | 2011-11-17 | 4 | -9/+16 |
| | | | | | | |||||