Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-26 | cmake: set cpp17 standard | selsta | 1 | -1/+1 | |
2023-09-30 | trezor: support v2.5.2+, add more trezor tests, fix chaingen and tests | Dusan Klinec | 1 | -0/+10 | |
- passphrase logic: remove backward compatibility for 2.4.3, code cleanup. - fix LibUSB cmake for static builds on OSX - tests: all tests now work with passphrase logic enabled. Passphrase test added with different passphrase. no_passphrase test added, Trezor pin test added. Testing wallet opening with correct and incorrect passphrase. Trezor test chain revamp, cleanup. Smaller chain, chain file versioning added. - tests: Trezor tests support TEST_MINING_ENABLED, TEST_MINING_TIMEOUT env vars to change mining-related tests behaviour. - requires protobuf@21 on osx for now (c++14), building with unlinked protobuf: `CMAKE_PREFIX_PATH=$(find /opt/homebrew/Cellar/protobuf@21 -maxdepth 1 -type d -name "21.*" -print -quit) \ make debug-test-trezor -j8` | |||||
2023-09-27 | depends: remove kernel version from darwin triplet | tobtoht | 1 | -1/+1 | |
2023-08-10 | README: remove obsolete forum | maogo | 1 | -1/+0 | |
2023-04-04 | Added Alpine Linux to list of packages | Dvd-Znf | 1 | -0/+6 | |
2023-03-21 | add libunbound to package list for OpenBSD | Nihal Jere | 1 | -1/+1 | |
2023-01-23 | README: fix void ssl package | tobtoht | 1 | -1/+1 | |
https://voidlinux.org/news/2021/02/OpenSSL.html | |||||
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-12-07 | update readme with v0.18.1.2 version number | Gingeropolous | 1 | -5/+5 | |
updated readme with all relevant instances of v0.18.0.0 changed to v0.18.1.2 | |||||
2022-12-01 | Correct/modernize build instructions for OpenBSD | Offshore Monero | 1 | -2/+2 | |
2022-09-23 | readme: fix instructions for win64 cross builds | erciccione | 1 | -0/+2 | |
2022-09-21 | Add Gitian builds to README | duggavo | 1 | -0/+5 | |
2022-08-11 | README: unbound is not vendored anymore | selsta | 1 | -1/+1 | |
2022-08-11 | repo: remove ldns leftovers | selsta | 1 | -5/+4 | |
2022-07-13 | build: prepare v0.18.0.0 | selsta | 1 | -6/+6 | |
2022-06-29 | README: depends has only been tested on ubuntu 18.04 and 20.04 | selsta | 1 | -1/+1 | |
2022-05-26 | README.md: Add v15/v16 network upgrade | garth-xmr | 1 | -0/+2 | |
Remade #8270 (includes edits from UkoeHB) | |||||
2022-05-22 | readme edits squash | Gingeropolous | 1 | -3/+4 | |
2022-05-07 | readme: arch/fedora deps + small fixes | hinto.janaiyo | 1 | -15/+34 | |
2022-04-27 | Change "Github" to "GitHub" | Abdullah | 1 | -2/+2 | |
2022-04-19 | readme: small fixes | hinto.janaiyo | 1 | -15/+29 | |
2022-01-07 | Update Copyright year in README.md | IceCruelStuff | 1 | -1/+1 | |
2021-12-13 | Fix docker instructions to account for non-root user | Kevin Thomas | 1 | -2/+2 | |
Since the non-root user 'monero' is specified in the Dockerfile, the bind mount when running the container should be set to this user's home directory be default, not the root user's home directory. | |||||
2021-10-14 | README v12 fork occurred on 2019-11-30 as expected | Howard Chu | 1 | -2/+2 | |
Not just an estimated date. Also fix whitespace alignment. Note for future: always use backslash-asterisk if adding this notation, otherwise it screws up rendering on some MD formatters | |||||
2021-09-25 | cmake: set cpp14 standard | selsta | 1 | -1/+1 | |
It's 2021, we can easily switch to C++14 without any troubles. | |||||
2021-09-18 | Doc: building gtest on Debian and Ubuntu | ralphmapper | 1 | -1/+8 | |
2021-09-08 | update readme research section contacts | Gingeropolous | 1 | -5/+2 | |
with edits from @UkoeHB from PR #7922 because I can't sqash because i use the github web gui like a plebe | |||||
2021-09-03 | external: remove unbound submodule | selsta | 1 | -3/+3 | |
2021-07-09 | Remove obsolete android dockerfiles | malinero | 1 | -13/+0 | |
2021-06-01 | README: freenode -> libera | selsta | 1 | -2/+2 | |
2021-04-06 | readme: Add note regarding submodule sync and update | George Lee Ge | 1 | -0/+4 | |
2021-03-30 | Add base Monero address which is needed to view wallet | Justin Ehrenhofer | 1 | -1/+1 | |
One needs the base Monero donation address to be able to restore the Monero Core Team donation wallet from address and viewkey. Address provided by selsta. | |||||
2021-03-30 | Doc: Add ccache to README.md and Brewfile | mj-xmr | 1 | -3/+10 | |
2021-03-13 | Doc: add only the required boost libraries instead of all of them | mj-xmr | 1 | -1/+1 | |
2021-03-11 | README: step by step detail for rpi setup commands | moneromooo-monero | 1 | -2/+4 | |
2021-03-07 | dependencies in openSUSE | cabelo | 1 | -0/+4 | |
2021-03-04 | added link to moneropedia to pruning in README.md | Luxter77 | 1 | -0/+2 | |
2021-03-04 | Update size figures on the pruning section of README.md | Luxter77 | 1 | -1/+1 | |
2021-03-02 | Make pruning section more consistent in README.md | Lucas Daniel Velazquez M | 1 | -2/+2 | |
use syntax highlighting on commands and command line arguments | |||||
2021-02-23 | README: update libzmq minimum version to 4.2.0 for zmq_send_const | moneromooo-monero | 1 | -1/+1 | |
2021-01-20 | Updated copyright date in README.md | Joseph Richardson | 1 | -1/+1 | |
2020 -> 2021 | |||||
2020-12-21 | edited readme version table to include v0.17.1.7 | Gingeropolous | 1 | -1/+1 | |
edited readme version table to include v0.17.1.7 as recommended version | |||||
2020-10-28 | add a convenience script to start monero with inbound tor | moneromooo-monero | 1 | -0/+3 | |
2020-10-18 | README: update fork table recommended version | selsta | 1 | -2/+2 | |
2020-10-17 | README: add OSS-fuzz status banner | moneromooo-monero | 1 | -0/+1 | |
2020-10-13 | README: recommend v0.17.1.0 | selsta | 1 | -5/+5 | |
2020-10-08 | Update README.md | Justin Kat | 1 | -2/+2 | |
2020-10-08 | README: update sponsors | selsta | 1 | -9/+7 | |
2020-10-03 | Move documentation files to their own directory | Guillaume Le Vaillant | 1 | -3/+3 | |
2020-09-14 | build: prepare v0.17 | selsta | 1 | -4/+6 | |
2020-08-28 | Made spelling, grammar, and punctuation changes. Squashed commits into one ↵ | cryptographicfool | 1 | -21/+20 | |
as requested. Made some corrections as suggested. | |||||
2020-08-16 | README: update list of third party monero packages | erciccione | 1 | -3/+22 | |
Removed AUR package, since doesn't seem to exist anymore and added Debian package (the CCS-funded one) | |||||
2020-07-19 | For NetBSD, add instructions to README.md and define to ea_config.h | thomasvaughan | 1 | -0/+8 | |
2020-06-09 | repo: update donation fund address | selsta | 1 | -1/+1 | |
2020-06-02 | Mention correct libusb and libudev dependencies | MaxXor | 1 | -3/+3 | |
2020-06-01 | README: mention pruning | moneromooo-monero | 1 | -0/+11 | |
2020-05-13 | libzmq should be libzmq4. | russoj88 | 1 | -2/+2 | |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 1 | -5/+5 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2020-03-13 | README: clean up TOC | selsta | 1 | -2/+0 | |
2020-03-11 | Bump downloaded boost version to 1.72 | Martijn Otto | 1 | -4/+4 | |
2020-03-06 | cppzmq: remove leftovers | selsta | 1 | -5/+2 | |
2020-02-25 | Provides safer semaphore privilege to jail; notes port/pkg availability | scoobybejesus | 1 | -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. | |||||
2020-01-09 | README: remove unmaintained build status | selsta | 1 | -20/+0 | |
2020-01-05 | 10 block time is for incoming outputs, not transactions | rating89us | 1 | -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) | |||||
2019-12-17 | README: fix translation link | moneromooo-monero | 1 | -1/+1 | |
2019-12-02 | Add travis freebsd | TheCharlatan | 1 | -0/+5 | |
2019-11-26 | update readme to encourage joining #monero-dev | Gingeropolous | 1 | -0/+1 | |
replaces #6126 because I can't squash things with the github web GUI | |||||
2019-11-05 | Fixes a minor formatting error | TheGoose | 1 | -1/+2 | |
Fixes a minor formatting error | |||||
2019-11-02 | Merge pull request #6079 | Riccardo Spagni | 1 | -4/+4 | |
e4d1674e8 0.15.0.0 release engineering (Riccardo Spagni) | |||||
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -4/+4 | |
2019-10-31 | README update upgrade table | Gingeropolous | 1 | -1/+3 | |
with details for nov 30th network upgrade | |||||
2019-10-31 | README update upgrade table with details | Gingeropolous | 1 | -1/+3 | |
of the november 30th fork | |||||
2019-10-30 | README: add Void Linux package dependencies | Kevin Crumb | 1 | -25/+25 | |
see also https://github.com/void-linux/void-packages/blob/master/srcpkgs/monero/template | |||||
2019-10-10 | Change 'Pootle' to 'Weblate' in Readme | erciccione | 1 | -1/+1 | |
2019-09-26 | README: Add deps for translations and hardware wallet support | Guillaume Le Vaillant | 1 | -21/+26 | |
2019-09-14 | README: fix TOC link | selsta | 1 | -1/+1 | |
2019-09-09 | updating Readme.md TOC | Harry MacFinned | 1 | -0/+3 | |
updating the TOC | |||||
2019-09-06 | README: fix master branch spelling, it is not Master | moneromooo-monero | 1 | -1/+1 | |
2019-08-25 | readme: remove snap monero package and add debian | erciccione | 1 | -4/+3 | |
2019-08-20 | Add depends riscv 64 bit support | TheCharlatan | 1 | -0/+2 | |
2019-07-30 | fix building on OpenBSD, simplify Readme section | Mr. Me0w | 1 | -92/+2 | |
Based on a patch from @mrme0w (#5569). Fixes #5770 | |||||
2019-07-22 | Dropping cppzmq dependency; adding some zmq utils | Lee Clagett | 1 | -1/+1 | |
2019-07-18 | bump version to 0.14.1.2 | Riccardo Spagni | 1 | -5/+5 | |
2019-07-17 | prep for 0.14.1.1 | Riccardo Spagni | 1 | -5/+5 | |
2019-07-04 | README: add blockchain-based issue to "Known Issues" | anonimal | 1 | -0/+10 | |
Referencing https://hackerone.com/reports/417515 | |||||
2019-07-02 | README: add coredumpctl info from iDunk | moneromooo-monero | 1 | -0/+6 | |
2019-06-26 | README: add beginnings of "Known Issues" | anonimal | 1 | -0/+8 | |
Referencing https://hackerone.com/reports/592094 | |||||
2019-06-25 | distinguish "build status" from "build" | Lazaridis | 1 | -2/+2 | |
2019-06-14 | prep for 0.14.1 release | Riccardo Spagni | 1 | -3/+3 | |
2019-05-13 | Changed odd bullet point to low level header | Rohaq | 1 | -1/+1 | |
2019-05-12 | Used subeaders to avoid slightly wonky looking formatting | Rohaq | 1 | -2/+2 | |
2019-05-12 | Made code block usage consistent across all .md files | Rohaq | 1 | -95/+173 | |
2019-05-12 | Updated Copyright notice | Rohaq | 1 | -1/+1 | |
2019-05-12 | Added Table of Contents to main README.md | Rohaq | 1 | -0/+20 | |
2019-04-15 | Add Brewfile to allow for an even easier management of dependencies | Florian | 1 | -2/+2 | |
2019-04-08 | readme: add some more instructions for translators | erciccione | 1 | -2/+2 | |
- added link to guide for Pootle - link directly to CLI project on Pootle - improved wording | |||||
2019-04-07 | README.md: fork table, copy lines from release branch | Gingeropolous | 1 | -1/+2 | |
2019-04-07 | README.md: fix missing comma | Tyler Saballus | 1 | -1/+1 | |
2019-04-07 | README.md: minor spelling issue | Justin Gerber | 1 | -1/+1 | |
The word 'dont' is not spelled correctly. | |||||
2019-04-01 | README: add and remove dependencies on OSX line | George | 1 | -1/+5 | |
2019-03-05 | fix merge errors, update recommended version to 0.14.0.2 | Riccardo Spagni | 1 | -4/+4 | |
2019-03-05 | update checkpoints, update README for 0.14.1 release | Riccardo Spagni | 1 | -7/+7 | |
2019-03-05 | update readme via cherry-pick | Riccardo Spagni | 1 | -3/+4 | |
2019-02-21 | OS X -> macOS | Jesse Jackson | 1 | -5/+5 | |
2019-02-07 | readme: add new workflow for translations (Pootle) | erciccione | 1 | -0/+6 | |
2019-01-29 | README.md - add few FreeBSD instructions, fix v13.0 release tag | monerorus | 1 | -5/+8 | |
tested on current FreeBSD 11.2-p4 , used master and release-v0.13 branchs of monero (w\o any patches) `gmake` - success `gmake release-static` - fail (-fPIC error, i think i need build dependencies from ports static instead install from pkg) `gmake debug` - fail (wallet2.cpp.o - file not recognized: file format no recognized) `gmake release-test` - success (100% passed) | |||||
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 1 | -0/+6 | |
- Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled). | |||||
2019-01-13 | update readme to include blurb on decentralization | Gingeropolous | 1 | -0/+2 | |
it occurred to me that someone discovering monero for the first time, through the code and actually reading the readme, would not have any indication of the design focuses of keeping monero decentralized, both in terms of the mining infrastructure and the low cost of node operation. I know the topic is sort of a ... wishy washy thing, but I tried to craft some language that gets the point across in general terms. | |||||
2019-01-09 | README.md: updated build instructions for OpenBSD 6.4 | ston1th | 1 | -3/+18 | |
2019-01-04 | Changed Windows build commands. | Aniket Pradhan | 1 | -2/+2 | |
`pacman -Syuu` can either upgrade or degrade the packages (depending upon the package lists), and should not be normally used. Instead of that, one should use `pacman -Syu` which only upgrades the packages. | |||||
2019-01-02 | remove trailing whitespace in README.md | David Meister | 1 | -15/+15 | |
2018-12-04 | Add glibc back compat code | TheCharlatan | 1 | -0/+2 | |
To ensure that the binaries compiled by gitian run across many linux distributions, enforce 2.17 as the minimum libc version supported. | |||||
2018-11-11 | readme 0.13.0.4 in the table | Gingeropolous | 1 | -2/+2 | |
its the one thing I do. I change the table. | |||||
2018-10-29 | README.md: increase swap size on Raspberry Pi | Neofito89 | 1 | -2/+2 | |
Increased swap size on raspberry pi compiling guide, since it might crash if the raspberry has any service runing in the background | |||||
2018-10-24 | Minor wording changes; added research repository links | Sarang Noether | 1 | -3/+3 | |
2018-10-24 | Added research information to main readme | Sarang Noether | 1 | -0/+9 | |
2018-10-22 | update readme for 0.13.0.4 | Riccardo Spagni | 1 | -3/+3 | |
2018-10-16 | Add building with depends to the Makefile | TheCharlatan | 1 | -12/+9 | |
Depends can now be compiled with `make depends target=$triple`, where $triple is one of the supported build targets. Adapt the Makefile for this change, remove not needed windows deps from depends setup description. | |||||
2018-10-15 | README: add libnorm to the dependency list | moneromooo-monero | 1 | -2/+4 | |
2018-10-14 | readme: update OSX build badges | xiphon | 1 | -1/+1 | |
2018-10-10 | README: mention max_usb_current setting on Raspberry Pi | moneromooo-monero | 1 | -0/+2 | |
2018-10-09 | Utils: Add Dockerfile for android 64-bit build | Gregory Lemercier | 1 | -2/+4 | |
2018-10-08 | Remove last traces of libpcsc-lite | moneromooo-monero | 1 | -2/+1 | |
2018-10-07 | README: update MSYS2 dependencies for Ledger | Lafudoci | 1 | -2/+2 | |
2018-10-03 | Move cross compiling steps into proper heading | K3v1n Kur14k053 | 1 | -17/+20 | |
As per #3430 | |||||
2018-09-29 | Merge pull request #4434 | Riccardo Spagni | 1 | -2/+12 | |
89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero) | |||||
2018-09-25 | README: mention ASAN usage alongside valgrind | moneromooo-monero | 1 | -2/+12 | |
2018-09-22 | update readme with v13.0 | Riccardo Spagni | 1 | -4/+4 | |
2018-09-22 | README: remove overlooked conflict | moneromooo-monero | 1 | -46/+0 | |
2018-09-18 | README: harmonize command formatting inside README.md | Andrea | 1 | -1/+47 | |
rebased by moneromooo | |||||
2018-09-18 | README: Compile boost with cxxflags=-fPIC cflags=-fPIC | Italocoin Project | 1 | -1/+1 | |
Rebased and squashed by moneromooo | |||||
2018-09-18 | README: fill in libsodium package name for Arch | phloatingman | 1 | -1/+1 | |
Rebased by moneromooo, with a sensible commit message | |||||
2018-09-14 | update readme fork table | Gingeropolous | 1 | -1/+3 | |
with consensus rules and block heights | |||||
2018-09-10 | Update readmes to reflect the usage of depends | TheCharlatan | 1 | -1/+17 | |
Explain the role of the SDK in the darwin build. Add instructions to compile depends to the basic readme. | |||||
2018-09-09 | README: bump cmake requirement to 3.5, as required by miniupnpc | moneromooo-monero | 1 | -1/+1 | |
2018-08-23 | add and use constant time 32 byte equality function | moneromooo-monero | 1 | -1/+1 | |
2018-08-22 | Docker: Fix android build | MoroccanMalinois | 1 | -2/+2 | |
2018-08-12 | README: add dependency on libpgm-dev | stoffu | 1 | -1/+2 | |
2018-08-02 | update README to change all 0.12.2 to 0.12.3 | Gingeropolous | 1 | -5/+5 | |
I didn't change the minimum version in the table though, because 0.12.0 will work for this block version | |||||
2018-07-04 | README: remove mentions of external miniupnpc dependency | moneromooo-monero | 1 | -4/+3 | |
2018-07-03 | docker: update to new versions of dependencies | HomDx | 1 | -0/+3 | |
2018-06-23 | Changed URLs to HTTPS | einsteinsfool | 1 | -9/+9 | |
2018-06-16 | add disclaimer about 3rd party packages | Jethro Grassie | 1 | -43/+40 | |
Demoted the 3rd party maintained package installs to after compiling from repository source and removed the broken Homebrew package instructions. | |||||
2018-06-08 | update readme to include debian one liner for deps | Gingeropolous | 1 | -0/+3 | |
update readme to include debian one liner for deps , because who wants to select all of those individually | |||||
2018-06-08 | Update readme to include pcslite dependency | Gingeropolous | 1 | -0/+1 | |
Update readme to include pcslite dependency | |||||
2018-06-05 | README: mention --untrusted-daemon | moneromooo-monero | 1 | -0/+2 | |
when connecting the wallet to a daemon on a tor hidden service | |||||
2018-06-05 | readme - explain building master vs. release | Gingeropolous | 1 | -2/+13 | |
Update readme to explain and warn about building master, and encourage (via example) to build release branches. Also updated instance where example build instructions had 0.11.0 as the most recent release. | |||||
2018-06-04 | Update Readme to indicate recommended version | Gingeropolous | 1 | -1/+1 | |
... is v0.12.2.0 | |||||
2018-05-31 | Incorporate Window debug build targets | philkode | 1 | -0/+10 | |
2018-05-29 | adding win building details. | k1nghat | 1 | -0/+14 | |
cloning and extra build details included. | |||||
2018-05-06 | Update readme to include link to announcement list | Gingeropolous | 1 | -0/+4 | |
Added link to readme for https://lists.getmonero.org | |||||
2018-04-29 | README.md: mention building deps with -fPIC for static builds | moneromooo-monero | 1 | -0/+2 | |
2018-03-21 | Revert bb19386b | Howard Chu | 1 | -1/+1 | |
The requirement for CMake 3.2.0 was introduced erroneously in commit e29282d2081709e126b1fb67f49e9d4a666794da and is no longer present | |||||
2018-03-21 | change wording in hard fork description section | Gingeropolous | 1 | -3/+4 | |
changed wording in hard fork section because reasons. Added prospective slot of next hardfork to communicate that more are coming because it never stops. its everywhere and all at the same time. | |||||
2018-03-18 | README: add instructions for cloning / submodules | anonimal | 1 | -0/+10 | |
2018-03-18 | Move v7 fork to 1546000 to give more update time | moneromooo-monero | 1 | -1/+1 | |
2018-03-12 | README.md: Updated OpenBSD build instructions | ston1th | 1 | -15/+20 | |
* Removed the db package, as it is not required * Added the libiconv package * Updated the boost build instructions (added locale) * Updated cppzmq to version 4.2.3 which does not require the symlink hack anymore added missing hashes for boost patches | |||||
2018-03-10 | systemd,readme: torsocks config for service | redfish | 1 | -15/+33 | |
2018-03-07 | core: add v7 for 1539500 on mainnet | moneromooo-monero | 1 | -2/+2 | |
2018-02-14 | README.md: bump minimum cmake version to 3.2.0 | iDunk5400 | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-19 | Update readme with correct tag version | Calvin Liang | 1 | -1/+1 | |
2017-12-26 | Added Fedora devel dependencies | Jonny Heggheim | 1 | -19/+19 | |
2017-12-17 | README.md: Improve copy for supporting the project | xmr-eric | 1 | -5/+1 | |
2017-12-15 | Add Guix SD to available distro packages in README.md | vasi | 1 | -0/+4 | |
2017-12-11 | Dockerfile: add option to set build parallelism | MoroccanMalinois | 1 | -0/+4 | |
2017-12-07 | add libsodium as dependency for building in readme | Gingeropolous | 1 | -0/+2 | |
this finally got my debug-static-all to build. Obviously, its me, so this could use some edits or something. | |||||
2017-12-07 | Scheduled mandatory software upgrades | xmr-eric | 1 | -4/+4 | |
2017-12-05 | Keep VRP a proper noun | xmr-eric | 1 | -1/+1 | |
2017-12-04 | Shorten a title, remove a section, small edits | xmr-eric | 1 | -16/+12 | |
2017-12-04 | Capitalization on first word only | xmr-eric | 1 | -17/+17 | |
2017-12-02 | Readme.md: Normalize heading capitalization | xmr-eric | 1 | -3/+3 | |
2017-11-22 | added missing link for OpenBSD build instructions | ston1th | 1 | -0/+3 | |
2017-11-19 | Update README.md with info about release timelines | Gingeropolous | 1 | -0/+4 | |
Added a heading in the readme that describes the release staging schedule and protocol. | |||||
2017-11-18 | Force docker image to use --non-interactive | Bruno Clermont | 1 | -3/+0 | |
2017-11-17 | fix and improve docker image, add doc for docker-compose | Bruno Clermont | 1 | -0/+3 | |
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 1 | -0/+11 | |
2017-10-27 | Updated OpenBSD build instructions and fixed libressl linking issue | ston1th | 1 | -0/+67 | |
Issue: #2575 Build instructions for OpenBSD 6.2: * boost (built with clang) * cppzmq Fixed a issue, where cmake was not able to find and link against libressl in unbound. restored OpenBSD 5.8 build instructions | |||||
2017-10-19 | always use core_tests for consistency, not coretests | moneromooo-monero | 1 | -1/+1 | |
Other tests use unit_tests, performance_tests, etc. This fixes getting it wrong half the time when typing. | |||||
2017-10-19 | Problem: Copyright notice is very confusing | Gareth | 1 | -2/+2 | |
Solution: add line break to copyright notice and fix grammar. | |||||
2017-10-10 | dns_utils: allow an optional DNS server IP in DNS_PUBLIC | moneromooo-monero | 1 | -1/+1 | |
tcp://a.b.c.d | |||||
2017-10-01 | README: Add package installation instructions for Void Linux | Helmut Pozimski | 1 | -0/+4 | |
2017-09-26 | readme: update Arch/AUR pkg name; post-rebranding | redfish | 1 | -1/+1 | |
2017-09-26 | Include additional instructions for Jessie | Mike C | 1 | -1/+33 | |
Raspbian Jessie users must compile boost themselves. | |||||
2017-09-25 | fix portable binaries build targets | lancillotto | 1 | -5/+5 | |
2017-09-21 | README: Add libzmq to dependencies and update MSYS2 dependencies | iDunk5400 | 1 | -2/+6 | |
2017-09-20 | Update Raspberry Pi build instructions | Mike C | 1 | -19/+9 | |
We don't have to compile boost by ourselves anymore! | |||||
2017-09-20 | README Network Consensus Protocol Upgrade Table | Gingeropolous | 1 | -9/+12 | |
Aligned table for all you terminal knuckleheads and tried to better explain the schedule and what a user needs to do | |||||
2017-09-16 | Readline is now supported directly | Howard Chu | 1 | -8/+1 | |
Remove rlwrap info | |||||
2017-09-11 | Repo: remove in-tree VRP, link to single-policy VRP | anonimal | 1 | -0/+5 | |
2017-09-10 | readme.me again, fixed v2 fork info on table | Gingeropolous | 1 | -1/+1 | |
included increased fee free zone of 60 kb, changed data of v2 | |||||
2017-09-10 | README.md - update info for first fork | Gingeropolous | 1 | -1/+1 | |
Include change in blocktime | |||||
2017-09-10 | README.md - update fork table with fork height | Gingeropolous | 1 | -6/+7 | |
I added a column for fork height and included the september 2016 fork info | |||||
2017-09-08 | README.md: add instructions to fix core pattern | moneromooo-monero | 1 | -1/+3 | |
2017-09-06 | update hardfork table with height and version info | Gingeropolous | 1 | -2/+2 | |
2017-07-24 | README: give credit where credit is due | moneromooo-monero | 1 | -0/+1 | |
2017-07-13 | Readme: add android docker build instruction | MoroccanMalinois | 1 | -0/+9 | |
2017-06-04 | Converting README.i18n to Markdown | Jonathan Cross | 1 | -1/+1 | |
2017-04-28 | Note that this build is community contributed. | Martin Wimpress | 1 | -1/+3 | |
As requested this pull request add a note that this snap is community contributed. It also adds some more explanation of what a snap is. |