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
/
core
/
structs.go
Age
Commit message (
Expand
)
Author
2021-04-19
don't overwrite old title when updating page
nytpu
2021-04-19
don't include entries older than one year
nytpu
2021-03-26
relicense to AGPL 3.0 only
nytpu
2021-03-21
don't overwrite title when updating feed
nytpu
2021-03-20
fix breaking bug when parsing atom/rss feeds
nytpu
2021-03-18
fix null dereference when getting old title
nytpu
2021-03-18
Use strings for URLs internally for consistency.
nytpu
2021-03-18
ignore mutexes in json output/input
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
Implement Insert{Feed,Page} on FullData for easy insertions
nytpu
2021-03-18
fix several typos throughout core
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 comment and update readme
nytpu
2021-03-16
implement core package with structs, etc.
nytpu