summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Match weechat query noticesJune McEnroe2021-05-18
* Interpret weechat and znc timestamps as local timeJune McEnroe2021-05-18
* Add weechat format to unscoopJune McEnroe2021-05-18
* Mention unscoop, Liberapay in READMEJune McEnroe2021-05-18
* Add scoop -i flag for case-insensitive regexpJune McEnroe2021-05-18
* Add znc format to unscoopJune McEnroe2021-05-17
* Clean up manualsJune McEnroe2021-05-17
* Print paths to stdout and progress to stderrJune McEnroe2021-05-17
* Allocate 1 + ParamCap matches in unscoopJune McEnroe2021-05-17
* Avoid VLAsJune McEnroe2021-05-17
* Add scoop -r reverse flagJune McEnroe2021-05-17
* Order by rowids for scoop -lJune McEnroe2021-05-07
* Format litterbox query interface results like scoopJune McEnroe2021-05-07
* Limit query interface results using search.rowid DESCJune McEnroe2021-05-07
* Get list of formats to test from unscoop itselfJune McEnroe2021-05-02
* Default to MANDIR=${PREFIX}/man, support BINDIRJune McEnroe2021-05-02
* Only link litterbox with -ltlsJune McEnroe2021-05-02
* Match multiple types with -tJune McEnroe2021-04-28
* Interpret -D, -a, -b as local time with -LJune McEnroe2021-04-27
* Use QueryCap for selectJune McEnroe2021-04-27
* Add missing comma in manualJune McEnroe2021-04-21
* Add -t option to trust self-signed certificatesJune McEnroe2021-04-03
* Clarify configuration path interpretationsJune McEnroe2021-04-03
* Tighten up XDG base directory path handlingJune McEnroe2021-04-03
* Skip STATUSMSG prefixesJune McEnroe2021-04-02
* Allow interspersing flags and config files 1.7June McEnroe2021-01-15
* Color contexts like catgirlJune McEnroe2020-12-13
* Emulate catgirl in 16-color modeJune McEnroe2020-12-13
* Refactor scoop formattersJune McEnroe2020-12-13
* Use nick for color if user is "*"June McEnroe2020-12-13
* Directly output IRC-to-ANSI conversionJune McEnroe2020-10-24
* Rename unscoop test flag to -!June McEnroe2020-09-30
* Undocument unscoop -nJune McEnroe2020-09-30
* Remove rc script 1.6June McEnroe2020-08-27
* Move rc script docs to rc script commentJune McEnroe2020-08-26
* Recommend catsit first in READMEJune McEnroe2020-08-25
* Mention catsit in READMEJune McEnroe2020-08-24
* Document how cert/priv are searched forJune McEnroe2020-08-22
* Use a static buffer for base directory pathsJune McEnroe2020-08-21
* Use configPath to load cert/privJune McEnroe2020-08-20
* Use dataPath for dbFindJune McEnroe2020-08-20
* Import xdg.c from catgirlJune McEnroe2020-08-20
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-10
* Mention LibreTLS in README 1.5June McEnroe2020-08-10
* Check return value of asprintfJune McEnroe2020-08-01
* Don't bother with --sysconfdirJune McEnroe2020-07-24
* Use asprintf to concatenate queryJune McEnroe2020-07-24
* Fix select #defineJune McEnroe2020-07-24
* Rewrite configure script for all platforms, add OpenBSDJune McEnroe2020-07-24
* Add scooper to READMEJune McEnroe2020-07-21
class='nohover-highlight'> Commit fb3655d (use struct strbuf instead of static buffers - 2013-04-06) introduced a regression in the "section-from-path" handling when the configured value is negative. By changing the "rel" variable so that it includes a trailing slash, counting slashes from the end of the string no longer gives the same answer as it did before. Fix this by ensuring that "rel" does not have a trailing slash. Reported-by: Julius Plenz <plenz@cis.fu-berlin.de> Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping When testing modifications in Git that affect CGit, it is annoying to have t0001 failing simply because the Git version has a ".dirty" suffix when the version of Git there does indeed match that specified in the CGit makefile. Stop this by stripping the ".dirty" suffix from the GIT_VERSION variable. Note that this brings the "Git version" behaviour in line with the "submodule version" case which does not check if the working tree in git/ is modified. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping By default, Git's test suite puts the trash directories and test-results directory into its own directory, not that containing the tests being run. This is less convenient for inspecting test failures, so set the output directory to CGit's tests/ directory instead. Note that there is currently a bug in Git whereby it will create the trash directories in our tests/ directory regardless of the value of TEST_OUTPUT_DIRECTORY, and then fail to remove them once the tests are done. This change does currently affect the location of the test-results/ directory though. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15t0109: test more URLsJohn Keeping In order to ensure that we don't access $HOME at some point after initial startup when rendering a specific view, run the strace test on a range of different pages. This ensures that we don't end up reading a configuration later for some specific view. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld Several options must be specified prior to scan-path. This is consistant source of user confusion. Document these facts. Suggested-by: Lukas Fleischer <cgit@cryptocrack.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer In cgit_print_snapshot_links() we strip leading "v" and "V", while we currently only prepend a lower case "v" when parsing a snapshot file name. This results in broken snapshot links for tags that start with an upper case "V". Avoid this by prepending a "V" as a fallback. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer Note that we cannot use skip_all here since some tests have already been executed when ZIP tests are reached. Use test prerequisites to skip everything using unzip(1) if the binary is not available instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer