Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | about:preferences: New (stub) page | Patrick McDermott | 2017-09-30 | 1 | -0/+2 |
| | |||||
* | mq_about_request(): Add "about:" branch | Patrick McDermott | 2017-09-30 | 1 | -1/+3 |
| | |||||
* | mq_about_redirect(): New function | Patrick McDermott | 2017-09-29 | 1 | -0/+10 |
| | |||||
* | about: Make path handlers send responses to WK | Patrick McDermott | 2017-09-29 | 1 | -10/+14 |
| | |||||
* | mq_about_request(): Move g_free() call | Patrick McDermott | 2017-09-29 | 1 | -1/+2 |
| | | | | The duplicated query string is used in the hash table. | ||||
* | mq_about_request(): Free duplicated query string | Patrick McDermott | 2017-09-29 | 1 | -0/+1 |
| | |||||
* | src/about.c: Use strtok_r() to parse query strings | Patrick McDermott | 2017-09-29 | 1 | -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 request | Patrick McDermott | 2017-09-29 | 1 | -1/+10 |
| | |||||
* | mq_about_marquee_response(): New function | Patrick McDermott | 2017-09-29 | 1 | -2/+2 |
| | |||||
* | mq_about_request(): Parse query string into hash table | Patrick McDermott | 2017-09-29 | 1 | -0/+43 |
| | |||||
* | mq_about_request(): Activate marquee mode on "about:marquee" | Patrick McDermott | 2017-09-29 | 1 | -2/+2 |
| | |||||
* | src/about.*: New files | Patrick McDermott | 2017-09-29 | 1 | -0/+40 |