Fossil

Timeline
Login

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

8 most recent check-ins by user joerg

2017-04-18
18:40
Index xmark(trid), otherwise writing the mark file can take hours. ... (check-in: 48d466ab user: joerg tags: trunk)
2013-01-23
12:31
Only check time, if it is set. ... (Closed-Leaf check-in: 970cc4f1 user: joerg tags: experimental)
2013-01-18
22:05
Add new option max-download-time to limit the processing time of pull/sync /clone requests. This helps to significantly cut down the number of time outs clients receive on busy server with reverse proxy configuration. It generally provides better response times. ... (check-in: ee6ae580 user: joerg tags: experimental)
21:34
Run "analyze" after a rebuild. For small repositories, the time doesn't matter and for large repositories, the effect on the query plans are huge. Push/pull for example will otherwise do a sequential scan of the blob table and joining that with the unclustered table afterwards, when the other way around is several order of magnitudes more efficient. ... (check-in: 80bf94e0 user: joerg tags: trunk)
2011-10-01
20:50
Variable used for return value of send(2) must be signed, otherwise error conditions just result in infinite loops. ... (check-in: 5e351987 user: joerg tags: trunk)
2011-09-12
13:06
Fix typo in comment ... (check-in: b582ff98 user: joerg tags: trunk)
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. ... (Closed-Leaf check-in: 9a679370 user: joerg tags: experimental)
00:24
During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. ... (check-in: 2cfb415b user: joerg tags: experimental)