| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Spelling in errors. | taushet | 2016-12-04 | 1 | -1/+1 |
| | | |||||
| * | cmake: transitive deps and remove deprecated LINK_* | redfish | 2016-09-18 | 2 | -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_libraries | Riccardo Spagni | 2016-09-17 | 1 | -1/+1 |
| | | |||||
| * | don't build any miniupnpc executables | Riccardo Spagni | 2016-09-17 | 1 | -1/+1 |
| | | |||||
| * | don't build miniupnpc test executables | Riccardo Spagni | 2016-09-17 | 1 | -3/+1 |
| | | |||||
| * | updated miniupnp | Riccardo Spagni | 2016-09-17 | 8 | -26/+48 |
| | | |||||
| * | update rapidjson | Riccardo Spagni | 2016-09-17 | 31 | -6950/+11484 |
| | | |||||
| * | cmake: split BUILD_GUI_DEPS option into two | redfish | 2016-09-03 | 1 | -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 dependency | Ilya Kitaev | 2016-09-03 | 1 | -0/+6 |
| | | |||||
| * | More for Issue #855 | Howard Chu | 2016-08-11 | 1 | -6/+12 |
| | | | | | Plug rpage leak in cursor_set | ||||
| * | Fix Issue #855 | Howard Chu | 2016-06-07 | 1 | -4/+0 |
| | | | | | Use the same size dirty list for both 64 and 32 bit. | ||||
| * | mdb_drop optimization | Howard Chu | 2016-04-09 | 1 | -1/+10 |
| | | | | | If we know there are no sub-DBs and no overflow pages, skip leaf scan. | ||||
| * | Merge branch 'performance' into master | Howard Chu | 2016-04-05 | 1 | -1/+1 |
| |\ | |||||
| | * | More outputs consolidation | Howard Chu | 2016-04-05 | 1 | -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 FreeBSD | Riccardo Spagni | 2016-03-21 | 2 | -4/+1 |
| | | | |||||
| * | | bump miniupnpc API version number | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 |
| | | | |||||
| * | | update miniupnpc | Riccardo Spagni | 2016-03-21 | 13 | -68/+174 |
| |/ | |||||
| * | MDB_VL32 - increase max write txn size | Howard Chu | 2016-02-17 | 1 | -1/+1 |
| | | |||||
| * | Resync with master | Howard Chu | 2016-02-16 | 2 | -23/+76 |
| | | |||||
| * | cmake: Include OpenSSL libraries in static linking | warptangent | 2016-02-12 | 2 | -4/+11 |
| | | |||||
| * | cmake: Fix unbound config compile settings | warptangent | 2016-02-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | This allows the OpenSSL function checks to compile in unbound's CMake configuration. Otherwise, the functions SHA256() and EVP_sha512() won't be called from libunbound as possible algorithms. They had not been compiling because static OpenSSL libraries were being used, along with lack of -ldl. The static library preference is unnecessary for the checks, so use default suffixes ordering for CMAKE_FIND_LIBRARY_SUFFIXES when building unbound. Related files: configure_checks.cmake external/unbound/validator/val_secalgo.c secalgo_ds_digest(), setup_key_digest() | ||||
| * | MDB_VL32 change overflow page scan | Howard Chu | 2016-01-28 | 1 | -31/+10 |
| | | | | | Just check the requested page, don't worry about any other pages | ||||
| * | MDB_VL32 Fix off-by-one in mdb_midl_shrink | Howard Chu | 2016-01-28 | 1 | -1/+1 |
| | | |||||
| * | MDB_VL32 Fix another 32bit overflow | Howard Chu | 2016-01-27 | 1 | -1/+1 |
| | | |||||
| * | Tweak mdb_strerror msg buffer | Howard Chu | 2016-01-27 | 1 | -3/+4 |
| | | |||||
| * | MDB_VL32 Fix d2a5f72f73e0e4030b521086b13b8c8efaf9ca9e | Howard Chu | 2016-01-27 | 1 | -1/+1 |
| | | | | | VirtualAlloc is not for MDB_VL32 | ||||
| * | WIN64 needs off_t redefined too | Howard Chu | 2016-01-20 | 1 | -1/+1 |
| | | |||||
| * | Fix --db-sync-mode on Windows64 | Howard Chu | 2016-01-16 | 1 | -1/+1 |
| | | | | | only "fastest" mode was working, others would SEGV. | ||||
| * | There has never been any such function "fnctl" | Howard Chu | 2016-01-12 | 1 | -1/+0 |
| | | | | | It was only a typo of fcntl. Get rid of this test. | ||||
| * | Cleanup symbol clashes, stdlib header | Howard Chu | 2016-01-11 | 2 | -2/+5 |
| | | |||||
| * | Avoid cmake-3.x block comment syntax | Howard Chu | 2016-01-03 | 1 | -4/+6 |
| | | |||||
| * | Get rid of doubly-defined NDEBUG | Howard Chu | 2016-01-02 | 1 | -7/+0 |
| | | |||||
| * | let miniupnp's cmakelist handle defaults | Riccardo Spagni | 2015-12-31 | 2 | -4/+1 |
| | | |||||
| * | fix miniupnpc cmakelist | Riccardo Spagni | 2015-12-31 | 1 | -3/+11 |
| | | |||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 20 | -8/+8 |
| | | |||||
| * | isblank doesn't need a special case test | Howard Chu | 2015-12-31 | 1 | -6/+1 |
| | | |||||
| * | Fix 3edbf57b62feeaba1f31683f24b9d76d75e03902 | Howard Chu | 2015-12-31 | 1 | -1/+1 |
| | | | | | The test for isblank was being ignored | ||||
| * | fix missing unbound tests | Riccardo Spagni | 2015-12-30 | 2 | -1/+9 |
| | | |||||
| * | update unbound, fix unbound openssl issue on OS X | Riccardo Spagni | 2015-12-30 | 101 | -3053/+4681 |
| | | |||||
| * | no longer need to pass the size to rapidjson | Riccardo Spagni | 2015-12-30 | 30 | -1139/+3759 |
| | | |||||
| * | add missing miniupnpc files, modify cmake to not build miniupnpc tests and ↵ | Riccardo Spagni | 2015-12-30 | 11 | -2/+629 |
| | | | | | to fix an issue with finding miniupnpcstrings | ||||
| * | updated miniupnpc | Riccardo Spagni | 2015-12-30 | 45 | -1451/+2049 |
| | | |||||
| * | MDB_VL32 - resync with master | Howard Chu | 2015-12-28 | 2 | -75/+75 |
| | | | | | | WIN32 - close file mapping handle in env_close cursor_unref - ignore cursor with empty stack | ||||
| * | Update liblmdb, unify 32/64 sources | Howard Chu | 2015-12-25 | 58 | -16989/+2461 |
| | | |||||
| * | miniupnpc: quick fix for buffer overflow | moneromooo-monero | 2015-10-09 | 1 | -0/+4 |
| | | | | | | | http://talosintel.com/reports/TALOS-2015-0035/ reported by palexander on IRC | ||||
| * | unbound: do not try to link against libevent | moneromooo-monero | 2015-10-05 | 1 | -15/+1 |
| | | | | | It is now not needed anymore, as we use minievent instead | ||||
| * | unbound: use the mini event fallback implementation | moneromooo-monero | 2015-08-30 | 1 | -1/+2 |
| | | | | | | | | Using libevent seems to have high peaks of file descriptor use, which can cause failure to create fds in other parts of bitmonerod. The fallback implementation seems to run fine in a significantly tighter file descriptor limit. | ||||
| * | Revert "re-re-add Windows DNS bug fix, per c0de96f" | Riccardo Spagni | 2015-08-18 | 1 | -1/+0 |
| | | | | | This reverts commit f4ba92bcccd3e016c6b5fdced079bf17d1b3f371. | ||||
| * | re-re-add Windows DNS bug fix, per c0de96f | Riccardo Spagni | 2015-08-14 | 1 | -0/+1 |
| | | |||||
| * | update unbound | Riccardo Spagni | 2015-08-14 | 45 | -3289/+2279 |
| | | |||||
