Age | Commit message (Collapse) | Author |
|
7e08e29 better std::exception logging for block/undo files (Philip Kaufmann)
|
|
04aa828 [Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
|
|
69843c8 Update build-unix.md (Christopher Latham)
720731d Update configure.ac (Christopher Latham)
|
|
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)
|
|
f4e72bf Make gitian builds consistent across platforms (Micha)
|
|
the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
|
|
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
|
|
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)
|
|
build: update win32 deps
|
|
Create a dependency file per architecture:
- bitcoin-deps-linux32-gitian-r1.tar.gz
- bitcoin-deps-linux64-gitian-r1.tar.gz
|
|
This was forgotten in #3501.
|
|
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
|
|
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
|
|
16ec904 Don't create empty transactions when reading corrupted wallet (Wladimir J. van der Laan)
|
|
81bad8b [Qt] 2 minor translation changes (Philip Kaufmann)
|
|
c704532 [Qt] small paymentserver header cleanup (Philip Kaufmann)
|
|
57d8e3f [Qt] add missing lock in walletmodel (Cozz Lovan)
|
|
|
|
8c20bbb update copyright year to 2014 (Philip Kaufmann)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
|
|
|
|
f10b2d7 qt: use series of pngs for spinner (Wladimir J. van der Laan)
|
|
15570cc src/leveldb/Makefile is ignored? (harry)
|
|
Store orphan blocks in serialized form
|
|
f087ce8 qt: English translation update (Wladimir J. van der Laan)
|
|
|
|
66a8829 qt: Minor message updates (Wladimir J. van der Laan)
|
|
bd70562 [Qt] add messages when handling local payment request files (Philip Kaufmann)
|
|
Used sending/receiving addresses -> Sending/receiving addresses
Previously requested payments -> Requested payments (idea from @cozz in #3521)
|
|
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.
|
|
remove the "-" in leveldb-* to include src/leveldb/Makefile
|
|
67d60f7 build: fix MacOSX build after ec41342 (Wladimir J. van der Laan)
|
|
Fix regression introduced in ec41342.
Also use a less ugly solution, by defining the value of
`MOC_DEFS` in the configure script instead of `Makefile.include`.
|
|
Tweak linearize.py to give more flexibility
|
|
Add the ability to start at a non-zero height, and allow for appending to
an existing file.
|
|
d464edf [Qt] fix alphabetical ordering in Makefile.am (Philip Kaufmann)
|
|
245a6ab [Qt] guard bitcoin-config.h and remove dublicated help message code (Philip Kaufmann)
|
|
9b146cd GUI: Fix design in overview page (Cozz Lovan)
|
|
- also change to 1 file per line for more stuff in Makefile.am
|
|
|
|
- allows users to add additional paramaters via the autostart link
- related to #2197
|
|
|
|
c037531 small headers ordering cleanup (Philip Kaufmann)
|
|
- keep headers in alphabetical order
- fix Makefile.am (2 files in 1 line - leftover)
- remove some spaces etc.
|