Fossil

Timeline
Login

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

50 check-ins occurring around 5dc60b1faffeeb68.

2014-01-13
23:06
Trim trailing whitespace in TH1 and align some comments. (check-in: 5a9f9ba61d user: mistachkin tags: th1Work)
22:50
Merge updates from trunk. Style fixes. (check-in: 81c185f685 user: mistachkin tags: delay-ticket-hook)
13:27
Add discussion of SQLITE_ENABLE_EXPLAIN_COMMENTS to the makefile documentation. (check-in: cde4759d5e user: drh tags: trunk)
2014-01-12
10:55
Fix incorrect link. All bug-fixes from trunk are now merged into "branch-1.28" except (on purpose!) the harmless valgrind warning in the tarball generator (check-in: 1c6a991711 user: jan.nijtmans tags: branch-1.28)
10:24
Fix tree-view JS error/warnings. (check-in: 26c26b6fc3 user: joel tags: trunk)
10:20
Fix tree-view JS error/warnings. (check-in: 94fcef1051 user: joel tags: branch-1.28)
2014-01-11
20:41
Prevent buffer overruns when trying to do side-by-side diff alignment of lines that contain non-UTF8 characters and a prefix match. (check-in: 4d7f7e96d4 user: drh tags: branch-1.28)
20:39
Merge the accidental fork. (check-in: f7563c671f user: drh tags: trunk)
20:39
Prevent buffer overruns when trying to do side-by-side diff alignment of lines that contain non-UTF8 characters and a prefix match. (check-in: 37ffaaa911 user: drh tags: trunk)
20:38
Fix incorrect link (check-in: 27a843d227 user: jan.nijtmans tags: trunk)
19:11
Fix a harmless valgrind warning in the tarball generator. (check-in: 64fc6d15e5 user: drh tags: trunk)
18:56
Fix the test/valgrind-www.tcl script so that it works on Ubuntu 13.10. (check-in: fcfe117b5a user: drh tags: trunk)
18:29
Don't replace sqlite3_strglob with sqlglob: It's wrong because the return value is different. Since SQLite 3.8.2 is guaranteed to have sqlite3_strglob anyway, no need to worry. (check-in: ddc93368e5 user: jan.nijtmans tags: branch-1.28)
18:26
Don't replace sqlite3_strglob with sqlglob: It's wrong because the return value is different. Since SQLite 3.8.2 is guaranteed to have sqlite3_strglob anyway, no need to worry. (check-in: 492cb99567 user: jan.nijtmans tags: trunk)
18:07
Revert [77d37d910b], which restores the "fossil sqlite3" command as it was. On trunk it doesn't work, but in branch 1.28 it works fine, because the source_id's always match (SQLite 3.8.2 is the only stable version supported. Just to be sure, disable the source_id check anyway: Fossil itself already has the necessary check. (check-in: 6fce6fc256 user: jan.nijtmans tags: branch-1.28)
2014-01-10
22:13
The common script should be run even when no hook is set. Improvements to consistency and style of hook integration. (check-in: 7f39fb61cb user: mistachkin tags: delay-ticket-hook)
21:50
Merge updates from trunk. (check-in: bc276e4daf user: mistachkin tags: delay-ticket-hook)
10:44
Only run xfer_ticket_code() when needed, and fix another logic error (found by Mark Janssen) (check-in: 80e443bdbd user: jan.nijtmans tags: delay-ticket-hook)
01:00
Slight change to wording on the 'how to compile' page. (check-in: 2ab19a1d62 user: mistachkin tags: trunk)
00:34
Comment on the stability of trunk versions of the Fossil source code on the "how to compile" page. (check-in: ec12deda19 user: drh tags: trunk)
2014-01-09
21:17
Show unsupported "test" commands on the /help webpage. (check-in: 3b10682a8c user: drh tags: trunk)
21:12
Add -width option to the search command. (check-in: 1f10199a09 user: mistachkin tags: branch-1.28)
21:10
Add -width option to the search command. (check-in: e4a6159ba3 user: mistachkin tags: trunk)
21:00
Fix a possible NULL-pointer dereference in the "fossil search" command. (check-in: 6e7e8fbe01 user: drh tags: branch-1.28)
20:59
Fix a possible NULL-pointer dereference in the "fossil search" command. (check-in: 5dc60b1faf user: drh tags: trunk)
20:27
Merge updates from trunk. (check-in: e4af590ff9 user: mistachkin tags: delay-ticket-hook)
20:25
Avoid initializing TH1 for running hooks when not strictly necessary. (check-in: 211ddf891a user: mistachkin tags: branch-1.28)
20:20
Avoid initializing TH1 for running hooks when not strictly necessary. (check-in: e252c944e0 user: mistachkin tags: trunk)
20:11
Some corrections to ticket hook logic. (check-in: a6faa2aee4 user: mistachkin tags: delay-ticket-hook)
19:37
Enforce minimum version requirement for SQLite of 3.8.2. (check-in: aee292257a user: mistachkin tags: trunk)
19:32
Enforce minimum version requirement for SQLite of 3.8.2. (check-in: f96162b06b user: mistachkin tags: branch-1.28)
19:20
Merge TH1 'info exists' fix from trunk. (check-in: 03504c6262 user: mistachkin tags: branch-1.28)
19:11
Make sure the TH1 'info exists' sub-command preserves the existing interp error stack trace. (check-in: 9765b03759 user: mistachkin tags: trunk)
16:11
Replace embedded SQLite version to version 3.8.2 stable. (check-in: 1e4b84864a user: jan.nijtmans tags: branch-1.28)
15:39
Delay activation of ticket hook until after the ticket tables have been rebuilt. (check-in: dff7d2c1ee user: jan.nijtmans tags: delay-ticket-hook)
15:03
Updates to the change-log. (check-in: ad2dd5680b user: drh tags: trunk)
14:27
Add the --integrate option to the "commit" command. (check-in: 82f69aa9bf user: drh tags: trunk)
13:18
Make sure it is not possible to add files that are outside of the current checkout. (check-in: c6f32a262d user: drh tags: trunk)
13:17
Add comments to better explain what it happening for the out-of-tree check in the "add" command. (Closed-Leaf check-in: d83fc58dea user: drh tags: pending-review)
13:14
Missing "unhide" option in link to timeline. (check-in: 32bb2a31f4 user: jan.nijtmans tags: trunk)
11:57
Change C++ comments to C commenting style (check-in: 25950f8b67 user: jan.nijtmans tags: trunk)
11:24
Merge again checkout_on_root_fix. Fix more cases when working from '/', should not affect when working normally. (check-in: af194dbb16 user: mgagnon tags: trunk)
10:41
Upgrade mingw and msc makefiles to use openssl-1.0.1f in stead of openssl-1.0.1e (check-in: ef47028a3e user: jan.nijtmans tags: trunk)
05:56
Attempts to add files outside the open checkout tree result in fatal error. (check-in: f0de41fd5e user: andybradford tags: pending-review)
2014-01-08
17:40
<strong>Fix some remaining corner cases when having a checkout on '/'..</strong> Update command: * Was asserting when localroot is '/' file_cannonical_name(): * Return '/' instead of '.' when refering to '/'. * Avoid the double '/' on beginning. * Refactoring to avoid some duplicated code. file_relative_name(): * Handle properly relative path when working on '/'. (Closed-Leaf check-in: 89ad123f5c user: mgagnon tags: checkout_on_root_fix)
11:38
Merge the checkout_on_root_fix. (check-in: cbcd7056b6 user: drh tags: trunk)
04:59
Remove traces. Waiting approval to merge on trunk.. (check-in: 84abd45533 user: mgagnon tags: checkout_on_root_fix)
04:42
Fix db_open_local() fonction so it find the local checkout database on "/". It was working inconsistently depending what was the current directory. ** Even if fossil is not the right tool to version files on the root of the system, I found it very usefull to track what file change on my system Tested on Linux and MinGW (Windows 8.1) (check-in: be993c47d5 user: mgagnon tags: checkout_on_root_fix)
00:58
Remove no longer necessary cursor='pointer'. (check-in: 927cacb353 user: joel tags: trunk)
2014-01-07
20:32
Make "WITHOUT ROWID" unconditional (Closed-Leaf check-in: eb87f29637 user: jan.nijtmans tags: sqliteRuntimeCheck)