index
:
comitium.git
master
feed aggregator for gemini supporting many formats and protocols. fork of
git+comitium@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fetch
/
fetch.go
Age
Commit message (
Collapse
)
Author
2021-05-11
Fix missing function call
nytpu
2021-05-11
translate fetch.go
nytpu
2021-03-26
relicense to AGPL 3.0 only
nytpu
2021-03-23
Fix bug in co refresh where contexts would be immediately cancelled
nytpu
2021-03-18
add RefreshAll with workers
nytpu
2021-03-18
Use strings for URLs internally for consistency.
nytpu
2021-03-18
Refactor fetch functions to use new FullData.Insert{Feed,Page} funcs
nytpu
2021-03-18
refactor fetch functions to insert into FullData
nytpu
2021-03-17
add (stubbed) updateGopherFeed function
nytpu
2021-03-17
add updateGopherPage function
nytpu
2021-03-17
add updateHTTPPage function
nytpu
2021-03-17
add updateGeminiPage and refactor newGeminiPage to use updateGeminiPage.
nytpu
2021-03-17
add general Update* in fetch.go
nytpu
TODO: implement backend protocol functions
2021-03-16
implement New* routines for fetching and creating new feeds/pages.
nytpu
Also includes routines for fetching gemini, http, and gopher resources. TODO: add Update* routines to update existing feeds/pages.