about summary refs log tree commit diff
path: root/ui-atom.c (follow)
Commit message (Expand)AuthorAge
* ui-atom: properly escape delimiter in page linkJohn Keeping2017-08-10
* ui-atom: avoid DATE_STRFTIMEJohn Keeping2016-02-08
* ui-atom: use show_date directly for atom datesJohn Keeping2016-02-08
* git: update to v2.7.0Christian Hesse2016-01-13
* ui-atom: fix resource leak: free allocation from cgit_pageurlChristian Hesse2015-10-10
* ui-atom: fix resource leak: free before returnChristian Hesse2015-10-10
* ui-atom: fix resource leak: free allocation from cgit_repourlChristian Hesse2015-10-10
* git: update to v2.0.3John Keeping2014-07-28
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* Update copyright informationLukas Fleischer2014-01-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer2013-04-08
* Mark several functions/variables staticLukas Fleischer2013-03-04
* Append path and branch to atom feed titleLars Hjemli2010-11-07
* Use committer date for atom feed entry updated elementChris Mayo2010-11-07
* Merge branch 'stable'Lars Hjemli2010-09-19
|\
| * RSS items should always use UTC timesAaron Griffin2010-09-19
* | Add all=1 query param for atom feedsAaron Griffin2010-03-22
|/
* Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-08
* use cgit_httpscheme() for atom feedDiego Ongaro2009-06-11
* Add atom-supportLars Hjemli2008-08-01
class='logsubject'>Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe