about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change S/L/T to summary/log/treeLars Hjemli2007-06-183-9/+10
| * | Change "files" to "tree"Lars Hjemli2007-06-182-2/+2
| * | Include querystring as part of cached filename for repo summary pageLars Hjemli2007-06-181-4/+6
| * | Add more menuitems on repo pagesLars Hjemli2007-06-182-16/+49
* | | Add version info from git-describeLars Hjemli2007-06-187-16/+27
|/ /
* | Add cgit_diff_link()Lars Hjemli2007-06-176-69/+75
* | ui-commit: use cgit_commit_link() for parent linksLars Hjemli2007-06-171-6/+4
* | ui-log: honor id=sha1 on querystringLars Hjemli2007-06-172-1/+4
* | Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-177-18/+31
* | Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-175-20/+24
* | ui-tree: html/css cleanupLars Hjemli2007-06-172-23/+12
* | ui-shared: use strcmp() to compare stringsLars Hjemli2007-06-171-2/+2
* | Add and use cgit_tree_link()Lars Hjemli2007-06-175-38/+107
* | ui-tree: make blob viewer generate valid htmlLars Hjemli2007-06-161-1/+0
* | ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-168-112/+174
* | cgit.css: make it validateLars Hjemli2007-06-071-8/+7
* | ui-diff: close td/tr/table properlyLars Hjemli2007-06-061-0/+2
* | ui-diff: emit table/tr/td at better locationsLars Hjemli2007-06-051-9/+7
|/
* Implemented configurable HEAD shortlog on summary page.Ondrej Jirman2007-05-314-1/+16
* Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman2007-05-311-0/+3
* Add option to disable pager to cgit_print_log().Ondrej Jirman2007-05-313-16/+18
* Handle single-line and empty commit subjectsOndrej Jirman2007-05-311-3/+8
* Use & instead of & in URLs.Ondrej Jirman2007-05-316-13/+13
* Fixed unexpected tags in html output.Ondrej Jirman2007-05-313-6/+7
* cgit v0.5 v0.5Lars Hjemli2007-05-241-1/+1
* Bad html: it's nice to add alt-attributesLars Hjemli2007-05-241-1/+1
* Bad html: <form> should have an action-attributeLars Hjemli2007-05-241-1/+1
* Close a <tr> properlyLars Hjemli2007-05-241-1/+1
* Add repo.readme parameterLars Hjemli2007-05-235-15/+23
* Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli2007-05-231-1/+0
* Show time since last change on index pageLars Hjemli2007-05-223-1/+43
* Use cgit_print_age() on summary and log pagesLars Hjemli2007-05-222-10/+6
* Add cgit_print_age() functionLars Hjemli2007-05-225-8/+94
* css: make column headings boldLars Hjemli2007-05-211-1/+1
* Make frontpage friendlierLars Hjemli2007-05-212-15/+43
* Merge branch 'repogroups'Lars Hjemli2007-05-204-0/+21
|\
| * Adjust apperance of repogroup headersLars Hjemli2007-05-201-1/+1
| * Don't highlight repogroup headingsLars Hjemli2007-05-181-1/+1
| * Teach cgit how to group repositories by categoryLars Hjemli2007-05-184-0/+21
* | Merge branch 'virtual-url'Lars Hjemli2007-05-206-51/+139
|\ \
| * | Don't be fooled by trailing '/' in url-parameterLars Hjemli2007-05-181-1/+2
| * | cache_safe_filename() needs more buffersLars Hjemli2007-05-181-4/+9
| * | Enable url=value querystring parameterLars Hjemli2007-05-186-40/+98
| * | Add lookup-function for valid repo commandsLars Hjemli2007-05-182-0/+24
| * | Move cgit_get_repoinfo into shared.cLars Hjemli2007-05-183-14/+14
| |/
* | Merge branch 'index-header'Lars Hjemli2007-05-204-0/+24
|\ \
| * | Teach cgit howto include an external file on index page.Lars Hjemli2007-05-193-0/+9
| * | Add html_include()Lars Hjemli2007-05-182-0/+15
| |/
* / Use git-1.5.2Lars Hjemli2007-05-202-5/+3
|/
* Remove unused extern declarations from cgit.hLars Hjemli2007-05-181-4/+0
* Add knobs to enable/disable files/lines changed in log viewLars Hjemli2007-05-184-13/+48
* Restrict length of repo description on repolist pageLars Hjemli2007-05-164-1/+9
* Don't die when diffing trees with subprojectsLars Hjemli2007-05-161-19/+43
* Do not wrap filemode column in diffstat tableLars Hjemli2007-05-161-0/+4
* Add C D L and T links to index pageLars Hjemli2007-05-161-1/+15
* Make git_pageurl handle NULL querystringsLars Hjemli2007-05-161-2/+6
* Add support for tree listing via h parameterLars Hjemli2007-05-161-0/+10
* Add link to commitdiff below diffstatLars Hjemli2007-05-162-2/+10
* Add support for commitdiff via h parameterLars Hjemli2007-05-163-7/+21
* Change commit-view to expect h parameter, not idLars Hjemli2007-05-164-10/+13
* Enable default value for head parameterLars Hjemli2007-05-163-14/+7
* Restrict deep nesting of configfilesLars Hjemli2007-05-151-4/+6
* Include cgit.conf in MakefileLars Hjemli2007-05-151-0/+5
* ui-diff: show /dev/null as filename for add/deleteLars Hjemli2007-05-151-1/+4
* Use tables and css to create the diffstat graph, fix scalingLars Hjemli2007-05-155-15/+27
* Do not alter incoming sha1 when handling the download refs.Lars Hjemli2007-05-151-2/+5
* Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli2007-05-155-4/+9
* ui-shared.c: fix whitespace breakageLars Hjemli2007-05-151-6/+5
* Show tag heading even if first tag is of the lightweight kindLars Hjemli2007-05-151-13/+19
* Specify static storage class for file-local declarationsLars Hjemli2007-05-152-11/+11
* Add include-parameter to config filesLars Hjemli2007-05-143-8/+15
* Let makefile override the configfile locationLars Hjemli2007-05-142-5/+8
* cgit.c: fix whitespace breakageLars Hjemli2007-05-141-7/+7
* cgit.css: try to make diffs look a little bit nicerLars Hjemli2007-05-142-13/+32
* cgit.css: try do make diffstat a little bit nicerLars Hjemli2007-05-141-4/+3
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-146-13/+37
* cgit v0.4 v0.4Lars Hjemli2007-05-131-1/+1
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-135-10/+63
* Add graphical diffstat to commit viewLars Hjemli2007-05-135-33/+130
* Add max-commit-count parameter to cgitrcLars Hjemli2007-05-134-2/+10
* Show number of changed lines in log viewLars Hjemli2007-05-131-1/+11
* Simplify ui-diff.c using the new file-level diff interfaceLars Hjemli2007-05-131-86/+2
* Add standard interface for file diff functionsLars Hjemli2007-05-132-0/+86
* Show number of changed files in log viewLars Hjemli2007-05-131-2/+15
* Use standard tree-diff function when showing diffstat for single commitLars Hjemli2007-05-131-51/+15
* Add shared diff-handling functionsLars Hjemli2007-05-132-2/+50
* css: fix bad rendering in Internet ExplorerLars Hjemli2007-05-121-2/+7
* Add links to enable downloading of tagged blobsLars Hjemli2007-05-112-9/+85
* Makefile: add support for building w.o. preinstalled gitLars Hjemli2007-05-111-1/+13
* Tag release v0.3 v0.3Lars Hjemli2007-05-111-1/+1
* Update README with submodule build infoLars Hjemli2007-05-111-13/+39
* Add submodule links in tree listingLars Hjemli2007-05-116-12/+27
* Add submodules.sh and use it during buildsLars Hjemli2007-05-113-13/+222
* Added git as a submoduleLars Hjemli2007-05-112-1/+1
* Add support for downloading single blobsLars Hjemli2007-05-095-3/+47
* ui-view: show pathname if specified in querystringLars Hjemli2007-05-083-5/+10
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-089-837/+50
* Layout updateLars Hjemli2007-02-219-32/+127
* Make snapshot feature configurableLars Hjemli2007-02-085-6/+22
* Add support for snapshotsLars Hjemli2007-02-088-8/+153
* cgit v0.2 v0.2Lars Hjemli2007-02-051-1/+1
* Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2007-02-052-15/+37
* Update cgitrc templateLars Hjemli2007-02-041-21/+32
* Add support for lightweight tagsLars Hjemli2007-02-042-19/+37
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-045-55/+120
* Do not die if tag has no messageLars Hjemli2007-02-041-2/+2
* Fix search for non-virtual urlsLars Hjemli2007-02-031-0/+6
* Update README with install/config informationLars Hjemli2007-01-281-24/+28
* Add template for /etc/cgitrcLars Hjemli2007-01-281-0/+63
* Add parameter to adjust max message length in log listingsLars Hjemli2007-01-284-2/+8
* Set explicit font sizeLars Hjemli2007-01-281-1/+1
* Change global document layoutLars Hjemli2007-01-282-12/+16
* Unified install pathLars Hjemli2007-01-281-4/+3
* Cleanup table listingsLars Hjemli2007-01-286-13/+9
* Enable building with debuginfoLars Hjemli2007-01-171-0/+4
* Extend repo summary with tag listLars Hjemli2007-01-172-10/+72
* Add function cgit_parse_tag()Lars Hjemli2007-01-172-0/+55
* Add some more decls from git (cache.h, tag.h)Lars Hjemli2007-01-171-0/+34
* Handle empty/malformed commit messagesLars Hjemli2007-01-161-6/+13
* WIP: add paths/backlinks to tree/blobviewLars Hjemli2007-01-124-5/+15
* Remove troublesome chars from cachefile namesLars Hjemli2007-01-123-1/+18
* Move cache_prepare() to cgitLars Hjemli2007-01-123-25/+23
* Use long instead of int when converting from TTL to secondsLars Hjemli2007-01-051-1/+1
* Use TTL-settings even in nocache modeLars Hjemli2007-01-051-0/+1
* Handle %xx encoding in querystringLars Hjemli2007-01-043-0/+36
* Handle '+' in querystringLars Hjemli2006-12-281-0/+2
* Add basic log filteringLars Hjemli2006-12-284-7/+83
* Add generic support for search box in page headerLars Hjemli2006-12-287-5/+51
* Test for NULL-pointers in html_txt() and friendsLars Hjemli2006-12-281-4/+3
* Minor style fixesLars Hjemli2006-12-222-9/+12
* Add missing diff-link in ui-commit.cLars Hjemli2006-12-221-2/+3
* Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-225-5/+34
* Add missing ttl-options in configLars Hjemli2006-12-221-0/+8
* cgit 0.1 v0.1Lars Hjemli2006-12-211-1/+1
* Let make know that ui-diff.c depends on xdiff.hLars Hjemli2006-12-211-0/+2
* Add basic diff viewLars Hjemli2006-12-207-1/+270
* Use html_filemode in ui-tree.cLars Hjemli2006-12-172-6/+9
* Don't show new and old filemode for added/removed filesLars Hjemli2006-12-171-2/+9
* Show list of modified files in ui-commit.cLars Hjemli2006-12-175-8/+281
* Reformat code to avoid excessive line lengthsLars Hjemli2006-12-163-11/+18
* Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-165-8/+15
* Simplify ui-commit.cLars Hjemli2006-12-161-16/+1
* Show emails and timestamps in ui-commit.cLars Hjemli2006-12-161-2/+8
* Teach commit parser about author/committer email + timestampLars Hjemli2006-12-162-2/+14
* Allow relative paths for cgit_cache_rootLars Hjemli2006-12-162-0/+8
* Add cache-root option to /cgit/rcLars Hjemli2006-12-161-0/+2
* Add argument parsing + switch for uncached operationLars Hjemli2006-12-163-3/+51
* Add head comment to shared.cLars Hjemli2006-12-161-0/+8
* Add head comment to ui-commit.cLars Hjemli2006-12-161-0/+8
* gitweb ripoff: set tr:hover to highligt current rowLars Hjemli2006-12-161-3/+7
* Make repo header a link to summary pageLars Hjemli2006-12-162-1/+12
* Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli2006-12-164-20/+24
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-169-19/+140
* Add a common commit parserLars Hjemli2006-12-153-63/+75
* Add simple pager to log pageLars Hjemli2006-12-144-6/+37
* Add separate makefile-rule to clear current cacheLars Hjemli2006-12-131-2/+4
* Remove implementation details from READMELars Hjemli2006-12-131-44/+25
* Small layout adjustments to summary and blob viewLars Hjemli2006-12-133-5/+13
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-139-8/+113
* cache_lock: do xstrdup/free on lockfileLars Hjemli2006-12-121-1/+2
* Don't truncate valid cachefilesLars Hjemli2006-12-113-4/+16
* Move global variables + callback functions into shared.cLars Hjemli2006-12-114-82/+86
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-114-34/+43
* Move log-functions into ui-log.cLars Hjemli2006-12-115-111/+121
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-114-47/+59
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-115-70/+90
* Move common output-functions into ui-shared.cLars Hjemli2006-12-114-82/+99
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-114-28/+29
* Avoid infinite loops in caching layerLars Hjemli2006-12-113-14/+31
* Let 'make install' clear all cachefilesLars Hjemli2006-12-111-0/+2
* Fix cache algorithm loopholeLars Hjemli2006-12-113-11/+16
* Add version identifier in generated filesLars Hjemli2006-12-102-9/+14
* Add license file and copyright noticesLars Hjemli2006-12-105-0/+372
* Add caching infrastructureLars Hjemli2006-12-109-28/+353
* Add .gitignoreLars Hjemli2006-12-091-0/+3
* Replace useless make rules with generic $(OBJECTS) dependencyLars Hjemli2006-12-091-5/+1
* Import cgit prototype from git treeLars Hjemli2006-12-097-0/+1090