History of src/rebuild.c
2009-12-30
| ||
20:33:59 | [0c81bac41f] part of check-in [76bc05d739] merge with trunk (By: btheado on 2009-12-30 20:33:59) [diff] [annotate] | |
2009-12-14
| ||
23:26:03 | [0c81bac41f] part of check-in [137d653a06] Found two more places that fQuiet should have been checked. (By: jeremy_c on 2009-12-14 23:26:03) [diff] [annotate] | |
2009-12-13
| ||
01:16:13 | [ab6ed5de1a] part of check-in [1c2d878d12] Merge with trunk (By: btheado on 2009-12-13 01:16:13) [diff] [annotate] | |
2009-12-10
| ||
02:19:16 | [ab6ed5de1a] part of check-in [6ae51190cc] reserve the use of brackets in stdout for artifacts (By: rwilson on 2009-12-10 02:19:16) [diff] [annotate] | |
2009-09-22
| ||
07:49:39 | [fa901199b7] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate] | |
2009-09-14
| ||
19:16:44 | [fa901199b7] part of check-in [6c6a978a53] Add the "scrub" command to remove passwords and other sensitive information from a repository. Ticket [e5232878345]. (By: drh on 2009-09-14 19:16:44) [diff] [annotate] | |
14:08:35 | [cd57d5ccbc] part of check-in [95f5520a09] Construct event records for tickets correctly even when the ticket change artifacts arrive out of order. (By: drh on 2009-09-14 14:08:35) [diff] [annotate] | |
2009-08-27
| ||
18:33:43 | [fd43a695c4] part of check-in [4c37130fde] Various small performance enhancements. (By: drh on 2009-08-27 18:33:43) [diff] [annotate] | |
2009-08-22
| ||
19:27:56 | [523d3c93a0] part of check-in [d0fc1ad062] Fix the "rebuild" command so that it works in an open check-out without having to specify the repository and so that it accepts the -R option. (By: drh on 2009-08-22 19:27:56) [diff] [annotate] | |
2009-01-22
| ||
12:03:51 | [485e8e6098] part of check-in [42c2a18e73] Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. (By: drh on 2009-01-22 12:03:51) [diff] [annotate] | |
2009-01-21
| ||
02:47:42 | [194f1062f7] part of check-in [7c7edde116] Add the sym-trunk and newbranch tags to the root check-in when rebuilding. Also add the newbranch tag to the root check-in when creating a new repository. (By: drh on 2009-01-21 02:47:42) [diff] [annotate] | |
2008-11-10
| ||
00:40:10 | [9a9c00a3c9] part of check-in [3f6edbc779] Update to the latest SQLite. Add a Rebuild button on the Shun webpage. Add the test-detach CLI method. (By: drh on 2008-11-10 00:40:10) [diff] [annotate] | |
2008-07-24
| ||
02:04:36 | [0d4b328967] part of check-in [f46fe42d6d] Store private ticket fields (ex: the originators email address) as their SHA1 hash so that malefactors cannot read them. Add the new "concealed" table to the repository database and store mappings from SHA1 hashes back to email addresses in that table. Ticket [a24ec6005f]. Note: run "rebuild" on repositories after updating to this version of fossil in order to create the "concealed" table. Need to add the ability to manage the concealed table from the web interface and the ability to sync concealed content between trusted repositories. (By: drh on 2008-07-24 02:04:36) [diff] [annotate] | |
2008-06-02
| ||
09:54:38 | [ec319a8700] part of check-in [cfb1341ae3] Fix an assert in the rebuild command. (By: drh on 2008-06-02 09:54:38) [diff] [annotate] | |
2008-05-29
| ||
01:58:15 | [701e9dff44] part of check-in [a48474bc75] Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. (By: drh on 2008-05-29 01:58:15) [diff] [annotate] | |
2008-05-18
| ||
17:18:41 | [bcc65378b8] part of check-in [791a513c28] Improvements to clone performance. Skip cross-linking during the clone the automatically rebuild after the clone. Fixes to rebuild to make sure all artifacts are crosslinked. (By: drh on 2008-05-18 17:18:41) [diff] [annotate] | |
2008-05-17
| ||
14:49:49 | [51a3d6cdc6] part of check-in [55342eb9fb] The bug report generator compiles but still does not work right. (By: drh on 2008-05-17 14:49:49) [diff] [annotate] | |
08:53:34 | [c03e63f03e] part of check-in [525cc35bf3] Allow the check-in of files show names begin with ".". Add the "private" table to repository schema but do not yet do anything with it. (By: drh on 2008-05-17 08:53:34) [diff] [annotate] | |
2008-05-16
| ||
17:05:05 | [468a623847] part of check-in [5b74febbcc] The rebuild command corrects any errors seen in the blob.size field. (By: drh on 2008-05-16 17:05:05) [diff] [annotate] | |
2008-05-14
| ||
02:03:45 | [048501db14] part of check-in [6458f020fc] Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. (By: drh on 2008-05-14 02:03:45) [diff] [annotate] | |
2008-03-06
| ||
22:58:48 | [b5c158aea9] part of check-in [61ddd63b72] Work toward making fossil work better on large repositories. This version implements a cache in the content manager. It is not clear yet if this is necessarily a good idea - this check-in might end up on an abandoned branch at some point. (By: drh on 2008-03-06 22:58:48) [diff] [annotate] | |
2007-12-05
| ||
08:07:46 | [5e55de3bcd] part of check-in [d0305b305a] Merged mainline into my branch to get the newest application. (By: aku on 2007-12-05 08:07:46) [diff] [annotate] | |
2007-11-28
| ||
14:31:19 | [5e55de3bcd] part of check-in [f088412c49] Remove a stray character that snuck unto the rebuild.c source file. (By: drh on 2007-11-28 14:31:19) [diff] [annotate] | |
2007-11-26
| ||
01:33:50 | [d164c66a47] part of check-in [62f37c9722] Begin porting the CVSTrac ticket reporting code over to fossil. The new code is not yet connected into the system. The port is incomplete. (By: drh on 2007-11-26 01:33:50) [diff] [annotate] | |
2007-11-24
| ||
19:33:46 | [d7213a8b18] part of check-in [fb358ca492] Progress toward getting ticketing working. We can enter a new ticket and display it. Cannot yet edit a ticket. (By: drh on 2007-11-24 19:33:46) [diff] [annotate] | |
2007-10-11
| ||
01:17:20 | [45d87035e5] part of check-in [e38fc922a5] Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. (By: drh on 2007-10-11 01:17:20) [diff] [annotate] | |
2007-10-05
| ||
13:47:00 | [6f9e0bad18] part of check-in [70d5cc86b7] Add the shun table. Do not process artifacts named in the shun table. (By: drh on 2007-10-05 13:47:00) [diff] [annotate] | |
2007-09-21
| ||
18:33:13 | [6a267b5a25] part of check-in [ce1c1a2907] Add the --randomize parameter to the rebuild command. Used for testing. (By: drh on 2007-09-21 18:33:13) [diff] [annotate] | |
2007-09-17
| ||
00:58:51 | [45c4994360] part of check-in [bbcb6326c9] Pulled in the navbar and timeline changes. (By: aku on 2007-09-17 00:58:51) [diff] [annotate] | |
2007-09-08
| ||
16:01:28 | [45c4994360] part of check-in [e1c1877c99] Sync using clusters appears to work. More testing is needed before we go live. (By: drh on 2007-09-08 16:01:28) [diff] [annotate] | |
2007-09-03
| ||
01:28:57 | [fab565baa9] part of check-in [ba486fec5a] Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. (By: drh on 2007-09-03 01:28:57) [diff] [annotate] | |
2007-08-29
| ||
02:42:24 | [104f7b4bf8] part of check-in [e00384d26d] Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". (By: aku on 2007-08-29 02:42:24) [diff] [annotate] | |
2007-08-18
| ||
11:42:24 | [3f04f9d6cb] part of check-in [6607844a01] Added options to the "timeline" CLI command. Additional help comments. (By: drh on 2007-08-18 11:42:24) [diff] [annotate] | |
2007-08-09
| ||
17:42:59 | [6b83ecc26a] part of check-in [73bddaebb9] The delta compress on xfer is working better now, but still needs work. (By: drh on 2007-08-09 17:42:59) [diff] [annotate] | |
03:19:18 | [6ab5a0bcde] part of check-in [eea381f416] Progress toward delta compression on the xfer protocol. The compression works well. But the client is not telling the server what files it has so the server does not have anything to delta against. (By: drh on 2007-08-09 03:19:18) [diff] [annotate] | |
2007-07-21
| ||
14:10:57 | [04451053b1] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate] |