Wladimir J. van der Laan
37f793c631
use stylized icon by bitboy
14 years ago
Jeff Garzik
ce148944c7
Merge pull request #300 from sipa/connecttimeout
...
non-blocking connect (by phantomcircuit)
14 years ago
Pieter Wuille
76d660ebd3
Faster timeout when connecting
...
Use non-blocking connects, and a select() call to wait a predefined
time (5s by default, but configurable with -timeout) for either
success or failure. This allows much more connections to be tried
per time unit.
Based on a patch by phantomcircuit.
14 years ago
Han Lin Yap
ca93cc563e
Double check translation and improved a translation string
14 years ago
Wladimir J. van der Laan
0304f4a759
add build instructions to doc
14 years ago
Wladimir J. van der Laan
ba4081c1fc
move back to original directory structure
14 years ago
Jeff Garzik
e051f1b510
Merge pull request #312 from codler/patch-1
...
Remove unused variable
14 years ago
Wladimir J. van der Laan
5813089e0b
Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next step is integration into bitcoin tree.
14 years ago
Wladimir J. van der Laan
5e1feddcb6
Add tooltips, make "amount" entry consistent in Options dialog
14 years ago
Han Lin Yap
a299e551fe
Remove unused variable
14 years ago
Jeff Garzik
18e39300e6
Merge pull request #311 from codler/master
...
Added Swedish translation
14 years ago
Han Lin Yap
b734954a63
Added Swedish translation
14 years ago
Wladimir J. van der Laan
4181184acf
Merge branch 'master' of github.com:laanwj/bitcoin-qt
14 years ago
Wladimir J. van der Laan
725d460e4b
show notification balloon on incoming transaction
14 years ago
Wladimir J. van der Laan
a777f7b9b5
show transaction details on doubleclick
14 years ago
Wladimir J. van der Laan
c30075142f
address book edit: edit the right row
14 years ago
Wladimir J. van der Laan
5b0dc80bf7
use real copyright sign in about dialog
14 years ago
Wladimir J. van der Laan
66d536ed07
transaction details dialog on doubleclick
14 years ago
Jeff Garzik
6854a2ade6
Add minimal release process docs.
14 years ago
Jeff Garzik
6de1326ba4
Lower minimum relay TX fee to 0.0001 (from 0.0005) BTC.
14 years ago
Jeff Garzik
65ee333ae0
Merge pull request #304 from TheBlueMatt/cpufix
...
Fix CPU Usage bug when using -nolisten and have no connections.
14 years ago
Jeff Garzik
2661f2f7c4
Merge pull request #310 from xslidian/master
...
Updated Chinese Simp translation
14 years ago
Dean Lee
3a8182c105
Updated Chinese Simp translation
14 years ago
Gavin Andresen
60152827e3
Merge pull request #293 from tcatm/keypool-fix
...
create keypool in LoadWallet()
14 years ago
Wladimir J. van der Laan
8e86dca256
consistent bracing style
14 years ago
Matt Corallo
c6710c7a70
Fix CPU Usage bug when using -nolisten and have no connections.
14 years ago
Jeff Garzik
04bc3f0a63
Merge pull request #303 from jrmithdobbs/demystify-magic-numbers
...
Demystify a few magic numbers.
14 years ago
Doug Huff
a9d3af8821
Demystify a few magic numbers.
14 years ago
Wladimir J. van der Laan
6717457390
align "amount" input in send coins dialog to the right
14 years ago
Jeff Garzik
352b4ea5b9
Reduce minimum TX fee for new transactions, to 0.0005.
14 years ago
Wladimir J. van der Laan
822f2e3ddf
update to newest git bitcoin core
14 years ago
Wladimir J. van der Laan
b7726d924e
ask fee
14 years ago
Jeff Garzik
6f07e22210
Bump version to 0.3.23.
14 years ago
Jeff Garzik
09d1484b22
Merge pull request #264 from sipa/mintxfeefix
...
Fix for small change outputs
14 years ago
Jeff Garzik
e3d884479a
Merge pull request #291 from jrmithdobbs/ignore-vim-swp-files
...
Add common temp files to .gitignore.
14 years ago
Jeff Garzik
7a234cdae5
Merge pull request #255 from sipa/rescanupdate
...
Update transactions already in the wallet when rescanning.
14 years ago
Jeff Garzik
39105dac1b
Merge pull request #290 from jrmithdobbs/ip-filter-rfc1918-rfc3927
...
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts
14 years ago
Wladimir J. van der Laan
00b8acdf49
fix
14 years ago
Wladimir J. van der Laan
9e0576587b
Merge branch 'master' of ssh://amethyst/home/orion/projects2/bitcoin/bitcoin-qt
14 years ago
Wladimir J. van der Laan
467c31ea0a
show messages from core/net thread
14 years ago
Wladimir J. van der Laan
352083cb23
Implement Minimize to tray / Minimize on close
14 years ago
Wladimir J. van der Laan
cddc003e70
Disable map upnp option if built without USE_UPNP
14 years ago
Wladimir J. van der Laan
e29b623db3
save changed options in database
14 years ago
Wladimir J. van der Laan
4663e339b8
show actual version nr in about dialog
14 years ago
Wladimir J. van der Laan
afacb3406d
comment update
14 years ago
Wladimir J. van der Laan
a4b4cc290c
comment update
14 years ago
Wladimir J. van der Laan
75ff9d841b
update most importent TODOs in readme
14 years ago
Wladimir J. van der Laan
b9e41844c0
fix "send to" address book
14 years ago
Wladimir J. van der Laan
64bca50d54
update transaction status as new blocks come in
14 years ago
Wladimir J. van der Laan
2547f1f7e5
create new address from main gui, move address book model to client model
14 years ago