Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-12 | qt: make URI scheme comparison case insensitive | Wladimir J. van der Laan | |
Fixes ancient issue #1460. | |||
2013-11-12 | Merge pull request #3238 from Diapolo/guiutil | Wladimir J. van der Laan | |
[Qt] remove GUIUtil::getSaveFileName() default arguments | |||
2013-11-12 | Merge pull request #3235 from Diapolo/misc | Wladimir J. van der Laan | |
misc small changes to polish after include cleanup | |||
2013-11-11 | Merge pull request #2980 from wtogami/silenceunusedwarning | Gavin Andresen | |
Silence useless warning in src/json/json_spirit_writer_template.h to mak... | |||
2013-11-11 | [Qt] remove GUIUtil::getSaveFileName() default arguments | Philip Kaufmann | |
- harmonize function with GUIUtil::getOpenFileName() - also make PNG Image singular (grammar) | |||
2013-11-11 | misc small changes to polish after include cleanup | Philip Kaufmann | |
2013-11-11 | Merge pull request #3187 from Diapolo/netManager | Wladimir J. van der Laan | |
[Qt] paymentserver: start netManager in uiReady() | |||
2013-11-11 | qt: add Open URI dialog | Wladimir J. van der Laan | |
2013-11-11 | [Qt] paymentserver: start netManager in uiReady() | Philip Kaufmann | |
- remove explicit init of netManager as this is done in the constructor anyway - move initNetManager() call to uiReady(), which removes an assert() and allows us to use message() in initNetManager() (currently unused but could be necessary because of proxy related messages) - make initNetManager() private - update paymentservertests.cpp | |||
2013-11-11 | configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common | Luke Dashjr | |
2013-11-10 | Merge pull request #3199 from sipa/mempoolmove | Gavin Andresen | |
Cleanup refactoring of coins/mempool | |||
2013-11-11 | Bump protocol version to 70002 | Gavin Andresen | |
2013-11-11 | Test alerts high at high PROTOCOL_VERSIONs | Gavin Andresen | |
I regenerated the alert test data; now alerts are tested against a protocol version way above the current protocol version. So we won't have to regenerate them every time we bump PROTOCOL_VERSION in the future. | |||
2013-11-11 | New reject p2p message | Gavin Andresen | |
2013-11-11 | Refactor: pull alert string sanitization into util | Gavin Andresen | |
2013-11-11 | Improve logging of failed connections | Gavin Andresen | |
2013-11-11 | Fix struct/class declaration mismatches | Gavin Andresen | |
2013-11-10 | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille | |
2013-11-10 | Make CCoinsView use block hashes instead of indices | Pieter Wuille | |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-11-08 | Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. | Brandon Dahler | |
2013-11-08 | Merge pull request #3223 from TheBlueMatt/master | Wladimir J. van der Laan | |
Test changes | |||
2013-11-08 | Add a few more basic script/tx test-cases. | Matt Corallo | |
2013-11-08 | Merge pull request #3155 from wtogami/split_proto_var | Wladimir J. van der Laan | |
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION | |||
2013-11-08 | [Qt] rename rpcconsole window | Philip Kaufmann | |
- rework window title to not include Bitcoin - in front, as no other dialog does this - favor a connect() call over an own function for clearing the traffic graph - write monospace lowercase (seems to be correct after some web search) and add a comment that we should avoid / remove fixed font sizes | |||
2013-11-07 | Merge pull request #3209 | Wladimir J. van der Laan | |
a80b1a0 [Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann) | |||
2013-11-06 | Merge pull request #3145 | Wladimir J. van der Laan | |
395d0d5 rework an ugly hack in processPaymentRequest() (Philip Kaufmann) 952d2cd make processPaymentRequest() use a single SendCoinsRecipient (Philip Kaufmann) 983cef4 payment-request UI: use SendCoinsRecipient.message for memo (Philip Kaufmann) c6c97e0 [Qt] Rework of payment request UI (mainly for insecure pr) (Philip Kaufmann) | |||
2013-11-05 | [Qt] make event() and eventFilter() in askpassphrasedialog protected | Philip Kaufmann | |
2013-11-05 | Merge pull request #3206 from Diapolo/addressbookpage_model | Wladimir J. van der Laan | |
[Qt] remove unused optionsmodel from addressbookpage | |||
2013-11-05 | [Qt] remove unused optionsmodel from addressbookpage | Philip Kaufmann | |
2013-11-05 | [Qt] use tr() instead of QObject::tr() in intro.cpp | Philip Kaufmann | |
2013-11-05 | qt: remove unused signal from addresstablemodel | Wladimir J. van der Laan | |
2013-11-05 | Merge pull request #3196 from laanwj/2013_11_nohavegui | Wladimir J. van der Laan | |
No more fHaveGUI | |||
2013-11-04 | Merge pull request #3198 from nvmd/compile_on_mavericks | Gavin Andresen | |
Make time facet non-constant | |||
2013-11-05 | Make time facet non-constant | Sergey Kazenyuk | |
2013-11-04 | qt: add license header to source files | Wladimir J. van der Laan | |
Closes #839 | |||
2013-11-04 | Merge pull request #3188 from Diapolo/logtimestamp_def | Wladimir J. van der Laan | |
make -logtimestamps default on and rework help-message | |||
2013-11-04 | Merge pull request #3076 from lano1106/uint256_util | Wladimir J. van der Laan | |
Make util phexdigit array reusable | |||
2013-11-04 | No more fHaveGUI | Wladimir J. van der Laan | |
No more specific handling of GUI in bitcoin core. Replace the last usage of fHaveGUI with a fForceServer parameter on AppInit2. | |||
2013-11-03 | process received messages one at a time without sleeping between messages | Patrick Strateman | |
2013-11-04 | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen | |
2013-11-02 | make -logtimestamps default on and rework help-message | Philip Kaufmann | |
2013-11-02 | Merge pull request #3087 | Pieter Wuille | |
caca6aa Make some globals in main non-public. (Pieter Wuille) 85eb2ce Do not use the redundant BestInvalidWork record in the block database. (Pieter Wuille) | |||
2013-11-01 | Merge pull request #3128 | Gavin Andresen | |
0056095 Show short scriptPubKeys correctly (Peter Todd) 22de68d Relay OP_RETURN TxOut as standard transaction type (Peter Todd) Signed-off-by: Gavin Andresen <gavinandresen@gmail.com> | |||
2013-11-01 | Merge pull request #3114 | Pieter Wuille | |
a616206 Give peer time-adjustment data an own lock (Pieter Wuille) | |||
2013-11-01 | Make some globals in main non-public. | Pieter Wuille | |
This means they are declared static, and their extern definition in main.h is removed. Also moved CBlockIndexWorkComparator to the .cpp file. | |||
2013-11-01 | Do not use the redundant BestInvalidWork record in the block database. | Pieter Wuille | |
As block index entries have a flag for marking invalid blocks, the 'best invalid work' information can be derived from there. In addition, remove the global from main.h | |||
2013-10-31 | rework an ugly hack in processPaymentRequest() | Philip Kaufmann | |
- use a QStringList to store valid addresses and format them for GUI and debug.log usage via .join() | |||
2013-10-31 | make processPaymentRequest() use a single SendCoinsRecipient | Philip Kaufmann | |
- as one this pulls main purpose is to change a payment request to be displayed as a single sendcoins entry | |||
2013-10-31 | payment-request UI: use SendCoinsRecipient.message for memo | Philip Kaufmann | |