summaryrefslogtreecommitdiff
path: root/include/netsurf/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-11/+23
| | | | | | | | | | | | | We now handle authentication requests via an `about:` page which presents a nice form built into the browser window. In order to do this, we add internal navigation as a concept to the browser window and we strip the 401login support from all frontends except monkey. The 401login callback is now intended for password safe type support rather than an immediately interactive prompt. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* HTTP Auth: Do get/set auth in the core.Michael Drake2018-08-141-3/+30
|
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-1/+2
|
* move netsurf header into public APIVincent Sanders2016-05-301-2/+2
|
* move misc header into public APIVincent Sanders2016-05-301-0/+108