summaryrefslogtreecommitdiffstats
path: root/src/about.c
Commit message (Collapse)AuthorAgeFilesLines
* 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