Fossil

Timeline
Login

Timeline

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

24 check-ins using file src/sqlite3.c version 329081e9

2016-04-29
10:28
Make options --repolist and --baseurl work together, if the original URL doesn't end with '/'. ... (check-in: 7c4628a5 user: jan.nijtmans tags: trunk)
08:28
Make option --baseurl work on Windows ... (check-in: 6f35075a user: jan.nijtmans tags: trunk)
2016-04-28
14:32
Fix (harmless) mingw compiler warning src/vfile.c: variables ‘currentPerm’ and ‘origPerm’ set but not used [-Wunused-but-set-variable] ... (check-in: c2000668 user: jan.nijtmans tags: trunk)
2016-04-25
04:13
Make the glob pattern for encrypted repositories a bit more strict. ... (check-in: 980fdda6 user: mistachkin tags: trunk)
2016-04-22
20:06
Never prompt for the encryption password, regardless of the repository name, unless the USE_SEE compile-time option was specified. ... (check-in: 60026ba3 user: drh tags: trunk)
20:02
Minor makefile consistency fix. ... (check-in: 6c4a0a0a user: mistachkin tags: trunk)
20:00
Updates to support building with the SQLite Encryption Extension on Windows. ... (check-in: 9129f6f6 user: mistachkin tags: trunk)
18:33
Add an entry to the ignore-glob setting to help prevent the SEE-enabled SQLite source file from being added to this public repository by mistake. ... (check-in: fa3e672a user: drh tags: trunk)
18:08
Add the ability to use a repository that is in a database protected by the SQLite Encryption Extension (SEE). SEE is proprietary code and is not included in this tree, but if a user has a copy of SEE, with this change she can compile a version of Fossil that uses it. ... (check-in: ed871fb5 user: drh tags: trunk)
18:03
Avoid reprompting for the encryption key on every HTTP request when running "fossil ui" on an encrypted repository. ... (Closed-Leaf check-in: a7563f08 user: drh tags: see)
17:56
Prompt for and use the encryption key for encrypted repositories. ... (check-in: 3a02d7b6 user: drh tags: see)
15:39
Add the option to build against sqlite3-see.c (not in the source tree) rather than the built-in sqlite3.c. ... (check-in: 1ec6712e user: drh tags: see)
2016-04-19
17:44
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (check-in: 4abf6079 user: mistachkin tags: trunk)
03:16
Check the return code form blob_delta_apply() to make sure there are no errors prior to using the result. ... (check-in: 85fc2e0a user: drh tags: trunk)
2016-04-18
21:57
Minor edits to unify merge command warning messages, plus tests. ... (check-in: 451f04f6 user: joel tags: trunk)
2016-04-15
19:46
Missed a place where the SCGI docs needed updating. ... (check-in: 13f6887b user: mistachkin tags: trunk)
2016-04-13
08:19
Update <dirent.h> for Visual Studio to latest version 1.21 (September 2015) ... (check-in: dd498bba user: jan.nijtmans tags: trunk)
2016-04-12
14:19
Update SCGI docs based on feedback from the mailing list. ... (check-in: 5b5cbfc9 user: mistachkin tags: trunk)
2016-04-11
23:23
Fix typo in docs. ... (check-in: 16ef8ee9 user: mistachkin tags: trunk)
2016-04-10
02:14
Merge trunk. ... (check-in: 023601fb user: andygoth tags: andygoth-quote-apostrophe)
02:13
Merge trunk. ... (check-in: 12810dbf user: andygoth tags: andygoth-brackets-outside-link)
2016-04-09
16:57
Update the custom MinGW makefile. ... (check-in: 96dec24e user: mistachkin tags: trunk)
2016-04-08
14:47
Add the SQLITE_SHELL_IS_UTF8 command-line option on windows in order to fix the build. ... (check-in: a233ed21 user: drh tags: trunk)
13:09
Update the built-in SQLite to the latest trunk version, which includes fixes added since the 3.12.0 release. ... (check-in: 987861d9 user: drh tags: trunk)