summary refs log tree commit diff
path: root/ui-commit.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2009-08-24ui-repolist.c: sort by section name, repo name as defaultLars Hjemli1-0/+15
2009-08-24Add config option 'repo.section'Lars Hjemli2-0/+5
2009-08-24Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli6-17/+22
2009-08-24Add support for --scan-path command line optionLars Hjemli1-1/+2
2009-08-24Rename 'repo.scan' to 'scan-path'Lars Hjemli2-10/+10
2009-08-24cgitrc.5.txt: document repo.scan and cache-scanrc-ttlLars Hjemli1-0/+9
2009-08-24cgit.c: add support for caching autodetected repositoriesLars Hjemli2-1/+75
2009-08-24cgit.c: make print_repolist() and print_repo() reusable for cachingLars Hjemli1-12/+12
2009-08-24cache.h: export hash_str()Lars Hjemli1-0/+2
2009-08-24cgit.c: add support for cgitrc option 'repo.scan'Lars Hjemli1-0/+2
2009-08-24scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli1-0/+4
2009-08-24cgitrc.5.txt: fix description and markup for 'snapshots' optionLars Hjemli1-8/+3
2009-08-21cgit.css: make the blob display in tree view a bit prettierLars Hjemli1-3/+3
2009-08-21Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli4-8/+9
2009-08-21Add 'linenumbers' config optionFlorian Pritz4-11/+23
2009-08-21ui-tree.c: show line numbers when highlightingFlorian Pritz1-9/+11
2009-08-20scan-tree: split the pw_gecos field at the ',' to get the real nameStefan Naewe1-0/+3
2009-08-20cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGLars Hjemli1-1/+1
2009-08-18Add and use a common readfile() functionLars Hjemli4-23/+34
2009-08-18truncate buffer before reading empty filesSimon Arlott2-0/+2
2009-08-18ui-shared: don't print header <img/> if there isn't a logo definedMatthew Metnetsky1-8/+11
2009-08-17cgit.c: do not segfault on unexpected query-string formatLars Hjemli1-0/+3
2009-08-17ui-tag.c: do not segfault when id is missing from query-stringLars Hjemli1-1/+4
2009-08-16ui-log.c: handle lightweight tags when printing commit decorationsLars Hjemli1-0/+4
2009-08-16ui-refs.c: improve handling of lightweight tagsStefan Bühler1-1/+18
2009-08-16Use GIT-1.6.3.4Lars Hjemli2-1/+1
2009-08-11ui-shared: add support for header/footer options when embedded=1Lars Hjemli1-5/+12
2009-08-10cgitrc.5.txt: describe where/how cgit will locate cgitrcLars Hjemli1-0/+7
2009-08-10cgit.c: make '/cgit.png' the default value for 'logo' optionLars Hjemli2-2/+2
2009-08-10cgit.css: align commit message with subject in expanded log listingLars Hjemli1-1/+1
2009-08-10ui-shared: add support for NO_HTTP=1/--nohttpLars Hjemli3-1/+6
2009-08-10Cleanup handling of environment variablesLars Hjemli3-33/+45
2009-08-09Add some example filter scriptsLars Hjemli2-0/+51
2009-08-09Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli6-2/+28
2009-08-09ui-summary: enable arbitrary paths below repo.readmeLars Hjemli3-8/+20
2009-08-09cgit.c: allow repo.*-filter options to unset the current defaultLars Hjemli1-1/+1
2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli6-21/+35
2009-08-08Expose file extension in tree lists as class to allow nicer tree stylingMartin Szulecki1-1/+7
2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki7-7/+22
2009-07-31ui-commit: add support for 'commit-filter' optionLars Hjemli4-0/+17
2009-07-31ui-tree: add support for source-filter optionLars Hjemli4-4/+25
2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressorsLars Hjemli1-28/+7
2009-07-31Add generic filter/plugin infrastructureLars Hjemli3-0/+62
2009-07-25Add support for mime type registration and lookupLars Hjemli4-5/+45
2009-07-25cgit.h: keep config flags sortedLars Hjemli1-2/+2
2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli1-0/+9
2009-07-25Add support for 'noheader' optionLars Hjemli3-7/+16
2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli1-0/+4
2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli1-1/+7
2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon1-1/+4
2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro2-3/+6
2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro2-0/+12
2009-06-07Return http statuscode 404 on unknown branchLars Hjemli3-0/+6
2009-06-07Add head-include configuration option.Mark Lodato3-1/+6
2009-03-15CGIT 0.8.2.1 v0.8.2.1Lars Hjemli1-1/+1
2009-03-15Fix doc-related glitches in Makefile and .gitignore