Fossil

Timeline
Login

Timeline

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

16 check-ins using file src/diff.c version eac3efd0da

2012-11-08
16:09
Add a new test script that runs 10,000 web pages without valgrind looking for performance issues or fatal errors. Fix one incorrect SQL statement found by this script. Update the valgrind test script to run discovered web pages in a random order. ... (check-in: a106404272 user: drh tags: trunk)
15:47
merge trunk ... (check-in: 4b9243f6a0 user: jan.nijtmans tags: convert_before_commit)
15:45
accidently committed two unrelated files... ... (check-in: b1199eb92b user: jan.nijtmans tags: trunk)
15:40
another minor xhtml error. ... (check-in: 44d5ad59b4 user: jan.nijtmans tags: trunk)
14:42
Add a test script that runs one thousand web page queries using valgrind, looking for memory issues. Fix one use-after-free issue found using this script. ... (check-in: 9e0da27437 user: drh tags: trunk)
13:46
Escape all characters in the href attributes of <a> elements that have special meaning to HTML. Ticket [5ff2043c96682049]. ... (check-in: d5c4684508 user: drh tags: trunk)
13:44
Always HTML-encode the href attribute of <a> elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] ... (Closed-Leaf check-in: 35bfedef3e user: drh tags: ticket-5ff2043c96)
12:04
one more similar fix, in xhref(). There is only one hyperlink using xhref with ampersands, in the "vinfo" and "ci" pages, but just for completeness… ... (check-in: e47d862a59 user: jan.nijtmans tags: ticket-5ff2043c96)
09:45
suggested fix for [5ff2043c96] ... (check-in: d1f16f718a user: jan.nijtmans tags: ticket-5ff2043c96)
09:20
a few more minor html5 violations ... (check-in: 1858d202ef user: jan.nijtmans tags: trunk)
2012-11-07
11:28
Show an error message when trying to rename one file on top of another, rather than throwing a uniqueness constraint. Ticket [1e43138b8b8e90f] ... (check-in: 14fdae7e40 user: drh tags: trunk)
08:30
merge trunk ... (check-in: 82506434d5 user: jan.nijtmans tags: convert_before_commit)
2012-11-06
19:42
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". ... (check-in: 28272fa125 user: drh tags: trunk)
18:38
Make sure file names in file browser don't wrap by adding white-space property to default CSS. ... (check-in: b83278f6ff user: dmitry tags: trunk)
18:31
When trying to create a directory, if mkdir fails, make sure the directory doesn't already exist before giving up and reporting an error. ... (check-in: bc74a8171d user: drh tags: trunk)
16:35
When one version of a file ends in a newline and the other does not, be sure to show that difference. Ticket [7541963870703f0]. ... (check-in: d764f449d7 user: drh tags: trunk)