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
/
doc
/
developer-notes.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13717: docs: Link to python style guidelines from developer notes
Wladimir J. van der Laan
2018-08-07
1
-3
/
+13
|
\
|
*
docs: Link to python style guidelines from developer notes
Mason Simon
2018-07-19
1
-3
/
+13
*
|
trivial: Fixed typos and cleaned up language
William Robinson
2018-08-02
1
-1
/
+1
|
/
*
Merge #13312: docs: Add a note about the source code filename naming convention
MarcoFalke
2018-06-12
1
-0
/
+6
|
\
|
*
docs: Add a note about the source code filename naming convention
practicalswift
2018-05-23
1
-0
/
+6
*
|
Merge #13230: Simplify include analysis by enforcing the developer guide's in...
Wladimir J. van der Laan
2018-06-11
1
-2
/
+2
|
\
\
|
*
|
Clarify include recommendation
practicalswift
2018-06-06
1
-2
/
+2
*
|
|
docs: Mention lint-locale-dependence.sh in developer-notes.md
practicalswift
2018-06-06
1
-1
/
+29
|
/
/
*
/
test: Move linters to test/lint, add readme
MarcoFalke
2018-05-24
1
-2
/
+2
|
/
*
Fix inconsistent namespace formatting guidelines
Russell Yanofsky
2018-04-13
1
-5
/
+4
*
Refine travis check for duplicate includes
MarcoFalke
2018-04-10
1
-2
/
+1
*
Merge #12895: tests: Add note about test suite name uniqueness requirement to...
Wladimir J. van der Laan
2018-04-08
1
-1
/
+2
|
\
|
*
tests: Add note about uniqueness requirement for test suite names
practicalswift
2018-04-06
1
-1
/
+2
*
|
Merge #12906: Avoid `interface` keyword to fix windows gitian build
MarcoFalke
2018-04-07
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-1
/
+1
|
|
/
*
/
docs: Fix conflicting statements about initialization in developer notes
practicalswift
2018-04-05
1
-15
/
+12
|
/
*
Add developer notes about blocking GUI code
Russell Yanofsky
2018-04-04
1
-0
/
+13
*
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-04-01
1
-0
/
+10
|
\
|
*
Document include guard convention
practicalswift
2018-03-22
1
-0
/
+10
*
|
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-04-01
1
-0
/
+2
|
\
\
|
*
|
tests: Add note about test suite naming convention
practicalswift
2018-03-19
1
-0
/
+2
*
|
|
Merge #12692: Add configure options for various -fsanitize flags
Wladimir J. van der Laan
2018-03-29
1
-0
/
+51
|
\
\
\
|
*
|
|
Add --with-sanitizers option to configure
Evan Klitzke
2018-03-28
1
-0
/
+51
|
|
|
/
|
|
/
|
*
|
|
Merge #12759: [Docs] Improve formatting of developer notes
Wladimir J. van der Laan
2018-03-29
1
-28
/
+66
|
\
\
\
|
*
|
|
Improve formatting of developer notes
Evan Klitzke
2018-03-28
1
-28
/
+66
*
|
|
|
Increase LevelDB max_open_files unless on 32-bit Unix.
Evan Klitzke
2018-03-28
1
-1
/
+50
|
/
/
/
*
|
|
Merge #12762: Make CKeyStore an interface
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Move CKeyStore::cs_KeyStore to CBasicKeyStore
João Barbosa
2018-03-24
1
-1
/
+1
|
|
/
/
*
/
/
doc: Add note about our preference for scoped enumerations ("enum class")
practicalswift
2018-03-27
1
-0
/
+1
|
/
/
*
/
Document RPC method aliasing
Russell Yanofsky
2018-03-15
1
-0
/
+11
|
/
*
Merge #12373: Build: Add build support for profiling.
Wladimir J. van der Laan
2018-03-06
1
-0
/
+4
|
\
|
*
Add build support for 'gprof' profiling.
murrayn
2018-02-26
1
-0
/
+4
*
|
Merge #12260: [Trivial] link mentioned scripted-diff-commit (developer-doc)
Wladimir J. van der Laan
2018-03-05
1
-1
/
+1
|
\
\
|
*
|
[Trivial] link mentioned scripted-diff-commit
Felix Wolfsteller
2018-01-24
1
-1
/
+1
|
|
/
*
|
Merge #12434: [doc] dev-notes: Members should be initialized
Wladimir J. van der Laan
2018-03-05
1
-6
/
+14
|
\
\
|
*
|
[doc] dev-notes: Members should be initialized
MarcoFalke
2018-02-16
1
-6
/
+14
|
|
/
*
/
Build: Add a makefile target for Doxygen documentation
Andrea Comand
2018-01-25
1
-0
/
+2
|
/
*
Typo fix
flack
2017-12-16
1
-1
/
+1
*
Recommend #include<> syntax in developer notes
Russell Yanofsky
2017-11-16
1
-0
/
+8
*
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-15
1
-0
/
+13
|
\
|
*
Add a dev notes document describing the new wallet RPC blocking
Matt Corallo
2017-10-13
1
-0
/
+13
*
|
[docs] Add instructions for lcov coverage report generation
James O'Beirne
2017-11-14
1
-0
/
+16
*
|
Merge #11035: [contrib] Add Valgrind suppressions file
Wladimir J. van der Laan
2017-11-13
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Add note about Valgrind suppressions file in developer-notes.md
practicalswift
2017-11-12
1
-0
/
+15
*
|
[docs] document scripted-diff
John Newbery
2017-09-24
1
-0
/
+20
*
|
(finally) remove getinfo in favor of more module-specific infos
Matt Corallo
2017-09-06
1
-2
/
+2
*
|
[doc] Add RPC response notes
João Barbosa
2017-08-25
1
-0
/
+5
*
|
Add recommendation: By default, declare single-argument constructors `explicit`
practicalswift
2017-08-22
1
-0
/
+6
*
|
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-22
1
-6
/
+4
|
\
\
|
*
|
Update developer notes after params.size() cleanup
Russell Yanofsky
2017-08-14
1
-6
/
+4
|
|
/
[next]