Fossil

Timeline
Login

Timeline

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

11 check-ins related to "see"

2017-05-30
19:23
Enhancements to SEE integration. ... (check-in: 00dfbdbf7e user: mistachkin tags: trunk)
01:26
Further enhancements to SEE integration. ... (Closed-Leaf check-in: 53048387fb user: mistachkin tags: see)
2017-05-29
23:14
Merge updates from trunk. ... (check-in: 3b3099bdc0 user: mistachkin tags: see)
23:07
Rename new function for clarity and consistency. ... (check-in: d6422ab0f0 user: mistachkin tags: trunk)
02:37
Enable the 'sqlite' command to work with SEE. ... (check-in: 564edc69aa user: mistachkin tags: see)
01:37
Move PRAGMA key handling into its own function. ... (check-in: 95f14fae00 user: mistachkin tags: trunk)
2016-04-22
18:08
Add the ability to use a repository that is in a database protected by the [http://www.hwaci.com/sw/sqlite/see.html|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: ed871fb5fa 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: a7563f08db user: drh tags: see)
17:56
Prompt for and use the encryption key for encrypted repositories. ... (check-in: 3a02d7b631 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: 1ec6712e8a user: drh tags: see)
2016-04-19
17:44
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (check-in: 4abf607937 user: mistachkin tags: trunk)