summaryrefslogtreecommitdiff
path: root/src/http/auth_client.rs
Commit message (Expand)AuthorAgeFilesLines
* Support optional fields in config for backwards compatibilityShaun Taheri2016-10-281-1/+1
* Send HTTP Response when there is no ContentLengthShaun Taheri2016-09-301-14/+15
* Return the HTTP Body when availableShaun Taheri2016-09-291-81/+81
* Handle the returned UpdateRequestStatus from CoreShaun Taheri2016-09-091-1/+2
* Send packages and system info after successful authenticationShaun Taheri2016-09-051-1/+1
* Add documentation to public functionsShaun Taheri2016-08-231-5/+7
* Minor log output updatesShaun Taheri2016-08-151-1/+1
* Remove confidential data from log outputShaun Taheri2016-08-121-8/+7
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-101-10/+12
* Pin OpenSSL CA certificates to a specific fileShaun Taheri2016-08-091-7/+13
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-031-13/+18
* Extract low-level http server concerns to separate interfaceShaun Taheri2016-07-261-0/+264