Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/bundle.c at check-in f82dd1556b889505
|
2024-04-16
| ||
| 12:01 | For 'fossil bundle import' and 'cat' subcommands, do not create a bundle file if it does not exist (reported in [forum:8a26dd5610|forum post 8a26dd5610]). file: [f58d9b69c7] check-in: [3828746b57] user: danield branch: trunk, size: 26070 | |
|
2023-06-23
| ||
| 12:29 | Use the new octet_length() SQL function in place of length() where it is appropriate to do so. file: [4e533404e4] check-in: [604e1a67d3] user: drh branch: trunk, size: 26070 | |
|
2022-11-13
| ||
| 16:26 | Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 file: [344d085f8f] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 26013 | |
|
2021-03-25
| ||
| 01:32 | Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). file: [10278fa9db] check-in: [91a4652f22] user: larrybr branch: panic-reduction, size: 26058 | |
|
2021-03-11
| ||
| 13:22 | Numerous help text consistency tweaks based on forum discussion [forum:8c644048f0]. file: [b12e0ea2a1] check-in: [4cb50c4ef3] user: stephan branch: trunk, size: 26058 | |
|
2020-08-09
| ||
| 13:49 | Revise and simplify the list of 1st-tier commands that are shown by the "fossil help" command. file: [a97dd1c76d] check-in: [84f697e570] user: drh branch: trunk, size: 26060 | |
|
2020-08-08
| ||
| 23:51 | Many updates to built-in help pages. No changes to code. file: [298922fe24] check-in: [c965636958] user: drh branch: trunk, size: 26059 | |
|
2020-06-25
| ||
| 00:16 | Adjust help text to work better with the new formatter. file: [179a6ec56b] check-in: [a8a606996b] user: drh branch: formatted-online-help, size: 26973 | |
|
2020-06-19
| ||
| 16:44 | Use the schema-table naming convention appropriate for SQLite 3.33.0. file: [6ad36a0b85] check-in: [22645e1f06] user: drh branch: trunk, size: 26975 | |
|
2020-05-27
| ||
| 22:14 | Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. file: [ad971a0e8c] check-in: [df5201950e] user: wyoung branch: uuid-to-hash, size: 26977 | |
|
2019-03-19
| ||
| 14:09 | Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. file: [5b5cff1eeb] check-in: [6cc5354821] user: andybradford branch: db-begin-txn-updates, size: 26953 | |
|
2018-07-15
| ||
| 19:56 | Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. file: [aec2fe8435] check-in: [3f5ab71744] user: drh branch: trunk, size: 26977 | |
|
2017-11-30
| ||
| 17:58 | Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. file: [c87eb0ee5b] check-in: [e7767de263] user: drh branch: symlink-refactor, size: 26977 | |
|
2017-03-01
| ||
| 00:34 | Avoid unnecessary SHA1 calls in the bundle.c module. file: [c4b92c14df] check-in: [527d4eddc7] user: drh branch: fossil-2.0, size: 26959 | |
|
2017-02-28
| ||
| 16:25 | Refactoring and cleanup of some of the hash name interfaces. file: [37ae688440] check-in: [1c8768b0de] user: drh branch: fossil-2.0, size: 27105 | |
|
2016-09-08
| ||
| 14:19 | Fix typo in the on-line help for the bundle command. file: [d82faac382] check-in: [fd4fc1a904] user: drh branch: trunk, size: 27080 | |
|
2016-08-16
| ||
| 15:32 | Add the ability to create a child-project repository that can pull from its parent repository but never push back. file: [ea36067940] check-in: [0ab5ad5f36] user: drh branch: child-projects, size: 27078 | |
|
2016-06-21
| ||
| 20:03 | Fix typos in comments. file: [5d4c0f96c0] check-in: [243fc6c246] user: drh branch: trunk, size: 27056 | |
|
2015-03-09
| ||
| 08:58 | Eliminate some unnecessary end-of-line spacing file: [2aba06748d] check-in: [7fbc1c3a1f] user: jan.nijtmans branch: trunk, size: 27067 | |
|
2015-03-06
| ||
| 16:57 | Reference the publish command in the bundle help text. file: [aba37e6351] check-in: [8fa54638c2] user: jan branch: trunk, size: 27076 | |
|
2015-02-28
| ||
| 10:11 | replaced 'checkin' with 'check-in' in code-comment, inline command help-text, SQL-statement comment, fatal error messages and some non-functional webpage-content file: [18fa6a4068] check-in: [7c30266a45] user: michai branch: ml-jb-doc-typos, size: 27052 | |
|
2014-12-06
| ||
| 16:58 | fix a harmless compiler warning. file: [b4f92fc966] check-in: [0e3f0cadc4] user: drh branch: trunk, size: 27028 | |
|
2014-12-02
| ||
| 13:15 | Improved validation and checking when opening bundles. file: [1ca40f9f7c] check-in: [f82dd1556b] user: drh branch: DBP-workflow, size: 27021 | |
| 05:50 | Try to avoid creating files with names of unrecognized --options by checking for explicit argument count where a file is required. Correct minor typo in error output. file: [2147bffe44] check-in: [9f63c8a3fe] user: andybradford branch: DBP-workflow, size: 25871 | |
|
2014-12-01
| ||
| 21:19 | Fix harmless compiler warnings. file: [ce6ca61954] check-in: [c68b59b1b3] user: drh branch: DBP-workflow, size: 25643 | |
| 20:26 | Store a short description of artifacts in bundles and in purgeitem entries. Use that short description on listings. file: [1b1681b472] check-in: [87a04576f2] user: drh branch: DBP-workflow, size: 25695 | |
|
2014-11-29
| ||
| 14:16 | Always show a listing of imported content on "fossil bundle import". Added the "fossil test-phantoms" command. file: [c55a0f4835] check-in: [dd5635561a] user: drh branch: DBP-workflow, size: 24894 | |
| 04:56 | Fix bugs in the bundle generator logic. file: [ac819a5e60] check-in: [8d94eab98a] user: drh branch: DBP-workflow, size: 24698 | |
| 00:20 | Added the test-unsent and test-unclustered commands. Further integration of the describe_artifacts() utility. Fixes to "fossil bundle purge". file: [358af1bb93] check-in: [79ce83dc90] user: drh branch: DBP-workflow, size: 24660 | |
|
2014-11-28
| ||
| 23:18 | Begin making use of the new describe_artifacts() utility, for example in the --explain output of "bundle export" and "purge". file: [57681827ce] check-in: [e957dc662b] user: drh branch: DBP-workflow, size: 25390 | |
|
2014-11-27
| ||
| 14:13 | Initial implementation of "fossil bundle purge". Needs further testing and refinement. file: [95d24c5935] check-in: [9c0d5cd895] user: drh branch: DBP-workflow, size: 25462 | |
|
2014-11-26
| ||
| 23:27 | Add the "fossil unpublished" and the "fossil publish" commands. file: [cba8f23ee3] check-in: [b543373feb] user: drh branch: DBP-workflow, size: 21187 | |
| 15:38 | Add an implementation for the "fossil bundle cat" command. file: [c905ff9db3] check-in: [8f0ced6701] user: drh branch: DBP-workflow, size: 21173 | |
| 14:26 | Improved select of delta basis files for "bundle export". Added the --standalone option to "bundle export". Improved help messages for both the bundle and purge commands. file: [b225e39092] check-in: [eb3ae3d619] user: drh branch: DBP-workflow, size: 19077 | |
| 01:40 | Initial implementation of the "bundle import" command. Also added the "db_debug()" function for use in debugging. file: [e217fef638] check-in: [8abe20a137] user: drh branch: DBP-workflow, size: 15333 | |
|
2014-11-25
| ||
| 23:15 | First cut at the "bundle export" command. Enhancements to "bundle ls". file: [ca2d8a411f] check-in: [a2f04d8173] user: drh branch: DBP-workflow, size: 11334 | |
| 22:43 | Change the bundle on-disk format slightly. Add the "bundle ls" command. file: [32323dc331] check-in: [b2a56a76d5] user: drh branch: DBP-workflow, size: 9931 | |
| 20:49 | Work on the logic for parsing command-line options to the "bundle export". The same routine might well be useful for other routines, like "timeline". file: [c83aed0a00] check-in: [8a57413e82] user: drh branch: DBP-workflow, size: 8845 | |
| 01:33 | The "purge" and "purge list" commands appear to be working. file: [f06f55f88a] check-in: [92de66d219] user: drh branch: DBP-workflow, size: 5137 | |
|
2014-11-24
| ||
| 12:05 | Added: Infrastructure for the "fossil bundle" command. This is a skeleton only and is not yet functional. file: [36ef24a94e] check-in: [6dc0b3b6f4] user: drh branch: DBP-workflow, size: 5144 | |