index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
test
Age
Commit message (
Expand
)
Author
2015-03-29
Initialization: setup environment before starting QT tests
dexX7
2015-02-04
[Qt] prevent amount overflow problem with payment requests
Philip Kaufmann
2015-01-15
[Qt] Payment request expiration bug fix (re-done)
Philip Kaufmann
2015-01-14
[Qt] add payment request unit test for non matching networks
Philip Kaufmann
2015-01-13
[Qt] prepare paymentservertests for new unit tests
Philip Kaufmann
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-08
[Qt] add BIP70 DoS protection test
Philip Kaufmann
2014-11-03
Fix all header defines
Pavel JanÃk
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-09-05
[Qt] copyright, style and indentation cleanup of Qt tests
Philip Kaufmann
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-23
build: fix build weirdness after 54372482.
Cory Fields
2014-06-05
build: add stub makefiles for easier subdir builds
Cory Fields
2014-06-05
build: delete old Makefile.am's
Cory Fields
2014-05-22
Update test_main.cpp
LongShao007
2014-01-27
build: use -mwindows for gui targets when linking with mingw
Cory Fields
2014-01-12
[Qt] fix alphabetical ordering in Makefile.am
Philip Kaufmann
2014-01-11
makefile.am: split long lines into one file per line
Wladimir J. van der Laan
2014-01-11
GUI for --disable-wallet compiles and -disablewallet mode
Wladimir J. van der Laan
2014-01-10
qt5: tests: Make sure static plugin symbols are pulled in
Cory Fields
2014-01-10
qt5: Ensure correct link order
Cory Fields
2013-12-08
Merge pull request #3332
Wladimir J. van der Laan
2013-12-06
[Qt] misc PaymentServer changes (e.g. changes to eventFilter())
Philip Kaufmann
2013-12-04
Add --disable-wallet option to build system
Wladimir J. van der Laan
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-11
Merge pull request #3187 from Diapolo/netManager
Wladimir J. van der Laan
2013-11-11
[Qt] paymentserver: start netManager in uiReady()
Philip Kaufmann
2013-11-11
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
Luke Dashjr
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-23
qt: add message field to SendCoinsRecipient
Wladimir J. van der Laan
2013-09-18
autotools: fix the Makefile.include to be safely included anywhere.
Cory Fields
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-08-29
Bitcoin-Qt: fixes for using display unit from options
Philip Kaufmann
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2012-08-07
Fix Win32 compiling of qt/test/uritests.cpp
Matt Corallo
2012-08-07
Return !0 when qt tests fail.
Matt Corallo
2012-06-30
Fix a couple more typos
fanquake
2012-04-06
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Luke Dashjr
2012-02-17
Restructure IPC URL handling (fixes #851)
Wladimir J. van der Laan
2012-02-10
Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.
Matt Corallo