Fossil

Timeline
Login

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

18 events for the month beginning 2011-09-01 by user viriketo

Following month ↑
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)
Previous month ↓