Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/checkin.c version 99d0a55b14
|
2025-07-31
| ||
| 12:50 | Shorten line statistics text for the benefit of devices with limited screen width. Closed-Leaf check-in: 941f67a83e user: danield tags: gui-diff-numstat | |
|
2025-07-30
| ||
| 17:48 | Fix a compiler warning in the previous check-in. check-in: a8ef11b63c user: danield tags: trunk | |
| 17:26 | Show numstat-style statistics in the 'Changes' section of /info and friends. check-in: 25e156c9b7 user: danield tags: gui-diff-numstat | |
| 17:14 | Add the test-generate-uuid command. check-in: 062bb67c03 user: danield tags: trunk | |
| 16:54 | Update the built-in SQLite to the latest trunk version for testing. check-in: 104c079dcd user: drh tags: trunk | |
|
2025-07-28
| ||
| 02:32 | Merge from trunk. check-in: 53010e9688 user: brickviking tags: bv-infotool | |
|
2025-07-27
| ||
| 11:58 | When unversioned content is saved, add an entry to the admin log. check-in: 7991defa6f user: stephan tags: trunk | |
| 11:07 | Teach the sync protocol how to work with an out-of-band login card, saving an extra server-side copy of the sync content which is required only to account for an inlined login card. i.e. it saves RAM, potentially lots of it. The new login card mechanism is instead transported via an HTTP header. This also, not coincidentally, simplifies implementation of the login card in non-fossil(1) clients which are currently learning to speak the sync protocol. check-in: 18628904c3 user: stephan tags: trunk | |
|
2025-07-23
| ||
| 15:58 | Minor optimization: replace calls to mprintf("%s", X) with fossil_strdup(X). check-in: 4c3e1728e1 user: danield tags: trunk | |