Fossil

Timeline
Login

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

45 check-ins using file src/db.c version 0fd91003ed

2016-08-09
19:41
Do not add extra \n characters to the sync protocol. check-in: 71a50a1dd7 user: drh tags: unversioned-files
18:59
More fixes to the unversioned file sync protocol. check-in: 48b9bf351f user: drh tags: unversioned-files
17:31
Another unversioned file sync fix. check-in: a6b66652d1 user: drh tags: unversioned-files
17:18
Fixes to the unversioned file sync protocol. check-in: 5d913409b7 user: drh tags: unversioned-files
15:29
More work on unversioned file sync. check-in: a3dcfe7595 user: drh tags: unversioned-files
14:42
Since fossil now uses sqlite3_trace_v2(), it needs at least the 'pi' release of SQLite. check-in: 0dc21b70c6 user: jan.nijtmans tags: trunk
12:37
Change the schema for the unversioned table. Add some initial code to do unversioned sync, but the code is incomplete and untested. check-in: 73932a32c5 user: drh tags: unversioned-files
2016-08-08
14:31
Merge changes from trunk. check-in: 3506156a31 user: drh tags: unversioned-files
14:20
Update the built-in SQLite to 3.14 release. check-in: 60d5fee782 user: drh tags: trunk
2016-08-06
21:01
Complete the parts of the "fossil unversioned" command used to add and remove content. check-in: fb3c81d8ba user: drh tags: unversioned-files
17:42
Add a link to the web-cache status screen to the Admin main menu. check-in: 4a4a51a541 user: drh tags: trunk
17:40
Add a link to the web-cache status screen to the Admin main menu. check-in: 7c176f7aeb user: drh tags: unversioned-files
2016-08-05
12:30
Add the /uv webpage. check-in: 440defe233 user: drh tags: unversioned-files
08:30
Incremental check-in. (Saving my place in order to go work on other things.) Changes are untested. check-in: a9463a7157 user: drh tags: unversioned-files
2016-08-04
22:49
Begin work on the ability to store and sync files for which no history is kept. check-in: 4ce1c9b2f2 user: drh tags: unversioned-files
14:11
Update the built-in SQLite to the second 3.14 beta. check-in: aa63cd405b user: drh tags: trunk
11:56
Fix another typo in the sync protocol document. check-in: 94381d32ce user: drh tags: trunk
11:34
Fix a typo in the sync protocol document. check-in: 12cbe2bdda user: drh tags: trunk
00:42
Bring the sync protocol documentation more up-to-date. Fix typos in the command-line documentation for "push" and "sync". check-in: 3dcf69a741 user: drh tags: trunk
2016-08-03
14:04
Fix a minor preprocessor directive typo. check-in: a5c08fde0a user: jan tags: trunk
08:17
Fix typos in the How CGI Works document. check-in: 9c87cb2912 user: drh tags: trunk
01:24
Improvements to the "How CGI Works" page. check-in: e379665aaf user: drh tags: trunk
2016-08-02
19:42
New documentation on how CGI works in Fossil. This is a work-in-progress. check-in: c55f54d0fc user: drh tags: trunk
18:17
Fix a typo in the "fossil purge" command documentation. check-in: c14ecc432a user: drh tags: trunk
17:59
Add documentation of the repolist mode to the CGI command. check-in: 20e9731ccd user: rberteig tags: trunk
17:17
Improved documentation for the "fossil cgi" command. check-in: 66d0038051 user: drh tags: trunk
15:18
Merge the "purge" command onto trunk, even though it is incomplete. check-in: b78a32f43d user: drh tags: trunk
15:17
Add a further warning on the purge command to indicate that it is dicey. That extra warning makes the purge code permissible to add to trunk. Closed-Leaf check-in: 501f3e1143 user: drh tags: purge
14:52
Improved help and remove redundant file listings for the "fossil purge" command. check-in: 2c53d022c3 user: drh tags: purge
14:41
Sync up with the trunk. check-in: 12f8633aa1 user: drh tags: purge
09:10
Corrections to information about running Fossil in a chroot jail. check-in: f1a480e130 user: drh tags: trunk
08:46
Compiler warning fixes. This includes disabling the undocumented FOSSIL_PWREADER feature and upgrading the built-in SQLite. check-in: f35b46d4cb user: drh tags: trunk
2016-08-01
17:09
Update the built-in SQLite to the 3.14 first beta. check-in: f475b943eb user: drh tags: trunk
13:50
Disable navigation key binds in the --tk diff screen. Otherwise, pressing "q" in the Search entry box causes the whole diff window to die. check-in: f6d9583173 user: drh tags: trunk
12:45
Fix a C99-style comment. check-in: 9e2f940ec5 user: drh tags: trunk
12:40
Use C89 comments (not C99 style). Only the comment delimiters have been changed. Closed-Leaf check-in: c665a2f214 user: dave.vines tags: djvfixcommentstyle
12:35
Create new branch named "djvfixcommentstyle" check-in: aea114d080 user: dave.vines tags: djvfixcommentstyle
11:01
Minor UI enhancements in the --tk diff display. check-in: 3d7468454b user: drh tags: trunk
2016-07-29
21:40
Add the ability to search by NoCase, RegExp, or WholeWord. check-in: 2a5de7ea2e user: drh tags: trunk
21:27
Add a simple "Search" button to the --tk diff widget. check-in: cea6081150 user: drh tags: trunk
15:12
Update the built-in SQLite to another 3.14 alpha version. check-in: 59bf47b2d5 user: drh tags: trunk
2016-07-28
14:07
Update the built-in SQLite to the latest 3.14 alpha version, for testing. check-in: 84f55ef7f0 user: drh tags: trunk
13:58
Enhance the "fossil purge" command to allow it to specify individual artifacts and files to be purged. check-in: 263fd2dab2 user: drh tags: purge
05:02
Begin enhancing the "fossil purge" command to be much more flexible and powerful. Plans are to provide the ability to purge specific files, or tickets, or wiki pages, with options to limit the timeframe of the purge. check-in: 45fcac621f user: drh tags: purge
2016-07-25
12:25
Update the built-in SQLite to use the latest sqlite3_trace_v2() interface changes. check-in: f0d8483338 user: drh tags: trunk