aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Consolidate HID depends makefiles into single recipeTheCharlatan2018-10-078-59/+16
| | | | | | | | | | | | | | | Make sure all required dependencies are linked statically, by only providing the static libraries.
* | | Merge pull request #4470Riccardo Spagni2018-10-021-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2fbf38ee Fix 32bit depends builds (TheCharlatan) 17142ec9 malloc scratchpad for all supported android archs (m2049r) 6a781408 Make depends use self built clang for darwin (TheCharlatan) 69da14e1 fixes make debug compilation on OSX (Dusan Klinec) fe125647 Fixup RENAME_DB() macro (Howard Chu) b2972927 osx compilation fix: missing boost libs added (Dusan Klinec) 174f31bf simplewallet: don't complain about payment id on pool mined blocks (moneromooo-monero) 89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero) 83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero) a69271fa Fixed a typo (Piotr KÄ…kol) 92d1da28 unit_tests: fix build with GCC 5.4.0 on ubuntu (moneromooo-monero) a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric) 7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox) 43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero) 7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero) 6f5360b3 bump version to 0.13.0.1 (Riccardo Spagni) cf470bf3 switch from master to rc (Riccardo Spagni)
| * | Fix 32bit depends buildsTheCharlatan2018-09-291-0/+4
| | | | | | | | | | | | | | | Add architecture flags when cmake invokes gcc manually. Add 32bit to Travis.
| * | Merge pull request #4448Riccardo Spagni2018-09-293-3/+4
| |\ \ | | | | | | | | | | | | 6a781408 Make depends use self built clang for darwin (TheCharlatan)
| | * | Make depends use self built clang for darwinTheCharlatan2018-09-253-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script in hidapi and libsodium tried to find clang in /usr/bin, even though the correct prefix was passed in. This sets the correct CC flag. This was previously undetected, because clang and the sdk where installed in the global environment. This also fixes a subsequent error, where IOKIT and CoreFoundation are not found, again for the reason stated above.
| * | | osx compilation fix: missing boost libs addedDusan Klinec2018-09-261-0/+2
| | | |
* | | | Merge pull request #4459Riccardo Spagni2018-09-294-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
* | | | Merge pull request #4448Riccardo Spagni2018-09-293-3/+4
| | | | | | | | | | | | | | | | 6a781408 Make depends use self built clang for darwin (TheCharlatan)
* | | | Merge pull request #4443Riccardo Spagni2018-09-291-0/+2
|/ / / | | | | | | | | | b2972927 osx compilation fix: missing boost libs added (Dusan Klinec)
* | | Merge pull request #4438Riccardo Spagni2018-09-252-5/+16
|\ \ \ | |/ / |/| | | | | | | | | | | e350cc5a wallet2: fix duplicate output making it to the RPC (moneromooo-monero) bf9a0f4c epee: fix stack overflow on crafted input (moneromooo-monero) 45683ee0 epee: fix invalid memory write reading an array entry (moneromooo-monero)
| * | epee: fix stack overflow on crafted inputmoneromooo-monero2018-09-251-5/+8
| | |
| * | epee: fix invalid memory write reading an array entrymoneromooo-monero2018-09-251-0/+8
| | | | | | | | | | | | | | | | | | | | | Reported by Lilith Wyatt at Talos. Since this is not needed in normal operation, I just let this error out.
* | | Add hidapi to dependsTheCharlatan2018-09-257-28/+134
| | | | | | | | | | | | | | | | | | | | | Clang needs to get its cctools path passed directly for the hid build to succeed. Make gperf a permanent external dependency. Remove pcsc from depends.
* | | Fix Darwin Sodium buildTheCharlatan2018-09-225-12/+38
|/ / | | | | | | Clang needs to get its cctools path passed.
* | Merge pull request #4377Riccardo Spagni2018-09-211-1/+1
|\ \ | | | | | | | | | 4d52ec0c mlog: do not display http errors by default (moneromooo-monero)
| * | mlog: do not display http errors by defaultmoneromooo-monero2018-09-141-1/+1
| | | | | | | | | | | | They're controllable by potential attackers and would just spam
* | | Merge pull request #4209Riccardo Spagni2018-09-211-6/+40
|\ \ \ | | | | | | | | | | | | 26a42fe5 Added features to epee::span<T> : - Support for classes - Added `remove_prefix` function - Added `to_mut_span` and `as_mut_byte_span` (Lee Clagett)
| * | | Added features to epee::span<T> :Lee Clagett2018-08-031-6/+40
| | | | | | | | | | | | | | | | | | | | | | | | - Support for classes - Added `remove_prefix` function - Added `to_mut_span` and `as_mut_byte_span`
* | | | Merge pull request #4306Riccardo Spagni2018-09-183-2/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 56b50faa wallet: use wipeable_string in more places where a secret is used (moneromooo-monero) 07ec748c wipeable_string: add hex_to_pod function (moneromooo-monero)
| * | | | wipeable_string: add hex_to_pod functionmoneromooo-monero2018-09-123-2/+21
| | | | |
* | | | | Merge pull request #3430Riccardo Spagni2018-09-1864-1/+6116
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42397359 Fixup 32bit arm build (TheCharlatan) a06d2581 Fix Windows build (TheCharlatan) ecaf5b3f Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan) cbbf4d24 Adapt translations to upstream changes (TheCharlatan) db571546 Updated pcsc url (TheCharlatan) f0ba19fd Add lrelease to the depends (TheCharlatan) cfb30462 Add Miniupnp submodule (TheCharlatan) 5f7da005 Unbound is now a submodule. Adapt depends for this. (TheCharlatan) d6b9bdd3 Update readmes to reflect the usage of depends (TheCharlatan) 56b6e41e Add support for apple and arm building (TheCharlatan) 29311fd1 Disable stack unwinding for mingw32 depends build. (TheCharlatan) 8db3d573 Modify depends for monero's dependencies (TheCharlatan) 0806a23a Initial depends addition (TheCharlatan)
| * | | | | Fixup 32bit arm buildTheCharlatan2018-09-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Set the architecture in the toolchain file correctly
| * | | | | Fix Windows buildTheCharlatan2018-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | icu tex support is not required, so just disable it. Re-add mistakingly removed crypt32 lib.
| * | | | | Add libsodium to the packages, the arm build was complaining about it.TheCharlatan2018-09-173-5/+35
| | | | | | | | | | | | | | | | | | | | | | | | Fixup arm toolchain file.
| * | | | | Updated pcsc urlTheCharlatan2018-09-101-1/+1
| | | | | |
| * | | | | Add lrelease to the dependsTheCharlatan2018-09-106-6/+235
| | | | | | | | | | | | | | | | | | | | | | | | This includes a minimal qt build without gui
| * | | | | Add Miniupnp submoduleTheCharlatan2018-09-104-23/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop miniupnp and unbound depends builds. Make sure that build variables are propageted properly to unbound and miniupnp. Rebase to after the v0.12 release
| * | | | | Unbound is now a submodule. Adapt depends for this.TheCharlatan2018-09-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix builds for native linux and windows The architecture flag was set incorrectly. It needs to be set only when compiling arm6.
| * | | | | Update readmes to reflect the usage of dependsTheCharlatan2018-09-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain the role of the SDK in the darwin build. Add instructions to compile depends to the basic readme.
| * | | | | Add support for apple and arm buildingTheCharlatan2018-09-105-25/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pcsc-lite to linux builds Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries
| * | | | | Modify depends for monero's dependenciesTheCharlatan2018-09-1050-690/+953
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add readline, ldns, graphviz, unbound to depends packages Add a cmake toolchain file to depends that is uniquely created for every build and placed in triple/share/toolchain.cmake This file is then passed to cmake with -DCMAKE_TOOLCHAIN_FILE=/path/to/triple/share/toolchain.cmake Add the boost locale package to depends In the depends cmake toolchain file, a DEPENDS flag is added to exclude, or change cmake checks done that are required for depends Link miniupnpc and unwind from depends and not external Add libiconv and icu4c to depends, required for mingw32 builds. Headers (winsock) need to be lower case in order to compile on unix systems. This should not affect building on windows.
| * | | | | Initial depends additionTheCharlatan2018-09-1054-0/+5562
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.
* | | | | | Merge pull request #4307Riccardo Spagni2018-09-141-4/+20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | 4469b0c4 abstract_tcp_server2: fix binding to the wrong IP (moneromooo-monero) 8eab6147 epee: use the socket::bind variant which does not throw (moneromooo-monero)
| * | | | | abstract_tcp_server2: fix binding to the wrong IPmoneromooo-monero2018-09-091-4/+4
| | | | | |
| * | | | | epee: use the socket::bind variant which does not throwmoneromooo-monero2018-08-271-2/+18
| | |/ / / | |/| | | | | | | | | | | | | | | | | | When this throws in a loop, stack trace generation can take a significant amount of CPU
* | | | | fuzz_tests: add a bulletproof fuzz testmoneromooo-monero2018-09-111-3/+3
| |/ / / |/| | |
* | | | Merge pull request #4270luigi11112018-09-042-1/+14
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | 29dea03 epee: resize vectors where possible in serialization (moneromooo-monero) 76affd9 epee: some speedup in parsing (moneromooo-monero) dc6c069 db_lmdb: speedup the get_output_distribution common case (moneromooo-monero) 76ac5a8 wallet2: ask for a binary output distribution, for speed (moneromooo-monero)
| * | | epee: some speedup in parsingmoneromooo-monero2018-08-191-1/+8
| | | |
| * | | epee: resize vectors where possible in serializationmoneromooo-monero2018-08-171-0/+6
| | | | | | | | | | | | | | | | to avoid unnecessary repeated reallocation
* | | | Merge pull request #4235luigi11112018-08-221-0/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 3411326 Docker: updated cmake version (homdx) 13a43fc Added Codefresh.yml pipeline (homdx)
| * | | | Added Codefresh.yml pipelineHomDx2018-08-081-0/+18
| | | | |
* | | | | Merge pull request #4179luigi11112018-08-221-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 262e391 mlog: handle filenames without parent directories (moneromooo-monero)
| * | | | | mlog: handle filenames without parent directoriesmoneromooo-monero2018-07-261-1/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | eg, --log-file=foo.log This would otherwise throw and crash with a stack overflow
* | | | | common: add a class to safely wrap mlock/munlockmoneromooo-monero2018-08-164-1/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class will allow mlocking small objects, of which there may be several per page. It adds refcounting so pages are only munlocked when the last object on that page munlocks.
* | | | | store secret keys encrypted where possiblemoneromooo-monero2018-08-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API.
* | | | | wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-165-6/+194
| |_|/ / |/| | |
* | | | Merge pull request #4177luigi11112018-08-151-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | e7c0fcd epee: set jsonrpc to '2.0' in parse error return data (moneromooo-monero)
| * | | | epee: set jsonrpc to "2.0" in parse error return datamoneromooo-monero2018-07-251-0/+1
| |/ / /
* | | | Merge pull request #4148luigi11112018-08-151-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | fead7eb Clarification of boolean options in config file (jonathancross)
| * | | | Clarification of boolean options in config fileJonathan Cross2018-07-181-1/+2
| |/ / /