aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Rename about-filter to render-filterjd/render-filterJason A. Donenfeld5-11/+11
2018-07-03cgitrc.5: document new signature notesJason A. Donenfeld1-1/+17
2018-07-03snapshot: support tar signature for compressed tarChristian Hesse2-2/+10
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld5-0/+12
2018-06-27Use string list strdup_strings for mimetypesJohn Keeping1-2/+2
2018-06-27manpage: fix sorting orderAndy Green1-88/+88
2018-06-27cache: close race window when unlocking slotsJohn Keeping1-23/+14
2018-06-27git: update to v2.18.0Christian Hesse13-70/+71
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse5-43/+3
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse5-10/+17
2018-06-27snapshot: support special value 'all' to enable all formatsChristian Hesse2-0/+4
2018-06-27snapshot: support archive signaturesJohn Keeping3-1/+84
2018-06-27ui-refs: use shared function to print tag downloadsJohn Keeping1-26/+1
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping4-5/+6
2018-06-27ui-shared: use the same snapshot logic as ui-refsJohn Keeping1-1/+7
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()John Keeping2-3/+3
2018-06-27ui-shared: remove unused parameterJohn Keeping4-5/+4
2018-06-27ui-refs: remove unnecessary sanity checkJohn Keeping1-3/+0
2018-06-27ui-snapshot: filter permitted snapshot requestsJohn Keeping1-1/+1
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping7-4/+23
2018-06-27ui-snapshot: pass repo into get_ref_from_filename()John Keeping1-3/+4
2018-06-27ui-shared: pass repo object to print_snapshot_links()John Keeping4-10/+8
2018-06-27ui-log: highlight annotated tags in different colorChristian Hesse2-1/+13
2018-06-27print git version string in footerChristian Hesse1-2/+3
2018-06-27git: update to v2.17.1Christian Hesse3-2/+2
2018-06-19ui-blame: free read_sha1_file() buffer after useAndy Green1-1/+4
2018-06-16ui-tag: Fix inconsistent capitalizationJon DeVree1-1/+1
2018-06-16ui-tree: free read_sha1_file() buffer after useAndy Green1-0/+2
2018-06-16Makefile: drive asciidoc directly for HTML outputJohn Keeping2-4/+8
2018-02-21doc: use consistent id's when generating html filesTodd Zullinger1-1/+1
2018-02-12cgit: prepare repo before error pagesJason A. Donenfeld1-7/+12
2018-01-19ui-blame: Allow syntax highlightingJeff Smith3-13/+62
2018-01-19ui-blame: Make each column into a single table cellJeff Smith2-23/+54
2018-01-19ui-blame: Break out emit_blame_entry into component methodsJeff Smith1-14/+30
2018-01-19ui-blame: Distinguish hashes column from lines columnJeff Smith2-1/+2
2018-01-19git: update to v2.16.0Christian Hesse8-10/+9
2017-12-06git: update to v2.15.1Christian Hesse3-1/+2
2017-10-15global: spelling fixesVille Skyttä4-8/+8
2017-10-15ui-shared: use type='search' for the search boxVille Skyttä1-2/+2
2017-10-14filter: pipe_fh should be localJason A. Donenfeld2-7/+7
2017-10-14parsing: don't clear existing state with empty inputJohn Keeping1-2/+1
2017-10-03ui-tree: link to blame UI if enabledJeff Smith3-4/+29
2017-10-03ui-blame: add blame UIJeff Smith8-1/+265
2017-10-03ui-shared: make a char* parameter constJeff Smith2-12/+9
2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith3-33/+35
2017-10-03html: html_ntxt with no ellipsisJeff Smith3-23/+14
2017-10-03cache: flush stdio before restoring FDsJohn Keeping2-2/+6
2017-09-22Use https for submoduleDaniel M. Weeks1-1/+1
2017-08-10ui-plain: print symlink contentJohn Keeping1-1/+1
2017-08-10cgit: don't set vpath unless repo is setJohn Keeping1-6/+6
2017-08-10parsing: clear query path before startingJohn Keeping1-1/+1
2017-08-10ui-shared: don't print path crumbs without a repoJohn Keeping1-1/+1
2017-08-10ui-atom: properly escape delimiter in page linkJohn Keeping1-1/+1
2017-08-10git: update to v2.14Jeff Smith14-42/+43
2017-08-10git: update to v2.13.4Christian Hesse4-5/+10
2017-07-27Update .mailmap with my new email addressLukas Fleischer1-2/+2
2017-04-05Remove unused variable from sort_section()Lukas Fleischer1-1/+0
2017-03-30ui-repolist: properly sort by ageJason A. Donenfeld1-21/+17
2017-01-23ui-patch: fix crash when using path limitLukas Fleischer1-4/+3
2017-01-22syntax-highlighting: replace invalid unicode with ?Jason A. Donenfeld1-2/+2
2016-11-30git: update to v2.11.0Christian Hesse3-2/+2
2016-11-25Link with -ldl on GNU HurdPeter Colberg1-1/+1
2016-11-24git: update to v2.10.2 againJohn Keeping1-0/+0
2016-11-23Bump version.v1.1Jason A. Donenfeld2-1/+1
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse3-3/+24
2016-11-06git: update to v2.10.2Christian Hesse2-1/+1
2016-10-12ui-blog: fix oid handlingChristian Hesse1-5/+5
2016-10-12shared: remove unused function strlpart()Christian Hesse2-17/+0
2016-10-12shared: remove unused function strrpart()Christian Hesse2-16/+0
2016-10-12ui-repolist: fix memory leakChristian Hesse1-1/+3
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer2-28/+34
2016-10-12patch: reapply path limitJohn Keeping1-2/+8
2016-10-07ui-repolist: fix memory leakChristian Hesse1-1/+4
2016-10-04git: update to v2.10.1Christian Hesse2-1/+1
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-3/+3
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-6/+6
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-9/+9
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-5/+5
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-3/+3
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-11/+11
2016-10-04ui-log: replace get_sha1() with get_oid()Christian Hesse1-1/+1
2016-10-04ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-4/+4
2016-10-04ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-22/+22
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-4/+5
2016-10-01Makefile: remove extra spaceJason A. Donenfeld1-1/+1
2016-10-01Simplify http_parse_querystring()Lukas Fleischer2-57/+11
2016-10-01ui-tree: remove a fixed size bufferJohn Keeping1-6/+9
2016-10-01ui-tag: clean up taginfoJohn Keeping1-2/+4
2016-10-01shared: make cgit_free_taginfo() publicJohn Keeping2-1/+2
2016-10-01shared: remove return value from cgit_free_commitinfo()John Keeping2-3/+2
2016-10-01tree: allow skipping through single-child treesJohn Keeping1-2/+68
2016-10-01ui-ssdiff: fix decl-after-statement warningsJohn Keeping1-2/+2
2016-10-01ui-shared: fix decl-after-statement warningsJohn Keeping1-5/+7
2016-10-01configfile: fix EOF handlingJohn Keeping1-1/+3
2016-09-04git: update to v2.10.0Christian Hesse9-62/+62
2016-07-12Fix qry.head leak on errorRichard Maw1-4/+4
2016-07-12git: update to v2.9.1Christian Hesse2-1/+1
2016-07-06Link with -ldl on GNU/kFreeBSDPeter Colberg1-2/+2
2016-07-06Fix spelling in man pagePeter Colberg1-2/+2
2016-07-06ui-shared: fix segfault when defbranch is NULLEric Wong1-1/+1
2016-07-05css: consistent use of empty linesChristian Hesse1-0/+6
2016-07-05ui-log: color line changesChristian Hesse2-1/+11
2016-07-05Avoid ambiguities when prettifying snapshot namesLukas Fleischer3-20/+32
2016-06-17git: update to v2.9.0Christian Hesse2-1/+1
2016-06-17cgit.mk: Use $PKG_CONFIGKylie McClain1-3/+5
2016-06-17md2html: use utf-8 and flush output bufferJason A. Donenfeld1-6/+11
2016-06-07Hosted on HTTPS nowJason A. Donenfeld4-5/+5
2016-06-07Bump version.v1.0Jason A. Donenfeld1-1/+1
2016-05-20git: update to v2.8.3Christian Hesse2-1/+1
2016-05-12ui-diff: action='.' is not correctJason A. Donenfeld1-1/+1
2016-05-12forms: action should not be emptyJason A. Donenfeld2-2/+2
2016-05-12ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi1-1/+1
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi1-3/+2
2016-05-12ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi1-4/+2
2016-05-12git: update to v2.8.2Christian Hesse3-2/+2
2016-05-12ui-log: Simplify decoration codeTim Nordell1-24/+22
2016-05-12ui-log: Do not always emit decoration spanTim Nordell1-0/+2
2016-03-08Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txtMatt Comben1-1/+1
2016-02-26ui-shared: redirect should not exit early for cacheJason A. Donenfeld1-1/+0
2016-02-26about: path_info might not be validJason A. Donenfeld1-1/+2
2016-02-23tabs: do not use target=_blankJason A. Donenfeld1-1/+1
2016-02-23css: fix indentationJason A. Donenfeld1-4/+4
2016-02-23css: use less blurry icon for external linkChristian Hesse1-1/+2
2016-02-23md2html: Do syntax highlighting tooJason A. Donenfeld1-1/+5
2016-02-23git: update to v2.7.2Christian Hesse2-1/+1
2016-02-22ui-plain: fix to show a repo's root directory listing in plain viewJoe Anakata1-1/+1
2016-02-22cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld1-1/+10
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld7-5/+26
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping2-12/+4
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping5-13/+10
2016-02-08ui-stats: cast pointer before checking for zeroJohn Keeping1-2/+2
2016-02-08ui-stats: if we're going to abuse void*, do it safelyJason A. Donenfeld1-10/+7
2016-02-08git: update to v2.7.1Christian Hesse2-1/+1
2016-02-08ui-shared: remove cgit_print_date()John Keeping2-21/+0
2016-02-08ui-atom: use show_date directly for atom datesJohn Keeping1-2/+7
2016-02-08ui-shared: use show_date for footer timestampJohn Keeping1-1/+1
2016-02-08ui: show ages in the originator's timezoneJohn Keeping5-18/+18
2016-02-08ui-{commit,tag}: show dates in originator's timezoneJohn Keeping2-3/+6
2016-02-08ui-shared: add cgit_date_mode()John Keeping2-0/+10
2016-02-08parsing: add timezone to ident structuresJohn Keeping2-4/+9
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping5-9/+9
2016-01-18ui-tree: put reverse path in titleJason A. Donenfeld1-0/+34
2016-01-18syntax-highlighting: always use utf-8 to avoid ascii codec issuesJason A. Donenfeld1-0/+3
2016-01-17cache: don't check for match with no keyJohn Keeping1-2/+3
2016-01-17cache: use size_t for string lengthsJohn Keeping1-2/+2
2016-01-17ui-log: handle parse_commit() errorsJohn Keeping1-1/+3
2016-01-14Bump versionv0.12Jason A. Donenfeld1-1/+1
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld5-0/+29
2016-01-14ui-blob: set CSP just in caseJason A. Donenfeld1-0/+3
2016-01-14ui-blob: always use generic mimetypesJason A. Donenfeld1-6/+4
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld3-4/+0
2016-01-14ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld3-3/+32
2016-01-14ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld1-1/+3
2016-01-14Fix missing prototype declarationsPeter Colberg6-15/+15
2016-01-13ui-repolist: return HTTP 404 if no repositories foundPeter Colberg1-3/+17
2016-01-13ui-repolist: extract repo visibility criteria to separate functionPeter Colberg1-3/+10
2016-01-13Fix segmentation fault in hc()Lukas Fleischer1-0/+3
2016-01-13git: update to v2.7.0Christian Hesse13-26/+26
2016-01-13ui-repolist: initialize char *buf to NULLChristian Hesse1-1/+1
2015-11-24filter: avoid integer overflow in authenticate_postJason A. Donenfeld1-1/+1
2015-11-12about-formatting.sh: comment text out of dateJason A. Donenfeld1-1/+1
2015-10-12filters: port syntax-highlighting.py to python 3.xChristian Hesse1-10/+9
2015-10-12md2html: the default of stdin works fineJason A. Donenfeld1-2/+1
2015-10-12filters: misc cleanupsJason A. Donenfeld2-2/+1
2015-10-12md2html: use pure pythonJason A. Donenfeld1-6/+9
2015-10-10cache: fix resource leak: close file handle before returnChristian Hesse1-3/+9
2015-10-10ui-atom: fix resource leak: free allocation from cgit_pageurlChristian Hesse1-1/+4
2015-10-10ui-atom: fix resource leak: free before returnChristian Hesse1-1/+2
2015-10-10ui-atom: fix resource leak: free allocation from cgit_repourlChristian Hesse1-1/+3
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09ui-plain: fix resource leak: free before assigning NULLChristian Hesse1-1/+3
2015-10-09ui-plain: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-1/+3
2015-10-09ui-repolist: fix resource leak: free before returnChristian Hesse1-1/+3
2015-10-09filters: Simplify convertersJason A. Donenfeld4-1734/+284
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse1-2/+3
2015-10-09ui-shared: return value of cgit_hosturl is not constChristian Hesse2-4/+4
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse1-3/+7
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-3/+8
2015-10-09ui-shared: return value of cgit_currenturl is not constChristian Hesse2-3/+3
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse1-5/+11
2015-10-09ui-ssdiff: fix resource leak: free allocation from cgit_fileurlChristian Hesse1-2/+6
2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09Avoid use of non-reentrant functionsJason A. Donenfeld1-3/+3
2015-10-09Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping1-1/+1
2015-10-09ui-refs: remove useless null checkJohn Keeping1-1/+1
2015-10-09ui-blob: remove useless null checkJohn Keeping1-1/+1
2015-10-09scan-tree: remove useless strdup()John Keeping1-1/+1
2015-10-09cgit.c: remove useless null checkJohn Keeping1-1/+1
2015-10-06git: update to v2.6.1Christian Hesse2-1/+1
2015-08-17mime: rewrite detection functionJason A. Donenfeld1-36/+26
2015-08-17ui-summary: send images plain for about pageChristian Hesse1-2/+13
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse3-51/+44
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse3-40/+42
2015-08-14cmd: fix command definitionJohn Keeping1-1/+1
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld3-20/+9
2015-08-14ui-shared: cache errors for "dynamic TTL"John Keeping1-0/+1
2015-08-14cmd: remove "want_layout" fieldJohn Keeping3-34/+24
2015-08-14tree: move layout into page functionJohn Keeping2-6/+19