Fossil

Timeline
Login

Timeline

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

18 check-ins using file src/stash.c version 07a3bc6c

2012-10-28
20:47
.. but don't forget to update j ... (check-in: 6542935c user: jan.nijtmans tags: trunk)
20:40
speed-up looks_like_text(), by eliminating variable "i" and handle first character separately. ... (check-in: 204680ee user: jan.nijtmans tags: trunk)
17:28
Performance enhancement for branch name look-ups. ... (check-in: 186405ce user: drh tags: trunk)
10:05
fix abandoning message ... (check-in: f57f74b2 user: jan.nijtmans tags: use-blob_strip_bom)
10:03
merge trunk ... (check-in: 0b6b0dfd user: jan.nijtmans tags: use-blob_strip_bom)
09:34
modify looks_like_binary() to looks_like_text() such that it is usable in cr_warning() as well ... (check-in: 1bffce52 user: jan.nijtmans tags: trunk)
09:05
glad that I double-checked.... ... (check-in: 6feba0db user: jan.nijtmans tags: trunk)
09:00
a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. ... (check-in: d503cfd4 user: jan.nijtmans tags: trunk)
08:32
Handle eventual utf-8 correctly everywhere in download page ... (check-in: 63565631 user: jan.nijtmans tags: trunk)
2012-10-27
04:10
Add [utime] and [stime] commands to TH1. ... (check-in: 3d50bdcb user: drh tags: trunk)
03:19
Update the diff-test-1 document with a pointer to a difficult indentation change. ... (check-in: 80b60206 user: drh tags: trunk)
2012-10-26
21:34
Add the --deanalyze option to "fossil rebuild" for removing ANALYZE results. We really don't want ANALYZE run on a repository because all the queries are tuned to work without it. Add the ability to pass rebuild arguments to "fossil all rebuild". ... (check-in: 85233c40 user: drh tags: trunk)
20:46
Force the correct join order on timeline generation using a CROSS JOIN. ... (check-in: 60b40932 user: drh tags: trunk)
20:33
Merge the optimizations into trunk. ... (check-in: 09681e17 user: drh tags: trunk)
20:18
Bring in the latest SQLite from upstream. ... (Closed-Leaf check-in: bda00cba user: drh tags: optimization)
16:45
Minor performance optimization on wiki rendering. ... (check-in: 25d99f26 user: drh tags: optimization)
13:01
merge trunk ... (check-in: bc027af5 user: jan.nijtmans tags: use-blob_strip_bom)
12:28
src/stash.c: In function ‘stash_cmd’:
src/stash.c:377:16: warning: ‘stashid’ may be used uninitialized in this function
src/stash.c:472:7: note: ‘stashid’ was declared here
... (check-in: 10e0d0b2 user: jan.nijtmans tags: trunk)