Fossil

Timeline
Login

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

73 check-ins using file src/file.c version e02733ba8a

2012-10-16
12:18
Fixing buffer overflows in the width calculation of sbsDiff. check-in: 314a294321 user: viriketo tags: annotate_links
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. Closed-Leaf check-in: b21df7ecaf user: drh tags: experimental
14:19
Adding mime types for some openoffice documents check-in: 770cf7fc35 user: viriketo tags: annotate_links
14:01
Fixing the vdiff submenus, so they behave as usual (for this branch) check-in: 4cf8c3d348 user: viriketo tags: annotate_links
13:53
Adding back the branch telling at checkin info for vdiff. check-in: e29d3822e9 user: viriketo tags: annotate_links
13:48
Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. check-in: f4b082d464 user: viriketo tags: annotate_links
13:30
Making the raw page download guess the mime type based on filename also for attachments, not only repository files. check-in: 5f3916ac5b user: viriketo tags: trunk
01:41
Update SQLite from upstream in order to test SQLite. check-in: 51858373cb user: drh tags: trunk
2012-10-08
13:50
Fix references to uninitialized memory when existing the SQL shell. check-in: 1955e6a69d user: drh tags: trunk
2012-10-07
17:18
merge trunk make Notepad the default comment editor on Windows check-in: 10cf72bd3b user: jan.nijtmans tags: use-utf8-in-win-external-editor
14:49
Add the new 'tcl-rdonly' setting to the list of those that should be transferred. check-in: 2335ae4f22 user: mistachkin tags: tclRdOnly
14:28
Update the 'makemake' script with the MinGW makefile changes for the markdown feature as well. check-in: 0db09a2061 user: mistachkin tags: markdown
14:22
Experimental proof-of-concept for the 'tcl-rdonly' setting and related functionality. check-in: 851e0755e5 user: mistachkin tags: tclRdOnly
13:55
Enhance Tcl integration with support for notifications before and after Tcl scripts are evaluated. check-in: 49c63f8c78 user: mistachkin tags: trunk
10:29
Add 'markdown' setting to enable runtime control over whether or not it is used. check-in: 1c5085d963 user: mistachkin tags: markdown
10:15
Merge updates from trunk. check-in: a8add9c1bd user: mistachkin tags: markdown
10:12
Add 'tcl-setup' setting for the optional Tcl script to evaluate after creating and initializing the Tcl interpreter. Make sure Tcl gets a copy of all the original expanded arguments. check-in: fa4e828653 user: mistachkin tags: trunk
2012-10-05
20:39
Add the "stash show" command. Simplifications to the diff code, and especially the looks_like_binary() function. check-in: 4e0e69f691 user: drh tags: trunk
16:36
Fix a couple of C99-isms in the recent stash changes. check-in: f378800aed user: drh tags: trunk
13:55
On the timeline webpage, remove the (undocumented) "nomerge" query parameter and make no-merge behavior the default when using the "from" and "to" query parameters. A new "shortest" query parameter can be used to find the shortest path, if desired. check-in: 37d107501c user: drh tags: trunk
13:48
Update SQLite from upstream so that Fossil will compile on pre-C99 compilers. This SQLite still has issues with ORDER BY optimization, but those issues do not seem to effect Fossil. check-in: 5a428febd4 user: drh tags: trunk
13:44
Enhancements to the "bisect" command: (1) Create alias "ls" for the "vlist" subcommand. (2) Show an abbreviated listing unless the --all option is used. (3) Automatically show the abbreviated listing after each "next". check-in: eec11147cf user: drh tags: trunk
13:10
Update the "fossil stash" command so that it always prompts for a comment if the -m option is omitted. check-in: 16371dcb1b user: drh tags: trunk
12:38
Get the --tk option working for "fossil stash diff". check-in: 2ed8cdc518 user: drh tags: trunk
12:10
Merge the controlInfoLink branch into trunk. check-in: 71c3b67a79 user: drh tags: trunk
08:28
Simplify internal link generation for control artifacts to avoid using escaped HTML entities. Closed-Leaf check-in: bcf41d31ca user: mistachkin tags: controlInfoLink
2012-10-03
19:54
Integration work for the markdown engine provided by Natacha Porté. check-in: d38c6eef06 user: mistachkin tags: markdown
14:58
Import the latest SQLite core from upstream. check-in: 7f3379f3a9 user: drh tags: trunk
2012-10-02
23:01
Enable building with the TCL stubs library and then loading the main TCL library at run-time, and only if needed. check-in: 25f7fa1157 user: drh tags: trunk
22:59
Merge the enhancements that adds the "diff-binary" setting for passing binary files to the external diff program. check-in: f8339c2743 user: drh tags: trunk
2012-09-30
09:29
The 'binary-glob' setting is a versionable project setting and should be listed with the others. check-in: 6ef41eeffe user: mistachkin tags: trunk
07:39
Make sure the new command line options are always processed; however, wait until after the settings are available. Closed-Leaf check-in: 064afb225a user: mistachkin tags: diffBinExternal
06:25
Add support for skipping binary files when using an external diff program. The existing 'binary-glob' setting and new 'diff-binary' boolean setting control this feature. check-in: c50eb50718 user: mistachkin tags: diffBinExternal
01:43
Fix typo in comment. check-in: 97f68e61da user: mistachkin tags: trunk
2012-09-29
14:08
Make the "--tk" option to the "diff" command also imply the "-i" option to force the use of the internal diff engine. check-in: 5a4fbb0a28 user: drh tags: trunk
07:40
For custom makefile, build with Tcl stubs support by default. Closed-Leaf check-in: 2d63ffdd4f user: mistachkin tags: tclStubsV2
07:29
Skip calling Tcl_InitStubs when not compiled to use the Tcl stubs mechanism. check-in: 1f4cfd5776 user: mistachkin tags: tclStubsV2
07:20
Merge updates from trunk. check-in: fbd3c2a597 user: mistachkin tags: tclStubsV2
07:16
Some fine-tuning for autosetup to support the Tcl stubs mechanism. check-in: 01de4c53b1 user: mistachkin tags: tclStubsV2
06:56
Build system changes to support the Tcl stubs mechanism. check-in: 9d0a4a89d7 user: mistachkin tags: tclStubsV2
2012-09-28
20:15
Refinements to the Tcl stubs integration. check-in: a0b3507d6c user: mistachkin tags: tclStubsV2
13:45
merge trunk check-in: 1aed9aabaa user: jan.nijtmans tags: use-utf8-in-win-external-editor
10:18
Update to the latest SQLite amalgamation, for the purpose of testing recent changes in SQLite. check-in: c0f245de25 user: drh tags: trunk
07:26
load Tcl dynamically using the Stubs mechanism in stead of linking in the library statically. Closed-Leaf check-in: ba91fe5f9e user: jan.nijtmans tags: stubbed-tcl
2012-09-27
21:16
Merge the partialCommitPerms branch which fixes an issue with permission bit changes of non-specified files being picked up by a partial commit. check-in: a0da8b3873 user: drh tags: trunk
17:29
Update the pre-checkin checklist to talk about the new --tk option to the diff command. check-in: 394177917c user: drh tags: trunk
13:02
Merge the fix for [711d04b6d8577] into trunk. Only bail out of a commit if none of the selected files have changed, rather than if any selected file is unchanged. check-in: 3a5e81cedb user: drh tags: trunk
11:51
Alternative fix for ticket [711d04b6d8577]. Closed-Leaf check-in: 94e2deef6d user: drh tags: ticket-711d04b6d8
08:43
Candidate fix for ticket [711d04b6d8] check-in: eab9f88e7f user: jan.nijtmans tags: ticket-711d04b6d8
01:38
Fixes to the --tk diff option to support unified diff on Windows. check-in: 1048bccf14 user: mistachkin tags: trunk
00:37
Allow unified diff for the --tk diff option. check-in: 5be507df71 user: mistachkin tags: trunk
2012-09-26
14:11
merge check-in: 84f1b5b37f user: jan.nijtmans tags: trunk
14:10
Make "fossil diff --tk" work on Windows as well. check-in: b836ec8a35 user: jan.nijtmans tags: trunk
13:52
For the --tk option to the diff command, invoke "tclsh" instead of "wish" and invoke "package require Tk" at the beginning of the script. check-in: aba451e9d5 user: drh tags: trunk
12:55
Add the --tk option to "fossil diff" in order to launch a Tcl/Tk GUI display of colorized side-by-side diffs. check-in: 22e5d711e5 user: drh tags: trunk
11:59
Add the --baseurl open to the "fossil server" and "fossil http" commands, for use with reverse proxies such as nginx. check-in: ecb85f61a9 user: drh tags: trunk
09:48
Correct last merge: mbcs->utf-8 conversion is done later check-in: b9640f05a2 user: jan.nijtmans tags: use-utf8-in-win-external-editor
09:32
merge trunk check-in: 71ef64bb75 user: jan.nijtmans tags: use-utf8-in-win-external-editor
09:27
Bug-fix: inline editor on Windows should expect mbcs, not utf-8 check-in: 9c9ad8e572 user: jan.nijtmans tags: trunk
07:35
Now it works €† check-in: 433cb71479 user: jan.nijtmans tags: use-utf8-in-win-external-editor
00:11
Escape "<" and ">" characters denoting removed and inserted line in the HTML version of side-by-side diff. check-in: 28cfb2fb10 user: drh tags: trunk
2012-09-25
21:15
another attempt €† check-in: 4358a23778 user: jan.nijtmans tags: use-utf8-in-win-external-editor
20:40
C check-in: fa8e0fed9c user: jan.nijtmans tags: use-utf8-in-win-external-editor
16:19
Isolate the logic used to figure out the text encoding of the check-in comment coming back from the users editor into windows-only code. check-in: 397c990400 user: drh tags: use-utf8-in-win-external-editor
14:55
zFile cannot be NULL, that wouldn't work on UNIX check-in: 7724ea6501 user: jan.nijtmans tags: use-utf8-in-win-external-editor
14:10
Use mbcs on Windows' external file editor in stead of utf-8 check-in: 3a20d89d95 user: jan.nijtmans tags: use-utf8-in-win-external-editor
11:48
Candidate fix for maintaining existing permission bits for partial check-ins. Closed-Leaf check-in: 33ffb32cb8 user: mistachkin tags: partialCommitPerms
06:40
allow Eclipse to be used as fossil development IDE, merged from "fossil-eclipse" branch, which is now closed. check-in: ae356a7b2e user: jan.nijtmans tags: trunk
2012-09-24
23:26
Updates to the "branching.wiki" document. check-in: d06396d31d user: drh tags: trunk
11:48
Fix typo in win32_fatal_error(). check-in: 9301375f3e user: mistachkin tags: trunk
10:12
fix -pedantic gcc warning: overflow in implicit constant conversion check-in: 03424a031b user: jan.nijtmans tags: trunk
09:03
modified fix for [c8c0b78c84], which no longer causes "Usage" printouts to use the full fossil path, even though the command line didn't use the full path check-in: dacc694615 user: jan.nijtmans tags: trunk
07:00
previous commit fixed the MSVC build, but broke the mingw build. Now fix both of them. check-in: 1ef58e5246 user: jan.nijtmans tags: trunk