summaryrefslogtreecommitdiffstats
path: root/src/web_service/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library onlyLioncash2018-10-201-1/+1
| | | | | | Given we link in httplib privately, we can also make the definition enabling OpenSSL support private as well. Prevents leaking a definition into other libraries that link with this one, like the core library.
* Review comments - part 5fearlessTobi2018-10-021-2/+2
|
* Port web_service from CitrafearlessTobi2018-10-021-0/+16
|
* Massive removal of unused modulesJames Rowe2018-01-131-16/+0
|
* WebService: Verify username and token (#2930)B3n302017-09-191-0/+2
| | | | | | | | | | * 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
* web_service: Add skeleton project.bunnei2017-07-101-0/+14