Fossil

Timeline
Login

Timeline

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

21 check-ins using file src/main.c version 6e311ffa0d

2020-10-29
13:42
Minor fix to error handling in pikchr.c. ... (check-in: 5febff257d user: drh tags: trunk)
02:06
Update to the latest pikchr.c that fixes issues with the "close" attribute. ... (check-in: c9bc2b4a8d user: drh tags: trunk)
2020-10-28
16:13
When deleting a subscription, also provide the opportunity to delete the corresponding user. When deleting a user, always also delete subscriptions associated with that user. ... (check-in: b6b5a7dc62 user: drh tags: trunk)
2020-10-27
08:47
Add section "Naming of Files, Checkins, and Branches" ... (check-in: 590a8fcac6 user: danshearer tags: trunk)
08:04
Correct typo; X swapped with Y ... (check-in: 986bde2b54 user: danshearer tags: trunk)
2020-10-26
19:49
Merge enhancements to the quickstart.wiki documentation page onto trunk. ... (check-in: f2abc2b009 user: drh tags: trunk)
16:44
Minor html emphasis fix ... (Closed-Leaf check-in: 2c9ccd77e4 user: danshearer tags: quickstart)
16:35
Minor mods, and use <tt> for command output ... (check-in: cfc68d1349 user: danshearer tags: quickstart)
15:56
Add examples and expand on the workflow ... (check-in: 3e44368b6c user: danshearer tags: quickstart)
06:46
Added zsh fossil autocompletion, as discussed in [https://fossil-scm.org/forum/forumpost/47a180c815]. ... (check-in: e299531d5b user: stephan tags: trunk)
2020-10-22
17:35
Assorted minor fixes and tweaks to the check-in names doc ... (check-in: 68a78b895e user: wyoung tags: trunk)
2020-10-20
23:40
Fix a harmless compiler warning in the previous check-in. ... (check-in: 6c2b5bafb6 user: drh tags: trunk)
23:37
The /file page for a file that is not part of the latest checkin tries to substitute the most recent checking that added the file. ... (check-in: 5cf5ad8491 user: drh tags: trunk)
10:08
Small tweaks to the CAP Theorem doc ... (check-in: 67a4c1d313 user: wyoung tags: trunk)
00:20
For the graph drawing routines, make the graph row identifier a 64-bit integer type to avoid the possibility of integer overflow in /finfo where the row ids are a composite of the blob.rid and filename.fnid and hence might become large for repositories with many files and many check-ins. ... (check-in: ab71d95a9f user: drh tags: trunk)
2020-10-19
20:52
Update the built-in SQLite to fix a bug introduced by the previous update. ... (check-in: 0fac549b56 user: drh tags: trunk)
20:09
Do a better job of showing when a file is added, deleted, or renamed in the /finfo page. ... (check-in: a0bca48147 user: drh tags: trunk)
18:24
Improvements to /finfo: Show all file rename events. The "rid" for each timeline entry must be a combination of the file-id "fid" and the filename-id "fnid" since either one of those two might change which should result in a new entry on the timeline. ... (check-in: 8c598d7232 user: drh tags: trunk)
14:37
Use the new multi-recursive-term capability of CTEs in SQLite to fix the /finfo clade calculation, and to make /finfo run about 5x faster. ... (check-in: 47bfea074b user: drh tags: trunk)
13:25
Update the built-in SQLite to the latest 3.34.0 alpha that includes the ability to have multiple recursive terms in a recursive CTE. That new capability is expected to be helpful in improving the /finfo page. ... (check-in: 5328f82160 user: drh tags: trunk)
2020-10-18
18:38
Fix harmless compiler warnings. Update the custom MinGW makefile. Make feature reporting consistent for 'markdown', which is now always enabled. ... (check-in: 750879ead4 user: mistachkin tags: trunk)