aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * | cppzmq: remove leftoversselsta2020-03-061-5/+2
| |/
* | Merge pull request #6370luigi11112020-04-041-4/+4
|\ \ | | | | | | | | | | | | 3031deb Bump downloaded boost version to 1.72 (omartijn) 6079042 Use boost::asio::ssl::context::sslv23 for backwards compatibility (omartijn)
| * | Bump downloaded boost version to 1.72Martijn Otto2020-03-111-4/+4
| |/
* | Merge pull request #6356luigi11112020-04-041-2/+3
|\ \ | | | | | | | | | 56c4eda Provides safer semaphore privilege to jail; notes port/pkg availability (scoobybejesus)
| * | Provides safer semaphore privilege to jail; notes port/pkg availabilityscoobybejesus2020-02-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the FreeBSD architecture handbook (https://www.freebsd.org/doc/en/books/arch-handbook/jail-restrictions.html) as it relates to `allow.sysvipc`, "By default, this sysctl is set to 0. If it were set to 1, it would defeat the whole purpose of having a jail; privileged users from the jail would be able to affect processes outside the jailed environment." This is undesirable behavior. Per `man jail`, regarding `allow.sysvipc`, "A process within the jail has access to System V primitives. This is deprecated in favor of the per-module parameters." Since FreeBSD 11, the new way to deal with this (the per-module parameters) is with: `sysvshm`, for shared memory, `sysvsem`, for semaphores, and `sysvmsg`, for message queues. These can be set selectively to either `disable`; `inherit`, for the previous behavior (problematic due to UID collision, apparently); and `new`, for new behavior that avoids the UID collision problem. Monero only uses semaphores, therefore we should recommend that jails be run with `sysvsem="new"` in the jail's jail.conf. Tested on FreeBSD 12.1. Also, Monero is now able to be downloaded as a package or built from ports as `monero-cli` with a versioned suffix. It's got `Monero 'Carbon Chamaeleon' (v0.15.0.1-release)` as of right now, and it's been there 2-3 months, meaning it's currently and timely.
* | | Merge pull request #6281Alexander Blair2020-03-271-1/+1
|\ \ \ | |_|/ |/| | | | | 6772ce70 10 block time is for incoming outputs, not transactions (rating89us)
| * | 10 block time is for incoming outputs, not transactionsrating89us2020-01-051-1/+1
| | | | | | | | | 10 block lock time is for incoming outputs and not only incoming transactions (outgoing transaction has an incoming change output that is also locked for 10 blocks)
* | | Merge pull request #6204Alexander Blair2020-02-281-0/+5
|\ \ \ | |_|/ |/| | | | | 1d78db27 Add travis freebsd (TheCharlatan)
| * | Add travis freebsdTheCharlatan2019-12-021-0/+5
| |/
* | Merge pull request #6188luigi11112020-02-191-0/+1
|\ \ | | | | | | | | | 0bae227 update readme to encourage joining #monero-dev (Gingeropolous)
| * | update readme to encourage joining #monero-devGingeropolous2019-11-261-0/+1
| |/ | | | | replaces #6126 because I can't squash things with the github web GUI
* | Merge pull request #6065luigi11112020-02-191-25/+25
|\ \ | | | | | | | | | f498dfc README: add Void Linux package dependencies (kevcrumb)
| * | README: add Void Linux package dependenciesKevin Crumb2019-10-301-25/+25
| | | | | | | | | | | | see also https://github.com/void-linux/void-packages/blob/master/srcpkgs/monero/template
* | | Merge pull request #6100Alexander Blair2020-02-061-1/+2
|\ \ \ | | | | | | | | | | | | 4d804443 Fixes a minor formatting error (TheGoose)
| * | | Fixes a minor formatting errorTheGoose2019-11-051-1/+2
| | |/ | |/| | | | | | | Fixes a minor formatting error
* | | Merge pull request #6287Alexander Blair2020-01-241-20/+0
|\ \ \ | | | | | | | | | | | | dbcfae6f README: remove unmaintained build status (selsta)
| * | | README: remove unmaintained build statusselsta2020-01-091-20/+0
| |/ /
* / / README: fix translation linkmoneromooo-monero2019-12-171-1/+1
|/ /
* | 0.15.0.0 release engineeringRiccardo Spagni2019-11-021-4/+4
| |
* | README update upgrade table with detailsGingeropolous2019-10-311-1/+3
|/ | | of the november 30th fork
* Change 'Pootle' to 'Weblate' in Readmeerciccione2019-10-101-1/+1
|
* Merge pull request #5913luigi11112019-09-301-1/+1
|\ | | | | | | dbc7c44 README: fix TOC link (selsta)
| * README: fix TOC linkselsta2019-09-141-1/+1
| |
* | README: Add deps for translations and hardware wallet supportGuillaume Le Vaillant2019-09-261-21/+26
| |
* | Merge pull request #5886luigi11112019-09-241-1/+1
|\ \ | |/ |/| | | ae32862 README: fix master branch spelling, it is not Master (moneromooo-monero)
| * README: fix master branch spelling, it is not Mastermoneromooo-monero2019-09-061-1/+1
| |
* | Merge pull request #5818luigi11112019-09-141-1/+1
|\ \ | | | | | | | | | f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd)
| * | Dropping cppzmq dependency; adding some zmq utilsLee Clagett2019-07-221-1/+1
| |/
* | updating Readme.md TOCHarry MacFinned2019-09-091-0/+3
| | | | | | | | updating the TOC
* | readme: remove snap monero package and add debianerciccione2019-08-251-4/+3
|/
* Merge pull request #5702luigi11112019-08-211-0/+2
|\ | | | | | | 13c0b8c Add depends riscv 64 bit support (TheCharlatan)
| * Add depends riscv 64 bit supportTheCharlatan2019-08-201-0/+2
| |
* | Merge pull request #5773luigi11112019-08-191-92/+2
|\ \ | | | | | | | | | 441f318 fix building on OpenBSD, simplify Readme section (mrme0w/The-King-of-Toasters)
| * | fix building on OpenBSD, simplify Readme sectionMr. Me0w2019-07-301-92/+2
| |/ | | | | | | Based on a patch from @mrme0w (#5569). Fixes #5770
* | Merge pull request #5723luigi11112019-08-191-0/+6
|\ \ | | | | | | | | | a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero)
| * | README: add coredumpctl info from iDunkmoneromooo-monero2019-07-021-0/+6
| | |
* | | Merge pull request #5701luigi11112019-08-191-0/+18
|\ \ \ | | | | | | | | | | | | | | | | 962dd93 README: add beginnings of 'Known Issues' (anonimal) b2813ab README: add blockchain-based issue to 'Known Issues' (anonimal)
| * | | README: add blockchain-based issue to "Known Issues"anonimal2019-07-041-0/+10
| | | | | | | | | | | | | | | | Referencing https://hackerone.com/reports/417515
| * | | README: add beginnings of "Known Issues"anonimal2019-06-261-0/+8
| |/ / | | | | | | | | | Referencing https://hackerone.com/reports/592094
* | | Merge pull request #5691luigi11112019-08-151-2/+2
|\ \ \ | |_|/ |/| | 1a6af80 distinguish "build status" from "build" (ghost)
| * | distinguish "build status" from "build"Lazaridis2019-06-251-2/+2
| |/
* | bump version to 0.14.1.2Riccardo Spagni2019-07-181-5/+5
| |
* | prep for 0.14.1.1Riccardo Spagni2019-07-171-5/+5
|/
* prep for 0.14.1 releaseRiccardo Spagni2019-06-141-3/+3
|
* Changed odd bullet point to low level headerRohaq2019-05-131-1/+1
|
* Used subeaders to avoid slightly wonky looking formattingRohaq2019-05-121-2/+2
|
* Made code block usage consistent across all .md filesRohaq2019-05-121-95/+173
|
* Updated Copyright noticeRohaq2019-05-121-1/+1
|
* Added Table of Contents to main README.mdRohaq2019-05-121-0/+20
|
* Merge pull request #5447Riccardo Spagni2019-04-161-2/+2
|\ | | | | | | 02c01c0b Add Brewfile to allow for an even easier management of dependencies (Florian)