Commit Briefs

Omar Polo

handle file:// URIs


Omar Polo

add make_fs_request


Omar Polo

fix handling of query part in gopher URLs

The computed request was discarded because we passed `path' to make_request. Passing NULL here makes the net proc use our computed request string. There was an error in the computed request btw, where \r\n were strcpy'd instead of cat'd.


Omar Polo

new_tab: allow to add the tab after a current one

this allows cmd_push_button_new_tab to open the new tab right *after* the current one, instead that always at the end.


Omar Polo

fix redirect & history

the reload command doesn't push the current url to the history anymore.





Omar Polo

change the load_*_url functions so they return an int

this will allow to support type 7 links on gopher easily



Omar Polo

fix gopher requests


Omar Polo

initial gophermaps support


Omar Polo

initial gopher support


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.