Commit Briefs

Omar Polo

set the protocol type for proxies

we still support only gemini:// proxies still


Omar Polo

sort


Omar Polo

indent


Omar Polo

add default ports

it's ugly to patch the port in load_*_url. It's still ugly to do in do_load_url, but a bit less. It would be nice if phos did this, but I'm not sure it fits the library adding default ports of a bunch of protocols.


Omar Polo

bundle the struct proto in telescope.c

it's unused in other parts of the codebase


Omar Polo

refactor: add make_request


Omar Polo

style



Omar Polo

set the minibuffer name


Omar Polo

support finger:// urls!


Omar Polo

fix possible overflow

sizeof(buf) should be equal to howmuch, otherwise we may end up reading with tls_read out of bounds and corrupting the stack.


Omar Polo

sort



Omar Polo

move struct req declaration up

avoid a dummy `struct req;'


Omar Polo

re-align declarations