Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins that include changes to files matching 'resources/*'
2021-02-13
| ||
13:03 | Made the fsl_deck object in fsl_deck_output() and crosslink listeners non-const, the former to avoid forcing the client to do much up-front work and the latter because it's necessary for such code to be able to traverse F-cards. That had a bit of a rat's tail of side effects to clean up. Edit: reminder: this caused a sync problem because we added an attachment artifact file which is itself an export of an artifact from the db, leading to a unique constraint violation when pushing. Deleting the attachment table entries, syncing, then rebuilding, resolved it. Hopefully this duplicate artifact won't cause any similar downstream problems. check-in: ac9b034f79 user: stephan tags: trunk | |
2014-03-09
| ||
13:54 | size tweak to the logo. check-in: 250c2d0070 user: stephan tags: trunk | |
13:48 | replaced fossil logo with a grey one with proper transparency. check-in: 90b9ae685c user: stephan tags: trunk | |
2014-03-01
| ||
01:43 | adding an image to test the /download/uuid bits. check-in: 22d1ad1a3b user: stephan tags: trunk | |
2013-08-18
| ||
12:45 | Extended fsl_fopen() to support '-' as an alias for stdin/stdout, added fsl_fclose(), changed all fsl_fopen() calls to use fsl_fclose() instead of fclose(). check-in: 2cc00a131c user: stephan tags: trunk | |
03:36 | egg check-in: 9db900393b user: stephan tags: trunk | |
2013-08-16
| ||
05:48 | Can now round-trip manifests with cherrypick (Q) cards, with the caveat about the D card sub-second precision. Moved some of the more obscure bits out of the public API. check-in: 26beddc0a9 user: stephan tags: trunk | |
2013-08-15
| ||
23:09 | can now round-trip parse/output wiki manifests, with the caveat of subsecond times not necessarily surviving round-trip conversion. check-in: d3253d4000 user: stephan tags: trunk | |
05:14 | can now losslessly round-trip clusters through the manifest parser/generator (they have no D card to muck up the hash). check-in: 8914dd2d3b user: stephan tags: trunk | |
02:21 | Updated autosetup. Added guess-manifest-type-based-on-cards logic to the parser. check-in: 4c418820b6 user: stephan tags: trunk | |
2013-08-14
| ||
23:49 | Minor cleanups to the last round of refactoring. Cleaned up help subsystem for FossilApp a bit. check-in: 3cc2cd8a5a user: stephan tags: trunk | |
2013-08-13
| ||
13:12 | More work on manifest parsing. Removed tag-test code from test.c b/c it is effectively done in f-tag.c. check-in: 00782f790c user: stephan tags: trunk | |
11:47 | moved c_lists-supermacro.h check-in: 9ddedf2eac user: stephan tags: trunk | |