summaryrefslogtreecommitdiffstats
path: root/src/about.c
Commit message (Collapse)AuthorAgeFilesLines
* mq_about_request(): Handle "about:resources/*" requestsPatrick McDermott2017-10-271-0/+4
|
* src/*.c: Reorganize #include directivesPatrick McDermott2017-10-131-2/+3
|
* src/about.c: URI-unescape query keys and valuesPatrick McDermott2017-10-061-5/+14
| | | | | Also, free query hash table (which now also frees duplicated key and value strings).
* Revert "src/about.c: Use strtok_r() to parse query strings"Patrick McDermott2017-10-051-8/+16
| | | | | | | | This reverts commit a1fa82f65eceddd76861ce132c8b1b9a458eb0de. strtok_r() doesn't properly handle empty tokens, e.g.: tabs.new=&tabs.home=&tabs.background=on&tabs.warn-on-close=on&...
* src/about.c: Make query string parsing function staticPatrick McDermott2017-10-051-1/+1
|
* about:(version): New pagePatrick McDermott2017-10-011-2/+2
|
* about:preferences: New (stub) pagePatrick McDermott2017-09-301-0/+2
|
* mq_about_request(): Add "about:" branchPatrick McDermott2017-09-301-1/+3
|
* mq_about_redirect(): New functionPatrick McDermott2017-09-291-0/+10
|
* about: Make path handlers send responses to WKPatrick McDermott2017-09-291-10/+14
|
* mq_about_request(): Move g_free() callPatrick McDermott2017-09-291-1/+2
| | | | The duplicated query string is used in the hash table.
* mq_about_request(): Free duplicated query stringPatrick McDermott2017-09-291-0/+1
|
* src/about.c: Use strtok_r() to parse query stringsPatrick McDermott2017-09-291-16/+8
| | | | | This may be a bit slower with function overhead etc., but it's much less code and much more readable.
* mq_about_request(): Finish requestPatrick McDermott2017-09-291-1/+10
|
* mq_about_marquee_response(): New functionPatrick McDermott2017-09-291-2/+2
|
* mq_about_request(): Parse query string into hash tablePatrick McDermott2017-09-291-0/+43
|
* mq_about_request(): Activate marquee mode on "about:marquee"Patrick McDermott2017-09-291-2/+2
|
* src/about.*: New filesPatrick McDermott2017-09-291-0/+40