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
/
request.f90
Age
Commit message (
Expand
)
Author
2021-02-23
Added favicon support. Fixed UTF-8 display on dumb renderer.
Jeffrey Armstrong
2020-05-19
Requests should now include SNI over TLS
Jeffrey Armstrong
2020-05-17
Fixed handling of server urls if a port is specified.
Jeffrey Armstrong
2020-05-13
Switched to a non-deprecated call for TLS initialization
Jeffrey Armstrong
2020-05-08
Hid a not-so-useful debugging output
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
Fixed silly Fortran mistakes regarding functions returning allocated strings....
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
2020-05-01
SSL network connections now seem to work, including on windows
Jeffrey Armstrong