Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web_backend: Make Client use the PImpl idiom | Lioncash | 2018-10-11 | 1 | -0/+1 |
| | | | | | | Like with TelemetryJson, we can make the implementation details private and avoid the need to expose httplib to external libraries that need to use the Client class. | ||||
* | Review comments - part 3 | fearlessTobi | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 1 | -0/+27 |
| | |||||
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -28/+0 |
| | |||||
* | WebService: Verify username and token (#2930) | B3n30 | 2017-09-19 | 1 | -0/+28 |
* WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning |