Fossil

Timeline
Login

Timeline

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

50 most recent check-ins tagged with "experimental"

2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56 user: mistachkin tags: experimental)
22:05
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3 user: mistachkin tags: experimental)
2016-10-24
21:54
Merge updates from trunk. ... (check-in: 1375911c user: mistachkin tags: experimental)
2016-10-23
02:16
Fixes for incremental Git import/export. ... (check-in: 9599705c user: mistachkin tags: experimental)
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: d3cc6d1d user: mistachkin tags: experimental)
02:07
Minor security enhancements to the optional SEE integration. ... (check-in: 69352027 user: mistachkin tags: experimental)
01:46
Add the 'project_description' variable to TH1. ... (check-in: 345c580d user: mistachkin tags: experimental)
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: a5fd16fe user: mistachkin tags: experimental)
01:42
Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2 user: mistachkin tags: experimental)
2014-10-21
22:12
Avoid invoking fossil_error() in manifest_crosslink() while processing a push, even though such errors are suppose to be ignored. ... (Closed-Leaf check-in: 1d857968 user: drh tags: experimental)
2014-07-22
19:56
Add tests for the legacy comment formatting (from trunk). ... (Closed-Leaf check-in: 86f5c188 user: mistachkin tags: experimental)
2014-07-20
05:09
Correct usage syntax error message for the 'test-comment-format' command. ... (check-in: 68cd1f5b user: mistachkin tags: experimental)
04:24
Enhance comments that describe the new comment printing function. ... (check-in: 4a5352c2 user: mistachkin tags: experimental)
02:35
Add -comfmtflags command line option to set the comment printing flags, defaulting to the legacy comment printing algorithm. ... (check-in: 18a97b3a user: mistachkin tags: experimental)
02:10
Merge updates from trunk. ... (check-in: 5ea6a95a user: mistachkin tags: experimental)
2014-06-24
00:40
Merge updates from trunk. ... (check-in: 591bc443 user: mistachkin tags: experimental)
2014-06-21
01:38
Add --trimspace option to the 'test-comment-format' test command. ... (check-in: 4e3f915c user: mistachkin tags: experimental)
01:32
Re-add the legacy comment printing algorithm. Currently, it is being retained primarily for testing and comparison purposes. ... (check-in: 0463c7bf user: mistachkin tags: experimental)
2014-06-20
20:56
Merge updates from trunk. ... (check-in: 265a48d3 user: mistachkin tags: experimental)
19:52
Merge parent branch again. ... (check-in: 91741c7a user: mistachkin tags: experimental)
19:16
Merge parent branch. ... (check-in: 69509558 user: mistachkin tags: experimental)
18:56
Reorganize the new code, making internal functions private. Add COMMENT_PRINT_TRIM_SPACE flag, on by default. ... (check-in: 856d10ae user: mistachkin tags: experimental)
18:31
Further refinements and more tests. ... (check-in: 70ba07c3 user: mistachkin tags: experimental)
03:56
Initial draft of the ability to break a multi-line comment on word boundaries using the new algorithm. ... (check-in: 10b47cc3 user: mistachkin tags: experimental)
2014-06-19
21:30
Merge updates from trunk. ... (check-in: 5d2a7a0f user: mistachkin tags: experimental)
21:25
Add several tests. ... (check-in: bb1a1918 user: mistachkin tags: experimental)
21:25
Complete re-write of the comment printing algorithm, taking the preservation of any pre-existing formatting within the comment into account. No attempt is made to avoid breaking a line in the middle of a word. ... (check-in: 89aa595f user: mistachkin tags: experimental)
05:43
Merge updates from branch. Gracefully handle the case where the first line contains no spaces. ... (check-in: d5476292 user: mistachkin tags: experimental)
03:04
Merge variable name change. ... (check-in: 05ea665f user: mistachkin tags: experimental)
02:39
Experimental changes for more precise handling of new lines. ... (check-in: 816faa5a user: mistachkin tags: experimental)
2013-01-23
12:31
Only check time, if it is set. ... (Closed-Leaf check-in: 970cc4f1 user: joerg tags: experimental)
2013-01-18
22:05
Add new option max-download-time to limit the processing time of pull/sync /clone requests. This helps to significantly cut down the number of time outs clients receive on busy server with reverse proxy configuration. It generally provides better response times. ... (check-in: ee6ae580 user: joerg tags: experimental)
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. ... (Closed-Leaf check-in: b21df7ec user: drh tags: experimental)
2012-02-09
13:55
Experimental changes to the "update" command to have it report when it makes no changes to the repository. ... (Closed-Leaf check-in: be10939b user: drh tags: experimental)
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. ... (Closed-Leaf check-in: 9a679370 user: joerg tags: experimental)
00:24
During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. ... (check-in: 2cfb415b user: joerg tags: experimental)
2011-04-15
00:59
Completely forget about files that were added then removed without ever been committed. ... (Closed-Leaf check-in: 97e5ff20 user: drh tags: experimental)
2011-04-14
22:41
Refactoring the "add", "del", and "addremove" commands. ... (check-in: 2b951025 user: drh tags: experimental)
18:09
Refactoring the directory scanning code used by recursive add, extra, and clean. Seems to work but needs more testing prior to folding into trunk. ... (check-in: f60f5602 user: drh tags: experimental)
2011-01-28
21:52
Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. ... (Closed-Leaf check-in: b6e66cdd user: drh tags: experimental)
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. ... (check-in: 69f43fc0 user: drh tags: experimental)
2011-01-26
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. ... (Closed-Leaf check-in: 27392729 user: drh tags: experimental)
2011-01-05
18:55
Experimental change to try to make "export" run faster for massive repositories. ... (Closed-Leaf check-in: c9a903c2 user: drh tags: experimental)
2010-12-20
16:57
Additional lookaside buffer measurements associated with an experimental version of SQLite, enabled only when --sqltrace is used. ... (Closed-Leaf check-in: 9688ec1d user: drh tags: experimental)
2010-12-18
21:22
Add the "stash diff" and "stash gdiff" commands. ... (Closed-Leaf check-in: 987e0ff7 user: drh tags: experimental)
20:54
Fix a couple of out-of-order variable declarations. ... (check-in: 4a8b4210 user: drh tags: experimental)
20:39
Many bug fixes while testing stash: Fix "revert" so that it updates the file status correctly. Fix several cases of "//" being used as a file separator instead of just "/". Fix undo on stash apply. Make "stash drop" undoable. Update documentation for undo and stash. ... (check-in: 8a6aa0a1 user: drh tags: experimental)
18:56
The "stash" functionality is now in place. Need to test more prior to merging into trunk. ... (check-in: 22aa74dc user: drh tags: experimental)
17:24
Begin adding code to implement the "stash" command. The code compiles and runs but is currently incomplete. This is an incremental check-in to preserve state. (Ironically, if "stash" were working, I'd have probably just done a "stash snapshot" to capture this state, rather than an experimental branch.) ... (check-in: b3dadcc4 user: drh tags: experimental)
2010-12-09
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (Closed-Leaf check-in: 8bb8be26 user: drh tags: experimental)