about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-16
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-16
* t0111: Additions and fixesLukas Fleischer2014-01-16
* parsing.c: Remove leading space from committerLukas Fleischer2014-01-16
* Add .mailmapLukas Fleischer2014-01-15
* t0111: Add basic tests for Lua filtersLukas Fleischer2014-01-15
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-15
* email-gravatar: do not scale icons upJason A. Donenfeld2014-01-14
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-14
* tests/: Add t0111-filter.shLukas Fleischer2014-01-14
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-14
* email-gravatar.py: fix UTF-8Christian Hesse2014-01-14
* email-gravatar.lua: fix for lua 5.2Christian Hesse2014-01-14
* makefile: only display lua message onceJason A. Donenfeld2014-01-14
* README: document lua makefile flagsJason A. Donenfeld2014-01-14
* cgitrc.5.txt: Fix documentation of the snapshot maskLukas Fleischer2014-01-14
* makefile: auto-detect presence of various Lua, bsdJason A. Donenfeld2014-01-14
* filter: style tweaksJason A. Donenfeld2014-01-14
* filter: add page source to email filterJason A. Donenfeld2014-01-14
* filter: add gravatar scriptsJason A. Donenfeld2014-01-14
* filter: add support for email filterJason A. Donenfeld2014-01-14
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-14
* filter: add lua supportJason A. Donenfeld2014-01-14
* filter: basic write hooking infrastructureJason A. Donenfeld2014-01-14
* filter: allow for cleanup hook for filter typesJason A. Donenfeld2014-01-14
* filter: introduce "filter type" prefixJohn Keeping2014-01-14
* filter: add interface layerJohn Keeping2014-01-14
* filter: add fprintf_filter functionJohn Keeping2014-01-14
* authors: specify maintainersJason A. Donenfeld2014-01-14
* filters: Improved syntax-highlighting.pyStefan Tatschner2014-01-13
* tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping2014-01-12
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-12
* ui-shared: URL-escape script_nameJohn Keeping2014-01-12
* ui-refs: escape HTML chars in author and tagger namesJohn Keeping2014-01-12
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-12
* ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping2014-01-12
* html: remove redundant htmlfd variableJohn Keeping2014-01-12
* tests: add Valgrind supportJohn Keeping2014-01-12
* cache: don't leave cache_slot fields uninitializedJohn Keeping2014-01-12
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-10
* filter: make exit status localJason A. Donenfeld2014-01-10
* parsing: fix header typoJason A. Donenfeld2014-01-10
* cgit.c: Fix comment on bit mask hackLukas Fleischer2014-01-10
* cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer2014-01-10
* ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer2014-01-10
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-10
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-10
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-10
* README: Fix dependenciesLukas Fleischer2014-01-09
* README: Spelling and formatting fixesLukas Fleischer2014-01-08
2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe