Fossil

Timeline
Login

Timeline

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

50 check-ins by user drh occurring around a212bd18990db36f.

2016-11-22
22:26
Update the built-in SQLite to 3.16.0 alpha for testing. ... (check-in: 31ae6022aa user: drh tags: trunk)
22:23
Restore the -R option to the "fossil setting" command. ... (check-in: 5347e26326 user: drh tags: trunk)
2016-11-19
17:50
Avoid comparing a variable to NULL after the memory it is pointing to has been freed. This is harmless, as implemented, but it is technically undefined behavior in C. (This is a bug in the specification of the C language, imho.) ... (check-in: 4e126233ca user: drh tags: trunk)
2016-11-16
14:47
Change the /test-version webpage into /version. Link it to /stat. ... (check-in: 286effd5e9 user: drh tags: trunk)
14:37
Fix a typo in the date of the 1.34 release on the download page. ... (check-in: 01d1f519cd user: drh tags: trunk)
2016-11-15
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. ... (Closed-Leaf check-in: 57fea3151e user: drh tags: stat-update)
2016-11-11
16:47
Add the ci=BRANCH and filename=NAME query parameters to the /raw page. ... (check-in: fc29b08125 user: drh tags: trunk)
2016-11-07
11:26
Fix the sync.wiki documentation to account for recent changes to the sync protocol. ... (check-in: df1205bb3a user: drh tags: trunk)
2016-11-05
19:51
Add the "History" section to the makeheaders documentation. ... (check-in: 280981368f user: drh tags: trunk)
2016-11-04
17:28
Further magic _WIN32_WINNT changes to fix the build for mingw. ... (check-in: 45b7634436 user: drh tags: trunk)
2016-11-02
17:47
Fix the build on Windows. ... (check-in: 11e105b3c9 user: drh tags: trunk)
15:16
Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. ... (check-in: 7fa9701b3d user: drh tags: trunk)
2016-10-31
18:57
Backout the fusefs change. The correct solution is to run "./configure" followed by "make clean fossil" in order to rebuild when updating from historical sources. ... (check-in: 08f0ac0cb4 user: drh tags: trunk)
16:03
Merge the accidental fork. ... (check-in: d13fc6a6b7 user: drh tags: trunk)
16:02
Fix to the fusefs.c file so that it builds even without FOSSIL_HAVE_FUSEFS. ... (check-in: 9a4a5dec3d user: drh tags: trunk)
12:41
Fix harmless memory leaks. ... (check-in: 36babe0ce1 user: drh tags: trunk)
10:55
Omit deleted unversioned files from the /uvlist page unless the showdel=1 query parameter is used. ... (check-in: a3608700ad user: drh tags: trunk)
2016-10-27
15:35
Combine multiple merge lines to the bottomn of the page when they reference the same source check-in. ... (check-in: 95d6ddc3a0 user: drh tags: trunk)
15:34
Add another entry to the graph-test-1.wiki checklist for this case. ... (Closed-Leaf check-in: 58d4f3c076 user: drh tags: baruch-timeline-fix)
2016-10-26
23:33
Make the labels on the color submenu of the /brlist page more succinct. ... (check-in: a1b0ec8e39 user: drh tags: trunk)
2016-10-25
20:25
Add the --command option to "fossil diff". ... (check-in: eb67f09c9a user: drh tags: trunk)
20:12
Fix the download hyperlink on the homepage. ... (check-in: be88817fad user: drh tags: trunk)
01:21
Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page. ... (check-in: 1d028af6c7 user: drh tags: trunk)
2016-10-24
20:00
Typo in the change log. ... (check-in: 7f2af9d8eb user: drh tags: trunk)
18:20
Update the version number to 1.37 and start the 1.37 change log. ... (check-in: a212bd1899 user: drh tags: trunk)
18:15
Fix the build on MSVC. ... (check-in: 65e69b8dd8 user: drh tags: trunk)
17:57
Further improvements to the mkdownload.tcl script. ... (check-in: 529941901a user: drh tags: trunk)
17:03
Add fragment anchors in the changes.wiki page. Update the mkdownload.tcl script so that it works with the new unversioned-file download. ... (check-in: d0c77c7ce0 user: drh tags: trunk)
14:59
Version 1.36 ... (check-in: c24373934d user: drh tags: trunk, release, version-1.36)
14:58
Set the 1.36 release dates on the change log. ... (check-in: fdebeba5a0 user: drh tags: trunk)
2016-10-20
12:51
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: ce8937facc user: drh tags: trunk)
2016-10-14
14:32
Update the built-in SQLite to version 3.15.0 final. ... (check-in: 4a0c94838a user: drh tags: trunk)
2016-10-13
14:52
Change webui.wiki to remove the exception about the download page, which is no longer the case. ... (check-in: 47beb495c4 user: drh tags: trunk)
2016-10-12
22:51
Update the built-in SQLite again for a bug fix. ... (check-in: 78fcfd46ad user: drh tags: trunk)
16:05
Update the built-in SQLite to the next 3.15.0 beta for testing. ... (check-in: 6ef1500850 user: drh tags: trunk)
2016-10-05
12:59
Ensure that inputs to delta_create() are always memory aligned as if obtained from malloc(). ... (check-in: c91e487140 user: drh tags: trunk)
00:13
Give a better error message when unable to open a file that uses one of the Windows reserved names, like "AUX" or "LPT3". ... (check-in: 12c665068d user: drh tags: trunk)
2016-10-04
21:00
Add entries about diff command enhancements to the change log. ... (check-in: 06127da670 user: drh tags: trunk)
20:54
Fix a typo on the aboutcgi.wiki documentation page. ... (check-in: 3e7c02c097 user: drh tags: trunk)
20:25
Fix typos in the sync document. Make "uv" an alias for "unversioned". Prohibit unversioned filename that contain whitespace since the sync protocol cannot currently handle such files. ... (check-in: 85f957c3e5 user: drh tags: trunk)
14:55
Update the built-in SQLite 3.15.0 beta. ... (check-in: 3d8a41f12c user: drh tags: trunk)
02:16
Detect binary files that look like text but end with a sequence of zeros. ... (check-in: 0e0e29aea0 user: drh tags: trunk)
02:02
The previous check-in was interpreting any file that did not end in \n as binary. This check-in should fix the problem. ... (check-in: 47d1256cd8 user: drh tags: trunk)
01:53
If a file to be diffed contains an 0x00 character, consider it to be binary and do not attempt the diff. ... (check-in: 334ab15270 user: drh tags: trunk)
2016-10-02
00:45
Update the built-in SQLite to the latest 3.15.0 beta for testing. Add new performance-enhancing compile-time options to the SQLite build. ... (check-in: dfe32f53ac user: drh tags: trunk)
2016-09-30
15:24
Add the --checkin option to the "fossil diff" command. ... (check-in: e7c2454da9 user: drh tags: trunk)
15:22
Fix a bug in the error message when the --checkin argument of fossil diff has no parent. ... (Closed-Leaf check-in: 38daa9aa75 user: drh tags: diff-show-changes)
15:18
Change the name of the --changes option on "fossil diff" to --checkin. ... (check-in: 65724af1ce user: drh tags: diff-show-changes)
13:21
Fix a doc typo. Minor improvements to documentation linkage. ... (check-in: c468769dbc user: drh tags: trunk)
2016-09-29
11:59
Distinguish between a deleted file and a binary file in the side-by-side diff generator. Fix for a bug introduced by check-in [233e9328ee639b]. ... (check-in: 1438be02d0 user: drh tags: trunk)