Timeline
Not logged in

22 events occurring around 2007-12-04 01:26:21.

2007-12-04
20:37:31 * Changes to wiki page Import CVS Repositories (user: anonymous)
20:25:42 * Changes to wiki page Import CVS Repositories (user: anonymous)
20:24:13 * Changes to wiki page Import CVS Repositories (user: anonymous)
20:05:16 * Changes to wiki page Import CVS Repositories (user: anonymous)
19:54:31 * Changes to wiki page To Do List (user: anonymous)
13:05:35 * [6af8fdc230] Generate CGI replies as separate header and body so that the header can be extended during the construction of the body. (user: drh, tags: trunk)
04:54:10 * [711e000206] Reworked ComputeLimits in the last breaker pass. Moved the heavy computation of the max predecessor / min successor data down to the sql in the changeset class. (user: aku, tags: trunk)
02:47:49 * [ebb2765954] Add the timeline display preferences page with the ability to turn on and off block markup in timeline comments and to limit the length of timeline comments. (user: drh, tags: trunk)
01:55:07 * [ec1fbd7f68] Fix typos in the "concepts.html" document. (user: drh, tags: trunk)

01:26:21 * [371dd6574c] Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. (user: drh, tags: trunk)

2007-12-03
19:17:45 * [18fbb9c52d] Send native deltas when cloning. The reduces bandwidth and reduces server load. (user: drh, tags: trunk)
19:08:11 * [16fbb59b96] Fix the delta computation on download so that it never tries to delta a file that has the same file as both its parent and its child. (user: drh, tags: trunk)
14:42:32 * [fb90abe5bd] Detect delta loops and make at least one member of the loop a phantom. (user: drh, tags: trunk)
00:27:15 * [20553a420c] Patch problems with timeline. Need to rethink the whole implementation. (user: drh, tags: trunk)
2007-12-02
23:47:45 * [e288af3995] Fluff: Renamed state methods use/reading/writing to usedb/use/extend for clarity. Updated all callers. Extended state module with code to dump the SQL statements it receives to a file for analysis. Extended the 'use' declarations of several passes. (user: aku, tags: trunk)
23:45:09 * [060513f2a9] Actually put the code for the new pass into the repository. (user: aku, tags: trunk)
22:30:09 * [dff17229ff] Addition to the default style sheet to cover the name/value pairs at the top of the vinfo page. Also a bugfix in the report.c code. (user: drh, tags: trunk)
20:06:13 * [e8c374f670] Importer Status...    Speed. This is now mostly acceptable. The one exception is pass 'BreakAllCsetCycles'. The reason is that the limit computation it does for backward branches still uses the inefficient file-level dependency computation. This will be tackled in short order. For the other passes the file spent is 'CsetsDeps' is recouped by the much... (user: aku, tags: trunk)
20:04:40 * [00bf8c198e] The performance was still not satisfying, even with faster recomputing of successors. Doing it multiple times (Building the graph in each breaker and sort passes) eats time. Caching in memory blows the memory. Chosen solution: Cache this information in the database.    Created a new pass 'CsetDeps' which is run between 'InitCsets' and 'BreakRevCsetCy... (user: aku, tags: trunk)
06:58:49 * [a437da486d] Added progress output to the breaking of backward branches. (user: aku, tags: trunk)