Fossil

Timeline
Login

Timeline

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

50 check-ins by user drh occurring around 243fc6c2467988f3.

2016-08-02
15:18
Merge the "purge" command onto trunk, even though it is incomplete. ... (check-in: b78a32f43d user: drh tags: trunk)
15:17
Add a further warning on the purge command to indicate that it is dicey. That extra warning makes the purge code permissible to add to trunk. ... (Closed-Leaf check-in: 501f3e1143 user: drh tags: purge)
14:52
Improved help and remove redundant file listings for the "fossil purge" command. ... (check-in: 2c53d022c3 user: drh tags: purge)
14:41
Sync up with the trunk. ... (check-in: 12f8633aa1 user: drh tags: purge)
09:10
Corrections to information about running Fossil in a chroot jail. ... (check-in: f1a480e130 user: drh tags: trunk)
08:46
Compiler warning fixes. This includes disabling the undocumented FOSSIL_PWREADER feature and upgrading the built-in SQLite. ... (check-in: f35b46d4cb user: drh tags: trunk)
2016-08-01
17:09
Update the built-in SQLite to the 3.14 first beta. ... (check-in: f475b943eb user: drh tags: trunk)
13:50
Disable navigation key binds in the --tk diff screen. Otherwise, pressing "q" in the Search entry box causes the whole diff window to die. ... (check-in: f6d9583173 user: drh tags: trunk)
12:45
Fix a C99-style comment. ... (check-in: 9e2f940ec5 user: drh tags: trunk)
11:01
Minor UI enhancements in the --tk diff display. ... (check-in: 3d7468454b user: drh tags: trunk)
2016-07-29
21:40
Add the ability to search by NoCase, RegExp, or WholeWord. ... (check-in: 2a5de7ea2e user: drh tags: trunk)
21:27
Add a simple "Search" button to the --tk diff widget. ... (check-in: cea6081150 user: drh tags: trunk)
15:12
Update the built-in SQLite to another 3.14 alpha version. ... (check-in: 59bf47b2d5 user: drh tags: trunk)
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)