Wladimir J. van der Laan
8f1631b797
make USE_SSL actually work (thanks @prusnak for noticing)
13 years ago
Wladimir J. van der Laan
07e2882366
qmake build system improvements
...
- USE_SSL=1 to support RPC SSL
- BDB_LIB_SUFFIX= to link against specific BDB version
- Fix typo
- Start lrelease during qmake phase to prevent errors/warnings
13 years ago
Wladimir J. van der Laan
20091df725
Add assertion size>0 to MedianFilter
13 years ago
Wladimir J. van der Laan
f33a43efdf
Update "other files" in Qt Creator with all documentation now that the projects merged
13 years ago
Wladimir J. van der Laan
002a4dcad0
Merge branch 'master' of https://github.com/bitcoin/bitcoin
...
Conflicts:
.gitignore (used upstream version)
bitcoin-qt.pro
13 years ago
Wladimir J. van der Laan
a8b95ce6ed
use median filter for peer-reported reported number of blocks
...
- fixes problem that one misconfigured or malicious node can mess up progress bar
- implementation in src/util.h
- testcase in src/test/util_tests.cpp
13 years ago
Jeff Garzik
4dcad1d294
Merge pull request #536 from TheBlueMatt/build-updates
...
Update release-process.txt with gitian release instructions.
13 years ago
Matt Corallo
45723584c5
Update release-process.txt with gitian release instructions.
13 years ago
Jeff Garzik
ab1bbe5492
Merge pull request #533 from alexwaters/readme
...
Updated readme file with timers.
13 years ago
Wladimir J. van der Laan
5902040874
translation handling improvements
...
- automatically build binary translation files in qmake/make
- roll translations into resource file and executable, to simply installation
13 years ago
Wladimir J. van der Laan
d28ed9c98e
Merge pull request #25 from Matoking/master
...
Send Coins page changes
13 years ago
Janne Pulkkinen
a1ef0d19b1
Removing the if statement entirely - not needed.
13 years ago
Gavin Andresen
a8c108bca1
Remove DoS penalty for SigOpCount or immature transactions
13 years ago
Janne Pulkkinen
609acbf43d
Send Coins page not cleared when changing tabs. Clear all button for clearing the entries
13 years ago
Alex Waters
13945b2a61
Updated readme file with timers.
13 years ago
Gavin Andresen
9a1ce86969
Merge pull request #532 from TheBlueMatt/build-updates
...
Output build temp files in build/ instead of current directory.
13 years ago
Matt Corallo
36eccc5174
Output build temp files in build/ instead of current directory.
13 years ago
Gavin Andresen
adea540e38
Update build instructions for the new, no-wxwidgets world
13 years ago
Gavin Andresen
81cadd74d2
Fix build: put back rules to build cryptopp files
13 years ago
Gavin Andresen
565c4771b6
Remove wxWidgets
...
Makefiles now build bitcoind only.
qmake/make in top-level directory is used to build Bitcoin QT
Deleted almost all #ifdef GUI from the code (left one possibly controversial one)
Deleted xpm/ files.
13 years ago
Gavin Andresen
ee1d6e4ed0
Merge pull request #492 from gavinandresen/fasterinitialdownload
...
Skip verifying transaction signatures during initial block-chain download
13 years ago
Gavin Andresen
b14bd4df58
Skip verifying transaction signatures during initial block-chain download
13 years ago
Gavin Andresen
6b8a5ab622
Bump version to 0.4.1
13 years ago
Gavin Andresen
5df25e78db
Merge pull request #513 from cjdelisle/feature-hardening
...
Hardening
13 years ago
Gavin Andresen
17e2c24645
Merge pull request #517 from gavinandresen/DoSprevention
...
Denial-of-service prevention
13 years ago
Gavin Andresen
f7f2a36925
Merge pull request #521 from laanwj/qt
...
Qt GUI
13 years ago
Wladimir J. van der Laan
010c4fc0b5
Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS
13 years ago
Wladimir J. van der Laan
99cec89cb3
make qmake build system more configurable (as suggested by lukejr)
13 years ago
Jeff Garzik
f8937b2d3b
Merge pull request #528 from TheBlueMatt/gitian-downloader
...
Add win32 gitian download config.
13 years ago
Gavin Andresen
c1ffdc5801
Update release process for repackaging gitian builds, and osx dmg
13 years ago
Wladimir J. van der Laan
0961c2fc0d
Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Matt Corallo
3fc4c3a9f1
Add win32 gitian download config.
13 years ago
Gavin Andresen
a4f2c8419f
Script to create OSX .dmg diskimage file.
13 years ago
Gavin Andresen
c7eb151ad0
Merge pull request #527 from TheBlueMatt/gitian-downloader
...
Restructure gitian files and add download config files.
13 years ago
Matt Corallo
0920ad152f
Restructure gitian files and add download config files.
13 years ago
Gavin Andresen
16d6963ef6
Fix QA email address
13 years ago
Gavin Andresen
da799d92fa
Merge pull request #526 from sipa/nl
...
Updated dutch translation
13 years ago
Pieter Wuille
90efeb5ddb
Updated dutch translation
13 years ago
Wladimir J. van der Laan
b8afa21fad
show balance in sendcoins screen (issue #24 )
13 years ago
Jeff Garzik
864e49a12c
Merge pull request #525 from TheBlueMatt/master
...
Update binary mo to match latest po translation.
13 years ago
Matt Corallo
2fc80399b7
Update binary mo to match latest po translation.
13 years ago
Gavin Andresen
806704c237
More denial-of-service misbehavior detection: version/addr/inv/getdata messages
13 years ago
Gavin Andresen
3e52aaf212
Transaction/Block denial-of-service detection/response
13 years ago
Gavin Andresen
15f3ad4dbd
Framework for banning mis-behaving peers
13 years ago
Gavin Andresen
54d02f158d
SetMockTime() for cleaner unit testing
13 years ago
Jeff Garzik
700f942692
Merge pull request #522 from sipa/minorfix
...
SocketHandler thread can be detached
13 years ago
Nils Schneider
2d294e080c
Merge pull request #520 from tcatm/less-logging
...
log low-level network messages only when fDebug is set
13 years ago
Wladimir J. van der Laan
9b490f71b0
put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
13 years ago
Pieter Wuille
88367a5fb8
SocketHandler thread can be detached
13 years ago
Wladimir J. van der Laan
0465c41c84
move current qt specific readme to doc/, restore original README.md
13 years ago