about summary refs log tree commit diff
path: root/cgit.c (follow)
Commit message (Expand)AuthorAge
...
* Layout updateLars Hjemli2007-02-21
* Make snapshot feature configurableLars Hjemli2007-02-08
* Add support for snapshotsLars Hjemli2007-02-08
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-04
* WIP: add paths/backlinks to tree/blobviewLars Hjemli2007-01-12
* Remove troublesome chars from cachefile namesLars Hjemli2007-01-12
* Move cache_prepare() to cgitLars Hjemli2007-01-12
* Use TTL-settings even in nocache modeLars Hjemli2007-01-05
* Add basic log filteringLars Hjemli2006-12-28
* Add generic support for search box in page headerLars Hjemli2006-12-28
* Add basic diff viewLars Hjemli2006-12-20
* Allow relative paths for cgit_cache_rootLars Hjemli2006-12-16
* Add argument parsing + switch for uncached operationLars Hjemli2006-12-16
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16
* Add simple pager to log pageLars Hjemli2006-12-14
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-13
* Don't truncate valid cachefilesLars Hjemli2006-12-11
* Move global variables + callback functions into shared.cLars Hjemli2006-12-11
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-11
* Move log-functions into ui-log.cLars Hjemli2006-12-11
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-11
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-11
* Move common output-functions into ui-shared.cLars Hjemli2006-12-11
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-11
* Avoid infinite loops in caching layerLars Hjemli2006-12-11
* Fix cache algorithm loopholeLars Hjemli2006-12-11
* Add version identifier in generated filesLars Hjemli2006-12-10
* Add license file and copyright noticesLars Hjemli2006-12-10
* Add caching infrastructureLars Hjemli2006-12-10
* Import cgit prototype from git treeLars Hjemli2006-12-09
td/> 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