2020-10-22 13:47 | Fix off-by-one error in search queries | Willy Goiffon | 1 | +1 | -2 |
2020-10-22 12:08 | Add simple support for search queries | Willy Goiffon | 1 | +65 | -7 |
2020-10-22 07:50 | Escape XML characters for types 0 and 1 | Willy Goiffon | 1 | +19 | -9 |
2020-09-24 11:54 | Stop parsing menu on "." | Willy Goiffon | 1 | +2 | -0 |
2020-09-24 09:55 | Make item names configurable | Willy Goiffon | 2 | +49 | -15 |
2020-09-24 08:41 | Add whitespace inside comment <span> | Willy Goiffon | 1 | +1 | -1 |
2020-09-24 08:32 | Remove useless <div> in menus | Willy Goiffon | 1 | +0 | -2 |
2020-09-24 08:31 | Simplify HTML tags used in menus | Willy Goiffon | 1 | +2 | -2 |
2020-09-24 08:23 | Ditch <p> and <pre> tags. Improve menu formatting | Willy Goiffon | 1 | +8 | -14 |
2020-09-24 08:08 | Make menus preformatted | Willy Goiffon | 1 | +4 | -2 |
2020-09-24 08:03 | Quick fix: add <br> at EOL in menus | Willy Goiffon | 1 | +2 | -2 |
2020-09-24 07:58 | Experiment: use <pre> only for formatted text | Willy Goiffon | 1 | +9 | -3 |
2020-09-24 07:56 | Flush stdout after HTTP headers | Willy Goiffon | 1 | +2 | -0 |
2020-09-24 07:54 | Fix parameters after bad merge | Willy Goiffon | 1 | +2 | -2 |
2020-09-21 13:31 | Use image filename extension as mimetype | Willy Goiffon | 1 | +11 | -4 |
2020-09-18 14:47 | Use image/* as the content-type for all image files | Willy Goiffon | 1 | +1 | -1 |
2020-09-24 07:36 | Format text as HTML on the fly | Willy Goiffon | 2 | +51 | -59 |
2020-09-15 16:23 | Enfore a default hole when none given | Willy Goiffon | 2 | +3 | -4 |
2020-09-15 13:09 | Accept selectors not beginning with / (eg. "URL:") | Willy Goiffon | 1 | +1 | -1 |
2020-09-15 11:46 | Add newlines in error messages | Willy Goiffon | 1 | +5 | -5 |
2020-09-15 10:50 | Print HTTP error codes on gopher connection failures | Willy Goiffon | 1 | +20 | -36 |
2020-09-15 09:35 | Allocate one more byte for terminating null byte in *body | Willy Goiffon | 1 | +2 | -1 |
2020-09-15 09:35 | Add handler for type "h" (expect HTML redirect from server) | Willy Goiffon | 1 | +2 | -0 |
2020-09-15 09:08 | Remove useless test for end of file in menus | Willy Goiffon | 1 | +0 | -8 |
2020-09-15 09:05 | Change formatting to show link types | Willy Goiffon | 1 | +29 | -3 |
2020-09-15 07:40 | What the hell do I do here ? | Willy Goiffon | 1 | +1 | -1 |
2020-09-14 14:45 | Fail when menu data is incomplete | Willy Goiffon | 1 | +4 | -0 |
2020-09-14 14:32 | Compute length using strnlen() for HTML data | Willy Goiffon | 1 | +4 | -2 |
2020-09-14 14:21 | Handle corner case when no item is specified | Willy Goiffon | 1 | +4 | -2 |
2020-09-14 14:17 | Remove strsep() usage to get item type | Willy Goiffon | 1 | +6 | -5 |
2020-09-14 14:13 | Handle missing type properly | Willy Goiffon | 1 | +1 | -1 |
2020-09-14 14:10 | Add checks to original URL parsing | Willy Goiffon | 1 | +21 | -14 |
2020-09-14 13:54 | Return 404 when host cannot be extracted | Willy Goiffon | 1 | +7 | -1 |
2020-09-14 13:50 | Wrap text files in HTML too | Willy Goiffon | 2 | +52 | -26 |
2020-09-14 11:58 | Simplify formatting using inline CSS by default | Willy Goiffon | 2 | +3 | -3 |
2020-09-14 11:57 | Stop parsing when a "." is found (meaning end-of-transmission) | Willy Goiffon | 1 | +5 | -0 |
2020-09-14 09:24 | Various fixes about presentation | Willy Goiffon | 1 | +9 | -7 |
2020-09-14 09:05 | Format gopher menus as HTML | Willy Goiffon | 1 | +31 | -3 |
2020-09-11 22:14 | Merge HTML header/footer into a format string | Willy Goiffon | 2 | +10 | -8 |
2020-09-11 22:10 | Differenciate global host variable from local ones | Willy Goiffon | 2 | +2 | -2 |
2020-09-11 20:50 | Move formatting/settings to config.h | Willy Goiffon | 4 | +22 | -11 |
2020-09-11 20:41 | Prevent bug due to uninitialized value | Willy Goiffon | 1 | +1 | -1 |
2020-09-11 20:40 | Serve types 0 and 1 as mimetype text/html | Willy Goiffon | 1 | +1 | -1 |
2020-09-11 20:37 | Wrap types 0 and 1 in HTML | Willy Goiffon | 1 | +37 | -4 |
2020-09-11 19:56 | Initial commit | Willy Goiffon | 5 | +372 | -0 |