Fossil

Timeline
Login

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

26 check-ins using file src/db.c version 08491c9e5c

2016-11-05
04:30
Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. check-in: 476fe9e932 user: ashepilko tags: trunk
2016-11-04
23:13
Fix various typos in makeheaders.html. Use curly quotes instead of classic `` and '' quotes (ref: [http://www.dwheeler.com/essays/quotes-in-html.html]). Format most such quoted text in monospace print. check-in: 9b960af129 user: andygoth tags: andygoth-timeline-ms
22:12
Fix crash introduced by merge of andygoth-quote-apostrophe check-in: 10b98c1e61 user: andygoth tags: andygoth-timeline-ms
21:55
Merge trunk check-in: 250c12c2f7 user: andygoth tags: andygoth-timeline-ms
21:53
Use count(x) instead of sizeof(x)/sizeof(*x) check-in: cda8c14c16 user: andygoth tags: andygoth-timeline-ms
21:39
Use timeline_submenu() instead of style_submenu_element() check-in: c1a77615ca user: andygoth tags: trunk
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. check-in: 187424e891 user: andygoth tags: trunk
21:12
Improve quoting of match tags and patterns. Ignore empty match tags and patterns. check-in: 98cc8782e1 user: andygoth tags: andygoth-timeline-ms
20:49
Integrate andygoth-quote-apostrophe. Needed because single quotes can be used in the tag filter entry, and these single quotes would otherwise be passed through unprotected to the output HTML. check-in: 68bd2e7bed user: andygoth tags: andygoth-timeline-ms
17:35
int/size_t pedantry check-in: 30d96141cd user: andygoth tags: trunk
17:28
Further magic _WIN32_WINNT changes to fix the build for mingw. check-in: 45b7634436 user: drh tags: trunk
17:25
Modify linenoise.c so that it can build with -std=c89. Baseline linenoise.c relied on snprintf(), strdup(), and strcasecmp() which are technically not in C89. Since linenoise.c's only purpose (at present) is to implement the SQLite shell, make use of the SQLite compatibility functions. Following this change, "fossil clean -f && CFLAGS='-std=c89 -Wall' ./configure && make" builds without warnings or errors on gcc 4.4.7 20120313 (Red Hat 4.4.7-3) on CentOS release 6.4 (Final). Unrelated note: discovered during testing that "CFLAGS=-Werror ./configure" fails to add -lm to link step due to conflicting types for built-in function "sin" being regarded as an error. check-in: 8133501ecb user: andygoth tags: trunk
16:21
Add timeline web UI to set tag filter and match style. Still not 100%. (1) Now that more than one text entry is on the page, pressing enter does not trigger a submit [Firefox ESR 10.0.12], (2) electing "Related" causes Tag Filter to blank, (3) entering a tag filter while "Related" is selected causes "Related" to be deselected, (4) possibly too much clutter, and (5) definitely too much clutter if combined with any future expansions. (1) is due to the lack of a submit button. (2) and (3) are a bad interaction between the t=/r= dichotomy and the design of style_submenu_entry(). (4) maybe could be addressed by changing "Related"/"Branch Only" and "Without Files"/"With Files" to checkbuttons, but style_submenu_checkbox() was never actually implemented. (Probably also want "Unhide" to be a checkbox.) For (5) I have in mind letting the admin define a project-specific list of preset filters. check-in: d4a6d3c1ec user: andygoth tags: andygoth-timeline-ms
15:52
Change style_submenu_entry() to allow zero and negative iSize. Zero iSize means display size and length limit are not specified, and negative iSize means no length limit is specified but the display size is set to the absolute value of iSize. check-in: 2e9ac33a9a user: andygoth tags: andygoth-timeline-ms
15:48
Move GLOB before LIKE in list of possible match styles check-in: fc25a1270e user: andygoth tags: andygoth-timeline-ms
15:12
Revert unintended change that snuck in alongside prior merge check-in: f0b91665ab user: andygoth tags: andygoth-timeline-ms
15:09
Merge trunk check-in: 490daed204 user: andygoth tags: andygoth-timeline-ms
12:03
typo check-in: e826eadd9c user: jan.nijtmans tags: trunk
2016-11-03
18:31
Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. check-in: 26a88f1bbf user: mistachkin tags: trunk
2016-11-02
19:12
Merge updates from trunk. check-in: 25285f06f2 user: mistachkin tags: openssl-1.1
17:47
Fix the build on Windows. check-in: 11e105b3c9 user: drh tags: trunk
15:16
Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. check-in: 7fa9701b3d user: drh tags: trunk
10:22
Collapse two memset's into one. Typo in mkdownload.tcl check-in: 5f88968404 user: jan.nijtmans tags: trunk
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. check-in: f47b7052c6 user: jan.nijtmans tags: trunk
06:41
Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. check-in: 69f64a8d64 user: mistachkin tags: trunk
2016-11-01
23:34
Enhancements to SEE integration on Windows. check-in: 7aeeb30286 user: mistachkin tags: trunk