summaryrefslogtreecommitdiff
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-215-5/+5
|
* cmakify opensslRiccardo Spagni2017-02-211-16/+0
|
* Fixup choice of easylogging++ vs libunwind stack trace codemoneromooo-monero2017-02-121-0/+3
|
* Merge pull request #1696Riccardo Spagni2017-02-111-0/+2
|\ | | | | | | 6ea3e3cc Fix race in setThreadName/getThreadName (Lee Clagett)
| * Fix race in setThreadName/getThreadNameLee Clagett2017-02-071-0/+2
| |
* | Merge pull request #1694Riccardo Spagni2017-02-111-10/+10
|\ \ | | | | | | | | | 27c3a0ea ITS#8582 keep mutex at end of struct (Howard Chu)
| * | ITS#8582 keep mutex at end of structHoward Chu2017-02-071-10/+10
| |/ | | | | | | since it's variable size on Linux/glibc
* / easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUGmoneromooo-monero2017-02-051-2/+2
|/
* Merge pull request #1656Riccardo Spagni2017-02-021-7/+9
|\ | | | | | | edfd7f6e Workaround VL32 cursor refcounting miscount (Howard Chu)
| * Workaround VL32 cursor refcounting miscountHoward Chu2017-01-311-7/+9
| | | | | | | | Don't try to deref cursor page if txn's pagelist is empty
* | Fixed a deadlock issue with easylogger++NanoAkron2017-02-011-2/+2
|/ | | | Ubuntu 16.04/GCC 5.4.0/ARMv8 fix to match previous recursive mutex fix for GCC
* Merge pull request #1596Riccardo Spagni2017-01-201-1/+6
|\ | | | | | | 7c0c5c17 easylogging++: detect DragonFly BSD as a UNIX (moneromooo-monero)
| * easylogging++: detect DragonFly BSD as a UNIXmoneromooo-monero2017-01-201-1/+6
| |
* | easylogging++: enforce recursive mutexmoneromooo-monero2017-01-161-1/+5
|/ | | | | This fixes a hang when logging something which causes some other logging code to be called
* easylogging++: fix logging with static const header only data membersmoneromooo-monero2017-01-161-1/+13
|
* easylogging++: add ELPP_DISABLE_CHECK_MACROSmoneromooo-monero2017-01-161-0/+2
|
* easylogging++: allow clipping a common filename prefixmoneromooo-monero2017-01-161-3/+20
|
* easylogging++: add file-only logsmoneromooo-monero2017-01-161-10/+12
|
* eayslogging++: Fix bad memory access before opening any filesmoneromooo-monero2017-01-161-0/+1
|
* easylogging++: avoid creating directory/filename for the builtin default log ↵moneromooo-monero2017-01-161-0/+2
| | | | file
* easylogging++: allow setting thread namesmoneromooo-monero2017-01-161-1/+16
|
* easylogging++: Print thread ID in a nicer waymoneromooo-monero2017-01-161-1/+2
|
* easylogging++: Add logging categoriesmoneromooo-monero2017-01-161-1/+111
|
* easylogging++: import upstreammoneromooo-monero2017-01-161-0/+6695
|
* Merge pull request #1531Riccardo Spagni2017-01-083-4/+7
|\ | | | | | | 9d1d3a45 portable serializer: use signed char for size (kenshi84)
| * portable serializer: use signed char for sizekenshi842017-01-073-4/+7
| |
* | Merge pull request #1515Riccardo Spagni2017-01-082-0/+7
|\ \ | | | | | | | | | | | | ada7c7da portable serializer: tests added (kenshi84) f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84)
| * | portable serializer: make signerd/unsigned tx portable, ignore archive ↵kenshi842017-01-022-0/+7
| |/ | | | | | | version checking
* | Merge pull request #1510Riccardo Spagni2017-01-082-0/+11
|\ \ | | | | | | | | | 80abc3bc Build wallet with Android NDK (MoroccanMalinois)
| * | Build wallet with Android NDKMoroccanMalinois2017-01-052-0/+11
| |/
* / Fix multiple definition clash on ARMv7 buildHoward Chu2016-12-232-10/+10
|/ | | | Broken by d1d6e27ab661f71d90fb6530db84d5a2b92550a8
* account for API difference between 1.58 & 1.59kenshi842016-12-212-0/+47
|
* moved boost cpp into hpp since they're supposed to be header onlykenshi842016-12-207-273/+234
|
* added experimental boost::archive::portable_binary_{i|o}archivekenshi842016-12-167-0/+725
|
* Preliminary support for DragonFly BSDAntonio Huete Jimenez2016-12-151-2/+2
| | | | - It builds but no further testing has been done.
* Spelling in errors.taushet2016-12-041-1/+1
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-182-3/+3
| | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
* remove errant target_link_librariesRiccardo Spagni2016-09-171-1/+1
|
* don't build any miniupnpc executablesRiccardo Spagni2016-09-171-1/+1
|
* don't build miniupnpc test executablesRiccardo Spagni2016-09-171-3/+1
|
* updated miniupnpRiccardo Spagni2016-09-178-26/+48
|
* update rapidjsonRiccardo Spagni2016-09-1731-6950/+11484
|
* cmake: split BUILD_GUI_DEPS option into tworedfish2016-09-031-1/+1
| | | | | | The split is to make this software more packageable. 'make install' is used by the package building scripts, and should not be installing vendored dependencies onto the system.
* gui/libwallet_merged: libunbound is one more dependencyIlya Kitaev2016-09-031-0/+6
|
* More for Issue #855Howard Chu2016-08-111-6/+12
| | | | Plug rpage leak in cursor_set
* Fix Issue #855Howard Chu2016-06-071-4/+0
| | | | Use the same size dirty list for both 64 and 32 bit.
* mdb_drop optimizationHoward Chu2016-04-091-1/+10
| | | | If we know there are no sub-DBs and no overflow pages, skip leaf scan.
* Merge branch 'performance' into masterHoward Chu2016-04-051-1/+1
|\
| * More outputs consolidationHoward Chu2016-04-051-1/+1
| | | | | | | | | | | | | | | | Also bumped DB VERSION to 1 Another significant speedup and space savings: Get rid of global_output_indices, remove indirection from output to keys This is the change warptangent described on irc but never got to finish.
* | fix building on FreeBSDRiccardo Spagni2016-03-212-4/+1
| |