Gavin Andresen
358ce2664d
New reject p2p message
11 years ago
Gavin Andresen
17faf56262
Refactor: pull alert string sanitization into util
11 years ago
Gavin Andresen
0f90613cbe
Improve logging of failed connections
11 years ago
Gavin Andresen
3a6faabecf
Fix struct/class declaration mismatches
11 years ago
Pieter Wuille
a0fa20a12b
Move CCoins-related logic to coins.{cpp.h}
11 years ago
Pieter Wuille
84674082b0
Make CCoinsView use block hashes instead of indices
11 years ago
Pieter Wuille
f76c122e2e
Merge pull request #2767
...
51ed9ec
Cleanup code using forward declarations. (Brandon Dahler)
11 years ago
Brandon Dahler
51ed9ec971
Cleanup code using forward declarations.
...
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.
11 years ago
Pieter Wuille
7c4c207be8
Merge pull request #3211
...
b64187d
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. (Brandon Dahler)
11 years ago
Brandon Dahler
b64187d05f
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
11 years ago
Wladimir J. van der Laan
995cb284cf
Merge pull request #3223 from TheBlueMatt/master
...
Test changes
11 years ago
Matt Corallo
eacc6f4a26
Add a few more basic script/tx test-cases.
11 years ago
Wladimir J. van der Laan
9a165e5714
Merge pull request #3155 from wtogami/split_proto_var
...
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION
11 years ago
Wladimir J. van der Laan
7f0ccea768
Merge pull request #3222 from Diapolo/debug-window
...
[Qt] rename rpcconsole window
11 years ago
Philip Kaufmann
91163c15f6
[Qt] rename rpcconsole window
...
- 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
11 years ago
Wladimir J. van der Laan
b744fdbf52
Merge pull request #3209
...
a80b1a0
[Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
182e9090a5
Merge pull request #3191 from wtogami/integrity_check
...
Check integrity of gitian input source tarballs
11 years ago
Wladimir J. van der Laan
65d0fc4b73
Merge pull request #3145
...
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)
11 years ago
Philip Kaufmann
a80b1a0312
[Qt] make event() and eventFilter() in askpassphrasedialog protected
11 years ago
Wladimir J. van der Laan
04f5286096
Merge pull request #3206 from Diapolo/addressbookpage_model
...
[Qt] remove unused optionsmodel from addressbookpage
11 years ago
Wladimir J. van der Laan
07131220f3
Merge pull request #3205 from Diapolo/intro
...
[Qt] use tr() instead of QObject::tr() in intro.cpp
11 years ago
Philip Kaufmann
5cd85c4228
[Qt] remove unused optionsmodel from addressbookpage
11 years ago
Philip Kaufmann
011e1c060a
[Qt] use tr() instead of QObject::tr() in intro.cpp
11 years ago
Wladimir J. van der Laan
c82cddcc55
qt: remove unused signal from addresstablemodel
11 years ago
Wladimir J. van der Laan
25d056a58f
Merge pull request #3196 from laanwj/2013_11_nohavegui
...
No more fHaveGUI
11 years ago
Gavin Andresen
63bea1d2e6
Merge pull request #3198 from nvmd/compile_on_mavericks
...
Make time facet non-constant
11 years ago
Wladimir J. van der Laan
e304dbd3f8
Merge pull request #3197 from laanwj/2013_11_qt_license
...
qt: add license header to source files
11 years ago
Sergey Kazenyuk
e5a2c9794c
Make time facet non-constant
11 years ago
Wladimir J. van der Laan
e592d43f51
qt: add license header to source files
...
Closes #839
11 years ago
Wladimir J. van der Laan
c4f2a002ca
Merge pull request #3188 from Diapolo/logtimestamp_def
...
make -logtimestamps default on and rework help-message
11 years ago
Wladimir J. van der Laan
bac72640ee
Merge pull request #3076 from lano1106/uint256_util
...
Make util phexdigit array reusable
11 years ago
Wladimir J. van der Laan
e30bd78f81
No more fHaveGUI
...
No more specific handling of GUI in bitcoin core.
Replace the last usage of fHaveGUI with a fForceServer
parameter on AppInit2.
11 years ago
Gavin Andresen
97f844dd95
Merge pull request #3180 from pstratem/processgetdata
...
Reduce latency in network processing
11 years ago
Matt Corallo
338d24bb00
Skip comparison tool on win32 since Wine breaks it
11 years ago
Patrick Strateman
75ef87dd93
process received messages one at a time without sleeping between messages
11 years ago
Gavin Andresen
a95a1c06b1
Merge pull request #3154 from gavinandresen/mempool_refactor
...
Mempool refactor
11 years ago
Gavin Andresen
319b11607f
Refactor: CTxMempool class to its own txmempool.{cpp,h}
11 years ago
Gavin Andresen
39b4f0d7dd
Merge pull request #3193 from joshtriplett/patch-1
...
.gitignore: Simplify references to the same file in different directories
11 years ago
Philip Kaufmann
959e62f0c8
make -logtimestamps default on and rework help-message
11 years ago
Josh Triplett
edd6c8f94f
.gitignore: Simplify references to the same file in different directories
...
Unless a .gitignore pattern is anchored, it'll match in any directory, not juts at the top level. Simplify .gitignore accordingly.
11 years ago
Pieter Wuille
694c7c8161
Merge pull request #3087
...
caca6aa
Make some globals in main non-public. (Pieter Wuille)
85eb2ce
Do not use the redundant BestInvalidWork record in the block database. (Pieter Wuille)
11 years ago
Warren Togami
b31482844b
Check integrity of gitian input source tarballs
11 years ago
Gavin Andresen
837369806a
Merge pull request #3128
...
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>
11 years ago
Pieter Wuille
1dffbf0060
Merge pull request #3114
...
a616206
Give peer time-adjustment data an own lock (Pieter Wuille)
11 years ago
Pieter Wuille
caca6aa4eb
Make some globals in main non-public.
...
This means they are declared static, and their extern definition in
main.h is removed. Also moved CBlockIndexWorkComparator to the .cpp
file.
11 years ago
Pieter Wuille
85eb2cef33
Do not use the redundant BestInvalidWork record in the block database.
...
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
11 years ago
Philip Kaufmann
395d0d5af0
rework an ugly hack in processPaymentRequest()
...
- use a QStringList to store valid addresses and format them for GUI and
debug.log usage via .join()
11 years ago
Philip Kaufmann
952d2cdb56
make processPaymentRequest() use a single SendCoinsRecipient
...
- as one this pulls main purpose is to change a payment request to
be displayed as a single sendcoins entry
11 years ago
Philip Kaufmann
983cef4802
payment-request UI: use SendCoinsRecipient.message for memo
11 years ago
Philip Kaufmann
c6c97e0f4e
[Qt] Rework of payment request UI (mainly for insecure pr)
...
- this shows insecure (unsecured) payment requests in a new yellowish
colored UI (based on the secure payment request UI) instead of our
normal payment UI
- allows us to receive paymentACK messages for insecure payment requests
- allows us to handle expirations for insecure payment request
- changed walletmodel, so that all types of payment requests don't touch
the addressbook
11 years ago