summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Publish "Unpasswords"June McEnroe2021-02-20
* Fix (hopefully) matching shell reserved wordsJune McEnroe2021-02-19
* Handle negative inputs to degJune McEnroe2021-02-19
* Add Network EffectJune McEnroe2021-02-19
* Add bugzilla support to supJune McEnroe2021-02-17
* Just use pbcopy in upJune McEnroe2021-02-17
* Use curl --url for URL from emailJune McEnroe2021-02-17
* Add tildenews support to supJune McEnroe2021-02-16
* Add sup for setting single-use passwordsJune McEnroe2021-02-16
* Add missing %U for RFCs in bibsortJune McEnroe2021-02-16
* Set XTerm*charClass to select URLsJune McEnroe2021-02-15
* Add xdimmer to "Using OpenBSD"June McEnroe2021-02-15
* Publish "Using OpenBSD"June McEnroe2021-02-14
* Set font size back down to 11June McEnroe2021-02-14
* Add install targets to binJune McEnroe2021-02-10
* Colour battery level red when criticalJune McEnroe2021-02-10
* Set LC_CTYPE=en_US.UTF-8June McEnroe2021-02-10
* Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
* Fix adding /usr/games to PATHJune McEnroe2021-02-09
* Show battery level while charging, time while dischargingJune McEnroe2021-02-09
* Install sctJune McEnroe2021-02-09
* Show minutes left instead of battery percentageJune McEnroe2021-02-09
* Set antialiasing and unhinting globallyJune McEnroe2021-02-09
* Open youtube and twitch with mpvJune McEnroe2021-02-09
* Add volume control bindings to cwmJune McEnroe2021-02-09
* Use w3m to open other URLsJune McEnroe2021-02-09
* Disable mouse mode in xtermJune McEnroe2021-02-09
* Add pbcopy, pbpaste, open dispatch scriptsJune McEnroe2021-02-09
* Use flags for pbd client behaviourJune McEnroe2021-02-09
* Add macOS-like copy and paste to xtermJune McEnroe2021-02-08
* Only update clock script every minuteJune McEnroe2021-02-08
* Use 4M- for window resizing in cwmJune McEnroe2021-02-08
* Tweak trackpad scaling, mouse accelerationJune McEnroe2021-02-08
* Use xsel in up and add it do install.shJune McEnroe2021-02-08
* Swap root window coloursJune McEnroe2021-02-07
* Add -X flag to install X stuff on OpenBSDJune McEnroe2021-02-07
* Adjust brightness by smaller incrementsJune McEnroe2021-02-07
* Fix cwm window cycling, move big by defaultJune McEnroe2021-02-07
* Use class names for Foreground, Background, BorderColorJune McEnroe2021-02-07
* Add simple battery status and clock to xsessionJune McEnroe2021-02-07
* Set cursor theme and sizeJune McEnroe2021-02-07
* Use scrot for up -s if no screencaptureJune McEnroe2021-02-07
* Enable mouse acceleration in XJune McEnroe2021-02-07
* Set colours for Xt and cwmJune McEnroe2021-02-07
* Set urgency on bell in xtermJune McEnroe2021-02-07
* Add bindings for brightness controlJune McEnroe2021-02-07
* Set X key repeat rateJune McEnroe2021-02-07
* Bump font size to 12June McEnroe2021-02-07
* Fully configure and rebind cwmJune McEnroe2021-02-07
* Add BintiJune McEnroe2021-02-07
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