about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* mailmap: source before lighttpdJason A. Donenfeld2014-01-171-1/+1
* ui-shared: do not allow negative minutesJason A. Donenfeld2014-01-171-0/+2
* auth: document tweakables in lua scriptJason A. Donenfeld2014-01-171-0/+10
* repolist: make owner clickable to searchJason A. Donenfeld2014-01-171-0/+6
* ui-shared: move about tab all the way to the leftJason A. Donenfeld2014-01-171-4/+4
* filter: don't forget to reap the auth filterJason A. Donenfeld2014-01-171-0/+1
* cgit.c: free tmp variableJason A. Donenfeld2014-01-171-0/+1
* Switch to exclusively using global ctxLukas Fleischer2014-01-1719-442/+437
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-166-10/+16
* auth: lua string comparisons are time invariantJason A. Donenfeld2014-01-161-2/+2
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-163-94/+131
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-166-16/+387
* t0111: Additions and fixesLukas Fleischer2014-01-164-10/+10
* parsing.c: Remove leading space from committerLukas Fleischer2014-01-161-1/+1
* Add .mailmapLukas Fleischer2014-01-151-0/+10
* t0111: Add basic tests for Lua filtersLukas Fleischer2014-01-155-36/+63
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-152-2/+2
* email-gravatar: do not scale icons upJason A. Donenfeld2014-01-142-2/+2
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-143-6/+12
* tests/: Add t0111-filter.shLukas Fleischer2014-01-144-0/+57
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-142-2/+2
* email-gravatar.py: fix UTF-8Christian Hesse2014-01-141-0/+4
* email-gravatar.lua: fix for lua 5.2Christian Hesse2014-01-141-1/+1
* makefile: only display lua message onceJason A. Donenfeld2014-01-141-8/+7
* README: document lua makefile flagsJason A. Donenfeld2014-01-141-0/+16
* cgitrc.5.txt: Fix documentation of the snapshot maskLukas Fleischer2014-01-141-6/+7
* makefile: auto-detect presence of various Lua, bsdJason A. Donenfeld2014-01-141-10/+37
* filter: style tweaksJason A. Donenfeld2014-01-141-11/+11
* filter: add page source to email filterJason A. Donenfeld2014-01-148-15/+21
* filter: add gravatar scriptsJason A. Donenfeld2014-01-142-0/+58
* filter: add support for email filterJason A. Donenfeld2014-01-149-2/+47
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-144-22/+14
* filter: add lua supportJason A. Donenfeld2014-01-144-3/+235
* filter: basic write hooking infrastructureJason A. Donenfeld2014-01-144-23/+67
* filter: allow for cleanup hook for filter typesJason A. Donenfeld2014-01-143-27/+66
* filter: introduce "filter type" prefixJohn Keeping2014-01-142-2/+40
* filter: add interface layerJohn Keeping2014-01-143-22/+63
* filter: add fprintf_filter functionJohn Keeping2014-01-143-3/+9
* authors: specify maintainersJason A. Donenfeld2014-01-141-6/+13
* filters: Improved syntax-highlighting.pyStefan Tatschner2014-01-131-19/+33
* tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping2014-01-121-1/+1
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-121-1/+3
* ui-shared: URL-escape script_nameJohn Keeping2014-01-121-2/+2
* ui-refs: escape HTML chars in author and tagger namesJohn Keeping2014-01-121-2/+2
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-125-30/+38
* ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping2014-01-121-4/+4
* html: remove redundant htmlfd variableJohn Keeping2014-01-121-3/+1
* tests: add Valgrind supportJohn Keeping2014-01-122-1/+48
* cache: don't leave cache_slot fields uninitializedJohn Keeping2014-01-121-1/+1
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-105-71/+90
* filter: make exit status localJason A. Donenfeld2014-01-102-4/+4
* parsing: fix header typoJason A. Donenfeld2014-01-101-1/+1
* cgit.c: Fix comment on bit mask hackLukas Fleischer2014-01-101-8/+10
* cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer2014-01-101-19/+10
* ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer2014-01-101-6/+1
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-101-11/+12
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-101-1/+1
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-106-20/+20
* README: Fix dependenciesLukas Fleischer2014-01-091-4/+3
* README: Spelling and formatting fixesLukas Fleischer2014-01-081-41/+41
* Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch2014-01-081-0/+1
* Add a suggestion to the manpagePřemysl Janouch2014-01-081-2/+3
* Fix the example configurationPřemysl Janouch2014-01-081-1/+1
* Fix about-formatting.shPřemysl Janouch2014-01-081-1/+1
* Fix some spelling errorsPřemysl Janouch2014-01-081-5/+5
* filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts2014-01-081-1/+63
* Add AUTHORS fileLukas Fleischer2014-01-081-0/+6
* Update copyright informationLukas Fleischer2014-01-0823-31/+24
* git: update to 1.8.5Christian Hesse2014-01-082-1/+1
* Reduce line number bloat, fix hover effectPeter Wu2014-01-084-10/+11
* plain: don't append charset for binary MIME typesJohn Keeping2014-01-081-3/+8
* ui-log.c: Several simplificationsLukas Fleischer2014-01-081-19/+9
* Use argv_array in place of vectorLukas Fleischer2014-01-084-75/+15
* ui-stats.c: Remove unused macroLukas Fleischer2014-01-081-2/+0
* scan-tree.c: Remove unused macroLukas Fleischer2014-01-081-2/+0
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-142-73/+0
* ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer2013-09-141-2/+21
* tests/: Add t0110-rawdiff.shLukas Fleischer2013-08-261-0/+42
* t0108: Add tests for revision rangesLukas Fleischer2013-08-261-0/+17
* t0108: Compare output with git-format-patch(1)Lukas Fleischer2013-08-261-0/+7
* ui-patch.c: Add additional newline after each patchLukas Fleischer2013-08-262-3/+3
* ui-patch.c: Fix signature delimiterLukas Fleischer2013-08-261-1/+1
* t0108: Avoid unnecessary fork()Lukas Fleischer2013-08-261-1/+1
* git: update to 1.8.4John Keeping2013-08-262-1/+1
* ui-patch.c: Fix formatting for merge commitsLukas Fleischer2013-08-221-0/+1
* ui-patch: Rename variablesLukas Fleischer2013-08-202-17/+19
* Allow for creating patch seriesLukas Fleischer2013-08-203-7/+20
* ui-patch.c: Use log_tree_commit() to generate diffsLukas Fleischer2013-08-201-23/+28
* ui-diff: Check the return value of get_sha1()Lukas Fleischer2013-08-201-14/+9
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-161-0/+6
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-164-4/+12
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-163-73/+74
* Fix silly spelling error.Jason A. Donenfeld2013-08-161-1/+1
* Fix section-from-path > 1Lukas Fleischer2013-08-121-4/+4
* Makefile: Change default prefix to "/usr/local"Lukas Fleischer2013-08-121-1/+1
* Use strbuf for reading configuration filesLukas Fleischer2013-08-122-31/+35
* add a note about generating agefile in hookChristian Hesse2013-08-121-1/+2
* cache: id means static, even if head is specified tooJason A. Donenfeld2013-08-121-3/+3
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-123-13/+31
* robots.txt: disallow access to snapshotsJason A. Donenfeld2013-08-122-0/+4
* use favicon by defaultChristian Hesse2013-08-122-3/+4
* Add faviconChristian Hesse2013-05-312-0/+2
* ui-summary: do not free refJason A. Donenfeld2013-05-281-1/+0
* filters: toggle perl utf8 situationJason A. Donenfeld2013-05-281-4/+0
* CGIT-0.9.2 v0.9.2Jason A. Donenfeld2013-05-271-2/+2
* README: add trailing slash to homepageJason A. Donenfeld2013-05-271-1/+1
* cgitrc.5: improve example configJason A. Donenfeld2013-05-271-0/+53
* filters: import more modern scriptsJason A. Donenfeld2013-05-2710-15/+1815
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-2610-122/+160
* ui-summary: Disallow directory traversalJason A. Donenfeld2013-05-251-0/+16
* cgitrc.5: information on directory traversal and multiple readme filesJason A. Donenfeld2013-05-251-6/+11
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-255-31/+95
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-254-8/+22
* ui-summary: Use default branch for readme if : prefixJason A. Donenfeld2013-05-252-2/+9
* cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld2013-05-252-22/+0
* cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld2013-05-251-0/+14
* git: update to 1.8.3John Keeping2013-05-252-1/+1
* cache.c: cache ls_cache output properlyJohn Keeping2013-05-222-7/+14
* tests: introduce strip_header() helper functionJohn Keeping2013-05-222-2/+10
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-221-5/+4
* html.c: die when write failsJohn Keeping2013-05-221-1/+1
* ui-log: add <span/> around commit decorationsJohn Keeping2013-05-221-0/+2
* Makefile: fix parallel "make test"John Keeping2013-05-221-5/+3
* cache.c: fix cache_lsJohn Keeping2013-05-181-4/+10
* t0109: "function" is a bash-ismJohn Keeping2013-05-131-1/+1
* New mailing list.Jason A. Donenfeld2013-05-131-2/+3
* ui-snapshot: do not access $HOMEJason A. Donenfeld2013-04-302-0/+10
* t0001: validate Git -rcN version numbers correctlyJohn Keeping2013-04-271-1/+6
* git: update to 1.8.2.2John Keeping2013-04-272-1/+1
* scan-tree: fix regression in section-from-path=-1John Keeping2013-04-171-0/+2
* t0001: ignore ".dirty" suffix on Git versionJohn Keeping2013-04-151-1/+1
* tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping2013-04-151-0/+1
* t0109: test more URLsJohn Keeping2013-04-151-4/+20
* cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld2013-04-101-9/+11
* ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer2013-04-101-2/+6
* t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer2013-04-101-4/+10
* tests/: Do not use `sed -i`Lukas Fleischer2013-04-102-5/+8
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-105-22/+46
* t0109: chain operations with &&John Keeping2013-04-101-1/+1
* cgit.c: Do not restore unset environment variablesLukas Fleischer2013-04-101-2/+4
* t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer2013-04-091-1/+1
* tests: Make sure that git does not access $HOMEJason A. Donenfeld2013-04-081-0/+25
* tests/.gitignore: update for using Git's test infrastructureJohn Keeping2013-04-082-3/+3
* tests: use Git's test frameworkJohn Keeping2013-04-0813-291/+239
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-083-2/+24
* use struct strbuf instead of static buffersJohn Keeping2013-04-0812-243/+305
* Remove redundant calls to fmt("%s", ...)John Keeping2013-04-082-3/+3
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-0811-45/+57
* shared.c: add strbuf_ensure_endJohn Keeping2013-04-082-0/+8
* html.c: add various strbuf and varadic helpersJohn Keeping2013-04-083-4/+63
* Mark char* fields in struct cgit_page as constJohn Keeping2013-04-082-7/+8
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-084-18/+25
* ui-refs.c: Refactor print_tag()Lukas Fleischer2013-04-081-29/+27
* ui-refs.c: Remove global header variableLukas Fleischer2013-04-081-6/+0
* html.c: Replace strdup() with xstrdup()Lukas Fleischer2013-04-081-5/+2
* Always #include corresponding .h in .c filesJohn Keeping2013-04-0822-8/+20
* cgit.mk: fix dependency handlingJohn Keeping2013-04-081-0/+8
* Makefile: re-include cgit.conf in cgit.mkJohn Keeping2013-04-081-0/+2
* Do not unnecessarily strdup() environment variablesLukas Fleischer2013-04-081-15/+10
* Maŕk cgit_environment members constLukas Fleischer2013-04-082-12/+12
* Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer2013-04-083-9/+9
* Update git to v1.8.2.1John Keeping2013-04-084-5/+6
* ui-blob: don't segfault when no path is givenJohn Keeping2013-04-071-1/+1
* Convert pager navigation into a unordered listLukas Fleischer2013-03-203-9/+20
* Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld2013-03-201-1/+1
* ui-summary.c: Move urls variable into print_urls()Lukas Fleischer2013-03-201-6/+14
* Fix colspan valuesLukas Fleischer2013-03-203-14/+28
* html: check return value of writeJason A. Donenfeld2013-03-201-2/+3
* ui-shared: squelch compiler warning.Jason A. Donenfeld2013-03-201-0/+1
* cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping2013-03-201-1/+1
* cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping2013-03-201-1/+8
* ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping2013-03-201-1/+1
* Makefile: re-use Git's Makefile where possibleJohn Keeping2013-03-203-119/+80
* tests: check that Git version are in syncJohn Keeping2013-03-201-0/+36
* Merge branch 'wip'Jason A. Donenfeld2013-03-2018-111/+125
|\
| * cgit_print_snapshot_links(): Free prefix variableLukas Fleischer2013-03-041-0/+1
| * cgit_print_commit(): Free tmp variableLukas Fleischer2013-03-041-0/+1
| * cgit_print_tree(): Free curr_rev after usageLukas Fleischer2013-03-041-2/+6
| * find_default_branch(): Free refmatch after usageLukas Fleischer2013-03-041-0/+8
| * print_tag_downloads(): Free ref variableLukas Fleischer2013-03-041-1/+7
| * Free reflists after usageLukas Fleischer2013-03-043-0/+41
| * ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer2013-03-041-39/+0
| * ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer2013-03-041-12/+0
| * Mark several functions/variables staticLukas Fleischer2013-03-0414-60/+64
* | ui-shared: fix return type of cgit_self_linkJohn Keeping2013-03-201-41/+42
|/
* t0107-snapshot: add tests for ZIP archivesJohn Keeping2013-03-041-2/+37
* tests: make whitespace consistentJohn Keeping2013-03-043-14/+17
* tests: "grep -e" is not portable to all platformsJohn Keeping2013-03-048-55/+55
* Makefile: Disable gettext in the Git submoduleLukas Fleischer2013-03-041-1/+1
* Makefile: improve dependency generationJamie Couture2013-03-041-70/+82
* cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer2013-03-041-2/+2
* ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-041-22/+29
* ui-tree.c: Drop the header variableLukas Fleischer2013-03-041-6/+2
* ui-tree.c: Declare the state variable globallyLukas Fleischer2013-03-041-1/+2
* ui-tree.c: Pass current revision to print_object()Lukas Fleischer2013-03-041-3/+3
* ui-plain.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-041-13/+20
* ui-plain.c: Do not access match variable in print_*()Lukas Fleischer2013-03-041-12/+14
* ui-blob.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-041-16/+26
* ui-snapshot.c: Fill argv[0] with dummy.Jason A. Donenfeld2013-03-041-0/+1
* White space around control verbs.Jason A. Donenfeld2013-03-0416-42/+42
* Fix several whitespace errorsLukas Fleischer2013-03-0414-99/+99
* Update git to v1.7.12.4John Keeping2013-03-021-0/+0
* Update git to v1.7.9.7John Keeping2013-03-022-1/+1
* Update git to v1.7.8.6John Keeping2013-03-021-0/+0
* Update git to v1.7.7.7John Keeping2013-03-023-25/+38
* Update git to v1.7.6.5John Keeping2013-03-024-12/+43
* Update git to v1.7.5.4John Keeping2013-03-023-6/+6
* Print submodule revision next to submodule linkstfn2013-03-021-0/+1
* Support unannotated tags in git-clone.Jason A. Donenfeld2013-02-011-4/+2
* ssdiff: correctly manage tab expansionJulius Plenz2013-02-011-2/+1
* Make "owner" column on index page configurableFlorian Pritz2013-02-014-7/+20
* man: fix up default value duplicationJason A. Donenfeld2012-11-151-2/+2
* CGIT-0.9.1 v0.9.1Jason A. Donenfeld2012-11-151-1/+1
* man: show mime type default valueJason A. Donenfeld2012-11-151-0/+1
* ssdiff: point line links at exact blob by prepending "id="Julius Plenz2012-11-151-2/+2
* Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-152-14/+22
* Makefile: get snapshots from githubFerry Huberts2012-11-041-2/+2
* Makefile: remove tags fileJamie Couture2012-10-311-1/+1
* ui-shared: use placeholder for empty commit subjectChristian Franke2012-10-281-1/+4
* syntax-highlighting.sh: Fix command injection.Jason A. Donenfeld2012-10-271-2/+2
* Fix man page typo.Jason A. Donenfeld2012-10-181-2/+2
* Makefile: Support OpenBSD just like FreeBSDJason A. Donenfeld2012-10-171-2/+2
* Makefile: support FreeBSD libiconv pathsJason A. Donenfeld2012-10-171-0/+7
* tests: check for proper html entityJason A. Donenfeld2012-10-171-1/+1
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-178-6/+40
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-174-3/+13
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-175-58/+36
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-172-8/+8
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-164-7/+7
* repo_config: do not let globals override repo settingsTobias Bieniek2012-10-161-3/+3
* README: times, they are a-changinJason A. Donenfeld2012-10-091-1/+1
* syntax-highlight: when the file has no extension, assume textFerry Huberts2012-10-091-1/+4
* ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts2012-10-091-2/+4
* Revert "filters/syntax-highlighting.sh: work around highlight --force bug"Ferry Huberts2012-10-091-17/+0
* Makefile: add tag target to generate ctagsJamie Couture2012-10-081-1/+5
* ui-repolist: Bold the currently viewed page.Jamie Couture2012-10-082-4/+11
* do not write outside heap bufferJim Meyering2012-10-021-0/+2
* ui-snapshot: pass -n to gzip, to suppress timestampJason A. Donenfeld2012-09-271-8/+10
* Update copyright headers to have latest dates.Jason A. Donenfeld2012-07-123-2/+3
* ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld2012-07-124-5/+37
* scan-tree: Support gitweb.category.Jason A. Donenfeld2012-07-124-0/+14
* scan-tree: Support gitweb.description.Jason A. Donenfeld2012-07-124-7/+28
* css: only use div#cgitFerry Huberts2012-03-201-4/+1
* Merge branch 'fh/mimetypes'Lars Hjemli2012-03-184-1/+65
|\
| * ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts2011-07-194-1/+65
* | Merge branch 'jp/defbranch'Lars Hjemli2012-03-184-4/+18
|\ \
| * | ui-repolist.c: fallback to "master" if no default branch is specifiedLars Hjemli2011-07-191-1/+2
| * | cgit.c: use resolve_ref() to guess_defbranch()Lars Hjemli2011-06-201-27/+7
| * | Only guess default branch when a repo page is requestedLars Hjemli2011-06-203-38/+34
| * | guess default branch from HEADJulius Plenz2011-06-202-1/+38