Fossil

Timeline
Login

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

50 most recent check-ins related to "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: 1d85796857 user: drh tags: experimental
03:05
Fix compiler warning and clarify use of local variables. check-in: e7518b44eb user: mistachkin tags: trunk
2014-07-22
19:56
Add tests for the legacy comment formatting (from trunk). Closed-Leaf 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-07-19
19:20
Allow commits against a closed leaf as long as the new commit is on a different branch. check-in: 619fa857c9 user: drh tags: trunk
2014-06-24
00:40
Merge updates from trunk. check-in: 591bc4434b user: mistachkin tags: experimental
2014-06-23
09:35
Make daysOfWeek a const table. c/char const/const char/ check-in: 1d30672588 user: jan.nijtmans tags: trunk
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
20:55
Merge updates from trunk. Closed-Leaf check-in: 1f2eac618c user: mistachkin tags: respectformatting
19:52
Merge parent branch again. check-in: 91741c7ae9 user: mistachkin tags: experimental
19:48
Update comment tests. check-in: fcbfd8b5a1 user: mistachkin tags: respectformatting
19:16
Merge parent branch. check-in: 69509558c8 user: mistachkin tags: experimental
19:15
Merge updates from trunk. check-in: fc84a01a8b user: mistachkin tags: respectformatting
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:28
Merge updates from trunk. Add tests. check-in: 334f518c5f user: mistachkin tags: respectformatting
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
04:21
Merge updates from trunk. Adjust tests to account for comment formatting changes. One key test is still failing. check-in: 59d80134ff user: mistachkin tags: respectformatting
03:04
Merge variable name change. check-in: 05ea665fef user: mistachkin tags: experimental
03:03
Rename the zBuf variable to zLine, to improve clarity. check-in: b68446e291 user: mistachkin tags: respectformatting
02:39
Experimental changes for more precise handling of new lines. check-in: 816faa5af9 user: mistachkin tags: experimental
02:39
Even more style improvements. check-in: c7c3d99a60 user: mistachkin tags: respectformatting
2013-01-23
12:31
Only check time, if it is set. Closed-Leaf 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
21:34
Run "analyze" after a rebuild. For small repositories, the time doesn't matter and for large repositories, the effect on the query plans are huge. Push/pull for example will otherwise do a sequential scan of the blob table and joining that with the unclustered table afterwards, when the other way around is several order of magnitudes more efficient. check-in: 80bf94e0f7 user: joerg tags: trunk
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. Leaf check-in: b21df7ecaf user: drh tags: experimental
01:41
Update SQLite from upstream in order to test SQLite. check-in: 51858373cb user: drh tags: trunk
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: be10939bff user: drh tags: experimental
2012-02-08
03:04
Update the version number to 1.22 and begin entering change log information for the next release. check-in: 9b1d394a71 user: drh tags: trunk
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. Closed-Leaf 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-07-22
23:46
If a branch does not have a color set for it, choose a background color for the timeline background based on a hash of the branch name. check-in: c946b573c7 user: drh tags: trunk
2011-04-15
00:59
Completely forget about files that were added then removed without ever been committed. Closed-Leaf 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
14:23
Factor the glob-pattern matching logic into a separate module. check-in: 289ea2a9b6 user: drh tags: trunk
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: 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
19:09
Add end-tags to the anchors in the [/doc/trunk/src/makeheaders.html] document. check-in: b6a4e8592d user: drh tags: trunk
2011-01-26
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. Closed-Leaf check-in: 2739272921 user: drh tags: experimental
15:37
Make the definition of "leaf" on the "leaves" page more precise. check-in: 752895d916 user: drh tags: trunk