Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_about_request(): Handle "about:resources/*" requests | Patrick McDermott | 2017-10-27 | 1 | -0/+4 |
| | |||||
* | src/*.c: Reorganize #include directives | Patrick McDermott | 2017-10-13 | 1 | -2/+3 |
| | |||||
* | src/about.c: URI-unescape query keys and values | Patrick McDermott | 2017-10-06 | 1 | -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 McDermott | 2017-10-05 | 1 | -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 static | Patrick McDermott | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | about:(version): New page | Patrick McDermott | 2017-10-01 | 1 | -2/+2 |
| | |||||
* | 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 |