about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* | | | | Merge branch 'stable'Lars Hjemli2008-12-30
|\| | | | | |_|/ / |/| | |
| * | | ui-patch: whitespace changes in the patch generation codeTomas Carnecky2008-12-30
* | | | Use GIT-1.6.1Lars Hjemli2008-12-26
* | | | shared.c: future-proof usage of git diff-structuresLars Hjemli2008-12-26
| |/ / |/| |
* | | Merge branch 'stable'Lars Hjemli2008-12-06
|\| |
| * | tests/setup.sh: allow testsuite to fail properly with POSIX standard shellsLars Hjemli2008-12-06
| * | tests/t0010-validate-html.sh: skip tests if 'tidy' is not availableLars Hjemli2008-12-06
* | | Merge branch 'full-log'Lars Hjemli2008-12-06
|\ \ \
| * | | ui-log: use css to make full-log prettierLars Hjemli2008-11-30
| * | | ui-log: (ab)use extra columns for commit message when showmsg=1Lars Hjemli2008-11-29
| * | | ui-log: add support for showing the full commit messageLars Hjemli2008-11-29
* | | | Merge branch 'lh/sort-repolist'Lars Hjemli2008-12-06
|\ \ \ \
| * | | | ui-repolist: implement lazy caching of repo->mtimeLars Hjemli2008-11-29
| * | | | ui-repolist: sort null values lastLars Hjemli2008-11-29
| * | | | ui-repolist: add support for sorting any columnLars Hjemli2008-11-29
| * | | | ui-repolist: extract get_repo_modtime() from print_modtime()Lars Hjemli2008-11-29
| * | | | Add support for sorting by Age in the repolistBenjamin Close2008-11-29
| |/ / /
* | | | Merge branch 'snapshot-fixes'Lars Hjemli2008-12-06
|\ \ \ \
| * | | | ui-shared: shorten the sha1 printed by cgit_object_linkLars Hjemli2008-12-01
| * | | | ui-refs.c: show download links for all tags referring to commit objectsLars Hjemli2008-12-01
| * | | | ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_linksLars Hjemli2008-12-01
| * | | | ui-snapshot: improve extraction of revision from snapshot nameLars Hjemli2008-12-01
| * | | | Set prefix in snapshots when using dwimmeryNatanael Copa2008-11-30
| |/ / /
* | | | Merge branch 'stable'Lars Hjemli2008-12-06
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'rj/buildtweaks' into stableLars Hjemli2008-12-05
| |\ \
| | * | parsing.c: enable builds with NO_ICONV definedLars Hjemli2008-12-05
| | * | ui-repolist: avoid build warning for strcasestr(3)Lars Hjemli2008-12-05
| | * | Makefile: allow cgit.conf to override platform-specific tweaksLars Hjemli2008-12-05
| | * | Extra cygwin-specific changesRamsay Jones2008-12-03
| * | | ui-log: try to disambiguate ref namesLars Hjemli2008-12-03
| |/ /
* | | Merge branch 'stable'Lars Hjemli2008-11-14
|\| |
| * | ui-repolist: handle empty agefilesLars Hjemli2008-11-14
* | | Merge branch 'stable'Lars Hjemli2008-11-06
|\| |
| * | Use mode 0644 for non-executable filesKarl Chen2008-11-06
* | | Merge branch 'stable'Lars Hjemli2008-11-06
|\| | | |/ |/|
| * Fix tests to work on Ubuntu (dash)Ramsay Jones2008-11-06
| * Fix some warnings to allow -WerrorRamsay Jones2008-11-06
| * Use GIT-1.6.0.3Lars Hjemli2008-11-06
|/
* CGIT 0.8.1Lars Hjemli2008-10-11
* Merge branch 'stable'Lars Hjemli2008-10-11
|\
| * Makefile: enable compilation on uclibcLars Hjemli2008-10-11
* | ui-snapshot: add dwimmeryLars Hjemli2008-10-11
* | Add cgit_query.nohead flagLars Hjemli2008-10-11
|/
* ui-shared: specify correct css class for summary tabLars Hjemli2008-10-06
* CGIT 0.8Lars Hjemli2008-10-05
* ui-summary: use html_url_path()Lars Hjemli2008-10-05
* ui-refs: use cgit_tag_link()Lars Hjemli2008-10-05
* ui-shared: add cgit_tag_link()Lars Hjemli2008-10-05
* ui-shared: generate proper links in cgit_object_link()Lars Hjemli2008-10-05
* ui-shared: use html_url_path() to get properly escaped url in form actionLars Hjemli2008-10-05
bd36d6ba9d&follow=1'>CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli