<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/www/photo.causal.agency/2024-07-09, branch master</title>
<subtitle>dontfiles
</subtitle>
<id>https://git.causal.agency/src/atom?h=master</id>
<link rel='self' href='https://git.causal.agency/src/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/src/'/>
<updated>2026-02-17T20:34:46+00:00</updated>
<entry>
<title>Remove photo metadata directories</title>
<updated>2026-02-17T20:34:46+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2026-02-17T20:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/src/commit/?id=bf01f9f8f8a2d3f71cab0339c1483d359c1dc114'/>
<id>urn:sha1:bf01f9f8f8a2d3f71cab0339c1483d359c1dc114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add photos from July 9</title>
<updated>2024-07-16T16:07:45+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2024-07-16T16:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/src/commit/?id=47f217306f7fc1e6c34c74e5ba236d39fe921995'/>
<id>urn:sha1:47f217306f7fc1e6c34c74e5ba236d39fe921995</id>
<content type='text'>
</content>
</entry>
</feed>
bout/?h=1.3.0'>about</a> <a href='/cgit-pink/?h=1.3.0'>summary</a> <a href='/cgit-pink/refs/?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c'>refs</a> <a class='active' href='/cgit-pink/log/ui-repolist.h?h=1.3.0&amp;showmsg=1&amp;follow=1'>log</a> <a href='/cgit-pink/tree/ui-repolist.h?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c'>tree</a> <a href='/cgit-pink/commit/ui-repolist.h?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c&amp;follow=1'>commit</a> <a href='/cgit-pink/diff/ui-repolist.h?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c&amp;follow=1'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit-pink/log/ui-repolist.h'>
<input type='hidden' name='h' value='1.3.0'/><input type='hidden' name='id' value='ed3497b0de6634350cd17b320538fba918d4084c'/><input type='hidden' name='showmsg' value='1'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit-pink/log/?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c&amp;showmsg=1&amp;follow=1'>root</a>/<a href='/cgit-pink/log/ui-repolist.h?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c&amp;showmsg=1&amp;follow=1'>ui-repolist.h</a> (<a href='/cgit-pink/log/ui-repolist.h?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c&amp;showmsg=1'>unfollow</a>)</div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/cgit-pink/log/ui-repolist.h?h=1.3.0&amp;id=ed3497b0de6634350cd17b320538fba918d4084c&amp;follow=1'>Collapse</a>)</th><th class='left'>Author</th></tr>
<tr class='logheader'><td><span title='2014-01-13 22:48:51 +0100'>2014-01-13</span></td><td class='logsubject'><a href='/cgit-pink/commit/filters/syntax-highlighting.py?h=1.3.0&amp;id=ceffeb5d52609a38c5d5d410456d796673fe8461&amp;follow=1'>filters: Improved syntax-highlighting.py</a></td><td>Stefan Tatschner</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
- Switched back to python2 according to a problem in pygments with python3.
  With the next release of pygments this problem should be fixed.
  Issue see here:
  https://bitbucket.org/birkenfeld/pygments-main/issue/901/problems-with-python3
- Just read the stdin, decode it to utf-8 and ignore unknown signs. This ensures
  that even destroyed files do not cause any errors in the filter.
- Improved language guessing:
  -&gt; At first use guess_lexer_for_filename for a better detection of the used
     programming languages (even mixed cases will be detected, e.g. php + html).
  -&gt; If nothing was found look if there is a shebang and use guess_lexer.
  -&gt; As default/fallback choose TextLexer.

Signed-off-by: Stefan Tatschner &lt;stefan@sevenbyte.org&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 23:03:54 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/Makefile?h=1.3.0&amp;id=a52aaa90dab1d95f9df383d2cb3f7c428ab849fe&amp;follow=1'>tests: add CGIT_TEST_OPTS variable to Makefile</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This allows running the entire test suite with a set of command-line
options.  For example:

	make test CGIT_TEST_OPTS=--valgrind

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 23:02:41 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-repolist.c?h=1.3.0&amp;id=1de6591159cfe2e0cb442d781c0a360e4928ccca&amp;follow=1'>ui-repolist: HTML-escape cgit_rooturl() response</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This is for consistency with other callers.  The value returned from
cgit_rooturl is not guaranteed to be HTML-safe.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 23:02:19 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-shared.c?h=1.3.0&amp;id=a45030f8ee10bc97ffcf1bf0061a2e6f22c7252a&amp;follow=1'>ui-shared: URL-escape script_name</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
As far as I know, there is no requirement that $SCRIPT_NAME contain only
URL-safe characters, so we need to make sure that any special characters
are escaped.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 23:02:02 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-refs.c?h=1.3.0&amp;id=d1a6ece439e651a5b4ca535850e1c471f61c472e&amp;follow=1'>ui-refs: escape HTML chars in author and tagger names</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Everywhere else we use html_txt to escape any special characters in
these variables.  Do so here as well.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 20:20:20 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-tree.c?h=1.3.0&amp;id=3d8a6507ca542881a5e8b30ad6b7068a9c4fdeea&amp;follow=1'>filter: pass extra arguments via cgit_open_filter</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This avoids poking into the filter data structure at various points in
the code.  We rely on the fact that the number of arguments is fixed
based on the filter type (set in cgit_new_filter) and that the call
sites all know which filter type they're using.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 20:16:33 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-snapshot.c?h=1.3.0&amp;id=da218fcd9eb554a8405ca72e84bcc0feb371194f&amp;follow=1'>ui-snapshot: set unused cgit_filter fields to zero</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
By switching the assignment of fields in the cgit_filter structure to
use designated initializers, the compiler will initialize all other
fields to their default value.  This will be needed when we add the
extra_args field in the next patch.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 20:15:55 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/html.c?h=1.3.0&amp;id=fd31aa693077d0eea1b14a7f44ffe29503e2ad59&amp;follow=1'>html: remove redundant htmlfd variable</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This is never changed from STDOUT_FILENO, so just use that value
directly.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 19:33:03 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/valgrind/bin/cgit?h=1.3.0&amp;id=1b1974c45e5e23e5527aa43c4d9ece423a13dfdc&amp;follow=1'>tests: add Valgrind support</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Now running tests with the "--valgrind" option will run cgit under
Valgrind instead of all Git commands.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-12 19:32:20 +0100'>2014-01-12</span></td><td class='logsubject'><a href='/cgit-pink/commit/cache.c?h=1.3.0&amp;id=382ecf152e1bd9546f6c84ace71c62ca07f6648b&amp;follow=1'>cache: don't leave cache_slot fields uninitialized</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Valgrind says:

==18344== Conditional jump or move depends on uninitialised value(s)
==18344==    at 0x406C83: open_slot (cache.c:63)
==18344==    by 0x407478: cache_ls (cache.c:403)
==18344==    by 0x404C9A: process_request (cgit.c:639)
==18344==    by 0x406BD2: fill_slot (cache.c:190)
==18344==    by 0x4071A0: cache_process (cache.c:284)
==18344==    by 0x404461: main (cgit.c:952)
==18344==  Uninitialised value was created by a stack allocation
==18344==    at 0x40738B: cache_ls (cache.c:375)

This is caused by the keylen field being used to calculate whether or
not a slot is matched.  We never then check the value of this and the
length of data read depends on the key length read from the file so this
isn't dangerous, but it's nice to avoid branching based on uninitialized
data.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:45:43 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/shared.c?h=1.3.0&amp;id=3eae406934b98ce78eff3a92cb410475d71095a3&amp;follow=1'>filter: split filter functions into their own file</a></td><td>Jason A. Donenfeld</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
A first step for more interesting things.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:45:43 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/shared.c?h=1.3.0&amp;id=b67ea0c0222d5b7eb4f65413047138e72055d8c5&amp;follow=1'>filter: make exit status local</a></td><td>Jason A. Donenfeld</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
It's only used in one place, and not useful to have around since
close_filter will die() if exit_status isn't what it expects, anyway. So
this is best as just a local variable instead of as part of the struct.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:45:43 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/parsing.c?h=1.3.0&amp;id=d01a6eec4355af5266b114760c7264a2e6bf73fc&amp;follow=1'>parsing: fix header typo</a></td><td>Jason A. Donenfeld</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:06:24 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/cgit.c?h=1.3.0&amp;id=c96becc1e5ebff9e6609e61e11e80debcb3a778c&amp;follow=1'>cgit.c: Fix comment on bit mask hack</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
* Formatting and spelling fixes.

* A bit mask with the size of one byte only allows for storing 8 (not
  255!) different flags.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:05:34 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/cgit.c?h=1.3.0&amp;id=441e748564aff49932d02987cd2bdcfbb623c295&amp;follow=1'>cgit.c: Use "else" for mutually exclusive branches</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
When parsing command line arguments, no pair of command line options can
ever match simultaneously. Use "else if" blocks to reflect this. This
change improves both readability and speed.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:04:43 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-snapshot.c?h=1.3.0&amp;id=e711679618ce704633f09bc10d2fe85291054536&amp;follow=1'>ui-snapshot.c: Do not reinvent suffixcmp()</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Use suffixcmp() from Git instead of reimplementing it. This is a
preparation for moving to ends_with() in Git 1.8.6.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:04:14 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/shared.c?h=1.3.0&amp;id=f04b8d5c99afdc55178f1a06ff1594f5f0cc4be6&amp;follow=1'>Refactor cgit_parse_snapshots_mask()</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Use Git string lists instead of str{spn,cspn,ncmp}() magic. This
significantly improves readability.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:03:18 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/shared.c?h=1.3.0&amp;id=2abce4300b90fa80845193c14d4b6849720007b1&amp;follow=1'>Disallow use of undocumented snapshot delimiters</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Since the introduction of selective snapshot format configuration in
dc3c9b5 (allow selective enabling of snapshots, 2007-07-21), we allowed
seven different delimiters for snapshot formats, while the documentation
has always been clear about spaces being the only valid delimiter:

    The value is a space-separated list of zero or more of the values
    "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip".

Supporting the undocumented delimiters makes the code unnecessarily
complex. Remove them.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-10 17:01:29 +0100'>2014-01-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-summary.c?h=1.3.0&amp;id=36bdb2171f7154fcdf1a24d38c8ce3bd7e448cb1&amp;follow=1'>Replace most uses of strncmp() with prefixcmp()</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This is a preparation for replacing all prefix checks with either
strip_prefix() or starts_with() when Git 1.8.6 is released.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-09 19:55:28 +0100'>2014-01-09</span></td><td class='logsubject'><a href='/cgit-pink/commit/README?h=1.3.0&amp;id=d523dacc3b1c93bb186cdd0ddb5e721162aa927e&amp;follow=1'>README: Fix dependencies</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
* Remove the dependency on Git (which can be obtained automatically when
  building, using either the Git submodule or `make get-git`).

* Use proper upstream names of dependencies.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-08 22:22:12 +0100'>2014-01-08</span></td><td class='logsubject'><a href='/cgit-pink/commit/README?h=1.3.0&amp;id=e2416259efe8b9bdad9be9597b1a79443dafdb4e&amp;follow=1'>README: Spelling and formatting fixes</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
* Several small spelling and capitalization fixes.

* Use consistent and better-looking formatting that is compatible with
  AsciiDoc (and partly compatible with RST).

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-08 16:49:42 +0100'>2014-01-08</span></td><td class='logsubject'><a href='/cgit-pink/commit/filters/syntax-highlighting.py?h=1.3.0&amp;id=b6da53dd75a662f9a72163bc0f7052b5aa0d8d19&amp;follow=1'>Fix UTF-8 with syntax-highlighting.py</a></td><td>Přemysl Janouch</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Previously the script tried to encode output from Pygments with
the ASCII codec, which failed.

Signed-off-by: Přemysl Janouch &lt;p.janouch@gmail.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-08 16:48:02 +0100'>2014-01-08</span></td><td class='logsubject'><a href='/cgit-pink/commit/cgitrc.5.txt?h=1.3.0&amp;id=4f6fb32f5881a093be4c2f41c72813b80404c569&amp;follow=1'>Add a suggestion to the manpage</a></td><td>Přemysl Janouch</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
So that people wishing to use "enable-http-clone" don't have to find
out the correct settings on their own.

Signed-off-by: Přemysl Janouch &lt;p.janouch@gmail.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-08 16:47:23 +0100'>2014-01-08</span></td><td class='logsubject'><a href='/cgit-pink/commit/cgitrc.5.txt?h=1.3.0&amp;id=17e6a2af9d56be8da3ee197a446a1ac7eedae800&amp;follow=1'>Fix the example configuration</a></td><td>Přemysl Janouch</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
"enable-git-clone" doesn't exist, replaced with "enable-http-clone".

Signed-off-by: Přemysl Janouch &lt;p.janouch@gmail.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-08 16:46:51 +0100'>2014-01-08</span></td><td class='logsubject'><a href='/cgit-pink/commit/filters/about-formatting.sh?h=1.3.0&amp;id=f1fb521a0510cebb4971adf86de39d01cc316df2&amp;follow=1'>Fix about-formatting.sh</a></td><td>Přemysl Janouch</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
dash failed to parse the script.

Signed-off-by: Přemysl Janouch &lt;p.janouch@gmail.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-08 16:45:42 +0100'>2014-01-08</span></td><td class='logsubject'><a href='/cgit-pink/commit/cgitrc.5.txt?h=1.3.0&amp;id=88028ad5970cfb6333f5c9ffd9e05f6fd90fe486&amp;follow=1'>Fix some spelling errors</a></td><td>Přemysl Janouch</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Signed-off-by: Přemysl Janouch &lt;p.janouch@gmail.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2014-01-08 16:41:26 +0100'>2014-01-08</span></td><td class='logsubject'><a href='/cgit-pink/commit/filters/syntax-highlighting.sh?h=1.3.0&amp;id=09a28d761e1776329ec844916b72b8ae8c030e4b&amp;follow=1'>filters: highlight.sh: add css comments for highlight 2.6 and 3.8</a></td><td>Ferry Huberts