Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
38 check-ins going from 6419592d659a2194 to cd24cf19dc618e93
2017-06-06
| ||
17:53 | Bug fix in the sha3sum() routine. Also comment-out that routine since it is not used anyplace in the code. ... (check-in: 6419592d user: drh tags: trunk) | |
17:49 | Do not double-prompt for HttpAuth passwords. ... (check-in: f423b10f user: drh tags: trunk) | |
2017-06-02
| ||
02:23 | Restore the ability to amend a comment both with and without an interactive editor. If the edit happens outside a working check-out then use a suitable TMP directory. ... (check-in: 1fff403a user: andybradford tags: trunk) | |
2017-05-29
| ||
17:02 | Use a standard .txt extension for temporary files and avoid double dots in file name. ... (Closed-Leaf check-in: 51058ce1 user: andybradford tags: amend-regress) | |
2017-05-26
| ||
05:55 | Remove the restriction entirely for editing a comment only in the working check-out directory and choose an appropriate temporary file if no working check-out is available instead. ... (check-in: 74df777e user: andybradford tags: amend-regress) | |
03:46 | Restore the ability to use amend outside an open check-out disabled by [8c22e1bbcd8ec048]. Only allow interactive edits within an open check-out. Perhaps unixTempFileDir() could be used to locate a suitable TMP location for the edit in the event that there is not an open-checkout. ... (check-in: afef5fb5 user: andybradford tags: amend-regress) | |
02:27 | Fix minor grammar bug in open check-out required error message. ... (check-in: 55e24875 user: andybradford tags: trunk) | |
2017-05-25
| ||
17:07 | Update the change log to show that SQLite 3.19.2 was installed. ... (check-in: ad44efaf user: drh tags: trunk) | |
16:59 | Update the built-in SQLite to version 3.19.2. ... (check-in: 418ac81c user: drh tags: trunk) | |
2017-05-24
| ||
13:48 | Increase the version number to 2.3 in preparation for the next release. Updates to the change log. ... (check-in: 277274c0 user: drh tags: trunk) | |
13:19 | Update the built-in SQLite to the 3.19.1 patch release. ... (check-in: 4465be15 user: drh tags: trunk) | |
09:51 | Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0. ... (check-in: 09bcc322 user: jan.nijtmans tags: trunk) | |
2017-05-22
| ||
14:29 | Update the built-in SQLite to 3.19.0 ... (check-in: e1da46fe user: jan.nijtmans tags: trunk) | |
2017-05-13
| ||
23:08 | Restore previous behavior of the --with-tcl option to configure, where the value portion is optional. ... (check-in: 27e65b07 user: mistachkin tags: trunk) | |
18:00 | Enhance the "fossil 3-way-merge" command to output a warning in the event of merge conflicts. ... (check-in: 9e17c686 user: drh tags: trunk) | |
2017-05-12
| ||
17:22 | Change a few %s format letters into %h. ... (check-in: 8e27a5a0 user: drh tags: trunk) | |
16:22 | Fix an XSS issue with the /help webpage. ... (check-in: db482f16 user: drh tags: trunk) | |
15:11 | In the "fossil info -v" command, sort the access-url and check-out fields by date, not by name. ... (check-in: 12ab581f user: drh tags: trunk) | |
14:11 | In the hyperlink on the "Last Sync URL", omit the username to prevent warnings from Firefox. ... (check-in: 172c2235 user: drh tags: trunk) | |
13:57 | Add the "Last Sync URL" division to the /urllist page. ... (check-in: d4fc9120 user: drh tags: trunk) | |
13:49 | Patch for autosetup to restore previous behavior of the --with options to configure, by Steve Bennett. ... (check-in: 4e1450ae user: mistachkin tags: trunk) | |
2017-05-11
| ||
22:49 | Fix a typo on the aboutdownload.wiki documentation page. ... (check-in: 82aaedd9 user: drh tags: trunk) | |
21:09 | Update the built-in SQLite to the first 3.19.0 beta. ... (check-in: d6a0debd user: drh tags: trunk) | |
21:00 | Add the URL & Checkouts entry to the setup menu. ... (check-in: a53beaab user: drh tags: trunk) | |
09:06 | Don't access g.argv[2], when g.argc indicates there's no such element. Reported by Tony Papadimitriou. ... (check-in: 2d69772e user: jan.nijtmans tags: trunk) | |
2017-05-10
| ||
16:19 | Update the built-in SQLite to the latest 3.19.0 alpha that includes the authorizer callback enhancements. ... (check-in: 094a498d user: drh tags: trunk) | |
09:22 | Update autosetup to v0.6.6 ... (check-in: c5e41007 user: jan.nijtmans tags: trunk) | |
2017-05-02
| ||
20:18 | (cherry-pick): Enhancements to the password prompt logic for Windows so that it works better in non-standard shells. ... (check-in: cd24cf19 user: jan.nijtmans tags: branch-2.2) | |
2017-04-23
| ||
14:50 | Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. ... (check-in: c7d85ffb user: jan.nijtmans tags: branch-2.2) | |
2017-04-11
| ||
20:54 | Version 2.2 ... (check-in: 81d7d3f4 user: drh tags: trunk, release, version-2.2) | |
15:04 | Update change-log ... (check-in: 909f2ef4 user: jan.nijtmans tags: trunk) | |
2017-04-03
| ||
11:40 | Add support for GIT comment tags, as suggested here. Implementation by Roy Marples, but modified to use the (existing) 'T' card in stead of the 'C' card. ... (check-in: 3bba2a6e user: jan.nijtmans tags: trunk) | |
2017-03-31
| ||
00:11 | Fixed bug in test files generated in commit-warning tests that caused some UCS-2 (aka UTF-16) files to have an odd byte length and be seen as binary instead of Unicode. ... (check-in: 4bbd5c3e user: rberteig tags: trunk) | |
2017-03-30
| ||
18:58 | Cherry-pick Solaris build fix from SQLite trunk http://www.sqlite.org/src/info/c8000e94cca59dab ... (check-in: 54cf4397 user: jan.nijtmans tags: trunk) | |
18:01 | Add a hyperlink to PRAGMA optimize in the change log for 2.2. ... (check-in: 84c2682f user: drh tags: trunk) | |
15:25 | Update the built-in SQLite to 3.18.0 ... (check-in: 32b0065c user: jan.nijtmans tags: trunk) | |
07:23 | merge-mark (no change, because the removal of unused code from local.tcl was already done in trunk) ... (Closed-Leaf check-in: 327dc563 user: jan.nijtmans tags: autosetup) | |
2017-03-28
| ||
11:10 | Remove superflouous part of autosetup/local.tcl, suggested by Steve Bennett ... (check-in: 7198a7dc user: jan.nijtmans tags: trunk) | |