index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Compact signatures with compressed pubkeys
Pieter Wuille
2012-01-09
1
-3
/
+11
|
*
|
|
Compressed pubkeys
Pieter Wuille
2012-01-09
7
-50
/
+79
*
|
|
|
Merge pull request #752 from luke-jr/qt_txnid
Wladimir J. van der Laan
2012-01-10
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Qt: Show transaction ID in details
Luke Dashjr
2012-01-10
1
-0
/
+2
*
|
|
|
|
Remove unused definition
Pieter Wuille
2012-01-09
1
-1
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #746 from laanwj/tdesc_ro
Gavin Andresen
2012-01-09
1
-0
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
make transaction description read-only (UI fix)
Wladimir J. van der Laan
2012-01-06
1
-0
/
+3
|
|
/
/
*
|
|
Network stack refactor
Pieter Wuille
2012-01-06
20
-546
/
+1039
*
|
|
Fix horrific performance found by gmaxwell.
Matt Corallo
2012-01-04
1
-1
/
+33
|
/
/
*
|
Merge pull request #731 from laanwj/txshowfix
Gavin Andresen
2012-01-03
4
-33
/
+31
|
\
\
|
*
|
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...
Wladimir J. van der Laan
2011-12-28
4
-33
/
+31
*
|
|
Merge branch 'getblock'
Gavin Andresen
2012-01-03
2
-27
/
+94
|
\
\
\
|
*
|
|
New RPC commands: getblockhash and getblock
Gavin Andresen
2011-12-23
2
-27
/
+94
*
|
|
|
I broke -testnet with my TOR option-parsing fixes.
Gavin Andresen
2012-01-03
1
-1
/
+1
*
|
|
|
Merge pull request #741 from laanwj/typo734fix
Gavin Andresen
2012-01-03
15
-16
/
+16
|
\
\
\
\
|
*
|
|
|
Fix typo (#734)
Wladimir J. van der Laan
2012-01-03
15
-16
/
+16
*
|
|
|
|
Merge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoin
Gavin Andresen
2012-01-03
2
-2
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
make sure IsMine only returns true when we own all keys
coderrr
2012-01-03
2
-2
/
+5
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'gitianfix' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-01-03
1
-5
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
No reason to have any qrcode stuff in the bitcoind osx makefile.
Matt Corallo
2011-12-23
1
-5
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2012-01-03
5
-45
/
+86
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Fix some address-handling deadlocks
Pieter Wuille
2012-01-03
1
-26
/
+33
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoin
Gavin Andresen
2011-12-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix OP_EVAL recursion depth counting
Wladimir J. van der Laan
2011-12-27
1
-1
/
+1
*
|
|
|
Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-dee...
Gavin Andresen
2011-12-27
1
-19
/
+53
|
/
/
/
*
|
|
Check all prevout.n if one transaction provides multiple inputs
Gavin Andresen
2011-12-25
1
-1
/
+9
*
|
|
assert condition in previous commit was backwards
Gavin Andresen
2011-12-25
1
-1
/
+1
*
|
|
Check for valid prevout.n in FetchInputs.
Gavin Andresen
2011-12-25
1
-0
/
+4
*
|
|
Be more conservative: check all transactions in blocks after last checkpoint.
Gavin Andresen
2011-12-23
1
-5
/
+4
|
/
/
*
|
Copy amount to clipboard (implements #657)
Wladimir J. van der Laan
2011-12-23
4
-23
/
+43
*
|
Add context menu for address book page (implements part 1 of issue #648)
Wladimir J. van der Laan
2011-12-23
2
-10
/
+69
*
|
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
Wladimir J. van der Laan
2011-12-23
5
-30
/
+31
*
|
Comments update
Wladimir J. van der Laan
2011-12-23
3
-2
/
+1
*
|
Merge pull request #629 from sje397/master
Wladimir J. van der Laan
2011-12-23
9
-0
/
+403
|
\
\
|
*
|
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...
sje397
2011-12-20
9
-0
/
+403
*
|
|
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
7
-18
/
+20
*
|
|
Back out testnet default address change, it breaks accounts on old wallets.
Gavin Andresen
2011-12-22
1
-3
/
+1
*
|
|
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
57
-525
/
+441
*
|
|
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
57
-441
/
+525
*
|
|
Merge pull request #677 from luke-jr/minfee_modes
Gavin Andresen
2011-12-20
3
-5
/
+13
|
\
\
\
|
*
|
|
GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay
Luke Dashjr
2011-12-14
3
-5
/
+13
|
*
|
|
Bugfix: fForRelay should be false when deciding required fee to include in bl...
Luke Dashjr
2011-12-14
1
-1
/
+1
*
|
|
|
Merge branch 'op_eval'
Gavin Andresen
2011-12-20
27
-460
/
+1615
|
\
\
\
\
|
*
|
|
|
include util.h to get SecureString definition.
Gavin Andresen
2011-12-20
1
-0
/
+1
|
*
|
|
|
Update bitcoin address numbers for latest luke-jr/sipa scheme
Gavin Andresen
2011-12-19
3
-12
/
+25
|
*
|
|
|
Fix logic for IsChange() for send-to-self transactions.
Gavin Andresen
2011-12-19
1
-1
/
+1
|
*
|
|
|
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
14
-177
/
+177
|
*
|
|
|
Interpret OP_EVAL as OP_NOP until Feb 1, 2012
Gavin Andresen
2011-12-19
2
-3
/
+63
|
*
|
|
|
Disable addmultisigaddress if not testnet
Gavin Andresen
2011-12-19
1
-0
/
+2
|
*
|
|
|
Put OP_EVAL string in coinbase of generated blocks
Gavin Andresen
2011-12-19
2
-5
/
+12
[prev]
[next]