aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \ | |_|/ |/| |
| * | Use portable #! in python scripts (/usr/bin/env)Matthew King2016-06-261-1/+1
* | | windows: Add testnet icon for testnet linkWladimir J. van der Laan2016-06-301-1/+1
* | | windows: Add testnet link to installerWladimir J. van der Laan2016-06-291-0/+2
|/ /
* | build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-091-7/+0
* | Correct small typo in extract_strings_qt.pyMitchell Cash2016-05-241-2/+2
* | Remove wxwidgets references from NSIS script.JeremyRand2016-04-111-4/+0
* | build: Use PACKAGE_TARNAME and new bin names in NSIS script.JeremyRand2016-04-111-13/+13
* | build: python 3 compatibilityWladimir J. van der Laan2016-03-291-2/+7
* | [doc] Fix markdownMarcoFalke2016-03-011-2/+1
* | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-032-0/+52
|\ \
| * | Update project URLBtcDrak2016-01-151-1/+1
| * | Added additional config option for multiple RPC users.Gregory Sanders2015-11-292-0/+52
* | | Move PACKAGE_URL to configure.acLuke Dashjr2016-01-281-1/+1
* | | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-191-0/+2
* | | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-222-1/+2
* | | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-143-3/+4
|/ /
* | [trivial] Remove obsolete share/qt/make_windows_icon.shMarcoFalke2015-10-091-9/+0
* | [trivial] Remove obsolete pixmapsMarcoFalke2015-09-1313-15/+0
* | [qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.shMarcoFalke2015-09-133-38/+0
* | contrib: Improvements to hardcoded seeds scriptsWladimir J. van der Laan2015-06-253-680/+0
* | Merge pull request #6218Wladimir J. van der Laan2015-06-031-1/+1
|\ \
| * | osx: set min version to 10.7 for 0.11+Cory Fields2015-06-021-1/+1
* | | OSX: use "Bitcoin Core" as Bundle Display NameJonas Schnelli2015-06-031-0/+6
* | | [OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli2015-06-011-2/+2
|/ /
* | [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli2015-05-191-2/+2
* | build: if there's no recent git tag, don't spew error messagesCory Fields2015-05-041-1/+1