| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If a translation file exists in a "translations" directory located in
the same directory as the binary, it is used in priority (this can be
useful when working on translations as you don't have to recompile the
whole program all the time), and if no such file is found the embedded
translation file is used (if it exists).
|
| | |_|/
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
ae55bacd resumption support for updates using range requests (moneromooo-monero)
fe0fae50 epee: add a get_file_size function (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
a1d44f27 updates: use https for updates (moneromooo-monero)
472a93c8 download: SSL suport (moneromooo-monero)
|
| | | | | |
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
83b0f9e6 version: add -master to master version (moneromooo-monero)
493f7d09 util: allow non numeric version parts (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
7193b89f Scrub keys from memory just before scope end. (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Partially implements #74.
Securely erases keys from memory after they are no longer needed. Might have a
performance impact, which I haven't measured (perf measurements aren't
generally reliable on laptops).
Thanks to @stoffu for the suggestion to specialize the pod_to_hex/hex_to_pod
functions. Using overloads + SFINAE instead generalizes it so other types can
be marked as scrubbed without adding more boilerplate.
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
1c838552 Simplewallet.cpp: Fewer pleases in seed NOTE (xmr-eric)
3f18c642 Fix password capitalization mismatch (xmr-eric)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
3dffe71b new wipeable_string class to replace std::string passphrases (moneromooo-monero)
7a2a5741 utils: initialize easylogging++ in on_startup (moneromooo-monero)
54950829 use memwipe in a few relevant places (moneromooo-monero)
000666ff add a memwipe function (moneromooo-monero)
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
It will be reinitialized later once we know about log file
and other command line configuration
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
It's meant to avoid being optimized out
memory_cleanse lifted from bitcoin
|
| | |/
|/| |
|
| |\ \
| |/
|/|
| | |
0b08bf39 fixed common/util.cpp to link against libressl (ston1th)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
0d9c0db9 Do not build against epee_readline if it was not built (Howard Chu)
178014c9 split off readline code into epee_readline (moneromooo-monero)
a9e14a19 link against readline only for monerod and wallet-wallet-{rpc,cli} (moneromooo-monero)
437421ce wallet: move some scoped_message_writer calls from the libs (moneromooo-monero)
e89994e9 wallet: rejig to avoid prompting in wallet2 (moneromooo-monero)
ec5135e5 move input_line from command_line to simplewallet (moneromooo-monero)
082db75f move cryptonote command line options to cryptonote_core (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
wallet2 is a library, and should not prompt for stdin. Instead,
pass a function so simplewallet can prompt on stdin, and a GUI
might display a window, etc.
|
| | |
| |
| |
| |
| | |
It was only used there, and this removes one part of the common
dependency on libreadline
|
| | |
| |
| |
| | |
Those have no reason to be in a generic module
|
| |/ |
|
| |\
| |
| |
| | |
68c01782 updates: add a special case for "install-" build tags on windows (moneromooo-monero)
|
| | |
| |
| |
| | |
Those will have a ".exe" file extension, not .zip.
|
| |\ \
| | |
| | |
| | | |
f732e723 Disguise password length in prompt (Leon Klingele)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
7c7d3672 Increase LMDB maxreaders if large number of threads in use (Howard Chu)
6738753b Use max_concurrency as-is (Howard Chu)
|
| | |/
| |
| |
| | |
Don't try to 2nd guess user
|
| |\ \
| | |
| | |
| | | |
937e7f8a Initialize openssl on startup (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
105425b7 simplewallet: reject invalid argument for boolean parameter (stoffu)
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
6bd4dac6 util: ignore SIGPIPE (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
In practice, this seems to cause monero-wallet-rpc to exit
when ^C quits whatever its output is piped into (such as tee),
but it saves, while it did not before.
|
| |\ \
| | |
| | |
| | | |
8f0cea63 add a command_line function to check for defaulted options (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
7130cf0c Add tools::on_startup, and warn about glibc 2.25 bug if found (moneromooo-monero)
|
| | |/
| |
| |
| | |
https://sourceware.org/bugzilla/show_bug.cgi?id=21778
|
| |/
|
|
| |
tcp://a.b.c.d
|
| |\
| |
| |
| | |
f182acdd dns_utils: query DNS records in parallel (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
6137a0b9 blockchain: reject unsorted ins and outs from v7 (moneromooo-monero)
16afab90 core: sort ins and outs key key image and public key, respectively (moneromooo-monero)
0c36b9f9 common: add apply_permutation file and function (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
This ensures no information is leaked by the ordering
|
| | | |
| | |
| | |
| | |
| | | |
This algorithm is adapted from Raymond Chen's code:
https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145
|