aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* build: Stop translating PACKAGE_NAMEMarcoFalke2019-09-241-3/+0
* build: use full version string in setup.exeMarcoFalke2019-03-121-6/+5
* [build] Makefile.am: add rule for src/bitcoin-walletSjors Provoost2019-02-141-0/+1
* Merge #14701: build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoStringWladimir J. van der Laan2018-12-121-1/+1
|\
| * build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoStringfanquake2018-11-101-1/+1
* | rpcauth: Improve by using argparse and getpass modulesJoão Barbosa2018-11-212-22/+28
* | Properly generate salt in rpcauth.py, update testsCarl Dong2018-11-171-9/+6
* | Merge #14698: build: Add bitcoin-tx.exe into Windows installerWladimir J. van der Laan2018-11-141-0/+1
|\ \
| * | build: Add bitcoin-tx.exe into Windows installerChun Kuan Lee2018-11-091-0/+1
| |/
* | Merge #12783: macOS: disable AppNap during syncWladimir J. van der Laan2018-11-101-3/+0
|\ \ | |/ |/|
| * macOS: disable AppNap during syncAlexey Ivanov2018-11-011-3/+0
* | [doc] conf: Remove deprecated options from docs, Other cleanupMarcoFalke2018-11-071-10/+7
|/
* gui: explicitly disable "Dark Mode" appearance on macOSfanquake2018-10-281-0/+3
* Merge #14018: Bugfix: NSIS: Exclude Makefile* from docsWladimir J. van der Laan2018-08-221-1/+1
|\
| * Bugfix: NSIS: Exclude Makefile* from docsLuke Dashjr2018-08-211-1/+1
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-082-2/+2
|\ \
| * | Update copyright headers to 2018DrahtBot2018-07-272-2/+2
* | | contrib: Remove debian and rpm subfoldersMarcoFalke2018-07-301-0/+147
|/ /
* | release: bump minimum required macOS to 10.10fanquake2018-07-251-1/+1
* | Merge #13454: Make sure LC_ALL=C is set in all shell scriptsWladimir J. van der Laan2018-06-181-0/+1
|\ \
| * | Add "export LC_ALL=C" to all shell scriptspracticalswift2018-06-141-0/+1
* | | Explicitly specify encoding when opening text files in Python codepracticalswift2018-06-121-1/+1
|/ /
* | rpcauth: Make it possible to provide a custom passwordWladimir J. van der Laan2018-05-022-7/+14
* | [tests] Make rpcauth.py testable and add unit testsQasim Javed2018-04-241-18/+28
* | Merge #12985: Windows: Avoid launching as admin when NSIS installer ends.Wladimir J. van der Laan2018-04-181-1/+2
|\ \
| * | Avoid launching as admin when NSIS installer ends.JeremyRand2018-04-141-1/+2
* | | Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-161-1/+1
* | | tests: Remove compatibility code not needed now when we're on Python 3practicalswift2018-04-161-9/+2
|/ /
* | Change all python files to use Python3John Newbery2018-03-262-3/+2
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-032-2/+2
* | Rename rpcuser.py to rpcauth.pyHenrik Jonsson2017-12-063-10/+10
* | rpcuser.py: Use 'python' not 'python2'Henrik Jonsson2017-12-051-1/+1
* | Add error handling: exit if cd failspracticalswift2017-10-181-1/+1
* | Remove extremely outdated share/certs dirMeshCollider2017-09-213-120/+0
* | Use sys.exit(...) instead of exit(...): exit(...) should not be used in programspracticalswift2017-08-281-1/+1
* | Slightly overhaul NSI pixmapsJonas Schnelli2017-06-222-0/+0
* | Merge #7522: Bugfix: Only use git for build info if the repository is actuall...Wladimir J. van der Laan2017-05-171-1/+5
|\ \
| * | Bugfix: Detect genbuild.sh in repo correctlyLuke Dashjr2016-12-291-1/+5
| * | Merge tag 'branch-0.13' into bugfix_gitdirLuke Dashjr2016-08-0926-864/+90
| |\ \
| * | | Bugfix: Only use git for build info if the repository is actually the right oneLuke Dashjr2016-02-121-1/+1
* | | | Fix typospracticalswift2017-01-291-1/+1
* | | | Remove unused Python importspracticalswift2017-01-131-1/+0
* | | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | | | [copyright] copyright header style uniformisle29832016-11-061-1/+1
* | | | release: bump required osx version to 10.8. Credit jonasschnelli.Cory Fields2016-10-251-1/+1
* | | | Merge #8784: Copyright headers for build scriptsWladimir J. van der Laan2016-09-291-0/+4
|\ \ \ \
| * | | | Add MIT license to autogen.sh and share/genbuild.shLuke Dashjr2016-09-211-0/+4
* | | | | [share] remove qt/protobuf.priMarcoFalke2016-09-221-35/+0
|/ / / /
* | | / [copyright] add MIT License copyright header to remaining Python filesisle29832016-09-111-0/+3
| |_|/ |/| |
* | | Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)MarcoFalke2016-08-151-1/+1
|\ \ \ | |_|/ |/| |