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
Age
Commit message (
Expand
)
Author
2021-03-18
cleanup and simplify error handling
nytpu
2021-03-18
why those comments dere?
nytpu
2021-03-18
ignore mutexes in json output/input
nytpu
2021-03-18
improve gemini feed parsing by stripping off more characters from title
nytpu
2021-03-18
fix nil pointer error in GofeedConvert
nytpu
2021-03-18
Changed url.URL to string so the json is less bloated
nytpu
2021-03-18
Make sure datapath exists to prevent error
nytpu
2021-03-18
add method to write structs to disk
nytpu
2021-03-18
start building out different commands in main()
nytpu
2021-03-18
update flags to be more easily usable
nytpu
2021-03-18
initialize core in main()
nytpu
2021-03-18
Refactor fetch functions to use new FullData.Insert{Feed,Page} funcs
nytpu
2021-03-18
Implement Insert{Feed,Page} on FullData for easy insertions
nytpu
2021-03-18
remove this so it doesn't look inconsistent
nytpu
2021-03-18
fix several typos throughout core
nytpu
2021-03-18
refactor fetch functions to insert into FullData
nytpu
2021-03-18
add init for global FullData
nytpu
2021-03-17
resolve XXX question introduced by e42ebd8
nytpu
2021-03-17
make jsonData public
nytpu
2021-03-17
add XXX to core.JsonData mutex
nytpu
2021-03-17
improve documentation for PageEntries functions
nytpu
2021-03-17
implement sort.Interface for core.Feed
nytpu
2021-03-17
fix bug in newHTTPFeed
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
2021-03-17
fix comment and update readme
nytpu
2021-03-16
implement New* routines for fetching and creating new feeds/pages.
nytpu
2021-03-16
implement core package with structs, etc.
nytpu
2021-03-16
add man page
nytpu
2021-03-16
add command parsing
nytpu
2021-03-16
initial commit
nytpu