summary refs log tree commit diff
path: root/cgit.css (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-15man: show mime type default valueJason A. Donenfeld1-0/+1
2012-11-15ssdiff: point line links at exact blob by prepending "id="Julius Plenz1-2/+2
2012-11-15Format git diff headers correctly when adding or removing files.Michael Halstead2-14/+22
2012-11-04Makefile: get snapshots from githubFerry Huberts1-2/+2
2012-10-31Makefile: remove tags fileJamie Couture1-1/+1
2012-10-28ui-shared: use placeholder for empty commit subjectChristian Franke1-1/+4
2012-10-27syntax-highlighting.sh: Fix command injection.Jason A. Donenfeld1-2/+2
2012-10-18Fix man page typo.Jason A. Donenfeld1-2/+2
2012-10-17Makefile: Support OpenBSD just like FreeBSDJason A. Donenfeld1-2/+2
2012-10-17Makefile: support FreeBSD libiconv pathsJason A. Donenfeld1-0/+7
2012-10-17tests: check for proper html entityJason A. Donenfeld1-1/+1
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek8-6/+40
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek4-3/+13
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld5-58/+36
2012-10-17ui: Remember to print ampersand as proper html entities.William Bell2-8/+8
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld4-7/+7
2012-10-16repo_config: do not let globals override repo settingsTobias Bieniek1-3/+3
2012-10-09README: times, they are a-changinJason A. Donenfeld1-1/+1
2012-10-09syntax-highlight: when the file has no extension, assume textFerry Huberts1-1/+4
2012-10-09ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts1-2/+4
2012-10-09Revert "filters/syntax-highlighting.sh: work around highlight --force bug"Ferry Huberts1-17/+0
2012-10-08Makefile: add tag target to generate ctagsJamie Couture1-1/+5
2012-10-08ui-repolist: Bold the currently viewed page.Jamie Couture2-4/+11
2012-10-02do not write outside heap bufferJim Meyering1-0/+2
2012-09-27ui-snapshot: pass -n to gzip, to suppress timestampJason A. Donenfeld1-8/+10
2012-07-12Update copyright headers to have latest dates.Jason A. Donenfeld3-2/+3
2012-07-12ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld4-5/+37
2012-07-12scan-tree: Support gitweb.category.Jason A. Donenfeld4-0/+14
2012-07-12scan-tree: Support gitweb.description.Jason A. Donenfeld4-7/+28
2012-03-20css: only use div#cgitFerry Huberts1-4/+1
2012-03-18css: force text color to black on decorationsFerry Huberts1-0/+4
2012-03-18css: vertically align the cgit logo imageFerry Huberts1-0/+1
2012-03-18css: prefix all styles with div#cgitFerry Huberts1-169/+169
2012-03-18filters/syntax-highlighting.sh: work around highlight --force bugFerry Huberts1-0/+17
2012-03-18filters/highlight.sh: manually support highlight version 2 and 3Ferry Huberts1-0/+11
2012-03-18tests: properly quote arguments to printfFerry Huberts1-1/+1
2012-03-18tests: handle paths with whitespaceFerry Huberts2-2/+2
2012-03-18CGIT-0.9.0.3 v0.9.0.3Lars Hjemli1-1/+1
2012-03-18segfault fix on some bogus requestsEric Wong1-2/+2
2012-03-18use correct type for sizeofJamie Couture1-1/+1
2012-01-08ui-ssdiff.c: correct length check for LCS tableEric Wong1-4/+2
2012-01-03Fix segmentation fault in empty repositoryJohn Keeping1-1/+1
2012-01-03Makefile: fetch git tarballs from http://hjemli.net/git/git/Lars Hjemli1-1/+1
2012-01-03fix css color value and vertical-align valueNorberto Lopes1-2/+2
2012-01-03ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen1-3/+1
2012-01-03Fix diff mode switching when side-by-side-diffs=1Tim Chen3-2/+3
2012-01-03ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller1-0/+3
2012-01-03Add sort parameter to pager of repo listTobias Grimm3-13/+19
2012-01-03ui-ssdiff: move LCS table away from the stackJamie Couture2-2/+43
2012-01-03shared.c: Only setenv() if value is non-nullLukas Fleischer2-2/+2
2012-01-03shared.c: Remove unused "linux/limits.h" includeLukas Fleischer1-1/+0
2011-07-22Fix potential XSS vulnerability in rename hintLukas Fleischer1-4/+6
2011-07-22Remove dead initialization in cgit_parse_commit()Lukas Fleischer1-1/+1
2011-07-21CGIT 0.9.0.2 v0.9.0.2Lars Hjemli1-1/+1
2011-07-21html.c: avoid out-of-bounds access for url_escape_tableEric Wong1-2/+2
2011-07-21tests: fix failures when CDPATH is setFerry Huberts1-0/+1
2011-07-19ui-repolist.c: fallback to "master" if no default branch is specifiedLars Hjemli1-1/+2
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts4-1/+65
2011-07-19Makefile: fix oversight of not using $(DESTDIR) in uninstallFerry Huberts1-3/+3
2011-07-19commit-links.sh: improve regular expressionsFerry Huberts1-2/+5
2011-06-20cgit.c: use resolve_ref() to guess_defbranch()Lars Hjemli1-26/+6
2011-06-20Only guess default branch when a repo page is requestedLars Hjemli3-38/+34
2011-06-20guess default branch from HEADJulius Plenz2-1/+38
2011-06-18cgit.c: improve error message when git repo cannot be accessedLars Hjemli1-1/+5
2011-06-15Do not provide a default value for `module-link`Lars Hjemli2-2/+1
2011-06-15ui-plain.c: add support for path-selected submodule linksLars Hjemli1-3/+6
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli7-10/+78
2011-06-15cgitrc.5.txt: document repo.module-linkLars Hjemli1-0/+6
2011-06-13cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli7-4/+26
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli8-12/+14
2011-06-13cgitrc.5.txt: reformat the "FILTER API" sectionLars Hjemli1-26/+24
2011-06-13cgitrc.5.txt: describe macro expansion of cgitrc optionsLars Hjemli1-4/+26
2011-06-13README: update some stale information/add some newLars Hjemli1-16/+6
2011-06-13CGIT 0.9.0.1 v0.9.0.1Lars Hjemli1-1/+1
2011-06-12ui-plain.c: fix html and links generated by print_dir() and print_dir_entry()Lars Hjemli1-19/+46
2011-06-06scan-tree.c: avoid memory leakJamie Couture1-0/+2
2011-06-02ui-log.c: do not link from age columnLars Hjemli2-10/+1
2011-06-02ui-snapshot.c: remove debug cruftLars Hjemli1-2/+0
2011-05-30ui-stats.c: fix invalid htmlLars Hjemli1-1/+1
2011-05-30Properly escape ampersands inside HTML attributesLukas Fleischer1-1/+3
2011-05-30ui_repolist: get modtime from packed-refs as fallbackFerry Huberts1-3/+12
2011-05-23fix virtual-root if script-name is ""Mark Lodato1-1/+4
2011-05-23ui-repolist.c: do not return random/stale data from read_agefileLars Hjemli1-1/+1
2011-05-23Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer1-2/+6
2011-05-23Avoid null pointer dereference in reencode().Lukas Fleischer1-1/+4
2011-05-23Fix memory leak in http_parse_querystring().Lukas Fleischer1-2/+3
2011-05-23Remove unused variable from cgit_diff_tree().Lukas Fleischer1-3/+2
2011-05-23shared.c: do not modify const memoryLars Hjemli1-11/+3
2011-05-23tests: add tests for links with space in path and/or argsLars Hjemli3-3/+19
2011-05-23tests/setup.sh: add support for known bugsLars Hjemli1-1/+13
2011-05-23Fix escaping of paths with spacesJonathon Mah1-4/+6
2011-03-26Add advice about scan-path in cgitrc.5.txtJulius Plenz1-2/+3
2011-03-26fix two encoding bugsJulius Plenz1-9/+15
2011-03-26make enable-log-linecount independent of -filecountJulius Plenz1-15/+14
2011-03-26new_filter: correctly initialise all arguments for a new filterFerry Huberts1-2/+4
2011-03-26source_filter: fix a memory leakFerry Huberts1-0/+2
2011-03-26cgitrc.5: tar.xz is a supported snapshot formatLars Hjemli1-1/+2
2011-03-26Fix crash when projectsfile cannot be openedStefan Gehn1-0/+1
2011-03-26shared.c: use execvp() to execute filter commandsLars Hjemli1-56/+10
2011-03-26filters: document environment variables in filter scriptsFerry Huberts3-5/+64
2011-03-26cgit_open_filter: hand down repo configuration to scriptFerry Huberts1-1/+77
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts7-9/+9
2011-03-26new_filter: determine extra_args from filter typeFerry Huberts2-7/+24
2011-03-07ui-stats.c: create a control panel for stat optionsLars Hjemli1-24/+27
2011-03-06ui-diff.c: create a control panel for diff optionsLars Hjemli5-38/+88
2011-03-06html.c: add html_intoption()Lars Hjemli2-0/+9
2011-03-05CGIT 0.9 v0.9Lars Hjemli1-1/+1
2011-03-05Update READMELars Hjemli1-8/+1
2011-03-05ui-diff.c: avoid html injectionLukasz Janyst1-2/+5
2011-03-05CGIT 0.8.3.5 v0.8.3.5Lars Hjemli1-1/+1
2011-03-05Avoid trailing slash in virtual-rootLars Hjemli1-2/+3
2011-03-05do not infloop on a query ending in %XY, for invalid hex X or YJim Meyering1-1/+1
2011-02-19Return 404 on command not foundDan McGee1-1/+3
2011-02-19Allow disabling of HTTP clone URLsDan McGee3-0/+14
2011-02-19Add is_clone flag to available commandsDan McGee2-22/+23
2011-02-19Use transparent background for the cgit logoBernhard Reutner-Fischer1-0/+0
2011-02-19ssdiff: anchors for ssdiffBernhard Reutner-Fischer4-11/+43
2011-02-19implement repo.logo and repo.logo-linkBernhard Reutner-Fischer4-6/+31
2011-02-19ui-shared: silence warningBernhard Reutner-Fischer1-1/+1
2011-02-19scan_path(): Do not recurse into hidden directories by defaultJohan Herland4-0/+14
2011-02-19Makefile: Make `make get-git` work under OpenBSD.Lukas Fleischer1-1/+1
2011-02-19Use GIT-1.7.4Lars Hjemli2-1/+1
2010-11-16scan_path(): Improve handling of inaccessible directoriesJohan Herland1-9/+9
2010-11-16ui-log: Move 'Age' column when commit graph is presentJohan Herland1-12/+30
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland4-8/+35
2010-11-16ui-log: Colorize commit graphJohan Herland2-0/+43
2010-11-16ui-log: Implement support for commit graphsJohan Herland6-23/+112
2010-11-16ui-log: Change display of full commit messages (and notes)Johan Herland2-25/+18
2010-11-16ui-stats: Remove unnecessary #includeJohan Herland1-2/+0
2010-11-10html.c: use '+' to escape spaces in urlsLars Hjemli1-2/+2
2010-11-10ui-log: Prevent crash when given empty range searchJohan Herland1-1/+1
2010-11-10ui-log.c: improve handling of range-search argumentLars Hjemli1-11/+60
2010-11-10Add vector utility functionsLars Hjemli3-0/+56
2010-11-10Makefile: avoid spurious rebuilds of git sources due to `sudo make`Lars Hjemli1-0/+2
2010-11-09ui-log: Fix filecount/linecount when path limit is in effectJohan Herland3-4/+5
2010-11-08Add `strict-export` optionFelix Hanley4-0/+14
2010-11-08Fix a typo in README, s/ExecCGI/+ExecCGIKamil Kaminski1-1/+1
2010-11-07Append path and branch to atom feed titleLars Hjemli1-0/+8
2010-11-07Use committer date for atom feed entry updated elementChris Mayo1-1/+1
2010-11-07Use absolute path for scanned repo readmeDean Scarff1-1/+1
2010-11-07Makefile: add -MP optionLars Hjemli1-1/+1
2010-09-27CGIT 0.8.3.4 v0.8.3.4Lars Hjemli1-1/+1
2010-09-27Use GIT-1.7.3Lars Hjemli5-8/+8
2010-09-19RSS items should always use UTC timesAaron Griffin1-2/+2
2010-09-19Use example.com in documentation, per RFC 2606Todd Zullinger1-5/+5
2010-09-19cgit.css: Add syntax highlighting entriesTodd Zullinger1-1/+15
2010-09-19Install filter scriptsTodd Zullinger1-0/+4
2010-09-19Add Makefile targets to install/uninstall docsTodd Zullinger1-1/+38
2010-09-19Generalize doc generationTodd Zullinger1-7/+16
2010-09-19Use GIT-1.7.3Lars Hjemli2-1/+1
2010-09-04prefer html_raw() to write()Mark Lodato3-12/+12
2010-09-04ui-repolist: fix redefinition of _XOPEN_SOURCEMark Lodato1-6/+0
2010-09-04fix errors in printf-style format stringsMark Lodato6-12/+25
2010-09-04use __attribute__ to catch printf format mistakesMark Lodato3-0/+5
2010-09-01ui-snapshot: actually compress zip archivesLars Hjemli1-0/+1
2010-08-29html: fix strcpy bug in convert_query_hexcharMark Lodato1-4/+5
2010-08-29t0108-patch: add 'tests_done' to endMark Lodato1-0/+2
2010-08-22Add support for 'section-from-path' optionLars Hjemli4-6/+45
2010-08-22Add support for "readme" optionLars Hjemli6-24/+43
2010-08-22Use GIT-1.7.2.2Lars Hjemli7-10/+10
2010-08-20Support refspecs in about-filter.Jason A. Donenfeld5-7/+63
2010-08-04ui-log: Display git notes when presentJeff Smith2-0/+23
2010-08-04ui-commit: Display git notes when presentJeff Smith3-0/+34
2010-08-04Add support for 'enable-gitweb-owner' optionJason A. Donenfeld4-9/+33
2010-08-04Add support for 'remove-suffix' optionJason A. Donenfeld4-0/+13
2010-08-04Add support for 'project-list' optionJason A. Donenfeld5-8/+70
2010-08-03CGIT 0.8.3.3 v0.8.3.3Lars Hjemli1-1/+1
2010-08-03ui-refs.c: avoid segfault on unparsed ref objectsLars Hjemli1-12/+14
2010-07-22commit-links.sh: Seperate the expressions for filtering commit messages.Jeff Smith1-7/+9
2010-07-22Makefile: do not include dependency-file on `make clean`Lynn Lin1-1/+3
2010-07-18ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2-0/+15
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland6-12/+25
2010-07-13Reencode author and committerRémi Lagacé1-0/+4
2010-06-19ui-log.c: allow commit range as search expressionLars Hjemli2-4/+8
2010-06-19ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2-1/+23
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland6-7/+11
2010-06-19ui-shared.c: path-limit style nitpickLars Hjemli1-4/+2
2010-06-19Fix style of commit-filter links in commit-subject.Johan Herland1-1/+4
2010-06-19CGIT 0.8.3.2 v0.8.3.2Lars Hjemli1-1/+1
2010-06-19ui-log: Preserve path limit in outgoing linksJohan Herland1-12/+15
2010-06-19ui-shared: Preserve path limit in "tab bar" linksJohan Herland1-5/+6
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland5-12/+15
2010-06-19ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland1-1/+5
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland6-8/+10
2010-06-19ui-commit: Limit diff based on path limit in qry.pathJohan Herland3-4/+4
2010-06-19ui-diff: Teach diffstat to obey path limitJohan Herland1-3/+5
2010-06-19ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland1-13/+2
2010-06-19ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland2-1/+82
2010-06-19ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland2-0/+14
2010-06-19ui-shared: Replace ctx.qry.path with ctx.qry.vpathJohan Herland1-4/+4
2010-06-19struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland4-22/+30
2010-06-19ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordinglyJohan Herland1-19/+12
2010-06-19ui-shared: Improve const-ness in APIJohan Herland2-65/+80
2010-06-19Remove unused variable in shared.cJohan Herland1-1/+0
2010-06-19Fix small typo in cgitrc exampleJohan Herland1-1/+1
2010-04-08shared.c: avoid memory leak during diffLars Hjemli1-0/+8
2010-03-22Add 'max-atom-items' config variableAaron Griffin4-1/+9
2010-03-22Add all=1 query param for atom feedsAaron Griffin3-1/+6
2010-03-22Add support for environment variable expansionLars Hjemli3-5/+78
2010-02-28ui-tree: add link to plain view for blobs in tree listingLars Hjemli1-0/+2
2010-02-28scan-tree: add test for noweb-file in repo dirLars Hjemli1-0/+2
2010-02-27Use GIT-1.7.0Lars Hjemli2-1/+1
2010-02-27Optionally generate verbose parent linksLars Hjemli5-5/+24
2010-02-27display subject instead of sha1 as link title of parentsStefan Naewe1-3/+5
2010-02-27Clear the whole contextDaniel Milde1-1/+1
2010-02-27ui-shared.c: fix segfault when repo is emptyFlorian Pritz1-2/+2
2010-02-09html: properly percent-escape URLsMark Lodato1-4/+32
2010-02-08html: make all strings 'const char *'Mark Lodato2-26/+26
2010-01-31ui-plain: print directory listingsMark Lodato1-1/+47
2010-01-31ui-plain: more efficient walk_tree()Mark Lodato1-6/+14
2010-01-30ui-plain: remove unused curr_rev variableMark Lodato1-2/+0
2009-12-12CGIT 0.8.3.1 v0.8.3.1Lars Hjemli1-1/+1
2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs3-3/+3
2009-12-08Add .tar.xz-snapshot supportAndreas Wiese1-4/+10
2009-12-08Don't crash when a repo-specific readme file is usedSami Kyöstilä1-2/+2
2009-11-28"max-blob-size" config var to limit generated HTML sizeGeorg Lukas4-0/+14
2009-11-28cgit.css: highlight directories in treeGeorg Lukas1-0/+5
2009-11-19syntax highlighting for all formats supported by "highlight"Georg Lukas1-17/+12
2009-11-07Add support for remote branchesLars Hjemli5-0/+18
2009-11-07shared.c: return original errnoLars Hjemli1-3/+5
2009-11-07Add NO_OPENSSL optionMikhail Gusarov1-3/+12
2009-11-07In side-by-side diff, add support for marking individual characters.Ragnar Ouchterlony2-25/+130
2009-11-07Close fd on error in readfile()Rys Sommefeldt1-2/+7
2009-11-07Nov is the correct abbreviationDanijel Tašov1-1/+1
2009-10-16ui-shared.c: prettify download links when generated from tag pageLars Hjemli1-2/+7
2009-10-06ui-tag: make output more similar to commit viewLars Hjemli1-6/+6
2009-10-06ui-tag: add snapshot linksAlexey Nezhdanov1-0/+12
2009-10-06Skip leading "/" in url querystring valueStefan Bühler1-0/+2
2009-09-20Fix repolist search links with virtual rootGeoff Johnstone2-1/+2
2009-09-16Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony2-6/+16
2009-09-16Polishing of how the side-by-side diff looks.Ragnar Ouchterlony4-30/+96
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony9-16/+73
2009-09-16First version of side-by-side diff.Ragnar Ouchterlony5-2/+325
2009-09-14cgitrc.5.txt: Change repo.group to section in example config.Loui Chang1-4/+4
2009-09-14cgitrc.5.txt: Add mansource and manmanual.Loui Chang1-0/+3
2009-09-13CGIT 0.8.3 v0.8.3Lars Hjemli1-1/+1
2009-09-13CGIT 0.8.2.2 v0.8.2.2Lars Hjemli1-1/+1
2009-09-13Use GIT-1.6.4.3Lars Hjemli4-3/+3
2009-09-06ui-plain.c: only return the blob with the specified pathLars Hjemli1-1/+2
2009-08-24cgit.c: respect repo-local 'snapshots' option for --scan-pathLars Hjemli1-0/+10
2009-08-24cgit.c: only print first line of repo.desc in print_repo()Lars Hjemli1-2/+14
2009-08-24Add and use cgit_find_stats_periodname() in print_repo()Lars Hjemli3-0/+12
2009-08-24cgit.c: generate repo.snapshots in print_repo()Lars Hjemli1-0/+25
2009-08-24cgit.c: add missing options to print_repo()Lars Hjemli1-0/+18
2009-08-24shared.c: initialize cgit_repo structs properlyLars Hjemli1-0/+1
2009-08-24Add config option 'enable-filter-overrides'Lars Hjemli3-11/+26
2009-08-24cgitrc.5.txt: fix markup errorsLars Hjemli1-9/+10
2009-08-24ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli2-7/+12
2009-08-24Add support for repo-local cgitrc fileLars Hjemli5-13/+39
2009-08-24cgit.c: refactor repo_config() from config_cb()Lars Hjemli1-41/+48