Fossil

Timeline
Login

Timeline

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

32 check-ins using file src/db.c version 9ceff856

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: 08709aa7 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: 74836bc8 user: jan.nijtmans tags: trunk)
2015-05-28
17:05
Fix a logic bug in the RSS page. (check-in: 282ae5e4 user: drh tags: trunk)
05:01
Remove stray debugging output. (Closed-Leaf check-in: dd6ec72d user: mistachkin tags: th1GlobMatch)
04:29
Add tests. (check-in: 0739e5b5 user: mistachkin tags: th1GlobMatch)
2015-05-27
19:29
Add the -one option to the 'glob_match' command. (check-in: f7d4c544 user: mistachkin tags: th1GlobMatch)
03:58
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. (Closed-Leaf check-in: eabd7290 user: mistachkin tags: lsearchCmd)
03:26
Prototype for a TH1 glob_match command. (check-in: f3ae4790 user: mistachkin tags: th1GlobMatch)
2015-05-26
23:28
Enhance error handling when there is no open checkout and add comments. (check-in: d12fc4b1 user: mistachkin tags: mvRmHardFix)
22:39
Fix typo in comment and add more tests of file name transformation methods. (check-in: 9b41960e user: mistachkin tags: mvRmHardFix)
21:46
Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable it to work properly with relative paths. (check-in: c2df31da user: mistachkin tags: mvRmHardFix)
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: 89212c5a user: jan.nijtmans tags: mvRmHardFix)
2015-05-25
09:52
Close <a> tag, as reported by Svyatoslav Mishyn (check-in: d10b1e02 user: jan.nijtmans tags: trunk)
2015-05-24
00:53
Simplify the computation of descendants using a recursive CTE. (check-in: 31fcde83 user: drh tags: trunk)
2015-05-23
18:12
Fix harmless compiler warnings. (check-in: e3560443 user: mistachkin tags: trunk)
12:11
Merge trunk (check-in: 533ff3d0 user: jan.nijtmans tags: cleanX)
11:45
Add the release date to version 1.33 in the change log. (check-in: bdc2f11d user: drh tags: trunk)
11:11
Version 1.33 (check-in: 9c65b543 user: drh tags: trunk, release, version-1.33)
10:12
Update the built-in SQLite to version 3.8.10.2. (check-in: 36c457b0 user: drh tags: trunk)
2015-05-20
11:45
Merge trunk (check-in: 9f507ffe 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: 4742716f user: mistachkin tags: trunk)
10:32
Remove unnecessary code from the "fossil clean" command. (Closed-Leaf check-in: fc871543 user: drh tags: noDirPrompt)
10:24
Enhancements to the /reports interface, including improved filtering by user. (check-in: 16ab6ee8 user: drh tags: trunk)
10:20
Minor adjustments to drop-down menus on the /reports page. (Closed-Leaf check-in: 529492b9 user: drh tags: andygoth-user-reports)
2015-05-18
22:18
Pull in the memory allocation fix from trunk. (check-in: 87995827 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: f7ce03e3 user: drh tags: trunk)
22:05
Use drop-down menus to select the user on the /reports pages. (check-in: 67527461 user: drh tags: andygoth-user-reports)
20:00
Fix the display of /reports?view=byweek with an invalid user. (check-in: 5fa4d012 user: drh tags: andygoth-user-reports)
19:19
Move the "Activity Report" controls into drop-down menus. (check-in: 4d60469f user: drh tags: andygoth-user-reports)
17:53
Catch up with recent changes on trunk. (check-in: 991f4b98 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: 270b80db user: jan.nijtmans tags: trunk)
14:49
A few more harmless compiler warnings (discovered using -Wall in latest gcc) (check-in: ab5b8d36 user: jan.nijtmans tags: trunk)