Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-18 | readme: deps: fix libunwind Debian/Ubuntu package name | redfish | 1 | -1/+1 | |
2016-09-17 | README: mention rlwrap pitfall when inputting seed and private keys | moneromooo-monero | 1 | -0/+3 | |
2016-09-14 | Fix homebrew formula for OS X | Mike C | 1 | -1/+1 | |
bitmonero --> monero | |||||
2016-09-10 | Merge pull request #1053 | Riccardo Spagni | 1 | -5/+12 | |
13c5dc6 Update README.md (jw) 44f1191 Update README.md (jw) f4ffe7f Update MSYS2 build instructions. (jw) | |||||
2016-09-05 | Update README.md | jw | 1 | -1/+1 | |
2016-09-05 | Update README.md | jw | 1 | -1/+1 | |
2016-09-05 | Update MSYS2 build instructions. | jw | 1 | -5/+12 | |
Describe process for building on Windows using current version of MSYS2. | |||||
2016-09-03 | readme: make section on docs more concise | redfish | 1 | -17/+5 | |
2016-09-03 | readme fixes, small Docker fix | Riccardo Spagni | 1 | -20/+20 | |
2016-09-01 | Merge pull request #1015 | Riccardo Spagni | 1 | -15/+28 | |
fbfdf59 readme: organize deps into table (redfish) | |||||
2016-09-01 | Merge pull request #1028 | Riccardo Spagni | 1 | -2/+12 | |
9397254 Added basic docker file (eiabea) | |||||
2016-09-01 | readme: organize deps into table | redfish | 1 | -15/+28 | |
2016-09-01 | Merge pull request #1009 | Riccardo Spagni | 1 | -1/+1 | |
640a934 tests: cmake: fix building with system gtest (redfish) 4a9e949 tests: cmake: use a list for enabled tests (redfish) dbd9a26 cmake: tests: gtest target is not always defined #983 (redfish) | |||||
2016-09-01 | Added basic docker file | eiabea | 1 | -2/+12 | |
finalized dockerfile | |||||
2016-08-30 | tests: cmake: fix building with system gtest | redfish | 1 | -1/+1 | |
Issues #980 #983 | |||||
2016-08-30 | Add ARMv8 Handling to CMakeLists.txt - version 2 | NanoAkron | 1 | -1/+2 | |
Adds 64-bit ARMv8 handling to CMakeLists.txt and implements GCC flags for two errata on the Cortex-A53 present on every chip in revision 0: https://developer.arm.com/docs/epm048406/latest/arm-processor-cortex-a53-mpcore-product-revision-r0-software-developers-errata-notice 835769 affects 64-bit multiply accumulate 843419 affects internal page addressing Rewritten to build on @radfish's changes Updated to address @radfish's points | |||||
2016-08-28 | Merge pull request #1000 | Riccardo Spagni | 1 | -3/+3 | |
d321c02 minor README changes, also I wanted to grab PR #1000 (Riccardo Spagni) | |||||
2016-08-28 | Merge pull request #997 | Riccardo Spagni | 1 | -80/+91 | |
1c7d3b0 cmake: define ARM var for all ARM arch variants (redfish) 6fe543d cmake: ARM: exclude libunwind in static build (redfish) 397b720 make: remove NO_AES from arm targets (redfish) 57ca3f3 make: make the ARM release targets statically linked (redfish) 43c07a1 readme: editted install/build instructions for clarity (redfish) a0d4058 Revert "makefile: remove unnecessary ARM-specific targets" (redfish) c2bc34b Revert "Interpret x86_64 as x86-64 for architecture" (redfish) c54b9a1 cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSOR (redfish) | |||||
2016-08-28 | Merge pull request #992 | Riccardo Spagni | 1 | -0/+1 | |
f1ba51c remove -Wall from coverage arguments (Jacob Torrey) f017fec Build the core_tests under Travis (Jacob Torrey) e0bf02a Streamline release-test target (Jacob Torrey) baf4574 Update badge to point to monero's coveralls (Jacob Torrey) d1dc2c3 Re-enable Travis IRC notifications (Jacob Torrey) 9c71b9e Silence coveralls to prevent 4MB logs (Jacob Torrey) 65041fb Disabled libwallet_api_test until Issue #895 resolved (Jacob Torrey) a450138 Disable core_tests on Travis-CI (Jacob Torrey) 650afac Added -j2 to Makefile and clean up matrix (Jacob Torrey) 256dec0 Streamline test building target (Jacob Torrey) 14915c2 Ensure tests are built prior to testing (Jacob Torrey) fe4992b Added coverage g++ commands (Jacob Torrey) 497b24f Update .travis.yml (Jacob Torrey) 678467d Update for the current make environment (Jacob Torrey) abcac26 Fixed tab/space issue on YAML (Jacob Torrey) 7351a11 Converted to a build matrix for testing and release (Jacob Torrey) 342dbfb Prep for coveralls (Jacob Torrey) | |||||
2016-08-28 | Merge pull request #990 | Riccardo Spagni | 1 | -4/+11 | |
cf6654c contrib: example systemd service and config file (redfish) | |||||
2016-08-28 | minor README changes, also I wanted to grab PR #1000 | Riccardo Spagni | 1 | -3/+3 | |
2016-08-28 | readme: editted install/build instructions for clarity | redfish | 1 | -80/+91 | |
* some re-org of sections to make things more concise * dedicated section for installing from packages vs building from source * for Windows, instruct to run the top-level makefile targets, because I don't see any reason not to -- advanced users will look into the makefile and find the cmake command there if they need to. * for Windows, instruct to install *-toolchain meta package which includes expat * added some context info here and there to aid -- I tried to clarify things that confused me, e.g. Windows build is cross-compilation to be precise; motivation for targets that are meant for generating portable binaries as opposed to binaries optimized to host CPU. | |||||
2016-08-26 | contrib: example systemd service and config file | redfish | 1 | -4/+11 | |
Including in light of #977 | |||||
2016-08-26 | Update badge to point to monero's coveralls | Jacob Torrey | 1 | -1/+1 | |
2016-08-26 | Prep for coveralls | Jacob Torrey | 1 | -0/+1 | |
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com> | |||||
2016-08-25 | README.md: Boost version updated for windows | tobiasw2 | 1 | -1/+1 | |
2016-08-24 | added Symas as a sponsor | Riccardo Spagni | 1 | -0/+1 | |
2016-08-24 | Merge pull request #981 | Riccardo Spagni | 1 | -1/+1 | |
3729ac8 Docs: re-introduce Boost 1.58 min req from 2a2b655 (anonimal) | |||||
2016-08-24 | resolved conflicts in readme.md | Riccardo Spagni | 1 | -8/+4 | |
2016-08-23 | Docs: re-introduce Boost 1.58 min req from 2a2b655 | anonimal | 1 | -1/+1 | |
2016-08-22 | README formatting | Jacob Torrey | 1 | -4/+4 | |
Very slight changes to make the markdown slightly more readable and easy to copy/paste from. | |||||
2016-08-21 | readme: format Windows deps as a list | redfish | 1 | -1/+8 | |
2016-08-21 | readme: formatting for rlwrap command snippet | redfish | 1 | -2/+6 | |
2016-08-20 | readme: add deps for documentation | redfish | 1 | -1/+6 | |
2016-08-20 | readme: add deps: miniupnpc and libunwind | redfish | 1 | -0/+2 | |
miniupnpc is included in source repo, but list it anyway, eventually that fork will hopefully go away from this repo. | |||||
2016-08-20 | readme: add pkg-config dep | redfish | 1 | -0/+1 | |
2016-08-20 | readme: decrease size of sponsor logos | redfish | 1 | -1/+6 | |
2016-08-20 | readme: format dependencies into a list #951 | redfish | 1 | -2/+15 | |
2016-08-20 | readme: clarify conf syntax re leading dashes | redfish | 1 | -1/+1 | |
2016-07-20 | Docs: fix 'Development Resources' formatting in README. | anonimal | 1 | -5/+5 | |
2016-07-20 | change travis badge | Riccardo Spagni | 1 | -1/+1 | |
2016-07-13 | Docs: update 'Development Resources' in README. | anonimal | 1 | -5/+4 | |
* Branch development was recently removed. All PR's now go directly to master. * Also, removed EOL whitespace | |||||
2016-07-13 | Travis-CI: add build-status badge to README.md | anonimal | 1 | -0/+2 | |
* Currently points to anonimal/bitmonero. This should be changed to monero-project/bitmonero once the project signs-up for Travis-CI. | |||||
2016-07-06 | Merge pull request #885 | Riccardo Spagni | 1 | -2/+1 | |
b727a1f updated README to reflect Windows changes (Riccardo Spagni) | |||||
2016-07-06 | Merge pull request #875 | Riccardo Spagni | 1 | -15/+1 | |
14f7538 readme: move license to separate file for packaging (redfish) | |||||
2016-07-03 | updated README to reflect Windows changes | Riccardo Spagni | 1 | -2/+1 | |
2016-06-21 | readme: move license to separate file for packaging | redfish | 1 | -15/+1 | |
2016-05-28 | readme: notes on config file and fg/bg run mode | redfish | 1 | -0/+18 | |
2016-05-11 | Update README with TAILS instructions | dEBRUYNE-1 | 1 | -1/+9 | |
2016-03-29 | README: mention TORSOCKS_ALLOW_INBOUND for wallet connections | moneromooo-monero | 1 | -2/+2 | |
2016-03-11 | update donation addresses | Riccardo Spagni | 1 | -2/+2 | |
2016-01-24 | My markdown-fu sucks :P | me0wmix | 1 | -1/+1 | |
2016-01-24 | Instructions updated to include g++ package and omit optional packages | me0wmix | 1 | -3/+5 | |
2016-01-22 | Last fixups in the Cmake stuff and better default build instruction | me0wmix | 1 | -3/+1 | |
2016-01-21 | More formatting fixes to instructions | me0wmix | 1 | -1/+3 | |
2016-01-21 | Corrected formatting on OpenBSD instructions | me0wmix | 1 | -2/+5 | |
2016-01-21 | Added/corrected OpenBSD build instructions. | me0wmix | 1 | -0/+10 | |
2016-01-01 | updated readme, note CMake minimum version increase | Riccardo Spagni | 1 | -2/+6 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -2/+2 | |
2015-12-22 | README.md: mention --no-igd in the Tor paragraph | moneromooo-monero | 1 | -2/+2 | |
2015-12-22 | Merge pull request #549 | Riccardo Spagni | 1 | -2/+3 | |
af1da98 README.md: fix Tor paragraph to use warptangent's TCP DNS changes (moneromooo-monero) | |||||
2015-12-19 | README.md: mention rlwrap usage | moneromooo-monero | 1 | -0/+5 | |
2015-12-19 | README.md: fix Tor paragraph to use warptangent's TCP DNS changes | moneromooo-monero | 1 | -2/+3 | |
2015-12-14 | README.md: add a bit of info about using bitmonerod with Tor | moneromooo-monero | 1 | -0/+5 | |
2015-07-14 | Translatable strings for simplewallet | moneromooo-monero | 1 | -0/+5 | |
The system is mostly the Qt system, but we don't use Qt to avoid the dependencies. See README.i18n for details. | |||||
2015-07-09 | fix incorrect arch in readme | Riccardo Spagni | 1 | -1/+1 | |
2015-05-31 | readme updates: added sponsors, fixed build instructions | Riccardo Spagni | 1 | -8/+21 | |
2015-05-30 | README: minor wording changes | moneromooo-monero | 1 | -4/+4 | |
2015-04-11 | Don't recommend --HEAD for brew users | Sammy Libre | 1 | -1/+1 | |
2015-03-01 | markdown formatting fix | Riccardo Spagni | 1 | -1/+1 | |
2015-02-28 | move website and DNS unit tests from monero.cc to getmonero.org | Riccardo Spagni | 1 | -3/+4 | |
2015-02-03 | changed MM logo | Riccardo Spagni | 1 | -1/+1 | |
2015-02-03 | added donation and sponsor info to readme | Riccardo Spagni | 1 | -0/+16 | |
2015-01-27 | added portable slow-hash, updated makefile targets, fixed readme | Riccardo Spagni | 1 | -6/+6 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -3/+3 | |
2014-11-27 | updated readme to include libevent / libgtest deps | Riccardo Spagni | 1 | -1/+1 | |
2014-10-06 | added bison/yacc static build dependency | Riccardo Spagni | 1 | -1/+1 | |
2014-10-06 | added static build dependency instructions to README | Riccardo Spagni | 1 | -1/+12 | |
2014-10-03 | boost 1.56 kindly (and officially) patched in msys2 by Alexey Pavlov | Riccardo Spagni | 1 | -3/+2 | |
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 1 | -2/+2 | |
2014-09-23 | added unbound dependencies to readme | Riccardo Spagni | 1 | -3/+3 | |
2014-09-23 | updated mingw build instructions | Riccardo Spagni | 1 | -1/+1 | |
2014-09-23 | updated mingw build instructions | Riccardo Spagni | 1 | -5/+29 | |
2014-09-15 | additional README info on static builds and FreeBSD | Riccardo Spagni | 1 | -0/+7 | |
2014-08-30 | readme -> markdown | fluffypony | 1 | -0/+98 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -4/+0 | |
2013-11-14 | Initial commit | amjuarez | 1 | -0/+4 | |