about summary refs log tree commit diff
path: root/ui-repolist.c (follow)
Commit message (Expand)AuthorAge
...
* Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli2008-04-29
* Move included header-file out of repolist tableLars Hjemli2008-04-29
* Make a few more columns in repolist and log view clickableLars Hjemli2008-04-14
* Make repository search case insensitiveLars Hjemli2008-04-13
* Implement minimal freetext search in the repolistLars Hjemli2008-04-13
* More layout fixesLars Hjemli2008-04-13
* Add ui-shared.hLars Hjemli2008-03-24
* Remove obsolete cacheitem parameter to ui-functionsLars Hjemli2008-03-24
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-24
* Introduce html.hLars Hjemli2008-03-18
* Move cgit_repo into cgit_contextLars Hjemli2008-02-16
* Add all config variables into struct cgit_contextLars Hjemli2008-02-16
* Fix html error detected by test-suiteLars Hjemli2007-11-11
* Add search parameters to cgit_log_linkLars Hjemli2007-11-03
* Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-29
* Add setting to enable/disable extra links on index pageLars Hjemli2007-06-19
* Change S/L/T to summary/log/treeLars Hjemli2007-06-18
* Change "files" to "tree"Lars Hjemli2007-06-18
* Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-17
* Add and use cgit_tree_link()Lars Hjemli2007-06-17
* Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli2007-05-23
* Show time since last change on index pageLars Hjemli2007-05-22
* Make frontpage friendlierLars Hjemli2007-05-21
* Merge branch 'repogroups'Lars Hjemli2007-05-20
|\
| * Don't highlight repogroup headingsLars Hjemli2007-05-18
| * Teach cgit how to group repositories by categoryLars Hjemli2007-05-18
* | Teach cgit howto include an external file on index page.Lars Hjemli2007-05-19
|/
* Restrict length of repo description on repolist pageLars Hjemli2007-05-16
* Add C D L and T links to index pageLars Hjemli2007-05-16
* Layout updateLars Hjemli2007-02-21
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-04
* Cleanup table listingsLars Hjemli2007-01-28
* Add generic support for search box in page headerLars Hjemli2006-12-28
* Minor style fixesLars Hjemli2006-12-22
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-11
/td> 2019-09-12Only GET the final redirect locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe Aborting the request and leaving data around may be causing intermittent errors. Just discard the rest of the data. 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe Because apparently it's fine for servers to respond with Content-Encoding you didn't ask for, and curl won't decode it if you didn't ask for it. 2019-09-08Set title User-AgentJune McEnroe Some things don't like you if you don't send one. 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe Allows restarting consumers safely. 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe