Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins using file src/db.c version 503381e0ca

2009-08-12
17:35
Rephrasing the text of the Login page. check-in: c15ec20d5a user: drh tags: trunk
14:41
Keep track of total network traffic for a sync and report the totals at the end of the sync. check-in: 79be9028eb user: drh tags: trunk
14:27
Fix an issue with "clone" on the client side: the client was requesting multiple copies of artifacts for which it held a delta with a phantom source. check-in: 7646ee13e3 user: drh tags: trunk
2009-08-11
15:14
Change the date markers in file info pages to use the same CSS tags as the timeline. check-in: 53f04b180c user: drh tags: trunk
2009-08-10
11:12
Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. check-in: 1b0c251575 user: drh tags: trunk
02:52
Add a new more legible ascii-art font to the anonymous login captcha. check-in: b189acfd7b user: drh tags: trunk
02:29
Add an ascii-art captcha for anonymous login. check-in: b4a29fac93 user: drh tags: trunk
2009-08-09
22:13
correct error message for "fossil all " (as per addition of "ls" subcommand alias) check-in: f438092f88 user: bch tags: trunk
21:39
make "ls" an alias for "list" in "fossil all [x]" command. i.e.: fossil all ls == fossil all list. check-in: e85b538fa8 user: bch tags: trunk
21:32
adjust "extra" command to "extras" (i.e. "Show me the extras"). Still works with "extra" as before, due to unambiguous command-completion. check-in: 554d896209 user: bch tags: trunk
17:29
The FOSSIL_VFS environment variable, if it exists, determines which SQLite VFS is used. Use "export FOSSIL_VFS=unix-none" or "export FOSSIL_VFS=unix-dotfile" to work-around non-posix filesystems such as AFS on unix systems. check-in: 6b0196aeb8 user: drh tags: trunk