Fossil

Timeline
Login

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

29 check-ins using file src/db.c version 05c380e48c

2015-03-30
09:24
Remove another check for "server loop", apart from [469efd6a7ce8ba44]: If the server-code is going to be removed ever in the future, this useless check will stand in the way. Then [14b8475598268f3a] could re-appear, but now with "server-code" in stead of with "project-code". check-in: a0cd8d35ee user: jan.nijtmans tags: trunk
2015-03-28
19:47
Enhance the hash_color() function so that it can provide foreground colors in addition to background colors. Closed-Leaf check-in: 9cd79bf009 user: drh tags: auto-fg-color
2015-03-26
13:35
Fix http_socket.c so that it builds on Solaris. check-in: f93184125d user: drh tags: trunk
13:23
Merge updates from trunk Closed-Leaf check-in: f8832feb39 user: jmoger tags: differentiate-timeline
2015-03-25
23:02
Merge in the latest Xekri changes. check-in: 196e0fd99a user: drh tags: trunk
22:13
Updates to the Xekri skin to match the changes in the other skins * [7211414857] Disable font-inflation on all skins. * [72cddddbcc] Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. check-in: 290a1c3363 user: zakero tags: skin-xekri
21:52
Merge updates from trunk. check-in: df21fa23c7 user: zakero tags: skin-xekri
2015-03-24
18:22
Update the built-in SQLite to 3.8.9 alpha. check-in: a00cdb182c user: drh tags: trunk
2015-03-23
08:56
When committing a 'secondary' initial checkin with the same branch-name as the primary initial-checking, warn that this is in fact a fork. check-in: 26119c88da user: jan.nijtmans tags: trunk
00:44
Add tests for the TH1 docs feature. check-in: 71536a2851 user: mistachkin tags: trunk
00:41
Eliminate superfluous closing 'a' tag when the wiki formatter skips emitting a link due to lack of privilege. check-in: 8875c01abb user: mistachkin tags: trunk
2015-03-22
22:59
Factor out common test code into the 'tester.tcl' script. check-in: 666ec2eef2 user: mistachkin tags: trunk
20:07
Fix TH1 hook return code handling for errors. Cleanup and fix TH1 hook tests. Corrections to the TH1 hooks tests, taking into account 'http' sub-command argument changes. check-in: a313f031a4 user: mistachkin tags: trunk
18:58
In the custom MinGW Makefile only, include the TH1 docs feature by default. check-in: d07ae0ce4d user: mistachkin tags: trunk
18:38
Update version of OpenSSL mentioned on the build wiki page. check-in: caeb68d98d user: mistachkin tags: trunk
01:38
Correct typo. Credit Arseniy Terekhin on the fossil-dev list for the report. check-in: b0592fe329 user: andygoth tags: trunk
2015-03-21
23:34
Place Newer and Older buttons on circa queries to make browsing easier. check-in: ced021fd57 user: andybradford tags: trunk
16:42
Fix the "fossil clone" command so that it preserves the project-code. All trunk versions going back to [a6e2ceb454] (2015-03-18) cause the cloned repo to have an incorrect project-code and thus rendered unable to sync. check-in: 14b8475598 user: drh tags: trunk
2015-03-20
14:50
Explicitely specify "admin" as username, otherwise Docker cannot find out which user should be created check-in: 5811ecd7cc user: jan.nijtmans tags: trunk
11:12
In "fossil server --create", don't create "admin" user with "admin" password, but print the random-generated password check-in: 2ec9af63bd user: jan.nijtmans tags: trunk
05:20
Remove inaccurate statement regarding use of servercode, which is now primarily historical. check-in: e315ec8410 user: andybradford tags: trunk
04:35
Add a menu entry on /fdiff, /ci and /vdiff page to control the diff context (dc=<n>) query parameter. (pending review) Closed-Leaf check-in: eae6f32f1c user: mgagnon tags: diff-context-menu-entry
2015-03-19
21:54
Upgrade to openssl 1.0.2a check-in: dabb08e9b3 user: jan.nijtmans tags: trunk
09:43
merge trunk check-in: 8eb26689ed user: jan.nijtmans tags: winsymlink
09:34
Put "dotfiles" in json configuration as well, and update documentation check-in: 1f797521e3 user: jan.nijtmans tags: trunk
09:25
upgrade SQLite to latest pre-release check-in: d1db1e47a4 user: jan.nijtmans tags: trunk
03:57
Include the new 'dotfiles' setting in the list of those associated with the project. check-in: 9a67babcdb user: mistachkin tags: trunk
2015-03-18
17:37
Correct typo in [fossil configuration sync] documentation. check-in: 23515802c9 user: andygoth tags: trunk
14:17
Add the --create option to "fossil server", which causes a new repository to be created for the server if one does not already exist. The intended use case is Docker. check-in: a6e2ceb454 user: drh tags: trunk