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
*
Merge #9462: [qt] Do not translate tilde character
Wladimir J. van der Laan
2017-01-04
2
-7
/
+2
|
\
|
*
[qt] Do not translate `~`
MarcoFalke
2017-01-03
2
-7
/
+2
*
|
Merge #8776: Wallet refactoring leading up to multiwallet
Pieter Wuille
2017-01-03
4
-31
/
+65
|
\
\
|
*
|
Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile
Luke Dashjr
2016-11-11
2
-28
/
+54
|
*
|
Wallet: Let the interval-flushing thread figure out the filename
Luke Dashjr
2016-11-11
4
-3
/
+11
*
|
|
Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he...
Pieter Wuille
2017-01-03
1
-4
/
+22
|
\
\
\
|
*
|
|
Release cs_main before processing cmpctblock as header
Suhas Daftuar
2016-12-26
1
-2
/
+9
|
*
|
|
Release cs_main before calling ProcessNewBlock (cmpctblock handling)
Suhas Daftuar
2016-12-26
1
-2
/
+13
*
|
|
|
Merge #8877: Qt RPC console: history sensitive-data filter, and saving input ...
Jonas Schnelli
2017-01-03
3
-20
/
+131
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
GUI/RPCConsole: Include importmulti in history sensitive-command filter
Luke Dashjr
2016-12-29
1
-0
/
+1
|
*
|
|
Qt/RPCConsole: Use RPCParseCommandLine to perform command filtering
Luke Dashjr
2016-12-29
1
-31
/
+46
|
*
|
|
Qt/Test: Make sure filtering sensitive data works correctly in nested commands
Luke Dashjr
2016-12-29
1
-2
/
+26
|
*
|
|
Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...
Luke Dashjr
2016-12-29
2
-5
/
+33
|
*
|
|
Qt/RPCConsole: Make it possible to parse a command without executing it
Luke Dashjr
2016-12-29
2
-12
/
+17
|
*
|
|
Qt/RPCConsole: Truncate filtered commands to just the command name, rather th...
Luke Dashjr
2016-12-29
1
-16
/
+14
|
*
|
|
Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h...
Luke Dashjr
2016-12-29
1
-0
/
+1
|
*
|
|
Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...
Luke Dashjr
2016-12-29
2
-11
/
+16
|
*
|
|
Bugfix: Do not add sensitive information to history for real
Luke Dashjr
2016-12-29
1
-1
/
+4
|
*
|
|
Qt/RPCConsole: Don't store commands with potentially sensitive information in...
Jonas Schnelli
2016-12-29
2
-9
/
+29
|
*
|
|
Qt/RPCConsole: Save current command entry when browsing history
Jonas Schnelli
2016-12-29
2
-0
/
+11
*
|
|
|
qt: Fill in English numerusforms
Wladimir J. van der Laan
2017-01-03
1
-39
/
+39
*
|
|
|
qt,wallet: Fix a few typos in messages
Wladimir J. van der Laan
2017-01-03
3
-4
/
+4
*
|
|
|
Merge #9446: SetMerkleBranch: remove unused code, remove cs_main lock require...
Jonas Schnelli
2017-01-03
2
-10
/
+2
|
\
\
\
\
|
*
|
|
|
SetMerkleBranch: remove unused code, remove cs_main lock requirement
Jonas Schnelli
2016-12-30
2
-10
/
+2
|
|
/
/
/
*
/
/
/
qt: Set transifex slug to 0.14
Wladimir J. van der Laan
2017-01-02
2
-274
/
+1924
|
/
/
/
*
|
|
Merge #9436: test: Include tx data in EXTRA_DIST
MarcoFalke
2016-12-28
1
-0
/
+15
|
\
\
\
|
*
|
|
test: Include tx data in EXTRA_DIST
MarcoFalke
2016-12-27
1
-0
/
+15
*
|
|
|
Merge #9349: Make CScript (and prevector) c++11 movable.
Pieter Wuille
2016-12-27
3
-2
/
+29
|
\
\
\
\
|
*
|
|
|
Make CScript (and prevector) c++11 movable.
Pieter Wuille
2016-12-21
3
-2
/
+29
*
|
|
|
|
Merge #9243: Clean up mapArgs and mapMultiArgs Usage
Pieter Wuille
2016-12-27
20
-124
/
+173
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add a ForceSetArg method for testing
Matt Corallo
2016-12-27
5
-9
/
+16
|
*
|
|
|
Lock mapArgs/mapMultiArgs access in util
Matt Corallo
2016-12-24
1
-11
/
+23
|
*
|
|
|
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
14
-24
/
+30
|
*
|
|
|
Get rid of mapArgs direct access in ZMQ construction
Matt Corallo
2016-12-24
3
-6
/
+6
|
*
|
|
|
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
12
-31
/
+44
|
*
|
|
|
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-12-23
7
-43
/
+56
|
*
|
|
|
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-23
5
-10
/
+8
*
|
|
|
|
Merge #9435: Removed unused variable in test, fixing warning.
MarcoFalke
2016-12-27
1
-1
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove unused variable in test, fixing warning.
Russell Yanofsky
2016-12-27
1
-1
/
+0
|
|
/
/
/
*
|
|
|
Merge #9406: Re-enable a blank v1 Tx JSON test
MarcoFalke
2016-12-23
2
-3
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Re-enable a blank v1 Tx JSON test
Douglas Roark
2016-12-21
2
-3
/
+8
|
|
/
/
*
/
/
Added missing colons in when running help command
Anditto Heristyo
2016-12-22
3
-14
/
+14
|
/
/
*
|
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
18
-176
/
+96
|
\
\
|
*
|
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
18
-176
/
+96
*
|
|
Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write tests
Wladimir J. van der Laan
2016-12-21
1
-0
/
+364
|
\
\
\
|
*
|
|
[test] Add CCoinsViewCache Access/Modify/Write tests
Russell Yanofsky
2016-12-05
1
-0
/
+364
*
|
|
|
Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()
Wladimir J. van der Laan
2016-12-21
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
Spencer Lievens
2016-09-13
1
-0
/
+1
*
|
|
|
|
Merge #9393: build: Include cuckoocache header in Makefile
Wladimir J. van der Laan
2016-12-21
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
build: Include cuckoocache header in Makefile
MarcoFalke
2016-12-21
1
-0
/
+1
[next]