Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
42 check-ins using file src/name.c version 6d1f8513e5
|
2016-08-12
| ||
| 02:55 | Trim a few trailing whitespaces. check-in: 3c44b079b5 user: jan tags: jan-manifest-tags | |
|
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
| ||
| 21:42 | Two manifest.tags changes: 1) Unconditionally add branch. 2) Change the format to explicitly state tag or branch entry. check-in: 0925f75a0c user: jan tags: jan-manifest-tags | |
| 19:37 | Added quick checks to verify that the manifest and manifest.uuid files have sensible content, at least for the initial empty checkin. This does require that an SHA1 module be installed for use by the test harness, which I am slightly surprised was not already needed by any other test case. check-in: bf62b1608c user: rberteig tags: jan-manifest-tags | |
| 14:44 | Merge updates from trunk. check-in: f63576a796 user: drh tags: jan-manifest-tags | |
| 14:42 | Fix an unused variable and add a header comment to get_checkin_taglist(). check-in: 6c62828b7a user: drh tags: jan-manifest-tags | |
| 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 | |
| 16:20 | Add more tags manifest test cases. Check the manifest.tags contents updates on tagging, commit and switching branches. Tests pass successfully on OS X. check-in: 2350b0681e user: jan tags: jan-manifest-tags | |
|
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 | |
| 00:46 | Add a basic set of tests for the manifest property, including minimal coverage of the existance of the tags manifest. This can and should be extended to cover interesting content for the tags manifest, and likely should be extended to cover lots more corner cases. These new tests pass on Windows, but should be tried on at least one unix-like platform. check-in: c33f02de13 user: rberteig tags: jan-manifest-tags | |
|
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
| ||
| 15:01 | Fix working tree manifest generation/deletion to handle all cases properly. check-in: 81bf21bd63 user: jan tags: jan-manifest-tags | |
| 14:31 | Comment typo fix. check-in: af574ca3ad user: jan tags: jan-manifest-tags | |
| 14:30 | For opened working trees, store current branch at top of manifest.tags. check-in: 0fb54e5afe user: jan tags: jan-manifest-tags | |
| 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 | |
| 01:18 | Merge with trunk; resolved tar and zip generation to handle include/exclude globs. check-in: de9e7651a9 user: jan tags: jan-manifest-tags | |
|
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 | |
|
2016-07-28
| ||
| 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 | |