851eb1efb1
Merge pull request #3554
...
77f1b4a
gitian: add optimization to win32 protobuf (Wladimir J. van der Laan)
2014-01-18 15:27:09 +01:00
fb766b640c
Merge pull request #3555
...
060fdb4
Squashed 'src/leveldb/' changes from e991315..9094c7f (Pieter Wuille)
2014-01-18 15:19:54 +01:00
b9d384a45d
Merge src/leveldb changes: temporarily revert to writing .sst files.
2014-01-18 14:32:29 +01:00
060fdb41fc
Squashed 'src/leveldb/' changes from e991315..9094c7f
...
9094c7f Temporarily revert to writing .sst files instead of .ldb
git-subtree-dir: src/leveldb
git-subtree-split: 9094c7ffe45e0bedd84ea414828f768fd49bcdf7
2014-01-18 14:32:29 +01:00
77f1b4ae19
gitian: add optimization to win32 protobuf
...
When overriding CXXFLAGS, also provide optimization flags, otherwise
we're building without optimization.
2014-01-18 13:16:08 +01:00
6c19ca1f92
Merge pull request #3490
...
7e08e29
better std::exception logging for block/undo files (Philip Kaufmann)
2014-01-18 12:25:05 +01:00
a8db31c83d
qt: allow walletpassphrase
in debug console without -server
...
Currently it is only possible to use `walletpassphrase` to unlock the
wallet when bitcoin is started in server mode.
Almost everything that manipulates the wallet in the RPC console
needs the wallet to be unlocked and is thus unusable without -server.
This is pretty unintuitive to me, and I'm sure it's even more confusing
to users.
Solve this with a very minimal change: by making the GUI start a
dummy RPC thread just to handle timeouts.
2014-01-17 16:55:20 +01:00
1ba3560fe8
[Qt] let OptionsModel::getProxySettings() directly query proxy
...
- as a proxy set via GUI can be overridden via -proxy, directly query the
core to get active proxy
- give a warning, if active proxy is not SOCKS5 (needs to be SOCKS5 for
the Qt networking code to work)
- also remove an obsolete connect() call from optionsdialog.cpp and a
reference to Bitcoin-Qt (now just GUI)
2014-01-17 15:43:44 +01:00
08ede8ef5e
Merge pull request #3512
...
04aa828
[Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
2014-01-17 10:11:46 +01:00
5753824171
Merge pull request #3542
...
69843c8
Update build-unix.md (Christopher Latham)
720731d
Update configure.ac (Christopher Latham)
2014-01-16 14:41:13 +01:00
1cbbeb6a27
gitian: Add openssl to linux deps
...
Build OpenSSL instead of using distribution-provided
library.
2014-01-16 12:45:04 +01:00
64be7f7892
gitian: Build boost dependency for linux
...
Instead of using the boost provided by Ubuntu 12.04, build our own
dependency like we do for Windows.
This allows using a much newer version (1.55 versus 1.46) as well as
building with `-fPIC` so that `-pie` can be used in the x86-64 build.
2014-01-16 12:45:03 +01:00
7eb99a844f
gitian: Reduce build time for boost windows dependency
...
Build only the mt-s (multithreaded, static runtime link)
variant of the library.
This cuts the build time in half.
Also prevent unpacked boost from ending up in output directory,
checking and hashing all the source files as output files this
takes a lot of time and is pointless.
2014-01-16 12:45:03 +01:00
714cdecb03
build: Pass BOOST_CPPFLAGS to sleep implementation test
...
Makes sure that `-pthread` and other flags required for boost
compilation are passed.
2014-01-16 12:45:03 +01:00
0d40f5a6be
build: Allow providing extra libs for Boost Chrono
...
Pass BOOST_CHRONO_EXTRALIBS to give extra dependency
libraries for Boost Chrono which are not auto-detected.
2014-01-16 12:44:59 +01:00
e4b991e56d
build: Auto-detect whether -DBOOST_TEST_DYN_LINK is needed
...
Use AC_LINK_IFELSE to auto-detect whether boost test is linked
dynamically, instead of assuming based on target.
2014-01-16 11:58:36 +01:00
8da2b3316c
Merge pull request #3547
...
8d31e61
Added automake to the macports depdency list as it was required to complete the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode). (Scott Willeke)
2014-01-16 11:22:14 +01:00
417aad4a38
Merge pull request #3546
...
f4e72bf
Make gitian builds consistent across platforms (Micha)
2014-01-16 09:38:24 +01:00
8d31e614e8
Added automake to the macports depdency list as it was required to complete the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
2014-01-15 21:42:21 -08:00
f4e72bf8d2
Make gitian builds consistent across platforms
...
Change Linux deps to use a zip archive rather than a gzipped tarball to
match win32
Rename Linux descriptor to gitian-linux.yml to match win32
2014-01-15 22:56:17 +02:00
4b4b578cb3
Merge pull request #3536
...
0425715
gitian: add explicit dependency build for linux (Wladimir J. van der Laan)
279af1a
build: use Ubuntu 12.04 for linux gitian build (Wladimir J. van der Laan)
2014-01-15 14:29:19 +01:00
8c31f037b1
Merge pull request #3527 from laanwj/2014_01_gitian_win32_qt5
...
build: update win32 deps
2014-01-15 04:20:58 -08:00
04257151b1
gitian: add explicit dependency build for linux
...
Create a dependency file per architecture:
- bitcoin-deps-linux32-gitian-r1.tar.gz
- bitcoin-deps-linux64-gitian-r1.tar.gz
2014-01-15 12:39:01 +01:00
f4bb12eecc
doc: bump boost version in release-process
...
This was forgotten in #3501 .
2014-01-15 00:21:39 +01:00
69843c8b4e
Update build-unix.md
...
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
2014-01-14 16:55:05 -05:00
720731d281
Update configure.ac
...
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
2014-01-14 16:51:44 -05:00
f8b48ed297
Merge pull request #3426
...
16ec904
Don't create empty transactions when reading corrupted wallet (Wladimir J. van der Laan)
2014-01-14 18:59:07 +01:00
1aac1448de
Merge pull request #3538
...
81bad8b
[Qt] 2 minor translation changes (Philip Kaufmann)
2014-01-14 18:55:39 +01:00
6b5fbc9073
Merge pull request #3541
...
c704532
[Qt] small paymentserver header cleanup (Philip Kaufmann)
2014-01-14 18:48:02 +01:00
b0e8c4b0b9
Merge pull request #3540
...
57d8e3f
[Qt] add missing lock in walletmodel (Cozz Lovan)
2014-01-14 18:33:27 +01:00
c704532294
[Qt] small paymentserver header cleanup
2014-01-14 17:57:32 +01:00
7fb5894b4c
Merge pull request #3537
...
8c20bbb
update copyright year to 2014 (Philip Kaufmann)
2014-01-14 17:45:23 +01:00
81bad8b386
[Qt] 2 minor translation changes
2014-01-14 17:43:38 +01:00
57d8e3f88f
[Qt] add missing lock in walletmodel
2014-01-14 17:41:57 +01:00
8c20bbbed9
update copyright year to 2014
2014-01-14 17:11:38 +01:00
279af1a2af
build: use Ubuntu 12.04 for linux gitian build
2014-01-14 15:12:44 +01:00
b26de9d951
qt: Update remaining "The Bitcoin Core Developers"
2014-01-14 11:19:52 +01:00
1e3abb4e3d
build: upgrade Qt used by windows build to 5.2.0
2014-01-14 11:03:21 +01:00
2f158dfc93
build: Update the other win32 deps
...
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
2014-01-14 11:03:21 +01:00
5bab55898d
qt: Update copyright year in about dialog to 2014
2014-01-14 09:21:27 +01:00
dbafb99472
Merge pull request #3526
...
f10b2d7
qt: use series of pngs for spinner (Wladimir J. van der Laan)
2014-01-14 07:55:47 +01:00
e4f041bdd1
Merge pull request #3525
...
15570cc
src/leveldb/Makefile is ignored? (harry)
2014-01-14 07:54:51 +01:00
266921e70f
Merge pull request #3516 from sipa/serorphans-head
...
Store orphan blocks in serialized form
2014-01-13 08:54:33 -08:00
b1347d5565
Merge pull request #3532
...
f087ce8
qt: English translation update (Wladimir J. van der Laan)
2014-01-13 17:38:26 +01:00
f087ce8891
qt: English translation update
2014-01-13 17:36:24 +01:00
c7930c859e
Merge pull request #3528
...
66a8829
qt: Minor message updates (Wladimir J. van der Laan)
2014-01-13 17:35:17 +01:00
f126973fd0
Merge pull request #3374
...
bd70562
[Qt] add messages when handling local payment request files (Philip Kaufmann)
2014-01-13 17:11:05 +01:00
66a8829a33
qt: Minor message updates
...
Used sending/receiving addresses -> Sending/receiving addresses
Previously requested payments -> Requested payments (idea from @cozz in #3521 )
2014-01-13 17:05:55 +01:00
f10b2d70d0
qt: use series of pngs for spinner
...
Use a series of .png frames for the spinner instead of a .mng.
`mng` is an obscure image format and is not built by default into Qt5.
This appears to improve the crispness of the spinner as well.
Does not noticably increase the size (still ~27k) and the code
is not more complicated either.
2014-01-13 14:45:23 +01:00
15570cc9aa
src/leveldb/Makefile is ignored?
...
remove the "-" in leveldb-* to include src/leveldb/Makefile
2014-01-13 18:37:57 +08:00