Fossil

Timeline
Login

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 check-in: 66c5bc56ae ... user: mistachkin tags: experimental)
22:05
Remove the 'fusefs' command from builds that do not have underlying support enabled. (check-in: 20b67ab3b0 ... user: mistachkin tags: experimental)
2016-10-24
21:54
Merge updates from trunk. (check-in: 1375911c53 ... user: mistachkin tags: experimental)
2016-10-23
02:16
Fixes for incremental Git import/export. (check-in: 9599705c69 ... user: mistachkin tags: experimental)
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. (check-in: d3cc6d1d09 ... user: mistachkin tags: experimental)
02:07
Minor security enhancements to the optional SEE integration. (check-in: 69352027bb ... user: mistachkin tags: experimental)
01:46
Add the 'project_description' variable to TH1. (check-in: 345c580d0a ... user: mistachkin tags: experimental)
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. (check-in: a5fd16fe88 ... user: mistachkin tags: experimental)
01:42
Enhance 'brlist' page to make use of branch colors. (check-in: 435ca5d2e4 ... 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 check-in: 1d85796857 ... user: drh tags: experimental)
2014-07-22
19:56
Add tests for the legacy comment formatting (from trunk). (closed check-in: 86f5c18800 ... user: mistachkin tags: experimental)
2014-07-20
05:09
Correct usage syntax error message for the 'test-comment-format' command. (check-in: 68cd1f5b59 ... user: mistachkin tags: experimental)
04:24
Enhance comments that describe the new comment printing function. (check-in: 4a5352c25d ... 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: 18a97b3a8f ... user: mistachkin tags: experimental)
02:10
Merge updates from trunk. (check-in: 5ea6a95a7b ... user: mistachkin tags: experimental)
2014-06-24
00:40
Merge updates from trunk. (check-in: 591bc4434b ... user: mistachkin tags: experimental)
2014-06-21
01:38
Add --trimspace option to the 'test-comment-format' test command. (check-in: 4e3f915c00 ... 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: 0463c7bfb1 ... user: mistachkin tags: experimental)
2014-06-20
20:56
Merge updates from trunk. (check-in: 265a48d3ec ... user: mistachkin tags: experimental)
19:52
Merge parent branch again. (check-in: 91741c7ae9 ... user: mistachkin tags: experimental)
19:16
Merge parent branch. (check-in: 69509558c8 ... 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: 856d10ae81 ... user: mistachkin tags: experimental)
18:31
Further refinements and more tests. (check-in: 70ba07c368 ... 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: 10b47cc350 ... user: mistachkin tags: experimental)
2014-06-19
21:30
Merge updates from trunk. (check-in: 5d2a7a0fa1 ... user: mistachkin tags: experimental)
21:25
Add several tests. (check-in: bb1a191853 ... 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: 89aa595f88 ... user: mistachkin tags: experimental)
05:43
Merge updates from branch. Gracefully handle the case where the first line contains no spaces. (check-in: d547629280 ... user: mistachkin tags: experimental)
03:04
Merge variable name change. (check-in: 05ea665fef ... user: mistachkin tags: experimental)
02:39
Experimental changes for more precise handling of new lines. (check-in: 816faa5af9 ... user: mistachkin tags: experimental)
2013-01-23
12:31
Only check time, if it is set. (closed check-in: 970cc4f16f ... 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: ee6ae580ee ... user: joerg tags: experimental)
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. (closed check-in: b21df7ecaf ... 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 check-in: be10939bff ... user: drh tags: experimental)
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. (closed check-in: 9a67937056 ... 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: 2cfb415b23 ... user: joerg tags: experimental)
2011-04-15
00:59
Completely forget about files that were added then removed without ever been committed. (closed check-in: 97e5ff20d7 ... user: drh tags: experimental)
2011-04-14
22:41
Refactoring the "add", "del", and "addremove" commands. (check-in: 2b95102592 ... 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: f60f56025c ... 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 check-in: b6e66cdd08 ... 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: 69f43fc077 ... user: drh tags: experimental)
2011-01-26
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. (closed check-in: 2739272921 ... user: drh tags: experimental)
2011-01-05
18:55
Experimental change to try to make "export" run faster for massive repositories. (closed check-in: c9a903c2bc ... 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 check-in: 9688ec1d00 ... user: drh tags: experimental)
2010-12-18
21:22
Add the "stash diff" and "stash gdiff" commands. (closed check-in: 987e0ff78d ... user: drh tags: experimental)
20:54
Fix a couple of out-of-order variable declarations. (check-in: 4a8b4210f7 ... 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: 8a6aa0a13f ... user: drh tags: experimental)
18:56
The "stash" functionality is now in place. Need to test more prior to merging into trunk. (check-in: 22aa74dcdf ... 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: b3dadcc4a6 ... 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 check-in: 8bb8be26ca ... user: drh tags: experimental)