Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 descendants of 953357515ccf2fc9
|
2016-01-06
| ||
| 17:18 | Add '-quiet' command line option to the test suite. check-in: c2e42166ef user: mistachkin tags: trunk | |
| 11:13 | Update the built-in SQLite to version 3.10.0 final. check-in: 52ee83c729 user: drh tags: trunk | |
| 04:03 | In the 'revert' test, adjust formatting of expected results containing 'DELETE', 'REVERT', and 'UNMANAGE', also to account for recent code changes. check-in: 1338b4198d user: mistachkin tags: trunk | |
| 04:01 | In the 'mv-rm' test, adjust formatting of expected results containing 'DELETE' and 'REVERT', also to account for recent code changes. check-in: 11444dbec7 user: mistachkin tags: trunk | |
| 03:53 | In the 'clean' test, adjust formatting of expected results containing 'NEW', to account for recent code changes. check-in: 81df0a48f7 user: mistachkin tags: trunk | |
| 03:49 | Adjust two markdown tests so they pass again. check-in: a489aecc54 user: mistachkin tags: trunk | |
| 03:38 | In the test suite, require the configured temporary directory to be valid prior to attempting to run any tests. check-in: e2bd4bfced user: mistachkin tags: trunk | |
|
2016-01-05
| ||
| 10:12 | [c541b6e734] Remove unintended white space change in wiki.c check-in: d4dc7ad8dc user: dave.vines tags: technoteattachcli | |
| 08:40 | [c541b6e734] Move attachment command from wiki.c to attach.c check-in: 64a5ef28e5 user: dave.vines tags: technoteattachcli | |
| 08:34 | [c541b6e734] Move attachment from wiki subcommand to top level command check-in: 16f864af8f user: dave.vines tags: technoteattachcli | |
| 04:52 | Update the built-in SQLite to the next 3.10.0 beta. check-in: cd58f59a47 user: drh tags: trunk | |
|
2016-01-04
| ||
| 03:41 | Update manifests on tag change. check-in: 6f8f8667c9 user: jan tags: jan-manifest-tags | |
| 03:10 | Filter tags. check-in: 53f2e7c540 user: jan tags: jan-manifest-tags | |
| 02:54 | Handle the three manifest files separately so manifest generation reconfigurations can be handled properly. check-in: dacecc79aa user: jan tags: jan-manifest-tags | |
| 02:16 | Conditionally save manifests on commit. check-in: 46b9adb70f user: jan tags: jan-manifest-tags | |
| 00:36 | Code normalization; tabs->spaces. check-in: de30eec201 user: jan tags: jan-manifest-tags | |
| 00:28 | Add manifest.tags to generated zips, and decouple manifest and manifest.uuid. check-in: aed6fe5308 user: jan tags: jan-manifest-tags | |
| 00:22 | Fix: Extract filename for manifest.tags. check-in: 185669ce21 user: jan tags: jan-manifest-tags | |
| 00:19 | Added a missing finalize. check-in: 6a56db89f6 user: jan tags: jan-manifest-tags | |
|
2016-01-03
| ||
| 23:55 | Add manifest.tags to tarballs when appropriate, and decouple manifest and manifest.uuid. check-in: 80ceedbdea user: jan tags: jan-manifest-tags | |
| 22:54 | Add manifest.tags to the list of potentially reserved names and decouple manifest and manifest.uuid from each other. check-in: 142cb7aabd user: jan tags: jan-manifest-tags | |
| 22:46 | Fix; second argument of db_get_versioned() is not that of db_get(). check-in: 226e7c2842 user: jan tags: jan-manifest-tags | |
| 21:19 | manifest is a versionable setting. check-in: e5b250959a user: jan tags: jan-manifest-tags | |
| 21:16 | Change manifest setting to a non-boolean. check-in: 87a1547537 user: jan tags: jan-manifest-tags | |
| 20:58 | Started work on allowing manifest.tags to automatically be created containing the checkout's tags. Repurposed the manifest setting slightly allowing manifest and manifest.uuid to be toggled individually, but keeping backwards compatibility. check-in: 9a2c75fc1c user: jan tags: jan-manifest-tags | |
|
2016-01-02
| ||
| 10:49 | [c541b6e734] Correct merge check-in: 85aa2a6f76 user: dave.vines tags: technoteattachcli | |
| 10:46 | [c541b6e734] Add cli for attaching to wiki pages and tech notes check-in: b208bf7577 user: dave.vines tags: technoteattachcli | |
| 10:34 | Create new branch named "technoteattachcli" check-in: 5712fa8f13 user: dave.vines tags: technoteattachcli (unpublished) | |
|
2016-01-01
| ||
| 20:49 | Fix a bug in the manifest parser that can cause a read off the end of a buffer when doing a "fossil rebuild" on a repository that contains artifacts that start out looking like a valid special artifact but are not terminated by \n. This fixes a bug introduced by check-in [49b0ff15922674]. check-in: 6013aea0c2 user: drh tags: trunk | |
| 17:30 | Update the built-in SQLite to the second beta for 3.10.0. check-in: 987a80ef06 user: drh tags: trunk | |
|
2015-12-31
| ||
| 16:10 | Fix a harmless compiler warning in an assert() in delta.c. check-in: d891af8385 user: drh tags: trunk | |
| 16:06 | Add the ability to have attachments on technotes. Add command-line support for technotes in the "fossil wiki" command. check-in: 045deb27ce user: drh tags: trunk | |
| 15:46 | Add MIME types for C# and VB.NET. check-in: 5e81f4c025 user: drh tags: trunk | |
| 15:45 | Use intrinsic byte-swapping functions to boost the performance of delta checksums. check-in: 7338b3a951 user: drh tags: trunk | |
| 15:44 | Update the built-in SQLite to 3.10.0 beta for SQLite testing. check-in: ec8394e166 user: drh tags: trunk | |
| 15:18 | Use intrinsic functions to boost the performance of the delta checksum. Closed-Leaf check-in: 726ab361a8 user: drh tags: checksum-intrinsics | |
| 11:31 | [c541b6e734] Add attachments to technotes Closed-Leaf check-in: 67288e935a user: dave.vines tags: technoteattach | |
| 11:20 | [c541b6e734] Add -technote option to wiki command check-in: 467e493e89 user: dave.vines tags: technoteattach | |
| 10:58 | Create new branch named "technoteattach" check-in: 5906ebc755 user: dave.vines tags: technoteattach | |
| 00:25 | Add primary MIME types for C# (.cs) and VB.NET (.vb) source code. Closed-Leaf check-in: 33dd770461 user: mistachkin tags: dotnet-mime | |
|
2015-12-29
| ||
| 21:52 | Fix comment typos in main.c - including some comments that are used as on-line help text. check-in: d76a980fd1 user: drh tags: trunk | |
| 20:18 | Add the --no-rebuild and --no-vacuum options to the "fossil import" command. check-in: 219f967cd7 user: drh tags: trunk | |
| 05:43 | Several documentation wording improvements on the front page. check-in: ebe25922f5 user: mistachkin tags: trunk | |
|
2015-12-27
| ||
| 21:02 | Further performance enhancements on the delta generator. check-in: 09d3e7ebf0 user: drh tags: trunk | |
| 20:05 | Performance optimizations for the delta generator. check-in: dbbe320297 user: drh tags: trunk | |
| 18:49 | For the "fossil server" command, set the HTTP_SERVER_HAD_REPOSITORY and HTTP_SERVER_HAD_CHECKOUT flags just as they would have been with the "fossil ui" command. check-in: e4e0988477 user: drh tags: trunk | |
|
2015-12-25
| ||
| 15:13 | Enhance the test-delta-analyze command to show the size of the delta. check-in: 138313df99 user: drh tags: trunk | |
| 14:46 | Performance optimization on the delta generator. check-in: 2dd25909da user: drh tags: trunk | |
| 13:42 | Fix the "fossil import --git" command so that it does delta compression on the fly, and hence uses much less temporary disk space. Also show progress information unless --quiet is used. check-in: 063779a14c user: drh tags: trunk | |
| 03:20 | Add a configuration option that will truncate the display of check-in comments on timelines at the first blank line. check-in: 96101215ae user: drh tags: trunk | |
| 02:25 | Add "Related" and "Branch Only" buttons to the t= and r= query parameters for /timeline. check-in: 953357515c user: drh tags: trunk | |