Fossil

Timeline
Login

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

35 check-ins using file src/file.c version 45b8b355bf

2015-06-02
09:17
Cherrypick [8184f39d803f9ad6|8184f39d]: Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) Closed-Leaf check-in: 08709aa79c user: jan.nijtmans tags: branch-1.33
2015-05-29
07:13
Document the need for compiling sqlite3.c with -DSQLITE_ENABLE_DBSTAT_VTAB=1. check-in: 74836bc8ae user: jan.nijtmans tags: trunk
2015-05-28
17:05
Fix a logic bug in the RSS page. check-in: 282ae5e4de user: drh tags: trunk
05:01
Remove stray debugging output. Closed-Leaf check-in: dd6ec72d63 user: mistachkin tags: th1GlobMatch
04:29
Add tests. check-in: 0739e5b59d user: mistachkin tags: th1GlobMatch
2015-05-27
19:29
Add the -one option to the 'glob_match' command. check-in: f7d4c544ca user: mistachkin tags: th1GlobMatch
03:58
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. Closed-Leaf check-in: eabd7290fb user: mistachkin tags: lsearchCmd
03:26
Prototype for a TH1 glob_match command. check-in: f3ae479002 user: mistachkin tags: th1GlobMatch
2015-05-26
20:07
Fix SQLITE_ERROR as reported by Taylor Venable: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg20645.html] Closed-Leaf check-in: 89212c5a69 user: jan.nijtmans tags: mvRmHardFix
2015-05-25
09:52
Close <a> tag, as reported by Svyatoslav Mishyn check-in: d10b1e022a user: jan.nijtmans tags: trunk
2015-05-24
00:53
Simplify the computation of descendants using a recursive CTE. check-in: 31fcde837d user: drh tags: trunk
2015-05-23
18:12
Fix harmless compiler warnings. check-in: e3560443a2 user: mistachkin tags: trunk
12:11
Merge trunk check-in: 533ff3d079 user: jan.nijtmans tags: cleanX
11:45
Add the release date to version 1.33 in the change log. check-in: bdc2f11d28 user: drh tags: trunk
11:11
Version 1.33 check-in: 9c65b5432e user: drh tags: trunk, release, version-1.33
10:12
Update the built-in SQLite to version 3.8.10.2. check-in: 36c457b086 user: drh tags: trunk
2015-05-20
11:45
Merge trunk check-in: 9f507ffe49 user: jan.nijtmans tags: sync-forkwarn
2015-05-19
19:22
Revert [48499514cc], changing nUsed to zero is not redundant as blob_append() changes it to one. check-in: 4742716fc1 user: mistachkin tags: trunk
10:32
Remove unnecessary code from the "fossil clean" command. Closed-Leaf check-in: fc87154337 user: drh tags: noDirPrompt
10:24
Enhancements to the /reports interface, including improved filtering by user. check-in: 16ab6ee852 user: drh tags: trunk
10:20
Minor adjustments to drop-down menus on the /reports page. Closed-Leaf check-in: 529492b9de user: drh tags: andygoth-user-reports
2015-05-18
22:18
Pull in the memory allocation fix from trunk. check-in: 879958277a user: drh tags: andygoth-user-reports
22:17
The previous check-in [270b80db] is incorrect and causes memory allocation and use-after-free errors. Back it out. check-in: f7ce03e3fb user: drh tags: trunk
22:05
Use drop-down menus to select the user on the /reports pages. check-in: 675274612d user: drh tags: andygoth-user-reports
20:00
Fix the display of /reports?view=byweek with an invalid user. check-in: 5fa4d0125c user: drh tags: andygoth-user-reports
19:19
Move the "Activity Report" controls into drop-down menus. check-in: 4d60469f15 user: drh tags: andygoth-user-reports
17:53
Catch up with recent changes on trunk. check-in: 991f4b98f6 user: drh tags: andygoth-user-reports
15:01
Fix (minor) memory leak in login_gen_user_cookie_value(). Consistantly use "x" as unknown project code, not "unknown" somtimes. check-in: 270b80dbf5 user: jan.nijtmans tags: trunk
14:49
A few more harmless compiler warnings (discovered using -Wall in latest gcc) check-in: ab5b8d369c user: jan.nijtmans tags: trunk
14:33
Fix harmless compiler warnings. check-in: b51dcc3162 user: drh tags: trunk
14:09
Inhibit timeline links to wiki pages that have been deleted. check-in: 425df28c02 user: drh tags: trunk
14:04
If the "r=" or "t=" query parameter on /timeline does not match any tag or branch name, then show an empty timeline rather than just ignoring the query parameter. Ticket [674d5d5556]. check-in: a2f03b8c7f user: drh tags: trunk
13:56
Fix the empty-dirs property so that creates the complete path of directories, not just leaves, and so that it does not leak memory. check-in: 702331e057 user: drh tags: trunk
2015-05-17
17:55
Revert inadvertent style change. Closed-Leaf check-in: bdb90f6931 user: andygoth tags: andygoth-empty-dirs-parents
17:43
Create parents of empty-dirs if they don't already exist. check-in: 1ab80be485 user: andygoth tags: andygoth-empty-dirs-parents