Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'src/*'
|
2026-05-06
| ||
| 15:04 | Fix a potential CSRF bypass. ... (Leaf check-in: 80ae3f149e user: drh tags: enhanced-checkin-edit) | |
| 14:58 | Bug fixes in check-in editing. ... (check-in: dbf6ce780d user: drh tags: enhanced-checkin-edit) | |
| 14:18 | Simplify the interface to www_print_timeline() by shifting parameters into the TimelineXtra structure. Use "timelineCurrent" highlighting for the focus of context graphs and for the "/ckout" context graph. Adjust CSS to make timelineCurrent highlighting a little more visible. ... (check-in: 5c274a8790 user: drh tags: enhanced-checkin-edit) | |
| 11:21 | Comment improvement. No changes to code. ... (Leaf check-in: f6d335bc8f user: drh tags: trunk) | |
|
2026-05-05
| ||
| 22:56 | Show before and after context on the /ci_edit page. ... (check-in: 664da57e00 user: drh tags: enhanced-checkin-edit) | |
| 17:41 | Initial infrastructure changes for improved WWW editing and creation of check-ins. ... (check-in: 2bee647ed6 user: drh tags: enhanced-checkin-edit) | |
|
2026-05-04
| ||
| 10:22 | Honor the NO_COLOR environment variable for the "fossil sys ls" command. ... (check-in: 471f4d00c8 user: drh tags: trunk) | |
|
2026-05-03
| ||
| 22:56 | Merge from trunk. ... (Leaf check-in: f02094e3f3 user: brickviking tags: bv-infotool) | |
|
2026-04-29
| ||
| 14:59 | Discontinue the use of the undocumented and deprecated sqlite3_win32_write_debug() interface to SQLite. ... (check-in: 7a8fb34c56 user: drh tags: trunk) | |
|
2026-04-27
| ||
| 11:27 | Fix some const-correctness warnings with gcc 15.2. ... (check-in: ea099022b5 user: danield tags: trunk) | |
|
2026-04-24
| ||
| 20:50 | Be sure to enable VT100/ANSI escape codes on Windows. A recent Windows automatic update turned that off by default on my Windows-ARM tablet. ... (check-in: e37db2bb0d user: drh tags: trunk) | |
| 09:19 | Further improvements to the default prompt for "fossil sql". ... (check-in: 5c3150bc0f user: drh tags: trunk) | |
| 01:34 | Improvements to the default prompt for the "fossil sql" command. ... (check-in: ad133f5462 user: drh tags: trunk) | |
|
2026-04-23
| ||
| 20:17 | Merge the latest SQLite enhancements with the new and improved CLI prompt interface. ... (check-in: 87881e8d7b user: drh tags: trunk) | |
| 17:38 | Remove an unused variable. ... (check-in: a543fb31d2 user: danield tags: trunk) | |
| 16:42 | Incorporate the latest SQLite updates. Improvements to prompt expansion in the "fossil sql" command. ... (check-in: 9b67f462f1 user: drh tags: trunk) | |
| 11:33 | Yet another bug fix to fossil_roundup_date(). ... (check-in: cc5b93ecda user: drh tags: trunk) | |
|
2026-04-22
| ||
| 16:58 | Fix bug in fossil_roundup_date(). ... (check-in: edce45b4ed user: drh tags: trunk) | |
|
2026-04-19
| ||
| 10:31 | A better fix for the previous. The existing nIns variable is sufficient; no need to add the new nTerm variable. ... (check-in: 2c61a6c286 user: drh tags: trunk) | |
| 10:28 | Bug fix in the compute_uses_file() subroutine, found when a query from the Meta AI spider caused the server to abort with an invalid SQL error. ... (check-in: f2fa98329d user: drh tags: trunk) | |
| 06:15 | Add .m4a mimetype, as discussed in [forum:173711157e693275|forum post 173711157e693275]. ... (check-in: ec26e850c1 user: stephan tags: trunk) | |
|
2026-04-17
| ||
| 12:09 | Minor tweaks to the Copy Buttons: restore the flipped button look, and shorten the sequence "copy-copy-button" for auto-generated IDs. ... (check-in: 2ce9ca95f7 user: florian tags: trunk) | |
| 02:51 | out w/ unused var ... (check-in: 30bfba32c8 user: bch tags: trunk) | |
|
2026-04-16
| ||
| 19:02 | A more invasive implementation of the convenience "copy" button before date/time strings that tries to work around objections raised on the Forum. ... (check-in: 68b27378f5 user: drh tags: trunk) | |
| 12:52 | Convenience "copy" button before dates on the /info and /forumpost pages. ... (check-in: e39933757a user: drh tags: trunk) | |
| 12:18 | Improve the header comment on the style_copy_button() routine to be more accurate and lucid. ... (check-in: 7404ad0b0e user: drh tags: trunk) | |
| 11:47 | Fix the fossil_roundup_date() function so that it also rounds up dates with milliseconds at the end. ... (check-in: 5298941066 user: drh tags: trunk) | |
|
2026-04-15
| ||
| 17:16 | Display Unversioned Files info in dbstat command (like on /stat page) ... (check-in: 349e9f2ff3 user: mgagnon tags: trunk) | |
|
2026-04-13
| ||
| 12:12 | Display Pikchr version in the output of 'dbstat' and /stat. ... (check-in: cca8cc15f2 user: danield tags: trunk) | |
|
2026-04-12
| ||
| 00:01 | Merge the latest trunk version of SQLite, including the new CLI prompt enhancement. Configure the prompt to be "FossilSQL REPONAME>" for the "fossil sql" command. ... (check-in: 3361df86b3 user: drh tags: trunk) | |
|
2026-04-05
| ||
| 18:09 | Typo fix in the email alert sent on user caps change ... (check-in: 3f8def3612 user: wyoung tags: trunk) | |
|
2026-04-01
| ||
| 12:10 | When doing a "fossil update", if a file under management needs to overwrite an unmanaged file, display the name of the backup that is made of the unmanaged file, and use file_delete() to delete the unmanaged file, even if that unmanaged file is read-only. The enables "fossil up version-3.50.0" to work on the SQLite repository when starting from the latest trunk. ... (check-in: adb68404e6 user: drh tags: trunk) | |
|
2026-03-30
| ||
| 12:21 | Make merge a no-op when merging in the current checkout version, as suggested in [forum:6367db867c|forum post 6367db867c]. ... (check-in: e84be9f2d6 user: stephan tags: trunk) | |
|
2026-03-26
| ||
| 23:08 | Back out the use of sqlite3_atof(), as that interface has been removed from the 3.53.0 release. Update the built-in SQLite to the latest 3.53.0 beta for testing. ... (check-in: a10f931ba1 user: drh tags: trunk) | |
| 08:00 | Fix a hyperlink in the /info page. ... (check-in: d21fdd54cc user: danield tags: trunk) | |
|
2026-03-25
| ||
| 05:32 | Make sync errors more obvious by issuing a warning at the end of the operation if errors occur. ... (Leaf check-in: cae9c90858 user: andybradford tags: sync-errors) | |
|
2026-03-24
| ||
| 15:23 | Add a notice to the forum post editor politely requesting that users refrain from making multiple posts or edits in rapid succession to avoid spamming subscribers. Prompted by recent sqlite forum activity. A more complete solution would include a toggle to hide this notice and remember that preference via sessionStorage. ... (Leaf check-in: 6eeeed8b9f user: stephan tags: forum-notification-reminder) | |
|
2026-03-23
| ||
| 13:49 | Update to the latest SQLite and rig Fossil to use sqlite3_atof() if that interface is available. When compiling with an older SQLite, it falls back to using atof(). ... (check-in: cb89386af5 user: drh tags: trunk) | |
|
2026-03-20
| ||
| 12:07 | Add otf (OpenType font) mime type. ... (check-in: 422785d5df user: stephan tags: trunk) | |
|
2026-03-12
| ||
| 01:58 | Made an exception for sqlite3 command: add "--no-repository" flag so it behave like the real sqlite3 program. ... (Leaf check-in: 4cc76a6e44 user: mgagnon tags: argv0_as_subcommand) | |
| 00:56 | Avoid compiler warning by including an explicit break from the switch() statement. ... (check-in: 7d9cae848e user: andybradford tags: argv0_as_subcommand) | |
| 00:29 | Use "command_basename" once on beginning to simplify command comparison with argv0. ... (check-in: 7e7b303461 user: mgagnon tags: argv0_as_subcommand) | |
|
2026-03-11
| ||
| 22:57 | Experiment the use of argv0 as direct subcommand (like busybox) for a few subcommand that can be conveniently use as alias. Requested in this [forum:/forumpost/07a7c30be0|forum post]. ... (check-in: 96de01f8e9 user: mgagnon tags: argv0_as_subcommand) | |
|
2026-03-08
| ||
| 16:41 | Guard against null event types. ... (Leaf check-in: b0b3d9d9f4 user: tinus tags: rss-content) | |
| 14:31 | Move RSS encoded:content to position of description. ... (check-in: accf1b5e43 user: tinus tags: rss-content) | |
| 12:18 | Omit RSS descriptions when HTML content is available. ... (check-in: d8f7dc472f user: vor0nwe tags: rss-content) | |
| 12:10 | Preserve moderator access to private forum posts in RSS feeds. ... (check-in: 4fbde38d59 user: vor0nwe tags: rss-content) | |
| 11:53 | Skip private forum posts in both CLI and web RSS feeds. ... (check-in: 647c424f40 user: vor0nwe tags: rss-content) | |
| 11:40 | Avoid duplicate technote_render_to_html calls in RSS helper. ... (check-in: 2b9f8fbb7a user: vor0nwe tags: rss-content) | |
| 11:37 | Share RSS HTML content handling between web and CLI feeds. ... (check-in: 057236b8c9 user: vor0nwe tags: rss-content) | |