Subject | Hash | Author | Date (UTC) |
---|---|---|---|
proper cache control and un-sabotage default mobile browser zoom | e595183bbd2479ba82e22932ce1467aa883c190a | Sylvain BERTRAND | 2025-01-03 16:49:53 |
cache handling and sendfile fix | 7f12609ebfbfe13f5aed42a4001a0a8cb5a15a01 | Sylvain BERTRAND | 2025-01-02 17:19:36 |
HTML cosmetics | ef308c1c92c4ff88017e6d1da598b47ba62228ac | Sylvain BERTRAND | 2024-12-31 12:21:51 |
moved to a newer linux kernel | a77e08985631e8c738d04ef9deaaaf12bae78558 | Sylvain BERTRAND | 2024-12-30 14:14:29 |
major normative references and a bit of tidying | 0fb9ddf4cb87909f120fb1bf5ca32bbf1492525c | Sylvain BERTRAND | 2024-12-13 15:33:23 |
Initial commit: bugs and backdoors for everyone | f53ebee69135fd2fe5629cf622bfd94b753d4532 | Sylvain BERTRAND | 2024-12-11 13:11:27 |
File | Lines added | Lines deleted |
---|---|---|
cnx.c | 2 | 2 |
File cnx.c changed (mode: 100644) (index 27d51df..1bd64bd) | |||
63 | 63 | #define RESPONSE_X_PART01 "\ | #define RESPONSE_X_PART01 "\ |
64 | 64 | \r\n\ | \r\n\ |
65 | 65 | connection: close\r\n\ | connection: close\r\n\ |
66 | max-age: 0\r\n\ | ||
66 | cache-control: max-age=0\r\n\ | ||
67 | 67 | content-type: text/html;charset=utf-8\r\n\ | content-type: text/html;charset=utf-8\r\n\ |
68 | 68 | content-length: " | content-length: " |
69 | 69 | /*---------------------------------------------------------------------------------------------------------------------------*/ | /*---------------------------------------------------------------------------------------------------------------------------*/ |
... | ... | content-length: " | |
76 | 76 | #define RESPONSE_HTML_PART00 "\ | #define RESPONSE_HTML_PART00 "\ |
77 | 77 | <!doctype html>\ | <!doctype html>\ |
78 | 78 | <html>\ | <html>\ |
79 | <head><title>" \ | ||
79 | <head><meta name=\"viewport\" content=\"initial-scale=1\"><title>" \ | ||
80 | 80 | LNANOMSGBRD_CONFIG_TITLE \ | LNANOMSGBRD_CONFIG_TITLE \ |
81 | 81 | "</title></head>\ | "</title></head>\ |
82 | 82 | <body>" | <body>" |