aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-13Use C99 printf statements in mingwWladimir J. van der Laan
Otherwise, format specifiers such as %llu will not work on XP or earlier. This bug was introduced with 51ed9ec9. http://sourceforge.net/apps/trac/mingw-w64/wiki/gnu%20printf
2013-11-12qt: make URI scheme comparison case insensitiveWladimir J. van der Laan
Fixes ancient issue #1460.
2013-11-12Merge pull request #3238 from Diapolo/guiutilWladimir J. van der Laan
[Qt] remove GUIUtil::getSaveFileName() default arguments
2013-11-12Merge pull request #3235 from Diapolo/miscWladimir J. van der Laan
misc small changes to polish after include cleanup
2013-11-11Merge pull request #2980 from wtogami/silenceunusedwarningGavin Andresen
Silence useless warning in src/json/json_spirit_writer_template.h to mak...
2013-11-11[Qt] remove GUIUtil::getSaveFileName() default argumentsPhilip Kaufmann
- harmonize function with GUIUtil::getOpenFileName() - also make PNG Image singular (grammar)
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann
2013-11-11Merge pull request #3187 from Diapolo/netManagerWladimir J. van der Laan
[Qt] paymentserver: start netManager in uiReady()
2013-11-11Merge pull request #3138 from super3/masterWladimir J. van der Laan
Squash README
2013-11-11Merge pull request #3215 from laanwj/2013_11_openuridialogWladimir J. van der Laan
qt: add Open URI dialog
2013-11-11qt: add Open URI dialogWladimir J. van der Laan
2013-11-11Space saving in /doc README.super3
Fixed. Split off build, and bootstrap link.
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-11doc: replace DOS with MSYS shell to be more consistentWladimir J. van der Laan
A plain DOS window doesn't have the right path settings, whereas the MSYS shell window does.
2013-11-11Merge pull request #3233 from laanwj/2013_11_autoconfWladimir J. van der Laan
Autoconf improvements
2013-11-11configure: Automatically disable bitcoin-qt by default, if dependencies are ↵Luke Dashjr
not met
2013-11-11Merge pull request #3231 from brandondahler/doc-autotool-updateWladimir J. van der Laan
Update build docs that refer to old makefile.* files.
2013-11-11configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.commonLuke Dashjr
2013-11-11Merge pull request #3232 from laanwj/2013_11_ubuntu1310Wladimir J. van der Laan
doc: add note about building on Ubuntu 13.10
2013-11-11doc: add note about building on Ubuntu 13.10Wladimir J. van der Laan
Also mention `autoconf` as required package.
2013-11-10Update build docs that refer to old makefile.* files.Brandon Dahler
Also update pull-tester's error message.
2013-11-10Merge pull request #3199 from sipa/mempoolmoveGavin Andresen
Cleanup refactoring of coins/mempool
2013-11-10Merge pull request #3185 from gavinandresen/rejectGavin Andresen
Reject p2p message
2013-11-11Bump protocol version to 70002Gavin Andresen
2013-11-11Test alerts high at high PROTOCOL_VERSIONsGavin 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-11New reject p2p messageGavin Andresen
2013-11-11Refactor: pull alert string sanitization into utilGavin Andresen
2013-11-11Improve logging of failed connectionsGavin Andresen
2013-11-11Fix struct/class declaration mismatchesGavin Andresen
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille
2013-11-10Make CCoinsView use block hashes instead of indicesPieter Wuille
2013-11-10Merge pull request #2767Pieter Wuille
51ed9ec Cleanup code using forward declarations. (Brandon Dahler)
2013-11-10Cleanup 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-09Merge pull request #3211Pieter Wuille
b64187d Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. (Brandon Dahler)
2013-11-08Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.Brandon Dahler
2013-11-08Merge pull request #3223 from TheBlueMatt/masterWladimir J. van der Laan
Test changes
2013-11-08Add a few more basic script/tx test-cases.Matt Corallo
2013-11-08Merge pull request #3155 from wtogami/split_proto_varWladimir J. van der Laan
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION
2013-11-08Merge pull request #3222 from Diapolo/debug-windowWladimir J. van der Laan
[Qt] rename rpcconsole window
2013-11-08[Qt] rename rpcconsole windowPhilip 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-07Merge pull request #3209Wladimir J. van der Laan
a80b1a0 [Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann)
2013-11-07Merge pull request #3191 from wtogami/integrity_checkWladimir J. van der Laan
Check integrity of gitian input source tarballs
2013-11-06Merge pull request #3145Wladimir 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 protectedPhilip Kaufmann
2013-11-05Merge pull request #3206 from Diapolo/addressbookpage_modelWladimir J. van der Laan
[Qt] remove unused optionsmodel from addressbookpage
2013-11-05Merge pull request #3205 from Diapolo/introWladimir J. van der Laan
[Qt] use tr() instead of QObject::tr() in intro.cpp
2013-11-05[Qt] remove unused optionsmodel from addressbookpagePhilip Kaufmann
2013-11-05[Qt] use tr() instead of QObject::tr() in intro.cppPhilip Kaufmann
2013-11-05qt: remove unused signal from addresstablemodelWladimir J. van der Laan
2013-11-05Merge pull request #3196 from laanwj/2013_11_nohaveguiWladimir J. van der Laan
No more fHaveGUI