Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2014-08-04 03:40:33" occurring around 2014-08-04 03:40:33.

2014-08-13
07:06
Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (check-in: 8dfbcb457a user: jan.nijtmans tags: trunk)
2014-08-12
20:18
Update the built-in SQLite to version 3.8.6 beta3. ... (check-in: 75c4808653 user: drh tags: trunk)
19:35
Issue a not-found error in CGI if using the "directory:" configuration and there is not PATH_INFO. Ticket [c481aa2fdbc67b7] ... (check-in: ac8e9e555d user: drh tags: trunk)
15:48
X-UA-Compatible (MSIE) HTTP header patch from Warren Young ... (check-in: 1a9e494483 user: jan.nijtmans tags: branch-1.29)
14:48
X-UA-Compatible (MSIE) HTTP header patch from Warren Young. ... (check-in: b7bebbe44f user: stephan tags: trunk)
2014-08-11
15:13
Another attempt, taking VxWorks patch on trunk into account. ... (Closed-Leaf check-in: c2d4bd7365 user: jan.nijtmans tags: vxworks)
13:57
Update the built-in SQLite to 3.8.6 beta2. ... (check-in: 981e853f6c user: drh tags: trunk)
2014-08-08
19:07
Merge the latest Jim Tcl code to trunk, post-0.75 with the 'glob.tcl' fix included. Approved by Jim Tcl release manager Steve Bennett. ... (check-in: 9d7d677559 user: mistachkin tags: trunk)
03:57
Merge updates from trunk. ... (Closed-Leaf check-in: 1b35c8023a user: mistachkin tags: autosetup)
02:26
Update autosetup to the latest version ... (check-in: 93fb7c774f user: steveb tags: autosetup)
2014-08-07
10:59
In the command-line shell, report if the ".system" command returns a non-zero result ... (check-in: bfacd6df6d user: jan.nijtmans tags: trunk)
10:12
Update referenced OpenSSL version. ... (check-in: 3a93461738 user: jan.nijtmans tags: trunk)
10:02
"char const" -> "const char" and various other coding style improvements. No functional change. ... (check-in: 4e18dba698 user: jan.nijtmans tags: trunk)
07:13
Follow-up to [3ba28b23a4d7626691b56debae4add06cd24d4ca|3ba28b23a4]: Eliminate unnecessary calls to sqlite3_win32_is_nt(), but now for MSC and PellesC as well. ... (check-in: ffa67c1b9b user: jan.nijtmans tags: trunk)
2014-08-06
14:06
Update the built-in SQLite with the InterlockedCompareExchange fix for Win64. ... (check-in: d600c9f854 user: drh tags: trunk)
08:07
Use full UUID's for /vdiff pages accessed by clicking on two different check-ins from the timeline. ... (check-in: 78fdf9f5b2 user: jan.nijtmans tags: trunk)
07:07
Eliminate unnecessary calls to sqlite3_win32_is_nt(), since fossil only runs on (win32) system were the Wide API is available ... (check-in: 3ba28b23a4 user: jan.nijtmans tags: trunk)
01:23
Update the built-in SQLite to the latest 3.8.6 beta from upstream. ... (check-in: f05e002570 user: drh tags: trunk)
2014-08-05
17:27
Updates to the "help" text for the tarball command. Add hyperlinks for accessing content on the /cachestat webpage. ... (check-in: b6a5023fae user: drh tags: trunk)
10:52
Some code formatting. No change in functionality. ... (check-in: b9b3ce3b39 user: jan.nijtmans tags: trunk)
07:06
Remove (newly) incorrect preprocessor check to fix build on WinRT ... (check-in: 855b1a5037 user: jan.nijtmans tags: trunk)
2014-08-04
19:22
Added JS to the /eventedit page to colorize the custom color's element (i.e. color preview). ... (check-in: cd02990692 user: stephan tags: trunk)
18:29
minor verbiage patch from Christopher M. Fuhrman. ... (check-in: d4aee31257 user: stephan tags: trunk)
04:40
Make sure the 'server' command checks for and processes the --files-urlenc option ... (check-in: eed3946bd9 user: jan.nijtmans tags: branch-1.29)
03:40
Make sure the 'server' command checks for and processes the --files-urlenc option. ... (check-in: 608f0b2371 user: mistachkin tags: trunk)
2014-08-03
07:41
merge trunk ... (check-in: b68f65bb69 user: jan.nijtmans tags: vxworks)
2014-08-02
21:04
Make sure the 'server' command checks for and processes the --files-urlenc option. ... (Closed-Leaf check-in: d53a7528b5 user: mistachkin tags: filesUrlEncOpt)
16:20
Missed a few more corrections for error messages. ... (check-in: dd5743a823 user: andybradford tags: trunk)
15:53
Minor error message correction. ... (check-in: 406b2f3201 user: andybradford tags: trunk)
2014-08-01
06:13
Correct repository option handling so that specifying a directory name does not cause errors when TH1 hooks are enabled. ... (check-in: 36c4551e7c user: mistachkin tags: trunk)
06:13
Correct option handling for the 'winsrv create' command so that the default user name is NULL and the default password is an empty string when passed to the Win32 CreateServiceW API. ... (check-in: 9c2a5c097b user: mistachkin tags: trunk)
2014-07-31
21:13
/zip now ignores the .zip extension, analog to how /tar does. Minor doc improvements in /zip and /tar from the ML. ... (check-in: e0199bfc43 user: stephan tags: trunk)
20:54
[/help/update|update] doc improvements from the ML. ... (check-in: 8ab520c589 user: stephan tags: trunk)
20:46
th1 parse error reporting tweaks from Sergei Gavrikov. ... (check-in: 2ba71f5105 user: stephan tags: trunk)
20:44
rss help text tweaks from the ML. ... (check-in: 9a7a82f64e user: stephan tags: trunk)
19:02
Upgrade the built-in SQLite to the latest 3.8.6 alpha from upstream. ... (check-in: 5ce85eb6f8 user: mistachkin tags: trunk)
2014-07-30
20:19
Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this is fully harmless. ... (Closed-Leaf check-in: fb3e64f0f3 user: jan.nijtmans tags: pending-review)
16:43
For most commands, print an error if unknown command-line options are included on the command-line. ... (check-in: 74ac0c925a user: drh tags: trunk)
15:40
Call verify_all_options() on most of fossil CLI commands. - Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..) ... (Closed-Leaf check-in: a426154b3e user: mgagnon tags: verify-all-options)
11:52
Update the clone documentation for protocol 3 and the 'cfile' card format. ... (check-in: d16018c8e1 user: drh tags: trunk)
11:45
Add the "Path" submenu link on the "/vdiff" web page. ... (check-in: ef6f7dee43 user: drh tags: trunk)
06:47
Update clone documentation for clone protocol 3 and cfile cards. ... (Closed-Leaf check-in: 9a69786702 user: andybradford tags: pending-review)
2014-07-27
23:48
Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (check-in: 4a1188d569 user: jan.nijtmans tags: branch-1.29)
23:18
Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (check-in: c6c05c82fd user: jan.nijtmans tags: trunk)
20:52
Proposed fix for corner-case: [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (Closed-Leaf check-in: 0d8cb8e30a user: jan.nijtmans tags: no-initial-commit)
19:15
Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17346] ... (check-in: 14aea4f883 user: jan.nijtmans tags: trunk)
18:33
Fix [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/17313] ... (check-in: dcb6076572 user: jan.nijtmans tags: trunk)
2014-07-26
20:17
Add Joe Prostko's quote on Fossil to the "quotes.wiki" page. ... (check-in: 016fc1aea4 user: drh tags: trunk)
2014-07-25
13:12
Update the release-test description of the URL containing ++ to explain that it only works for "fossil ui". ... (check-in: ffef4edceb user: drh tags: trunk)
2014-07-24
21:27
Add another flag to the new comment printing algorithm capable of stripping superfluous CR/LFs while preserving other spacing. ... (check-in: d7d265502a user: mistachkin tags: trunk)