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
Age
Commit message (
Expand
)
Author
2020-05-14
Snap version update
Jeffrey Armstrong
2020-05-14
Initial commit of an AppGraphics renderer that actually works, though it does...
Jeffrey Armstrong
2020-05-14
Renderer class now has optional arguments for drawing text to indicate list i...
Jeffrey Armstrong
2020-05-13
Updated snap version
Jeffrey Armstrong
2020-05-13
Relative URL redirects should now work properly.
Jeffrey Armstrong
2020-05-13
Switched to a non-deprecated call for TLS initialization
Jeffrey Armstrong
2020-05-10
Fixed adjust link descriptions that contains tabs. Fixed minor makefile mixup.
Jeffrey Armstrong
2020-05-08
Instructions to build a snap
Jeffrey Armstrong
2020-05-08
Hid a not-so-useful debugging output
Jeffrey Armstrong
2020-05-08
Why did this use full paths in the first place?
Jeffrey Armstrong
2020-05-08
Added a GNU makefile
Jeffrey Armstrong
2020-05-07
Updated readme with some images for funsies
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
Some minor memory safety improvements
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
Back functionality now works
Jeffrey Armstrong
2020-05-06
Fixed stream io under non-Windows systems. Updated non-Windows project.
Jeffrey Armstrong
2020-05-06
Fixed silly Fortran mistakes regarding functions returning allocated strings....
Jeffrey Armstrong
2020-05-05
Added input handling with escaping, all untested.
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
2020-05-01
Added input and error display members to the renderer.
Jeffrey Armstrong
2020-05-01
SSL network connections now seem to work, including on windows
Jeffrey Armstrong
2020-04-30
Fixed initialization of windows networking. Fixed some overruns in hostent p...
Jeffrey Armstrong
2020-04-29
Added some very low-level network code
Jeffrey Armstrong
2020-04-28
Links are now rendered in the dumb renderer. Preparation sub now available b...
Jeffrey Armstrong
2020-04-24
Initial code commit
Jeffrey Armstrong