summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Always hexadecimal in uppercaseJune McEnroe2018-04-16
| | | | | I still haven't been able to actually test scheme's Linux console output...
* Add 0 bind to brotJune McEnroe2018-04-15
|
* Calculate frameTime in brot with clock(3)June McEnroe2018-04-15
|
* Add TF2 configsJune McEnroe2018-04-15
|
* Remove d-_-bJune McEnroe2018-04-15
|
* Supersample in brotJune McEnroe2018-04-14
|
* Call status after draw in gfx frontendsJune McEnroe2018-04-14
|
* Sample at the centre of the pixel in brotJune McEnroe2018-04-14
|
* Apply brot color in a second pass and time framesJune McEnroe2018-04-13
|
* Flatten txt/musicJune McEnroe2018-04-13
|
* Only ignore directories under c and txtJune McEnroe2018-04-13
|
* Parse brot optionsJune McEnroe2018-04-13
|
* Combine brot rotate and scaleJune McEnroe2018-04-12
|
* Clean up brot input and statusJune McEnroe2018-04-11
|
* Fix brot scaling for window aspect ratioJune McEnroe2018-04-11
|
* Add brot rotation controlsJune McEnroe2018-04-11
|
* Add brotJune McEnroe2018-04-10
| | | | It's a Mandelbrot renderer.
* Add Under Your SpellJune McEnroe2018-04-10
|
* Use enum instead of #define for some constantsJune McEnroe2018-04-09
|
* static_assert PNG header size in pngo and glitchJune McEnroe2018-04-08
|
* Sleep in watch when a file is deletedJune McEnroe2018-04-08
| | | | | Reopening the path immediately would always fail. Wait a second for the file to hopefully reappear.
* Commit with june@causal.agencyJune McEnroe2018-04-08
|
* Add Anthems for a Seventeen Year-Old Girl to new musicJune McEnroe2018-04-03
| | | | Another one from a while ago that I forgot about.
* Add Yuugure no tori to new musicJune McEnroe2018-04-03
| | | | | This was in my likes from a while ago but I never added it. It's the credits music from Attack on Titan season 2.
* Add The Flute to new musicJune McEnroe2018-04-03
|
* Merge in notes repositoryJune McEnroe2018-04-03
|\ | | | | | | Rebased to avoid adding PDFs and other things to the history
| * Add Flying Microtonal BananaJune McEnroe2018-04-03
| |
| * Add DAYDREAMJune McEnroe2018-04-03
| |
| * Add Floating in SpaceJune McEnroe2018-04-03
| |
| * Add End PositionJune McEnroe2018-04-03
| |
| * Add The Dusk in UsJune McEnroe2018-04-03
| |
| * Add MASSEDUCTIONJune McEnroe2018-04-03
| |
| * Add Luciferian Towers trackJune McEnroe2018-04-03
| |
| * Indicate all Tiny Desk ConcertsJune McEnroe2018-04-03
| |
| * Add FloristJune McEnroe2018-04-03
| |
| * Add CHVRCHES tiny desk concertJune McEnroe2018-04-03
| |
| * Add AuroraJune McEnroe2018-04-03
| |
| * Add AtmosphereJune McEnroe2018-04-03
| | | | | | | | | | | | I know I've already put Joy Division in here. But this is also Trainspotting and I managed to miss / not appreciate this one on my first go through JD.
| * Add Born SlippyJune McEnroe2018-04-03
| | | | | | | | I watched Trainspotting last night.
| * Add I Can Tell You About PainJune McEnroe2018-04-03
| |
| * Reverse new music orderJune McEnroe2018-04-03
| |
| * Add FAUVE, CocoRosieJune McEnroe2018-04-03
| |
| * Add House of LeavesJune McEnroe2018-04-03
| |
| * Add ChromaticsJune McEnroe2018-04-03
| |
| * Add those new Arcade Fire singlesJune McEnroe2018-04-03
| |
| * Add SermonJune McEnroe2018-04-03
| |
| * Add Pools of LightJune McEnroe2018-04-03
| |
| * Add SteroidsJune McEnroe2018-04-03
| |
| * Add A Common TruthJune McEnroe2018-04-03
| |
| * Add new Colin Stetson albumJune McEnroe2018-04-03
| |
f='/cgit-pink/commit/tests/setup.sh?id=31f56fc1ecfe7e5131cf31a30a74dcc0803d32d0&follow=1'>tests: 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