Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user viriketo occurring around 2011-09-01 22:36:32.
2011-10-14
| ||
19:01 | Fixing the merge_renames test; fossil was using $HOME somehow. I noticed it running the test in an environment without a valid $HOME path (the nix package building). fossil refused to run the 'fossil new' inside the merge_renames test. ... (check-in: bf480a29a6 user: viriketo tags: declined) | |
16:12 | Merging the extended_ci_names branch, that introduces more ways of naming checkins in diff and update operations. ... (check-in: 107e605f41 user: viriketo tags: declined) | |
16:11 | Merging the annotate_noleak changes, about removing an important memory leak in the annotate operation. It also fixes some blob behaviour in blob.c and content.c. <b>Update:</b> Removed from trunk. Replaced by the must simpler fix at [9929bab702f99839ee] ... (check-in: 409f370a6d user: viriketo tags: declined) | |
2011-10-13
| ||
12:56 | Fixing the usage() calls in stash.c, as it duplicated the word stash; it was giving messags like "Usage: fossil stash stash pop". ... (check-in: 399c0ddae4 user: viriketo tags: trunk) | |
2011-10-12
| ||
17:41 | Adding a more options at naming commits for diff and update commands. I wrote a new function that allows more kind of specifications for a checkin uuid: checkout, parent and pivot:id1:id2. If there was a way to discover the 'parent branch' of the current checkout, there could be a 'parentbranch' naming too. I think this makes the life easier, specially for the pivot:id1:id2 case, about seeing the difference between a branch and its parent branch. I find myself using often the test-find-pivot command just to get that diff or update to the pivot, to check changes between the current branch and the parent branch. ... (Closed-Leaf check-in: 9fe787ec03 user: viriketo tags: extended_ci_names) | |
16:24 | • Ticket [30b28cf351] Merge to the checkout (on update) fails, if with renames status still Open with 2 other changes ... (artifact: fc7230ad61 user: viriketo) | |
16:23 | • Ticket [74413366fe] Bad behaviour merging with renames status still Open with 1 other change ... (artifact: b45e022d7b user: viriketo) | |
16:23 | • Ticket [554f44ee74] Interbranch interference with merges and renames status still Open with 1 other change ... (artifact: f7ae336113 user: viriketo) | |
16:20 | Fixing the merge_renames test, so it accepts being called out of a repository. The message given by fossil when trying 'info' out of a repository had changed. ... (check-in: 0a7ab3ccb0 user: viriketo tags: trunk) | |
15:21 | Making the http ssl code output the verification error, in case of verification failure. I also make the user question state the host the certificate is related to. ... (check-in: 79c31f9b73 user: viriketo tags: trunk) | |
2011-10-03
| ||
16:34 | Disabling Cache-control: no-store, as it made firefox forget about form field contents on back/forward in history. Resolution achieved by a minimal consensus at [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06314.html|this thread on the mailing list]. ... (check-in: 3fac77d7b0 user: viriketo tags: trunk) | |
2011-09-13
| ||
17:18 | The Label list was not properly freed in some cases; looking at the annotate of 'win/Makefile.msc' was triggering the case. ... (Closed-Leaf check-in: 4860d9f234 user: viriketo tags: annotate_noleak) | |
16:43 | Getting in the changes reducing the leak on annotate. In the fossil mailing list, I received only opinions in favour of getting mallocs and frees properly paired, so I think noone will refuse the change. ... (check-in: 7870a89b10 user: viriketo tags: annotate_noleak) | |
2011-09-07
| ||
14:28 | • New ticket [032c86d6b8] A rename disallows further merges. ... (artifact: ebff7ebf23 user: viriketo) | |
13:41 | • Ticket [f630d61ed8] adding comments to a tag status still Open with 1 other change ... (artifact: 302b935138 user: viriketo) | |
2011-09-06
| ||
20:30 | Documenting the Label structure I introduced. ... (Closed-Leaf check-in: 58a02a2e4a user: viriketo tags: label_linkedlist) | |
07:33 | Two fixes about localtime: * The ci_edit page tells the user that it asks UTC time * The object_description gives links to localtime (if it's set in the config). Otherwise the links were not pointing at the concerning checkin. ... (Closed-Leaf check-in: 1765c18d94 user: viriketo tags: localtime_fixes) | |
2011-09-04
| ||
22:22 | • Edit [ef8266b710505ed1|ef8266b710]: Edit check-in comment. ... (artifact: 2398b5bd9d user: viriketo) | |
22:14 | Implementation of a linked list to solve the memory leak described in a TODO in [e2ebb1f5cae8]. This code is slower than having the memory leak, and at the end, it was not a big memory leak. Let's say, 10 byte per revision involved in a file annotate. If a file has 30000 revisions, it may go around 300KB then. For this leak to be noticeable (as we have a content cache until 50MB), it would mean having above a milion revisions for the file annotated. So, I keep this in a branch apart, as maybe the leak is worth the faster code. I have not measured the speed difference though. ... (check-in: ef8266b710 user: viriketo tags: label_linkedlist) | |
21:39 | Reducing the leak of annotate even more. I wrote a TODO in the file, for a leak still present and relevant for files modified by many versions, but that requires harder work to get right. ... (check-in: e2ebb1f5ca user: viriketo tags: annotate_noleak) | |
21:02 | Making annotate not segfault for the complex test case I have. There is still a little leak... but muuuch smaller than it was. ... (check-in: fa760a24cd user: viriketo tags: annotate_noleak) | |
20:43 | Updating from trunk to get the latest code. ... (check-in: 73b6ff4966 user: viriketo tags: annotate_noleak) | |
20:41 | What I did to get the 'annotate' command not leak. Notice that I disabled again the check for blob_is_reset, as in trunk. ... (check-in: 7ad4dfbe8b user: viriketo tags: annotate_noleak) | |
2011-09-01
| ||
22:36 | • Edit [9ce6771c782b8268|9ce6771c78]: Mark "Closed". Edit check-in comment. ... (artifact: 72f963c3a9 user: viriketo) | |
22:36 | • Edit [2e38bed49e5ad601|2e38bed49e]: Mark "Closed". ... (artifact: 3e1c0f114c user: viriketo) | |
20:38 | I think I fix a possible bug on platforms where 'char' has signed meaning, on the code about noting the 'rcvfrom' ipv4 address. ... (Closed-Leaf check-in: 9ce6771c78 user: viriketo tags: ssl_peer_ip) | |
20:33 | Adding some ipv4-only code to get the ip where we took the content from for the https connections. The "rcvfrom" information was lost in the case of https connections. I don't know how to make it work well for ipv6 too. ... (check-in: daa6a0eb9b user: viriketo tags: ssl_peer_ip) | |
17:45 | Merging the unwanted two trunk leaves. ... (check-in: a22c381757 user: viriketo tags: trunk) | |
17:44 | Fixing typo in the 'fossil configuration' command line help. ... (check-in: cd8041b159 user: viriketo tags: trunk) | |
2011-08-31
| ||
20:34 | Adding a new test I wanted to write. I just saw this in my local copy, but I really forgot if I finished it or not. ... (Closed-Leaf check-in: 62f4a8a61c user: viriketo tags: merge_renames) | |
09:00 | I fix the html related to the artifact description, about pairs of ul. I also disable the [view] link in the 'fdiff' ui page, because we already provide a link to the artifact in the h2 titles stating the artifacts compared. ... (check-in: e55105e58f user: viriketo tags: artifact_description) | |
08:34 | Fixing the display of the artifact description when the artifact appears as different filenames. ... (check-in: f8eff242fe user: viriketo tags: artifact_description) | |
08:31 | • Edit [d34a1b9f3d93b072|d34a1b9f3d]: Edit check-in comment. ... (artifact: 8b292b7f6c user: viriketo) | |
08:24 | Trying to improve the ui artifact description to something easier to parse by the human eye. I'd still like to have the branch name of every checkin, but I still don't know how to get it. ... (check-in: d34a1b9f3d user: viriketo tags: artifact_description) | |
07:48 | • New ticket [666072edfc] Add a UI view of file history from a checkin, backwards in time. ... (artifact: 19e3eab060 user: viriketo) | |
2011-08-30
| ||
16:50 | • Ticket [3ed2e994e1] fossil commit -user stopped working status still Open with 1 other change ... (artifact: 430a530c0c user: viriketo) | |
16:35 | • Ticket [953031915f] Lack of warning when overwriting extra files status still Fixed with 1 other change ... (artifact: 558474536b user: viriketo) | |
08:38 | • New ticket [3ed2e994e1] fossil commit -user stopped working. ... (artifact: 9690b7dc64 user: viriketo) | |
08:01 | Updating from trunk to keep up working in the branch with the most recent fossil code. ... (check-in: 75aaf30aad user: viriketo tags: merge_renames) | |
08:00 | More comments about tests I'd like to write. ... (check-in: 281e5121e7 user: viriketo tags: merge_renames) | |
07:58 | • New ticket [4df5f38f1e] Troubles merging a file delete with a file change. ... (artifact: be2da003f4 user: viriketo) | |
07:31 | • New ticket [953031915f] Lack of warning when overwriting extra files. ... (artifact: 6ba6c1858e user: viriketo) | |
2011-08-05
| ||
12:44 | • Edit [b78d999988489da0|b78d999988]: Change user to "viriketo". ... (artifact: 9aea3a1dcd user: viriketo) | |
12:43 | Taking a note about a new test I should write about merges with renames.. ... (check-in: b78d999988 user: viriketo tags: merge_renames) | |
2011-07-19
| ||
09:44 | • New ticket [2adfb697fd] branch list can only show *opened* branches. ... (artifact: ad83aeb6fb user: viriketo) | |
2011-06-28
| ||
09:18 | • New ticket [bfa07dbefc] The finfo page does offer html links to branch names. ... (artifact: 4a45d2cfdd user: viriketo) | |
2011-06-21
| ||
08:17 | • Ticket [554f44ee74] Interbranch interference with merges and renames status still Open with 1 other change ... (artifact: 8f7e7a08b9 user: viriketo) | |
07:05 | • New ticket [45a1b87a23] fossil merge should trigger pull with autosync. ... (artifact: 82645e76b6 user: viriketo) | |
2011-06-19
| ||
13:37 | • New ticket [fca5ce18c0] The timeline per user does not take into account user changes in checkins. ... (artifact: 088b3424e7 user: viriketo) | |
2011-06-17
| ||
20:14 | • Ticket [f628d183c9] pwd too big: max 1999 status still Open with 2 other changes ... (artifact: 54b06923cc user: viriketo) | |