Commits


bundle the struct proto in telescope.c it's unused in other parts of the codebase


refactor: add make_request


style


move load_*_url as static fns only defined in telescope.c


set the minibuffer name


support finger:// urls!


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.


sort


the first is no more the fallback one


move struct req declaration up avoid a dummy `struct req;'


re-align declarations


reorder


drop req_by_id_req, allow req_by_id to return NULL


drop setup_tls


wrap some long lines