Commit Briefs

Omar Polo

sync changelog



Omar Polo

net: improve handling of connect(2) failures

If we succeed to make a socket(2) but fail to connect(2), still attempt to reconnect using the other results from getaddrinfo(3).


Omar Polo

re-enable landlock


Omar Polo

sync landlock shim with gmid


Omar Polo

drop the no sandbox warning


Omar Polo

typofix


Omar Polo

missing Ic marker



Omar Polo

sync changelog



Omar Polo

add cmd_search to search using a search engine

This adds a new command `search', bound by default to `s', that prompts for a query and loads and consult the ``oracle'' (the search engine) using default_search_engine (which will be made customizable.) It also temporarly supports only gemini URLs. Feature requested by -fab-, thanks!


Omar Polo

remove half-bake idea

turns out telescope is not ready to generate certificate in the ui process, a separate helper will be added for it, so remove this option for now.


Omar Polo

sort