Fossil

Timeline
Login

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

18 check-ins using file src/db.c version 584ba90e6e

2015-01-19
23:27
Make it easier to override the directory for OpenSSL when compiling with MinGW. check-in: af8c8c67af user: mistachkin tags: trunk
18:38
Fix harmless compiler warning seen with MSVC. check-in: ac36755f31 user: mistachkin tags: trunk
13:06
Update referenced openSSL version check-in: 151473ae36 user: jan.nijtmans tags: trunk
12:09
merge trunk check-in: 6a7f73d16d user: jan.nijtmans tags: sqlite3-compat
11:29
Version 1.30 check-in: 1df1b41c86 user: drh tags: trunk, release, version-1.30
09:09
Add .dockerignore file (which does nothing more than speeding up the docker build process) check-in: 25106f1eac user: jan.nijtmans tags: trunk
2015-01-18
21:12
Merge trunk check-in: 0746fbe416 user: baruch tags: svn-import
2015-01-17
20:17
Remove an obsolete query parameter from the documentation of the /timeline page. No changes to code. check-in: b955a6b282 user: drh tags: trunk
20:05
Backout [b9af13da9d] and instead clarify testing requirements. Also shorten anchor tag and add missing anchor end. check-in: 41ae5d9f35 user: andybradford tags: trunk
19:51
Updates to the graph-test-1.wiki page. check-in: 7c55ffe1cd user: drh tags: trunk
19:48
Correct link to tested ci view. check-in: b9af13da9d user: andybradford tags: trunk
19:42
Use artifact that pertains to the feature in question. check-in: 70cb98ce85 user: andybradford tags: trunk
19:36
Add test for Unhide button. check-in: 4032173d21 user: andybradford tags: trunk
18:56
Send browser to testwindow like the rest of the links. check-in: 81fafe36a6 user: andybradford tags: trunk
16:01
Mention CVE-2014-3566 fix in changelog. check-in: 98e30b7222 user: jan.nijtmans tags: trunk
15:56
Build "docker" images with --with-th1-docs --with-th1-hooks, but without fusefs support (not needed anyway in this environment). Optimize Dockerfile, using somewhat longer lines, so it needs less intermediate docker images during build. Build "release" version of fossil by default, not "trunk". check-in: 2621f8e530 user: jan.nijtmans tags: trunk
15:52
Put back code from shell.c < 3.8.7, needed for .explain mode: The SQLITE_TESTCTRL_EXPLAIN_STMT test_control became a nop then, but is still needed when linking with older SQLite (./configure --disable-internal-sqlite). check-in: 21acf839cb user: jan.nijtmans tags: trunk
14:53
Make the symbolic_name_to_rid() and checkin_mtime() SQL functions available in the "fossil sql" command. Improve the documentation for the files_in_checkin virtual table. check-in: ba1429cef8 user: drh tags: trunk