summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Bump version v0.11.2Jason A. Donenfeld2015-03-131-1/+1
* Remove no-op link from submodule entriesLukas Fleischer2015-03-132-18/+25
* filters: Add sample gentoo scriptJason A. Donenfeld2015-03-131-0/+320
* cgit: remember to set up env vars before empty clone pathJason A. Donenfeld2015-03-091-0/+1
* ui-shared: currenturl should take into account leading slashJason A. Donenfeld2015-03-091-1/+5
* html: avoid using a plain integer as a NULL pointerJohn Keeping2015-03-091-22/+32
* cache: don't use an integer as a NULL pointerJohn Keeping2015-03-091-1/+1
* ui-shared: don't use an integer as a NULL pointerJohn Keeping2015-03-091-1/+1
* ui-shared: avoid initializing static variable to zeroJohn Keeping2015-03-091-1/+1
* ui-stats: make cgit_period definitions 'static const'John Keeping2015-03-092-8/+8
* ui-shared: make cgit_doctype 'static'John Keeping2015-03-091-1/+1
* ui-repolist: make sortcolumn definitions 'static const'John Keeping2015-03-091-2/+2
* ui-log: make some variables 'static'John Keeping2015-03-091-1/+1
* shared: make some variables 'static'John Keeping2015-03-091-2/+2
* scan-tree: make some variables 'static'John Keeping2015-03-091-2/+2
* Avoid signed bitfieldsJohn Keeping2015-03-092-3/+3
* Avoid non-ANSI function declarationsJohn Keeping2015-03-099-25/+25
* Makefile: add a target to run CGit through sparseJohn Keeping2015-03-092-1/+11
* git: update to v2.3.2Christian Hesse2015-03-072-1/+1
* Bump version v0.11.1Jason A. Donenfeld2015-03-051-1/+1
* Drop return value from parse_user()Lukas Fleischer2015-03-051-11/+7
* Remove leading newline characters from tag messagesLukas Fleischer2015-03-051-0/+3
* simple-authentication.lua: tie secure cookies to field namesJason A. Donenfeld2015-03-051-13/+21
* cgit: show clone URLs for empty repoJason A. Donenfeld2015-03-052-1/+17
* cache: use F_SETLK to avoid stale lock filesJohn Keeping2015-03-031-1/+14
* Make root handling sane again.Jason A. Donenfeld2015-03-033-14/+14
* ui-shared: Add current url helper function.Jason A. Donenfeld2015-03-033-4/+12
* ui-shared: keep filter repolist page in paginationJason A. Donenfeld2015-03-031-3/+3
* ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld2015-03-032-3/+3
* ui-repolist: use correct owner query linkJason A. Donenfeld2015-03-031-1/+1
* Simplify commit and tag parsingLukas Fleischer2015-03-031-71/+41
* git: update to v2.3.1Christian Hesse2015-03-032-1/+1
* Bump verison v0.11.0Jason A. Donenfeld2015-02-151-1/+1
* shrink cgit.png file sizeChristian Hesse2015-02-151-0/+0
* ui-clone.c: Fix off-by-one error in pack pathJason A. Donenfeld2015-02-091-5/+11
* ui-clone.c: Fix path checkLukas Fleischer2015-02-091-2/+2
* git: update for v2.3.0Christian Hesse2015-02-086-23/+19
* ui-shared.c: Refactor add_clone_urls()Lukas Fleischer2015-02-051-22/+10
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-295-0/+23
* Add Etags for snapshotsJanus2015-01-281-0/+1
* tag: reference with "h" instead of "id"John Keeping2015-01-194-9/+8
* Return proper HTTP response when accessing info/Lukas Fleischer2015-01-151-1/+3
* git: update to v2.2.2Christian Hesse2015-01-132-1/+1
* ui-diff: don't link to single file diff statJohn Keeping2014-12-301-0/+10
* ui-patch: match git-format-patch(1) outputJohn Keeping2014-12-282-3/+4
* t0108: modernize styleJohn Keeping2014-12-281-10/+10
* Revert "git: use xz compressed archive for download"Jason A. Donenfeld2014-12-241-2/+2
* Use split_ident_line() in parse_user()Lukas Fleischer2014-12-241-28/+17
* footer: link back to cgit home pageJason A. Donenfeld2014-12-232-1/+8
* ui-shared: show absolute time in tooltip for relative datesJohn Keeping2014-12-231-12/+23
* git: use xz compressed archive for downloadChristian Hesse2014-12-231-2/+2
* match other common markdown file extensionsChris Burroughs2014-12-231-1/+1
* repolist: add owner-filterChris Burroughs2014-12-237-8/+64
* ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping2014-12-231-0/+11
* ui-summary: add "rel='vcs-git'" to clone URL linksJohn Keeping2014-12-231-2/+4
* Extract clone URL printing to ui-shared.cJohn Keeping2014-12-233-46/+51
* Remove trailing slash after remove-suffixLukas Fleischer2014-12-231-3/+6
* git: update to v2.2.1Christian Hesse2014-12-235-7/+8
* filter: fix libravatar email-filter https issueChristian Hesse2014-12-131-1/+2
* ui-diff: add "stat only" diff typeJohn Keeping2014-12-132-1/+5
* Change "ss" diff flag to an enumJohn Keeping2014-12-134-14/+24
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-134-8/+8
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-135-13/+11
* git: update to v2.0.4John Keeping2014-08-072-1/+1
* Always check if README exists in choose_readme()Lukas Fleischer2014-08-071-6/+0
* cgitrc.5: we mean a cgi response, not requestJason A. Donenfeld2014-08-011-1/+1
* ui-stats.c: set parent pointer to NULL after freeing itJohn Keeping2014-07-281-0/+1
* git: update to v2.0.3John Keeping2014-07-286-9/+7
* parsing.c: make commit buffer constJohn Keeping2014-07-281-4/+4
* Bump version. v0.10.2Jason A. Donenfeld2014-06-301-1/+1
* remove debug fprinf() calls that sneaked in with commit 79c985Christian Hesse2014-06-291-4/+0
* git: update to 2.0.1Christian Hesse2014-06-282-1/+1
* ui-patch: Flush stdout after outputting dataJohn Keeping2014-06-281-0/+2
* ui-log: ignore unhandled argumentsJohn Keeping2014-06-281-3/+3
* git: update for git 2.0Christian Hesse2014-06-2812-36/+40
* remove trailing whitespaces from source filesChristian Hesse2014-04-176-24/+24
* git: update to 1.9.2Christian Hesse2014-04-122-1/+1
* Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice2014-04-051-9/+14
* Makefile: use more reliable git tarball mirrorJason A. Donenfeld2014-03-201-1/+1
* git: update to 1.9.1Christian Hesse2014-03-202-1/+1
* filter: add libravatar email-filter lua scriptChristian Hesse2014-03-131-0/+26
* Bump version. v0.10.1Jason A. Donenfeld2014-02-281-1/+1
* ui-refs: simplify cmp_age logicJason A. Donenfeld2014-02-261-11/+3
* Remove unused parameter from cgit_print_snapshot()Lukas Fleischer2014-02-213-3/+3
* print download link for reference string length == 1Christian Hesse2014-02-211-1/+1
* Clean up cache documentation.Jason A. Donenfeld2014-02-211-22/+25
* Skip cache slot when time-to-live is zeroLukas Fleischer2014-02-212-9/+15
* git: Update to 1.9.0Lukas Fleischer2014-02-212-1/+1
* Makefile: suppress pkg-config errorJason A. Donenfeld2014-02-201-1/+1
* Add a cache-snapshot-ttl configuration variableLukas Fleischer2014-02-203-0/+12
* diffstat: do not rely on uninitialized dataJason A. Donenfeld2014-02-201-0/+1
* gen-version.sh: check if git is available before trying to call itFabien C2014-02-051-1/+1
* simple-authentication: styleJason A. Donenfeld2014-01-231-1/+1
* makefile: use LUA_PKGCONFIG to set Lua implementationNatanael Copa2014-01-222-31/+16
* tests: only do lua tests if lua is compiled-inJason A. Donenfeld2014-01-202-2/+17
* cgit: add --version argument for printing infoJason A. Donenfeld2014-01-201-0/+17
* cache: use sendfile() instead of a pair of read() + write()Sebastian Andrzej Siewior2014-01-193-1/+34
* README: document pkg-config for luajitJason A. Donenfeld2014-01-191-1/+1
* makefile: bump version v0.10Jason A. Donenfeld2014-01-171-1/+1
* 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-441/+436
* 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-29/+56
* 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