Fossil

Timeline
Login

Timeline

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

14 check-ins using file src/sqlite3.c version 7a4928143b

2018-05-04
15:39
When doing "fossil export" make sure the output is in strict topological orders, since Git hates timewarps. ... (check-in: c0a3e9ff6f user: drh tags: trunk)
13:52
Fix a harmless compiler warning in timeline.c. ... (check-in: 8d1cb59fe0 user: drh tags: trunk)
12:56
Version 2.6 ... (check-in: 9718f3b078 user: drh tags: trunk, release, version-2.6)
11:50
Update custom mingw makefile ... (check-in: 54067e0fed user: jan.nijtmans tags: trunk)
08:20
When building with --internal-sqlite, require at least SQLite 3.24.0. Let's hope that the new sqlite3_keyword_*() functions don't change signature in SQLite 3.24.0 final. ... (check-in: c2b1bfb2f1 user: jan.nijtmans tags: trunk)
2018-05-03
16:54
Change the version number to 2.6 and update the change log in preparation for a release. ... (check-in: 98b4cb3346 user: drh tags: trunk)
2018-04-30
00:20
Fix a bug in makeheaders.c found by Seth Kingsley. ... (check-in: f90ecf892c user: drh tags: trunk)
2018-04-27
00:52
Fix typo in annotate documentation ... (check-in: 4dcda7d991 user: andygoth tags: trunk)
2018-04-26
20:54
Do not limit the number of rows shown in a timeline using the n= query parameter if any of the yw=, ymd=, or days= query parameters are present. ... (check-in: 58804979ab user: drh tags: trunk)
20:47
On the banner for days=, ymd=, and yw= include a count of the number of timeline items. ... (check-in: d5fd4e2681 user: drh tags: trunk)
19:55
Fix a typo in the banner for the days= query parameter. ... (check-in: 69786b02de user: drh tags: trunk)
19:53
Add the days= query parameter to /timeline ... (check-in: cd11e359d3 user: drh tags: trunk)
19:39
Further improvements to the yw= banner. More flexible handling of ymd=. ... (check-in: adbebbd1e8 user: drh tags: trunk)
19:23
Merge in the latest 3.24.0 alpha version of SQLite including the ORDER BY LIMIT performance enhancement. ... (check-in: 7b1599884c user: drh tags: trunk)