Fossil

Changes On Branch annotate_noleak
Login

Changes On Branch annotate_noleak

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

Changes In Branch annotate_noleak Excluding Merge-Ins

This is equivalent to a diff from 0cf54160 to 4860d9f2

2011-10-14
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.

Update: Removed from trunk. Replaced by the must simpler fix at [9929bab702f99839ee] (check-in: 409f370a user: viriketo tags: declined)

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: 4860d9f2 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: 7870a89b user: viriketo tags: annotate_noleak)
2011-09-06
13:23
Close A and LI tags when displaying new and deleted files in timeline. (check-in: 8d703ff9 user: dmitry tags: trunk)
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: 1765c18d user: viriketo tags: localtime_fixes)
2011-09-04
20:43
Updating from trunk to get the latest code. (check-in: 73b6ff49 user: viriketo tags: annotate_noleak)
01:28
Update the built-in SQLite to the latest 3.7.8-alpha version that contains the improved merge-sort logic. (check-in: 0cf54160 user: drh tags: trunk)
2011-09-02
16:19
Do a better job of merging branches that contain lots of file renames. (check-in: 0b93b0f9 user: drh tags: trunk)

Changes to src/blob.c.

Changes to src/content.c.

Changes to src/db.c.

Changes to src/deltacmd.c.

Changes to src/diff.c.

Changes to src/file.c.