Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file src/db.c version 0f00c07272
|
2021-01-12
| ||
| 02:28 | Fix typo on the homepage. check-in: 808127afa2 user: drh tags: trunk | |
| 00:11 | Minor editorial improvements to chat documentation check-in: 9428699039 user: andygoth tags: trunk | |
|
2021-01-11
| ||
| 00:00 | Bring the permuted documentation index up to date. check-in: f2ec37e45e user: drh tags: trunk | |
|
2021-01-10
| ||
| 23:47 | Slightly faster file-age query. check-in: f953a1638b user: drh tags: trunk | |
| 19:39 | Faster tree-view query. check-in: 3cd0b26414 user: drh tags: trunk | |
| 19:28 | Update to the built-in SQLite latest 3.35 alpha with performance enhancements and with the new ".stats vmstep" command for easier performance measurement. check-in: 7bf929984a user: drh tags: trunk | |
| 15:01 | Reduce one level of indentation in the whyusefossil.wiki document, for improved readability on mobile. check-in: eec971fdeb user: drh tags: trunk | |
| 14:38 | Remove indentation from the quickstart document, to make it more mobile-friendly. check-in: 3ff0968487 user: drh tags: trunk | |
| 14:00 | Narrow the right-hand side menu box on the homepage, for improved display on mobile. check-in: 390bb86563 user: drh tags: trunk | |
| 13:48 | Update the homepage. Substitute the "Self-host Friendly" point in place of "Simple Networking". check-in: a32da8e6b5 user: drh tags: trunk | |
| 11:40 | Updated the 'common commands' list in fossil.1 (man page) to match the current help output. check-in: 603e9b3865 user: stephan tags: trunk | |
| 01:40 | Performance optimization for /hexdump. Also, prevent /hexdump from working for robots, as robots like to download thousands of /hexdumps from servers and soak up CPU time and bandwidth, and I cannot think of any reason for a robot to actually need a hexdump. check-in: 60736abcf6 user: drh tags: trunk | |
|
2021-01-09
| ||
| 18:43 | Always include the "Annotate" and "Blame" submenu items of the /file page, not just for cases of text/ mimetypes, since some files (ex: Makefile.in) do not have a well-defined mimetype, but we do want to Annotate them. check-in: b84b8bf359 user: drh tags: trunk | |
|
2021-01-08
| ||
| 15:25 | In the makefiles, put sqlite3.o early in the dependency list so that on a multithreaded make, it starts earliest. This makes the multithreaded makes finish sooner. check-in: 8ca760ce97 user: drh tags: trunk | |
| 15:16 | Faster resolution of common symbolic tags such as "trunk". check-in: fdeebddea7 user: drh tags: trunk | |
| 14:23 | Improved wording on the change log. check-in: a28778e1d8 user: drh tags: trunk | |
| 14:21 | Increase the size of the buffer used to show stats for --sqltrace, so that all text is shown even if the numbers are large. check-in: bf9d65b66f user: drh tags: trunk | |