| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\
| |
| |
| | |
b9fddc0 epee: fix mlog filename compare bug. (0xFFFC0000)
|
| | |
| |
| |
| |
| |
| |
| | |
When using a relative path for the log filename,
since the iteration on files adds "./" to the beginning of the filename
monero-wallet-rpc and monero-wallet-cli cannot find already written
log files and therefore rotate indefinitely.
|
| |/ |
|
| |
|
|
|
| |
1. Use boost::filesystem for already available operations.
2. Use boost::string for already available operations.
|
| |
|
|
| |
This reverts commit e0b2123c324ae80177fd7c6b0516a9f8840803d9.
|
| |\
| |
| |
| | |
6c38c21 heed NO_COLOR environment variable (moneromooo-monero)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
aed36a2 Set SSL SNI even when server verification is disabled (Lee *!* Clagett)
|
| | | |
|
| |\ \
| |/
|/|
| | |
438554e properly terminate interrupted TCP connection. fixes #8685 (j-berman)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
cf3be99 Template hash func to fix compiler error on < gcc-6 (j-berman)
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
1164874 src, epee: fix a couple compiler warnings (selsta)
|
| | | |
|
| |/
|
|
| |
`WaitForSingleObject` returns a `DWORD`, not an int, so assign `retval` as such and it should fix the error.
|
| |\
| |
| |
| | |
1ddb1ee Give better error messages when missing SSL files (Jeffrey Ryan)
|
| | |
| |
| |
| |
| | |
While copying my data dir to another drive, I missed copying the rpc_ssl.key file b/c of the file permissions.
This change will give a much more clear, descriptive error in that scenario.
|
| |\ \
| | |
| | |
| | | |
6ef945d Doxygen: Hide anonymous namespaces from documentation by default (Jeffrey)
|
| | |/
| |
| |
| | |
Bonus: little doc fix for net_ssl.h
|
| |\ \
| | |
| | |
| | | |
f7d50cb EPEE: Remove gzip_encoding.h (Jeffrey)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
63c7f8b EPEE: Remove hmac-md5 (Jeffrey)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
002bf9c Fix typo: SERIALIZE_TYPE_DUOBLE (Jeffrey)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
9209880 add a sanity check to RPC input data size (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | | |
reported by m31007
|
| |\ \ \
| |/ /
|/| |
| | | |
d1cb9c3 Remove serialization/enableable (Jeffrey)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Currently working on an EPEE [ser/de]ialization library for Rust and at first glance, EPEE seemed to have support for optional wrappers. However, after looking into it, this feature appears to be half-baked and unused. Furthermore, adding support for optional values would be better suited to implement at the storage level, in my opinion. That would make parsing DOMs easier and less error-prone. If anyone is currently using this code, please comment. Thanks!
At the time of writing, this PR has no merge conflicts with #8211
|
| | | |
| | |
| | |
| | | |
At the request of @mj-xmr: https://github.com/monero-project/monero/pull/8211#discussion_r822868321
|
| | | |
| | |
| | |
| | |
| | | |
Relevant commit in old PR:
1b798a7042070cc8063bd341ebf7025da554b632
|
| | | |
| | |
| | |
| | |
| | | |
Relevant commit from old PR:
330df2952cb2863a591158b984c0fb7f652887ac
|
| | | |
| | |
| | |
| | |
| | | |
Relevant commit from old PR:
bd0a5119957d3ef9130a0b82599e1696995ef235
|
| | | |
| | |
| | |
| | |
| | | |
Relevant commit on old PR:
2499269696192ce30dd125ddee90a80d4326dff9
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Relevant commits on the old cleanup PR:
36933c7f5c7778e2d7fbfea5361c11fb41070467
21e43de0f300ee47b7e597098908601bf591950b
3c678bb1cedfd7b865ac2e7aaf014de4bfb3eb3d
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Actions:
1. Remove unused functions from misc_os_dependent.h
2. Move three remaining functions, get_gmt_time, get_ns_count, and get_tick_count into time_helper.h
3. Remove unused functions from time_helper.h
4. Refactor get_ns_count and get_internet_time_str and get_time_interval_string
5. Remove/add includes as needed
Relevant commits on the old PR:
a9fbe52b02ffab451e90c977459fea4642731cd1
9a59b131c4ed1be8afe238fff3780fe203c65a46
7fa9e2817df9b9ef3f0290f7f86357939829e588
|
| | | |
| | |
| | |
| | | |
Remove unused include statements or unused definitions.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Here lies dozens of unused files. This commit is ONLY file deletions except
for the removing of a couple of #includes and removing filenames from CmakeLists
where appropriate.
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
1ce9e9c Remove dead code from parserse_base_utils and fix unit tests (Jeffrey)
|