| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| | |
| | |
| | | |
21777daf epee: speedup word/number matching (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Number matching semantics are slightly changed: since this is used
as a filter to check whether a number is signed and/or floating
point, we can speed this up further. strto* functions are called
afterwards and will error out where necessary. We now also accept
numbers like .4 which were not accepted before.
The strto* calls on a boost::string_ref will not access unallocated
memory since the parsers always stop at the first bad character,
and the original string is zero terminated.
in arbitrary time measurement units for some arbitrary test case:
match_number2: 235 -> 70
match_word2: 330 -> 108
|
| |/ /
| |
| |
| |
| |
| | |
This includes more fine grained configure options and skipping the
openssl and zlib dependencies when compiling qt. The zlib and libevent
packages are removed.
|
| |\ \
| | |
| | |
| | | |
37a9bcf4 Remove visibility settings from boost.mk (TheCharlatan)
|
| | | |
| | |
| | |
| | |
| | | |
Clang gave a visibility error when compiling boost with visibility
hidden.
|
| |\ \ \
| | | |
| | | |
| | | | |
b82efa32 epee: speed up json parsing (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
a5ffc2d5 Remove boost::lexical_cast for uuid and unused uuid function (Lee Clagett)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
85665003 epee: better network buffer data structure (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
avoids pointless allocs and memcpy
|
| |\ \ \
| | | |
| | | |
| | | | |
b21a60ef mlocker: set default log category (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
68f045de easylogging++: check allowed categories before logging (moneromooo-monero)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
5464725a protocol: change standby mode to not wait sleeping (moneromooo-monero)
85807dfb add a once_a_time_milliseconds class (moneromooo-monero)
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
a13eb0a1 epee: speed up string matching a bit (moneromooo-monero)
3a3858dc epee: avoid string allocation when parsing a pod from string (moneromooo-monero)
|
| | | | | | | |
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
0e2f5cb perf_timer: make all logs Info level (moneromooo-monero)
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
and make them not default at log level 1
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
e37154a build: protobuf dependency fixes, libusb build (ph4r05)
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
- docker protobuf dependencies, cross-compilation
- device/trezor protobuf build fixes, try_compile
- libusb built under all platforms, used by trezor for direct connect
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
3cf85f0 Changed RECIEVED to RECEIVED in log messages. (normoes)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
5a76933 Add glibc back compat code (TheCharlatan)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
To ensure that the binaries compiled by gitian run across many linux
distributions, enforce 2.17 as the minimum libc version supported.
|
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | | |
707c2f8 Remove -Werror (moneromooo-monero)
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
It is an annoying piece of garbage
|
| | |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Depends still contained some leftovers, like the `wallet` target that
included bdb from bitcoin. This commit removes these unneeded targets,
the miniupnpc package and the berkeley db package. Reflect the changes
in the README as well.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ab783b17 easylogging++: ensure logger is initialized before main (moneromooo-monero)
9b69a0ae daemon: print monero version at startup when calling a detached daemon (moneromooo-monero)
4d71d463 mlocker: remove early page size log (moneromooo-monero)
|
| | | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
It comes before the logger is initialized, so gets displayed
even though it should not be by default, and apparenly comes
too early for (some versions of) Android, where it crashes.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
4f74a31e http -> https (Dimitris Apostolou)
|
| | |/ / / / |
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
721aacd8 easylogging++: faster access to logging (moneromooo-monero)
7cc27b36 Revert "easylogging++: make the logger handle early/late logging" (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Turns out getting the global shared_ptr hits the profile,
and passing it around still keeps it at close to ~1% CPU,
which is too much for mostly silent logging.
Leak the object instead, which is even safer for late logging.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
40485a73 mlocker: fix access to global lock map after dtor on exit (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | | |
as the lock, it now leaks
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
9c923bad epee: fix network packet header field endianness (moneromooo-monero)
ec1a62b5 move int-util.h to epee (moneromooo-monero)
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
96e6b439 blockchain_stats: don't use gmtime_r on Windows (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
In some cases, it doesn't like it (I don't know the details).
Factor into a new epee function
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1132436f Only show a single mlock() error, to avoid flooding the log (Martijn Otto)
|
| | |/ / / |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
23829ebb mlocker: don't throw from lock/unlock (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
This prevents exceptions from showing up in various awkward
places such as dtors, since the only exception that can be
thrown is a lock failure, and nothing handles a lock failure
anyway.
|
| |\ \ \
| | | |
| | | |
| | | | |
bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
|
| | | | | |
|