Cozz Lovan
1c5f0af0fd
[Qt] Add column Watch-only to transactions list
10 years ago
Cozz Lovan
939ed97373
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
10 years ago
Wladimir J. van der Laan
8b11d3de7a
Merge pull request #4592
...
1dec09b
depends: add shared dependency builder (Cory Fields)
10 years ago
Wladimir J. van der Laan
d17ce77fc1
Merge pull request #4664
...
565e569
libc-compat: add new symbol that's now needed (Cory Fields)
8021cf8
build: fix FDELT_TYPE configure check (Cory Fields)
10 years ago
Cozz Lovan
6b5b7cbfb4
Categorize rpc help overview
...
Conflicts:
src/rpcserver.cpp
Github-Pull: #4539
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: df3d321
10 years ago
Wladimir J. van der Laan
fecab8773d
Merge pull request #4666
...
ab45ddb
Fix typo in gettransaction help (Derek701)
10 years ago
Wladimir J. van der Laan
3e089a00e7
Merge pull request #4668
...
9297763
[Qt] Add TRY_LOCK back to peertablemodel (Cozz Lovan)
10 years ago
Wladimir J. van der Laan
85af3856e7
Merge pull request #4622
...
c7f3876
URLs containing a / after the address no longer cause parsing errors. (Ross Nicoll)
10 years ago
Wladimir J. van der Laan
ea96475d23
build: Add mention of --disable-wallet to bdb48 error messages
10 years ago
Cozz Lovan
9297763dad
[Qt] Add TRY_LOCK back to peertablemodel
10 years ago
Derek701
ab45ddb599
Fix typo in gettransaction help
10 years ago
Cory Fields
565e569772
libc-compat: add new symbol that's now needed
10 years ago
Cory Fields
8021cf8dbc
build: fix FDELT_TYPE configure check
...
This probably never worked properly. Confirmed working now with every compiler
I throw at it.
10 years ago
Cory Fields
1dec09b341
depends: add shared dependency builder
...
See the README's in depends for documentation
10 years ago
Ross Nicoll
c7f3876d4a
URLs containing a / after the address no longer cause parsing errors.
10 years ago
Jeff Garzik
36065cc529
Merge branch 'patch-4' of git://github.com/benhc123/bitcoin into merge-PR4653
...
Merge #4653
10 years ago
Wladimir J. van der Laan
f5d99075bf
Merge pull request #4635
...
6c23b08
CCoinsKeyHasher::operator() should return size_t (Wladimir J. van der Laan)
10 years ago
Wladimir J. van der Laan
fffe947c48
Merge pull request #4627
...
94e1b9e
[Qt] re-work overviewpage UI (Philip Kaufmann)
10 years ago
Philip Kaufmann
94e1b9e05b
[Qt] re-work overviewpage UI
...
- ensure normal and watch-only stuff looks consistent
- simplify UI by removing unneeded UI layout elements
- change some comments to watch-only from watchonly
10 years ago
Wladimir J. van der Laan
3181986d7e
Merge pull request #4636
...
efd6b87
small net cleanup (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
2260c99f38
Merge pull request #4643
...
292cc07
qt: fix unicode character display on osx when building with 10.7 sdk (Cory Fields)
10 years ago
Philip Kaufmann
efd6b87811
small net cleanup
...
- add comment for disabling sigpipe
- add closing comment in compat.h
- remove redundant check in net.h
10 years ago
Cory Fields
292cc072f3
qt: fix unicode character display on osx when building with 10.7 sdk
10 years ago
Wladimir J. van der Laan
003bbd5f76
Merge pull request #4645
...
6b271a3
build: fix race in 'make deploy' for windows (Cory Fields)
d343460
build: Fix 'make deploy' when binaries haven't been built yet (Cory Fields)
206a7f9
build: hook up qt translations for static osx packaging (Cory Fields)
d597219
build: add --with-qt-translationdir to configure for use with static qt (Cory Fields)
71941ce
build: teach macdeploy the -translations-dir argument, for use with static qt (Cory Fields)
f8120f7
build: Find the proper xcb/pcre dependencies (Cory Fields)
eccd585
build: silence mingw fpic warning spew (Cory Fields)
a98356f
build: don't let libtool insert rpath into binaries (Cory Fields)
10 years ago
Ben Holden-Crowther
b6884b8594
Added bullet point
...
To make it easier to add new requirements if necessary
10 years ago
Wladimir J. van der Laan
0b588168ab
Merge pull request #4640
...
733177e
Remove size limit in RPC client, keep it in server (Wladimir J. van der Laan)
e17151a
Avoid a copy in RPC output (Wladimir J. van der Laan)
10 years ago
Wladimir J. van der Laan
6c23b08203
CCoinsKeyHasher::operator() should return size_t
...
It currently returns uint64_t, which on older boost (at least 1.46) causes
test failures on 32-bit systems.
This problem was introduced in bc42503
.
Fixes #4634 .
10 years ago
Cory Fields
6b271a3911
build: fix race in 'make deploy' for windows
...
The binary builds can clobber eachother, so use a single subdir dependency
instead.
10 years ago
Cory Fields
d3434601ba
build: Fix 'make deploy' when binaries haven't been built yet
10 years ago
Cory Fields
206a7f9de6
build: hook up qt translations for static osx packaging
10 years ago
Cory Fields
d597219d6d
build: add --with-qt-translationdir to configure for use with static qt
10 years ago
Cory Fields
71941ce580
build: teach macdeploy the -translations-dir argument, for use with static qt
...
When QT is linked statically, macdeploy can't infer its paths. While plugins
and frameworks don't need to be packaged, translations still do (for now).
10 years ago
Cory Fields
f8120f7e0f
build: Find the proper xcb/pcre dependencies
10 years ago
Cory Fields
eccd58567d
build: silence mingw fpic warning spew
10 years ago
Cory Fields
a98356fee8
build: don't let libtool insert rpath into binaries
10 years ago
Wladimir J. van der Laan
8833acc4c9
Merge pull request #4498
...
2887bff
Update coding style and add .clang-format (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
e05d72055a
qt: bitcoin_en update after 8d0d512
10 years ago
Wladimir J. van der Laan
607758db93
Merge pull request #4631
...
a409467
more Bitcoin -> Bitcoin Core string changes (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
5f1b76aaf0
Merge pull request #4615
...
283a3b8
small ordering cleanup of init help message (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
9db9257ac4
Merge pull request #4629
...
ead6737
[Qt] format ping times in peers tab as ms (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
733177ebd3
Remove size limit in RPC client, keep it in server
...
The size limit makes a lot of sense for the server, as it never has to
accept very large data.
The client, however, can request arbitrary amounts of data with
`listtransactions` on a large wallet.
Fixes #4604 .
10 years ago
Wladimir J. van der Laan
e17151ad2a
Avoid a copy in RPC output
...
Split up HTTPReply into HTTPReply and HTTPReplyHeader, so that
the message data can be streamed directly.
Also removes a c_str(), which would have prevented binary
output with NUL characters in it.
10 years ago
Wladimir J. van der Laan
5e94d0036a
Merge pull request #4626
...
e1eb741
doc: Modernize steps to be followed after release (Wladimir J. van der Laan)
10 years ago
ntrgn
9ce0774aba
build: Fix windows configure when using --with-qt-libdir
...
fixes #4630
Github-Pull: #4633
10 years ago
Philip Kaufmann
a409467e14
more Bitcoin -> Bitcoin Core string changes
10 years ago
Philip Kaufmann
ead6737b87
[Qt] format ping times in peers tab as ms
...
- also align ping times to the right
10 years ago
Wladimir J. van der Laan
8d0d512bde
Merge pull request #4606
...
bd0aa10
Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution. (Doug)
10 years ago
Jeff Garzik
70b9d36a2c
Log "version" message IP addresses in client connect summary
...
The only other method of logging remote addresses is via
-logips=1 -debug=net
which increases the logged activity by 100x or more.
Github-Pull: #4608
Amended-By: Wladimir J. van der Laan <laanwj@gmail.com>
10 years ago
Wladimir J. van der Laan
ab676c3ac4
Merge pull request #4612
...
6548cc9
test: don't let the port number exceed the legal range (Cory Fields)
a67eef1
test: redirect comparison tool output to stdout (Cory Fields)
10 years ago
Wladimir J. van der Laan
2497209b77
Merge pull request #4598
...
e59441f
Process fee estimate file into temporary vector first to let sanity checking complete. (Alex Morcos)
961ae93
Fix minor bug which only affected log messages. (Alex Morcos)
17f1567
Fixed a bug with index bounds checking (Alex Morcos)
10 years ago