Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-01 | Periodic language update | Wladimir J. van der Laan | |
Pull updated translations from Transifex before 0.9.2 | |||
2014-06-01 | Merge pull request #4257 | Wladimir J. van der Laan | |
5823449 Limit number of known addresses per peer (Pieter Wuille) | |||
2014-05-31 | remove dup of extern int nConnectTimeout; in netbase | Philip Kaufmann | |
2014-05-30 | Limit number of known addresses per peer | Pieter Wuille | |
2014-05-29 | osx: Fix missing dock menu with qt5 | Cory Fields | |
Qt5 Removed the qt_mac_set_dock_menu function and left no replacement. It was later re-added and deprecated for backwards-compatibility. Qt5.2 adds the non-deprecated QMenu::setAsDockMenu(). Use that when possible. | |||
2014-05-29 | No references to centralized databases in help text. | Pieter Wuille | |
2014-05-29 | Merge pull request #4132 | Wladimir J. van der Laan | |
d4e1c61 add DEFAULT_UPNP constant in net (Philip Kaufmann) | |||
2014-05-29 | [Qt] Fix Start bitcoin on system login | Cozz Lovan | |
2014-05-28 | Spelling fix in comment | Mathy Vanvoorden | |
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 3704a6a | |||
2014-05-28 | Merge pull request #4184 | Wladimir J. van der Laan | |
122549f Fix incorrect checkpoint data for testnet3 (David Hill) | |||
2014-05-27 | Merge pull request #3861 | Wladimir J. van der Laan | |
9ec0306 Add CODESEPARATOR/FindAndDelete() tests (Peter Todd) | |||
2014-05-25 | Merge pull request #4206 | Wladimir J. van der Laan | |
79d06dc Remove redundant c_str (R E Broadley) | |||
2014-05-25 | Merge pull request #4183 | Wladimir J. van der Laan | |
f40dbee remove CPubKey::VerifyCompact( ) which is never used (Kamil Domanski) 28b6c1d remove GetMedianTime( ) which is never used (Kamil Domanski) 5bd4adc remove LookupHostNumeric( ) which is never used (Kamil Domanski) 595f691 remove LogException( ) which is never used (Kamil Domanski) f4057cb remove CTransaction::IsNewerThan which is never used (Kamil Domanski) 0e31e56 remove CWallet::AddReserveKey which is never used (Kamil Domanski) | |||
2014-05-24 | Qt: Fix monospace font in osx 10.9 | Cory Fields | |
The "Monospace" hint was added in Qt 4.8, and it works as intended as opposed to "TypeWriter" which fails to load a font. | |||
2014-05-23 | Fix warning when compiling in OS X | Federico Bond | |
2014-05-23 | qt: Periodic language update | Wladimir J. van der Laan | |
Last-minute language update before release 0.9.2. | |||
2014-05-23 | Merge pull request #4152 | Wladimir J. van der Laan | |
3e8ac6a Replace non-threadsafe gmtime and setlocale (Wladimir J. van der Laan) a60838d Replace non-threadsafe strerror (Wladimir J. van der Laan) | |||
2014-05-23 | Replace non-threadsafe gmtime and setlocale | Wladimir J. van der Laan | |
Make DateTimeStrFormat use boost::posix_time. Also re-enable the util_DateTimeStrFormat tests, as they are no longer platform specific. | |||
2014-05-23 | Merge pull request #4212 | Wladimir J. van der Laan | |
d90491a Update test_main.cpp (LongShao007) | |||
2014-05-23 | Merge pull request #4166 | Wladimir J. van der Laan | |
b641c9c Fix addnode "onetry": Connect with OpenNetworkConnection (Cozz Lovan) | |||
2014-05-23 | Replace non-threadsafe strerror | Wladimir J. van der Laan | |
Log the name of the error as well as the error code if a network problem happens. This makes network troubleshooting more convenient. Use thread-safe strerror_r and the WIN32 equivalent FormatMessage. | |||
2014-05-22 | Update test_main.cpp | LongShao007 | |
i think should delete (#include "bitcoin-config.h")。 | |||
2014-05-22 | Remove forward declaration for non-existent class CCoinsDB | Wladimir J. van der Laan | |
Found by stephenreed on #bitcoin.dev. | |||
2014-05-22 | Remove redundant c_str | R E Broadley | |
2014-05-21 | Merge pull request #4204 | Wladimir J. van der Laan | |
305ccaa Add missing LOCK(cs_main) (Pieter Wuille) | |||
2014-05-21 | qt: Periodic language update | Wladimir J. van der Laan | |
2014-05-20 | Add missing LOCK(cs_main) | Pieter Wuille | |
2014-05-20 | add DEFAULT_UPNP constant in net | Philip Kaufmann | |
- as this is a shared Core/GUI setting, this makes it easier to keep them in sync (also no new includes are needed) | |||
2014-05-20 | remove CPubKey::VerifyCompact( ) which is never used | Kamil Domanski | |
2014-05-20 | remove GetMedianTime( ) which is never used | Kamil Domanski | |
2014-05-20 | remove LookupHostNumeric( ) which is never used | Kamil Domanski | |
2014-05-20 | remove LogException( ) which is never used | Kamil Domanski | |
2014-05-20 | remove CTransaction::IsNewerThan which is never used | Kamil Domanski | |
2014-05-20 | remove CWallet::AddReserveKey which is never used | Kamil Domanski | |
2014-05-20 | Merge pull request #4197 | Wladimir J. van der Laan | |
0b78ba8 Remove fDaemon flag checking on return from main(), which is useless and looks really strange. (Huang Le) | |||
2014-05-20 | Merge pull request #4199 | Wladimir J. van der Laan | |
0a59723 Remove extraneous c_str (R E Broadley) | |||
2014-05-20 | Remove extraneous c_str | R E Broadley | |
2014-05-20 | Remove fDaemon flag checking on return from main(), which is useless and ↵ | Huang Le | |
looks really strange. | |||
2014-05-19 | Merge pull request #4173 | Wladimir J. van der Laan | |
8c93bf4 LoadBlockIndexDB(): Require block db reindex if any blk*.dat files are missing. (Ashley Holman) 7a0e84d ProcessGetData(): abort if a block file is missing from disk (Ashley Holman) | |||
2014-05-19 | Merge pull request #4174 | Wladimir J. van der Laan | |
5248ff4 SetupEnvironment() - clean commit (Stuart Cardall) | |||
2014-05-13 | Fix incorrect checkpoint data for testnet3 | David Hill | |
2014-05-13 | SetupEnvironment() - clean commit | Stuart Cardall | |
2014-05-13 | remove ParseString(...) which is never used | Kamil Domanski | |
2014-05-13 | removed a few unnecessary casts | Kamil Domanski | |
2014-05-13 | json_spirit: #include <stdint.h> | Kamil Domanski | |
2014-05-13 | switch from boost int types to <stdint.h> | Kamil Domanski | |
2014-05-13 | Support IPv6 lookup in bitcoin-cli even when IPv6 only bound on localhost | Wladimir J. van der Laan | |
First query in the current way (intelligently determining which network has a non-localhost interface). If this does not succeed, try plain lookup. Needed for testing. Fixes #1827 by always allowing IPv6 to be used. | |||
2014-05-13 | Add -rpcbind option to allow binding RPC port on a specific interface | Wladimir J. van der Laan | |
Add -rpcbind command option to specify binding RPC service on one or multiple specific interfaces. Functionality if -rpcbind is not specified remains the same as before: - If no -rpcallowip specified, bind on localhost - If no -rpcbind specified, bind on any interface Implements part of #3111. | |||
2014-05-13 | Merge pull request #4181 | Wladimir J. van der Laan | |
f25e3ad Fix build in OS X 10.9 (Federico Bond) | |||
2014-05-13 | qt: periodic language update | Wladimir J. van der Laan | |
Pull updated translations from Transifex. Add mn (Mongolian) language. Do not update English translation for now as we want to keep compatibility with 0.9. |