Timeline
Not logged in

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

18 check-ins for the month beginning 2014-09-01 by user jan.nijtmans

Following month ↑
2014-09-29
11:18
Configure OpenSSL correctly in MinGW-w64 (64-bit) build. check-in: 67356700e0 user: jan.nijtmans tags: trunk
09:46
Merge trunk. Style changes. Implement fallback in case of Windows XP. check-in: f2ba1d2233 user: jan.nijtmans tags: winsymlink
2014-09-26
14:04
merge trunk check-in: 9ba4ebaa66 user: jan.nijtmans tags: multi-thread
09:23
Make everything compile on MinGW(-w64). WARNING: will not run on Windows XP, that still has to be fixed! Should work on Vista+. check-in: 631dff61e0 user: jan.nijtmans tags: winsymlink
2014-09-24
09:01
Move the check for "server-code"/"project-code" into the function db_setup_server_and_project_codes() check-in: 35bf217336 user: jan.nijtmans tags: trunk
2014-09-23
12:15
Add support for Docker [http://www.docker.com/] check-in: 7aced53023 user: jan.nijtmans tags: trunk
11:25
Delay creation of server-id/project-id until the time "fossil server" is actually run. This fixes the docker issue that all docker containers derived from the same image have the same server-id/project-id. Closed-Leaf check-in: 3cdf0112df user: jan.nijtmans tags: docker
10:05
Integrate working parts of "V2" (style) changes, which allows to build either "docker" or "trunk" or "release". Don't take over latest SQLite because it is not stable yet (people deploying this docker image are not expecting to test SQLite) check-in: a2f5e982fd user: jan.nijtmans tags: docker
2014-09-21
20:13
(experimental) Dockerfile. Allows to create a fossil docker image. An already built fossil docker images can be started by: "sudo docker run -d -p 8080:8080 nijtmans/fossil" (assuming you already installed docker). Open "localhost:8080" in your browser, and log in with "admin"/"admin". Change your admin password and configure it at wish. check-in: a7fc0c5f6e user: jan.nijtmans tags: docker
19:40
typos check-in: b2a4b66f4b user: jan.nijtmans tags: trunk
2014-09-16
13:16
Make readline/editline support actually work (HAVE_READLINE/HAVE_EDITLINE defines were missing) check-in: 23c54c0106 user: jan.nijtmans tags: trunk
2014-09-12
21:18
Merge trunk. Only enable max-worker-threads setting when fossil is compiled with --disable-internal-sqlite and SQLite is compiled with multi-thread support check-in: c5ec6abdba user: jan.nijtmans tags: multi-thread
2014-09-10
08:17
merge trunk check-in: d5a00a1521 user: jan.nijtmans tags: multi-thread
2014-09-04
09:22
Merge trunk. Implement new "max-worker-threads" setting, which controls the maximum number of auxilary worker threads that a single prepared statement may start. check-in: 3a9f3a73c2 user: jan.nijtmans tags: multi-thread
2014-09-03
11:37
If we really want to do fast sorting in separate threads, SQLITE_DEFAULT_WORKER_THREADS should be set to >0. check-in: 8b21690899 user: jan.nijtmans tags: multi-thread
08:10
merge trunk check-in: 62446e2c64 user: jan.nijtmans tags: multi-thread
08:09
If fossil is configured with --disable-internal-sqlite and the system SQLite is SQLite 3.8.7 (not compiled with SQLITE_THREADSAFE=0), allow fossil to use the faster sorting using multiple threads. check-in: d4044fe220 user: jan.nijtmans tags: trunk
2014-09-01
20:40
Add thread support to fossil, so SQLite can use additional threads for sorting (experimental) check-in: bc8b21d01c user: jan.nijtmans tags: multi-thread
Previous month ↓