Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2016-05-28 22:58:54.

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)
17:46
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 41c2220934 user: drh tags: trunk)
2016-05-09
22:15
Update the built-in SQLite to the first 3.13.0 beta for testing. ... (check-in: 45daaced43 user: drh tags: trunk)
2016-05-02
16:19
Do not run "all" commands against encrypted repos if encryption is not supported. ... (check-in: a13ef5e6a6 user: drh tags: trunk)
16:14
Update the built-in SQLite to an early beta of 3.13.0 for testing. ... (check-in: fc5f1728d5 user: drh tags: trunk)
2016-04-22
20:06
Never prompt for the encryption password, regardless of the repository name, unless the USE_SEE compile-time option was specified. ... (check-in: 60026ba3cb user: drh tags: trunk)
18:33
Add an entry to the ignore-glob setting to help prevent the SEE-enabled SQLite source file from being added to this public repository by mistake. ... (check-in: fa3e672aec user: drh tags: trunk)
18:08
Add the ability to use a repository that is in a database protected by the [http://www.hwaci.com/sw/sqlite/see.html|SQLite Encryption Extension (SEE)]. SEE is proprietary code and is not included in this tree, but if a user has a copy of SEE, with this change she can compile a version of Fossil that uses it. ... (check-in: ed871fb5fa user: drh tags: trunk)
18:03
Avoid reprompting for the encryption key on every HTTP request when running "fossil ui" on an encrypted repository. ... (Closed-Leaf check-in: a7563f08db user: drh tags: see)
17:56
Prompt for and use the encryption key for encrypted repositories. ... (check-in: 3a02d7b631 user: drh tags: see)
15:39
Add the option to build against sqlite3-see.c (not in the source tree) rather than the built-in sqlite3.c. ... (check-in: 1ec6712e8a user: drh tags: see)
2016-04-19
03:16
Check the return code form blob_delta_apply() to make sure there are no errors prior to using the result. ... (check-in: 85fc2e0a48 user: drh tags: trunk)
2016-04-08
14:47
Add the SQLITE_SHELL_IS_UTF8 command-line option on windows in order to fix the build. ... (check-in: a233ed2168 user: drh tags: trunk)
13:09
Update the built-in SQLite to the latest trunk version, which includes fixes added since the 3.12.0 release. ... (check-in: 987861d9ed user: drh tags: trunk)
11:24
Each call to socket_open() automatically closes any previously opened socket. ... (check-in: a0dae8555a user: drh tags: trunk)
2016-04-07
12:21
Make the default start page for the "fossil ui" command on a local check-out be "timeline?c=current". The default page is still whatever default the repository specifies for "fossil server" or if using "fossil ui" on any repository other than the current check-out. ... (check-in: 3602486f25 user: drh tags: trunk)
2016-03-29
10:38
Update the built-in SQLite to 3.12.0 final. ... (check-in: 996705f5aa user: drh tags: trunk)
2016-03-22
16:34
Update the built-in SQLite to the second 3.12.0 beta. ... (check-in: 314f194227 user: drh tags: trunk)
2016-03-21
16:34
Fix the graph of changes for individual files - broken by recent work on the graph generator. ... (check-in: c693d82da2 user: drh tags: trunk)