| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | Do not report spurious deadlocks caused by TRY_LOCK | Pieter Wuille | 2012-04-09 | 2 | -7/+7 | |
| | * | | | | | | | | Support for parametrized locks in deadlock detector | Pieter Wuille | 2012-04-09 | 1 | -9/+9 | |
| | * | | | | | | | | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille | 2012-04-09 | 19 | -190/+286 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'filesystem' of https://github.com/Diapolo/bitcoin | Gavin Andresen | 2012-04-09 | 3 | -28/+39 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | fixed small error in bitcoinrpc.cpp | Philip Kaufmann | 2012-04-06 | 1 | -2/+2 | |
| | * | | | | | | | updated util.cpp to use make_preferred() | Philip Kaufmann | 2012-04-06 | 1 | -9/+14 | |
| | * | | | | | | | updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o... | Philip Kaufmann | 2012-04-06 | 1 | -13/+15 | |
| | * | | | | | | | updated db.cpp to use make_preferred() | Philip Kaufmann | 2012-04-06 | 1 | -6/+10 | |
| * | | | | | | | | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr | 2012-04-06 | 14 | -82/+85 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1033 from sipa/wait | Pieter Wuille | 2012-04-06 | 3 | -122/+132 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Condition variable for outbound connection slots | Pieter Wuille | 2012-04-04 | 1 | -19/+22 | |
| | * | | | | | | | Locking system overhaul, add condition variables | Pieter Wuille | 2012-04-04 | 2 | -103/+110 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Change sign message bitcoin address tooltip to "The address to sign the messa... | graingert | 2012-04-06 | 1 | -1/+1 | |
| * | | | | | | | Flush on log size instead of transaction count | Pieter Wuille | 2012-04-05 | 2 | -10/+2 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #1043 from Diapolo/misc | Gavin Andresen | 2012-04-05 | 1 | -10/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | removed obsolete boost workaround (boost ticket #4258) | Philip Kaufmann | 2012-04-05 | 1 | -10/+0 | |
| * | | | | | | | Merge pull request #1042 from gavinandresen/use_ssl_cleanup | Gavin Andresen | 2012-04-05 | 7 | -44/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove USE_SSL #define | Gavin Andresen | 2012-04-04 | 7 | -44/+5 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1037 from gavinandresen/addmultisigenable | Gavin Andresen | 2012-04-05 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Enable addmultisigaddress RPC call for main network | Gavin Andresen | 2012-04-04 | 1 | -2/+0 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1036 from gavinandresen/pubsubcleanup | Gavin Andresen | 2012-04-05 | 2 | -167/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove half-implemented publish/subscribe system | Gavin Andresen | 2012-04-04 | 2 | -167/+0 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1035 from gavinandresen/osxbuild | Gavin Andresen | 2012-04-05 | 1 | -3/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add ifdef RELEASE to makefile.osx as the compile-for-older-macs flags | Gavin Andresen | 2012-04-04 | 1 | -3/+10 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1039 from sipa/fix_955 | Gregory Maxwell | 2012-04-05 | 2 | -10/+18 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Verify status of encrypt/decrypt calls to detect failed padding | Pieter Wuille | 2012-04-05 | 2 | -10/+18 | |
| | |/ / / / / | ||||||
| * / / / / / | removed an unused / obsolete tag from bitcoin.qrc | Philip Kaufmann | 2012-04-05 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1019 from laanwj/2012_03_uirefactor | Pieter Wuille | 2012-04-04 | 30 | -372/+320 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t... | Wladimir J. van der Laan | 2012-04-04 | 9 | -89/+61 | |
| | * | | | | | Use a messagebox to display the error when -server is provided without provid... | Wladimir J. van der Laan | 2012-04-04 | 1 | -8/+9 | |
| | * | | | | | qtui.h/noui.h interface cleanup | Wladimir J. van der Laan | 2012-04-04 | 12 | -51/+47 | |
| | * | | | | | support RPC stop and encryptwallet with UI | Wladimir J. van der Laan | 2012-04-04 | 5 | -15/+17 | |
| | * | | | | | move translation function _ to qtui.h/noui.h instead of util.h | Wladimir J. van der Laan | 2012-04-04 | 2 | -7/+5 | |
| | * | | | | | remove dependency on serialize.h and util.h for SecureString | Wladimir J. van der Laan | 2012-04-04 | 5 | -116/+123 | |
| | * | | | | | remove unused CalledSetStatusBar and UIThreadCall notifications | Wladimir J. van der Laan | 2012-04-04 | 4 | -25/+0 | |
| | * | | | | | Update UI through async calls MainFrameRepaint and AddressBookRepaint instead... | Wladimir J. van der Laan | 2012-04-04 | 13 | -54/+46 | |
| | * | | | | | Code deduplication: make function in GUIUtil to get connection type to call o... | Wladimir J. van der Laan | 2012-04-04 | 3 | -18/+23 | |
| | * | | | | | move QT_PLUGINS stuff to qt main file, where it belongs | Wladimir J. van der Laan | 2012-04-04 | 2 | -11/+11 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1025 from Diapolo/GUI-BlockDL | Wladimir J. van der Laan | 2012-04-04 | 1 | -10/+24 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | clarified comment why we use an own progressbar style / included "~" in the t... | Philip Kaufmann | 2012-04-03 | 1 | -1/+2 | |
| | * | | | | changed percentage done in tooltip to float to be more precise / allowed plur... | Philip Kaufmann | 2012-04-03 | 1 | -4/+4 | |
| | * | | | | polished code and fixed progress display (was very jerky at the end of a sync) | Philip Kaufmann | 2012-04-02 | 1 | -11/+9 | |
| | * | | | | color update for progress bar | Philip Kaufmann | 2012-04-02 | 1 | -1/+1 | |
| | * | | | | implemented OS independent progress bar style / moved one-time functions used... | Philip Kaufmann | 2012-04-02 | 1 | -7/+9 | |
| | * | | | | changed progressbar text to "~n blocks remaining" | Philip Kaufmann | 2012-04-02 | 1 | -5/+8 | |
| | * | | | | removed relative progressbar display and moved re-worked network detection co... | Philip Kaufmann | 2012-04-02 | 1 | -22/+13 | |
| | * | | | | modified block DL progressbar to be dynamic and more precise | Philip Kaufmann | 2012-04-02 | 1 | -8/+27 | |
| * | | | | | VC2010 compile fixes | Wladimir J. van der Laan | 2012-04-03 | 11 | -19/+53 | |
| * | | | | | Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_time | Gregory Maxwell | 2012-04-02 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Increase time ago of last block for "up to date" status from 30 to 90 minutes | Wladimir J. van der Laan | 2012-04-02 | 1 | -1/+1 | |