summaryrefslogtreecommitdiff
path: root/frontends/riscos/sslcert.c
Commit message (Collapse)AuthorAgeFilesLines
* riscos: Try and fix up all the content changesDaniel Silverstone2019-08-051-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for F in $(git ls-files '*.c');do spatch --sp-file foo.cocci --in-place ${F};done @@ expression E; @@ -LOG(E); +NSLOG(netsurf, INFO, E); @@ expression E, E1; @@ -LOG(E, E1); +NSLOG(netsurf, INFO, E, E1); @@ expression E, E1, E2; @@ -LOG(E, E1, E2); +NSLOG(netsurf, INFO, E, E1, E2); @@ expression E, E1, E2, E3; @@ -LOG(E, E1, E2, E3); +NSLOG(netsurf, INFO, E, E1, E2, E3); @@ expression E, E1, E2, E3, E4; @@ -LOG(E, E1, E2, E3, E4); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4); @@ expression E, E1, E2, E3, E4, E5; @@ -LOG(E, E1, E2, E3, E4, E5); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5); @@ expression E, E1, E2, E3, E4, E5, E6; @@ -LOG(E, E1, E2, E3, E4, E5, E6); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6); @@ expression E, E1, E2, E3, E4, E5, E6, E7; @@ -LOG(E, E1, E2, E3, E4, E5, E6, E7); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6, E7);
* Update RISC OS ssl certificate viewer to core window interfaceVincent Sanders2016-12-281-213/+283
|
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-10/+12
|
* remove unecessary risc os frontend usage of content headersVincent Sanders2016-06-101-4/+0
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+0
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+348