aboutsummaryrefslogtreecommitdiff
path: root/request.f90
AgeCommit message (Collapse)Author
2021-02-23Added favicon support. Fixed UTF-8 display on dumb renderer.Jeffrey Armstrong
2020-05-19Requests should now include SNI over TLSJeffrey Armstrong
2020-05-17Fixed handling of server urls if a port is specified.Jeffrey Armstrong
2020-05-13Switched to a non-deprecated call for TLS initializationJeffrey Armstrong
2020-05-08Hid a not-so-useful debugging outputJeffrey Armstrong
2020-05-07Added a license that might annoy people. Added a readme and gave this mess ↵Jeffrey Armstrong
a name.
2020-05-06Fixed silly Fortran mistakes regarding functions returning allocated ↵Jeffrey Armstrong
strings. Added an unused history system. Fixed URL handling.
2020-05-05Actual client can now load and display a page using dumb_rendererJeffrey Armstrong
2020-05-01Simple, single request function for retrieving a gemini page into a unit numberJeffrey Armstrong
2020-05-01Initial work on a sensible, packaged connection system.Jeffrey Armstrong
2020-05-01SSL network connections now seem to work, including on windowsJeffrey Armstrong