20 ancestors of [0246783012]
2008-02-23
| ||
20:17:28 | * | [0246783012e] Fix code handling --memory-track, missed import of its supporting command. (user: aku, tags: trunk) |
07:12:09 | * | [7c6df76554] Tweaked integrity output lightly. (user: aku, tags: trunk) |
07:10:56 | * | [cff0185200] Fix extraction of memory data from the log, pipe symbol is special. (user: aku, tags: trunk) |
06:40:48 | * | [efec424a19] Merge Merged bugfix b3d61d7829 into the main branch for optimization of memory usage. (user: aku, tags: trunk) |
06:33:30 | * | [b3d61d7829] Fixed bug made in f46458d5bd which prevented the saving of the changesets generated by the breaking of the internal dependencies. (user: aku, tags: trunk) |
2008-02-21
| ||
05:13:14 | * | [c2ad73ed92] Added high-level logging for memory tracing to the code breaking the preliminary changesets. First runs indicate that the DEPC array becomes so very large, caused by a high amount of indirect dependencies (several hundred). (user: aku, tags: trunk) |
2008-02-17
| ||
02:06:19 | * | [f46458d5bd] Fork Reworked the basic structure of pass InitCSets to keep memory consumption down. Now incremental creates, breaks, saves, and releases changesets, instead of piling them on before saving all at the end. Memory tracking confirms that this changes the accumulating mountain into a near-constant usage, with the expected spikes from the breaking. (user: aku, tags: trunk) |
2008-02-16
| ||
06:46:41 | * | [27ed4f7dc3] Extended pass InitCsets and underlying code with more log output geared towards memory introspection, and added markers for special locations. Extended my notes with general observations from the first test runs over my example CVS repositories. (user: aku, tags: trunk) |
06:45:03 | * | [7b71f64766] Integrated memory tracking into the option processor for activation and configuration, and into the log system for use. The latter means that each actual output to the log is an introspection point. (user: aku, tags: trunk) |
06:43:54 | * | [8287044ecd] Created a memory tracking subsystem to investigate memory consumption of the system in general, and pass InitCsets in particular. getmemory series is a postprocessor pulling the data out of the log and into a tables gnuplot is able to handle. (user: aku, tags: trunk) |
2008-02-14
| ||
04:27:42 | * | [a25bafb76a] Bugfix. Allow for removal of a path from a workspace which was not added to the workspace yet. Issue a warning when encontering this. (user: aku, tags: trunk) |
04:26:43 | * | [300f31260b] Tune log output tracking the creation workspace objects, make them less stilted. (user: aku, tags: trunk) |
2008-02-13
| ||
04:57:43 | * | [6d5de5f1c1] Tuned the handling of the vendor branch in case we have multiple different symbols representing it. The import pass now effectively merges these symbols into a single line of development. (user: aku, tags: trunk) |
2008-02-12
| ||
06:23:54 | * | [de03c8b1ea] Extended my notes. (user: aku, tags: trunk) |
05:39:21 | * | [7817ff2212] Time information extended to include a total summed over all passes. Output extended to include formatted time data (hours, minutes, seconds). (user: aku, tags: trunk) |
04:25:34 | * | [0d02fe6c7a] Report destination file for repository, and fix bug with the naming of the destination triggered when importing a repository in toto. (user: aku, tags: trunk) |
04:24:42 | * | [c1dc8701ef] Added code to skip of administrative .cvsignore files. Added code to detect and warn about dot files (.FOO). Allow the user to import dot files by converting their names to non-dot form (.FOO -> dot-FOO). (user: aku, tags: trunk) |
2008-02-09
| ||
00:11:04 | * | [49b59bc559] Fork Issue a warning after a commit if the commit causes a fork. (user: drh, tags: trunk) |
2008-02-08
| ||
22:36:29 | * | [73a9b3d5d1] Truncate the name of the toplevel directory added to ZIP archives to be the first 10 characters of the UUID. (user: drh, tags: trunk) |
22:31:33 | * | [4bbb00a8c8] Change zip archiver to make use of blob.c mechanisms for adding prefixes to file names. Remove C constructs that are not commonly supported. (user: drh, tags: trunk) |
22:02:54 | * | [091499ec1a] minor buffer length fix for the previous change (user: stephan, tags: trunk) |