aboutsummaryrefslogtreecommitdiffstats
path: root/ui-atom.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05git: update to v2.21.0Christian Hesse1-1/+1
2019-06-05global: make 'char *path' const where possibleChristian Hesse1-1/+1
2017-08-10ui-atom: properly escape delimiter in page linkJohn Keeping1-1/+1
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping1-7/+4
2016-02-08ui-atom: use show_date directly for atom datesJohn Keeping1-2/+7
2016-01-13git: update to v2.7.0Christian Hesse1-1/+1
2015-10-10ui-atom: fix resource leak: free allocation from cgit_pageurlChristian Hesse1-1/+4
2015-10-10ui-atom: fix resource leak: free before returnChristian Hesse1-1/+2
2015-10-10ui-atom: fix resource leak: free allocation from cgit_repourlChristian Hesse1-1/+3
2014-07-28git: update to v2.0.3John Keeping1-2/+1
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-1/+1
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer1-2/+2
2013-03-05Mark several functions/variables staticLukas Fleischer1-1/+1
2010-11-07Append path and branch to atom feed titleLars Hjemli1-0/+8
2010-11-07Use committer date for atom feed entry updated elementChris Mayo1-1/+1
2010-09-19Merge branch 'stable'Lars Hjemli1-2/+2
2010-09-19RSS items should always use UTC timesAaron Griffin1-2/+2
2010-03-22Add all=1 query param for atom feedsAaron Griffin1-1/+3
2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki1-1/+1
2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro1-2/+4
2008-08-01Add atom-supportLars Hjemli1-0/+129