summaryrefslogtreecommitdiff
path: root/contrib/epee/src/http_auth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* epee: avoid ADL selecting C++14 std::quotedselsta2021-10-201-14/+9
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* epee: reorder a couple init list fields to match declarationmoneromooo-monero2019-11-251-1/+1
| | | | This is a bug waiting to happen
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* epee: remove dependency on commonmoneromooo-monero2018-01-101-4/+3
|
* new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-0/+8
|
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-20/+2
| | | | | | | - Performance improvements - Added `span` for zero-copy pointer+length arguments - Added `std::ostream` overload for direct writing to output buffers - Removal of unused `string_tools::buff_to_hex`
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+1
|
* Added (not yet enabled) HTTP client authenticationLee Clagett2017-01-111-117/+386
|
* Adding HTTP Digest Auth (but not yet enabled)Lee Clagett2016-12-131-0/+527