Commit Briefs

Omar Polo

move load_page_from_str to telescope.c

I'd like to use parser{,_gophermap,_gemtext}.c in standalone testing programs, and this function is getting in the way since it depends on ui.c


Omar Polo

parsers: add serialize function

Add a parser_serialize function and an optional function `serialize' for parsers. The default implementation just prints the text line, which is suitable for parser_textplain and parser_textpatch; gemtext and gophermap uses their own specific unparse functions. This is intended for an incoming cache refactoring: we'll cache the page serialized in the correct format, not once it has been translated to gemtext. This will allow in the future to provide commands such as ``save page to disk'' or interface with an on-disk cache.


Omar Polo

add fn pointer to the parser init function to struct parser

will come in handy in the future cache refactoring.


Omar Polo

delay erase_buffer until parser_init

The idea is to handle better non-displayable pages (like images), and keeping the old page until the server replies is the first step. It also simplifies the memory management btw.





Omar Polo

move more stuff outta telescope.c


Omar Polo

tilde-heuristics for titles

use `~username' as tab title if the page doesn't have any headings


Omar Polo

fix off-by-one

Thanks to the fact that we're using a bigger buffer in the net process, and thanks to the way otto@' malloc works, it was easy to detect this off-by-one in a large page (RFC3089 in particular).






Omar Polo

style(9)