Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2016-06-10 14:16:09.
2016-07-28
| ||
14:07 | Update the built-in SQLite to the latest 3.14 alpha version, for testing. ... (check-in: 84f55ef7f0 user: drh tags: trunk) | |
13:58 | Enhance the "fossil purge" command to allow it to specify individual artifacts and files to be purged. ... (check-in: 263fd2dab2 user: drh tags: purge) | |
05:02 | Begin enhancing the "fossil purge" command to be much more flexible and powerful. Plans are to provide the ability to purge specific files, or tickets, or wiki pages, with options to limit the timeframe of the purge. ... (check-in: 45fcac621f user: drh tags: purge) | |
2016-07-25
| ||
12:25 | Update the built-in SQLite to use the latest sqlite3_trace_v2() interface changes. ... (check-in: f0d8483338 user: drh tags: trunk) | |
2016-07-23
| ||
22:02 | Fix harmless compiler warnings. ... (check-in: fd35e3396a user: drh tags: trunk) | |
20:35 | Update the built-in SQLite to the 3.14 alpha. Use sqlite3_trace_v2() instead of sqlite3_trace(), which is not deprecated. ... (check-in: b9573e55c2 user: drh tags: trunk) | |
2016-07-09
| ||
16:43 | Fix a typo in the FOSSIL_SECURITY_LEVEL documentation of the previous check-in. ... (check-in: 2dec4bdfcb user: drh tags: trunk) | |
16:38 | Documentation on FOSSIL_SECURITY_LEVEL. ... (check-in: 2b964533da user: drh tags: trunk) | |
2016-07-05
| ||
14:54 | Updates to the encrypted Fossil documentation. ... (check-in: 7fd600903f user: drh tags: trunk) | |
14:40 | Add the "fossil shell" command. ... (check-in: ebcb9dffbf user: drh tags: trunk) | |
2016-06-25
| ||
03:56 | Full-text search for check-in diffs. This works, but it creates a huge index (2x the size of the BLOB table) in spite of being a contentless index. The index is slow to build because of all the diffs that must be computed. Because the index is contentless, the snippet generator runs very slowly on queries - a typical query with a couple hundred hits takes several minutes. ... (Closed-Leaf check-in: 68194175fb user: drh tags: diff-search) | |
2016-06-24
| ||
03:36 | If the FOSSIL_SECURITY_LEVEL environment variable is 2 or more, then present a simple substitution matrix when entering passwords, as a defense against key loggers. For FOSSIL_SECURITY_LEVEL of 1 or more, do not remember the remote-url password. ... (check-in: e1034c4c35 user: drh tags: trunk) | |
2016-06-21
| ||
20:03 | Fix typos in comments. ... (check-in: 243fc6c246 user: drh tags: trunk) | |
11:37 | Add an example to the webpage-ex.md documentation page showing the use of the chng= query parameter of timeline. ... (check-in: cb6b6c977b user: drh tags: trunk) | |
2016-06-19
| ||
18:49 | Add the "chng=" query parameter to the "/timeline" page. ... (check-in: b2b62b8318 user: drh tags: trunk) | |
2016-06-17
| ||
12:38 | Fix a typo in the built-in documentation for the "tarball" command. ... (check-in: e0da91e96f user: drh tags: trunk) | |
2016-06-14
| ||
12:35 | Increase the version number to 1.36. ... (check-in: fd547b8318 user: drh tags: trunk) | |
11:10 | Version 1.35 ... (check-in: 3aa86af6aa user: drh tags: trunk, release, version-1.35) | |
2016-06-11
| ||
20:13 | For the "setenv:" line of CGI scripts, if the VALUE field is omitted, unset the variable. ... (check-in: 72df287cf3 user: drh tags: trunk) | |
10:58 | Fix harmless typo in a comment. ... (check-in: 0e9a144ba7 user: drh tags: trunk) | |
2016-06-10
| ||
14:48 | Update the change log to include the reparent command. ... (check-in: 084a409e83 user: drh tags: trunk) | |
14:43 | Enhancements to SVN import ... (check-in: fa9ead30dc user: drh tags: trunk) | |
14:41 | Add the "fossil reparent" command and the --dryrun option on "fossil tag add" and "fossil tag cancel". ... (check-in: 96164bb2b1 user: drh tags: trunk) | |
14:40 | Add the --dryrun option to "reparent" and "tag add" and "tag cancel". Fix a typo in the command-line help for "reparent". ... (Closed-Leaf check-in: 9cf12e655f user: drh tags: reparent) | |
14:16 | Updates to the change log. ... (check-in: ecd3dc53c4 user: drh tags: trunk) | |
13:46 | Fix typos in the fossil-v-git.wiki document. ... (check-in: 5566c8535a user: drh tags: trunk) | |
13:28 | Add the "Special Features" subheading in the Markdown documentation. ... (check-in: a6725ea5c5 user: drh tags: trunk) | |
13:06 | For Markdown hyperlinks, if the URL begins with "/" then prepend the root of repository. This allows repository-relative hyperlinks. ... (check-in: 38a4707413 user: drh tags: trunk) | |
12:46 | Add the --include and --exclude options to the tarball and zip commands and the in= and ex= query parameters to the /tarball and /zip webpages. ... (check-in: ef449a1173 user: drh tags: trunk) | |
2016-06-09
| ||
15:26 | Add mimetypes for bz2 and bzip. ... (check-in: c7e9625d42 user: drh tags: trunk) | |
2016-06-07
| ||
15:27 | If the FOSSIL_PWREADER environment variable is set to the name of a program, then use that program to prompt and read passwords and passphrases from the user when required, in place of the getpass() library routine. ... (check-in: 55f3f3d42d user: drh tags: trunk) | |
2016-05-31
| ||
01:57 | Fix a bug in the spider excluder. ... (check-in: 8583ca38eb user: drh tags: trunk) | |
01:16 | Improved handling of exclude_robots(). Add the "isrobot" query parameter for testing. ... (check-in: abcd5df267 user: drh tags: trunk) | |
2016-05-30
| ||
22:30 | On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (check-in: d685096f99 user: drh tags: trunk) | |
22:25 | On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (Closed-Leaf check-in: d5575d14de user: drh tags: autosync-failure-prompt) | |
21:10 | Add a new robot detection string. ... (check-in: 1e2d76ecb2 user: drh tags: trunk) | |
11:23 | Enhance the files_of_checkin virtual table so that it can work as a table valued function, allowing queries such as: "SELECT * FROM files_of_checkin('version-1.34');" ... (check-in: 24cfcee7cc user: drh tags: trunk) | |
10:14 | Fix a typo in the wiki documentation. ... (check-in: bce6bec7ef user: drh tags: trunk) | |
00:42 | Improvements to the /timeline documentation. ... (check-in: e448abd0ea user: drh tags: trunk) | |
2016-05-29
| ||
23:57 | Minor documentation updates. ... (check-in: ac8aa0c6d9 user: drh tags: trunk) | |
22:59 | Improved Markdown documentation. ... (check-in: 5fcc1d5c59 user: drh tags: trunk) | |
20:58 | Improved linkages between the various status pages. ... (check-in: ba4a9ca84d user: drh tags: trunk) | |
2016-05-28
| ||
22:58 | Improve the header comment on from/to timeline to show the number of check-ins on the path. ... (check-in: 6d1ef3c4fb user: drh tags: trunk) | |
2016-05-23
| ||
01:05 | Add brief documentation for compiling and using encrypted repositories. ... (check-in: 893905c83e user: drh tags: trunk) | |
2016-05-18
| ||
15:19 | Update the built-in SQLite to version 3.13.0 final. ... (check-in: 3747b4b5ea user: drh tags: trunk) | |
02:28 | Improvements to comments in the introduction to the files_of_checkin virtual table. ... (check-in: 06e2327c90 user: drh tags: trunk) | |
2016-05-17
| ||
00:46 | Add logic to process "parent" tags. Add the "reparent" command used to create an appropriate parent tag to cause a check-in to be reparented. ... (check-in: 5c5a364d5e user: drh tags: reparent) | |
2016-05-16
| ||
18:00 | Add the --import-marks and --export-marks options to "fossil import" when the --git option is used. ... (check-in: b3acfa2e4a user: drh tags: trunk) | |
17:58 | Remove C99-isms that MSVC has trouble with. ... (check-in: addfe48990 user: drh tags: nick.lloyd-git-interop) | |
17:52 | • Edit [c26213be47b98084|c26213be47]: Edit check-in comment. ... (artifact: 50fce32388 user: drh) | |