index
:
LR-87
master
A cross-platform Gemini client written entirely in Fortran
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
protocol.f90
Age
Commit message (
Expand
)
Author
2020-05-13
Relative URL redirects should now work properly.
Jeffrey Armstrong
2020-05-07
Fixed some more URL handling issues.
Jeffrey Armstrong
2020-05-07
Added a license that might annoy people. Added a readme and gave this mess a...
Jeffrey Armstrong
2020-05-06
File type is now returned for evaluation. Initial routines for saving implem...
Jeffrey Armstrong
2020-05-06
Fixed URL handling when base url doesn't end in a slash
Jeffrey Armstrong
2020-05-06
Fixed handling of bad server response code. Made input requests in the dumb ...
Jeffrey Armstrong
2020-05-06
Fixed silly Fortran mistakes regarding functions returning allocated strings....
Jeffrey Armstrong
2020-05-05
Fixed link handling. Can now navigate links and page up/down.
Jeffrey Armstrong
2020-05-05
Actual client can now load and display a page using dumb_renderer
Jeffrey Armstrong
2020-05-01
Simple, single request function for retrieving a gemini page into a unit number
Jeffrey Armstrong
2020-05-01
Initial work on a sensible, packaged connection system.
Jeffrey Armstrong