This Day In History For 2026-10-04
1 Year Ago (more context)
|
2025-10-04
| ||
| 19:22 | Simplified a command pair to a one-liner in the containers doc section about setting up email alerts. check-in: 819da69d7b user: wyoung tags: trunk | |
4 Years Ago (more context)
|
2022-10-04
| ||
| 12:54 | Fix some broken hyperlinks in documentation files. check-in: a59af25f60 user: danield tags: trunk | |
5 Years Ago (more context)
|
2021-10-04
| ||
| 19:48 | Merged in trunk for latest (and conflicting) /chat changes. check-in: 7cae4c0981 user: stephan tags: markdown-tagrefs | |
| 19:33 | /chat: reduced the size of the non-compact-mode buttons a bit, based on user feedback. We'll call this solved for now. check-in: 1fc2a26577 user: stephan tags: trunk | |
| 19:21 | /chat narrowed the compact-mode buttons - they were too wide for an iPhone screen. Should fit fine on screens as narrow as 340 pixels now. check-in: f4d2eca021 user: stephan tags: trunk | |
| 19:13 | /chat: shrunk compact mode toolbar just a tick. Replaced non-portable on-hover button effect with something portable. check-in: 7755c6482b user: stephan tags: trunk | |
| 19:01 | /chat: replaced input-related buttons with span elements in an attempt to get more consistent cross-browser results. Renamed some internal element IDs for naming consistency's sake. check-in: 98b2cbe69b user: stephan tags: trunk | |
| 11:39 | Update the built-in SQLite sources to the latest 3.37.0 alpha, for testing. check-in: ae433763ae user: drh tags: trunk | |
| 09:54 | Refactor and improve the input logic for /chat. check-in: 469f1b0dfc user: drh tags: trunk | |
10 Years Ago (more context)
|
2016-10-04
| ||
| 23:54 | Another correction to the unversioned help text. check-in: 800517e177 user: mistachkin tags: trunk | |
| 23:49 | Add a Tcl script to act as a (fake) text editor for the test suite. check-in: b6a0111439 user: mistachkin tags: trunk | |
| 23:44 | Add 'unversioned remove' as an alias for 'unversioned rm'. Update and improve help text. check-in: 182adc0290 user: mistachkin tags: trunk | |
| 23:32 | The final newline must be retained for all test results. check-in: b045d0774e user: mistachkin tags: trunk | |
| 23:29 | Coding style and consistency improvements. check-in: 824bfe849b user: mistachkin tags: trunk | |
| 23:27 | Do not use the Tcl global variable name 'dir'. check-in: 64b812bd4e user: mistachkin tags: trunk | |
| 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 | |
| 19:17 | Coding style tweaks. Closed-Leaf check-in: 34d988c244 user: mistachkin tags: seeEnhanced | |
| 19:07 | Merge updates from trunk. check-in: 04a8ee6ec2 user: mistachkin tags: seeEnhanced | |
| 19:06 | Fix harmless compiler warnings. check-in: 3f06618c96 user: mistachkin tags: trunk | |
| 19:05 | Add an assert(). check-in: e6a5634f24 user: mistachkin tags: seeEnhanced | |
| 14:55 | Update the built-in SQLite 3.15.0 beta. check-in: 3d8a41f12c user: drh tags: trunk | |
| 04:49 | Make sure that symlinks to directories are honored when dealing with checkout files. check-in: 912a0d5008 user: mistachkin tags: trunk | |
| 03:55 | Return an error instead of silently ignoring invalid input. check-in: 274e537bb0 user: andybradford tags: trunk | |
| 02:55 | Coding style tweak. Closed-Leaf check-in: b47e4cc401 user: mistachkin tags: binDiffFix | |
| 02:44 | Whitespace tweak. check-in: 4ed91cdacf user: mistachkin tags: binDiffFix | |
| 02:43 | Adopt the diff algorithm changes from trunk. check-in: f9f2d76926 user: mistachkin tags: binDiffFix | |
| 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 | |
15 Years Ago (more context)
|
2011-10-04
| ||
| 23:40 | merged and conflict-resolved trunk [c0274f996266aef]. check-in: 4fbf77d4f3 user: stephan tags: json-multitag-test, json | |
| 23:08 | • Edit [eb8d989daebfce1f|eb8d989dae]: Mark "Closed". Edit check-in comment. artifact: 38b05da85b user: drh | |
| 23:07 | Merge the --args FILENAME patch into trunk. check-in: c0274f9962 user: drh tags: trunk | |
| 23:03 | Simplify the implementation of the --args FILENAME patch, as requested by the FIXME comment. check-in: eb8d989dae user: drh tags: stephan-hack | |
| 21:41 | Initial --args FILENAME patch. Impl seems over-complex to me, but works as described in the list thread. check-in: 8a6568c3a3 user: stephan tags: stephan-hack | |
| 21:28 | merging with trunk [d4a341b49dd1b701] before applying --args FILENAME patch, to simplify downstream merge. check-in: 312d522fe4 user: stephan tags: stephan-hack | |
| 21:28 | • Edit [00fe260682548e76|00fe260682]: Remove the "Closed" mark. artifact: 8b1634f757 user: stephan | |
| 20:02 | Started adding /json/artifact tickets support, but grokking tkt.c is more than i am up for tonight. Changed how permissions checks are done under /json/artifact (previous approach is just plain silly without C++ templates) check-in: cee8bc6727 user: stephan tags: json-multitag-test, json | |
| 19:17 | fixed a c99ism. check-in: cd67b945d7 user: stephan tags: json-multitag-test, json | |
| 15:20 | Add HMAC-SHA1 implementation. Closed-Leaf check-in: dcee34b25f user: dmitry tags: multisession | |
| 15:19 | • Edit [f4eb0f5afcb33598|f4eb0f5afc]: Mark "Closed". artifact: 0425a41e99 user: dmitry | |
| 15:15 | Merge protection against timing attacks into trunk. check-in: d4a341b49d user: dmitry tags: trunk | |
| 14:38 | Merge trunk into dmitry-security branch. Closed-Leaf check-in: f4eb0f5afc user: dmitry tags: dmitry-security | |
| 14:34 | Rename constant_time_eq to constant_time_cmp to better indicate that these functions return 0 when values are equal, like memcmp, strcmp, etc., not truth, to avoid possible mistakes. check-in: d244c484e7 user: dmitry tags: dmitry-security | |
| 14:28 | Revert the previous change after thinking more about it. Login cards in the sync protocol have the following format: login userid nonce signature Nonce is SHA-1 of the message that follows this line, signature is SHA-1 of the concatenation of the nonce and user's shared secret. The successful timing attack can reveal only signature for this particular packet due to nonce. However, as nonce is known to the attacker, it's theoretically possible for them to bruteforce the shared secret_offline_. The whole scenario sounds highly improbable, but using constant-time comparison function for such things by default is a good practice. check-in: 13a9a1244c user: dmitry tags: dmitry-security | |
| 09:06 | /json/wiki/get argument handling cleanup so that it works with the newer command=... approach. check-in: 96fe10ab54 user: stephan tags: json-multitag-test, json | |