Fossil

Timeline
Login

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

20 check-ins using file src/db.c version c53c28ffcd

2014-10-14
12:39
Update the built-in SQLite to the second 3.8.7 beta. check-in: c7c54d29f0 user: drh tags: trunk
2014-10-13
08:31
On platforms having strchrnul(), use it to speed up sqlite a little bit. check-in: 9a9ef1d042 user: jan.nijtmans tags: trunk
08:09
revert accidental Makefile.mingw commit check-in: dc3d480e39 user: jan.nijtmans tags: winsymlink
08:07
Merge trunk. Don't use _DIRENT_HAVE_D_TYPE in a MinGW build (just as MSC), as it cannot be thrusted with symlinks. Disable use of check-in: 8f8301af2c user: jan.nijtmans tags: winsymlink
02:51
Modify the MSVC makefile and build tool to support building binaries that work on Windows XP using Visual Studio 201x. check-in: f6d7eb4e3c user: mistachkin tags: trunk
2014-10-09
19:09
Also build zlib and OpenSSL using Windows XP compatibility, if applicable. Closed-Leaf check-in: c0beb5323c user: mistachkin tags: winXpVs201x
2014-10-08
23:05
Show another batch variable when diagnostics are enabled. check-in: 67de4fc100 user: mistachkin tags: winXpVs201x
23:01
Fix typo in previous check-in. check-in: a455e2ef6b user: mistachkin tags: winXpVs201x
22:21
Modify the MSVC makefile and build tool to support building binaries that work on Windows XP using Visual Studio 201x. check-in: afe765c0b8 user: mistachkin tags: winXpVs201x
2014-10-06
17:34
Prefer the editted comment and editted user over the originals when doing an export to git. check-in: 83e4f8660c user: drh tags: trunk
13:37
If the getloadavg() function exists and returns without error, then always report a load average of at least 0.000001 even if the load average comes back as zero. This allows us to distinguish between a non-working load average and a very low load average. check-in: dede23732a user: drh tags: trunk
03:19
For the "fossil http" command with the --https option, try to get the remove IP address from the REMOTE_HOST environment variable, it it exists. This will mean that the correct remote IP address is obtained when stunnel provides SSL decoding for Fossil. check-in: afc2f5e661 user: drh tags: trunk
01:58
merge trunk check-in: 569d3ade54 user: jan.nijtmans tags: sqlite3-compat
00:58
Add an assert() to prove that Fossil server instances are not vulnerable to the ShellShock bug because it never shells-out while processing an HTTP request. check-in: 82e30c0000 user: drh tags: trunk
2014-10-05
23:11
Only use SQLITE_TESTCTRL_EXPLAIN_STMT/SQLITE_STMTSTATUS_VM_STEP when necessary/supported check-in: 99d52b38fb user: jan.nijtmans tags: sqlite3-compat
22:41
merge trunk check-in: 4c84ee3bac user: jan.nijtmans tags: sqlite3-compat
20:11
Update the built-in SQLite to the latest 3.8.7 beta from upstream. check-in: c001fa0edf user: drh tags: trunk
2014-10-04
19:18
xfer: if the password failed prompt is hit 2 times, treat it as an error. This causes clone to delete its newly-created copy on error, instead of leaving an empty (but apparently otherwise valid) repo db file. check-in: 334d774402 user: stephan tags: trunk
2014-10-02
17:01
Merged in inherit-priv-mark-sub with one minor layout tweak. check-in: 54a783e39f user: stephan tags: trunk
13:45
After testing in a real docker container, it turns out that "db_optional_sql()" doesn't do anything here. No idea why, but "db_multi_exec()" works fine. check-in: 06987be586 user: jan.nijtmans tags: trunk