Fossil

Timeline
Login

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

83 events for the month beginning 2014-01-01 by user jan.nijtmans

Following month ↑
2014-01-29
22:51
(experimental) Allow not only --utc or --localtime to be specified, but any timezone (minutes from UTC = -999...999) ... (Closed-Leaf check-in: c3e3ceb9b6 user: jan.nijtmans tags: tz-minutes)
13:35
When on a Fossil web-page without being logged-in, pressing "Login" and doing a successful login will bring you back to the same web-page again. ... (check-in: d5d7e640d0 user: jan.nijtmans tags: trunk)
10:21
fix comment ... (check-in: ca0a58fac5 user: jan.nijtmans tags: trunk)
09:36
Don't use global data any more in establish_proxy_tunnel() ... (check-in: 12e917a1cd user: jan.nijtmans tags: jan-httpsproxytunnel)
09:22
merge trunk ... (check-in: 1f1848dd07 user: jan.nijtmans tags: jan-httpsproxytunnel)
2014-01-28
13:10
No longer prohibit multiple "merge --integrate"'s without an intermediate commit. "commit --integrate" already allows it, so there is no way to stop people doing that. Fossil versions earlier than [55cacfcace] cannot handle the manifest file produced by such a commit. ... (check-in: f9f7082ef4 user: jan.nijtmans tags: trunk)
12:58
Update change-log ... (check-in: 6b396efa01 user: jan.nijtmans tags: trunk)
09:30 Edit [76442af7e13267bd|76442af7e1]: Move to branch branch-1.28. ... (artifact: 33837b6454 user: jan.nijtmans)
09:29 Edit [6758c2b0d5f1db01|6758c2b0d5]: Move to branch cleanX. ... (artifact: 80017f18ae user: jan.nijtmans)
09:26 Edit [45f35169f2e2897f|45f35169f2]: Edit check-in comment. ... (artifact: 22a32142b8 user: jan.nijtmans)
09:25
Rename sqlite3_cmd() to cmd_sqlite3() and sqlite3_exec_readonly() to db_exec_readonly(): sqlite3_* symbols are reserved for SQLite, in order to prevent possible future symbol conflicts. Eliminate use of deprecated "sqlite3_callback" typedef (which allows elimination of some type casts). Missing "static" in content.c ... (check-in: 0ed6e68d55 user: jan.nijtmans tags: trunk)
08:20
More removals of unnecessary end-of-line spaces. No change in code. ... (check-in: 45f35169f2 user: jan.nijtmans tags: trunk)
2014-01-27
09:08
Put various other constant tables in constant memory. ... (check-in: 214899ac26 user: jan.nijtmans tags: trunk)
09:05
Remove unnecessary end-of-line spaces. (My editor does that automatically, but I don't want it to happen together with other functional changes in a single commit). No change in code. ... (check-in: 52b35c8b40 user: jan.nijtmans tags: trunk)
08:23
Put html_tag const table (from markdown implementation) in constant memory. ... (check-in: 7c4414ca10 user: jan.nijtmans tags: trunk)
2014-01-24
12:37
Check for "clearsign" option in "fossil branch" command. Reported by J. van den Hoff. ... (check-in: d8a588ba76 user: jan.nijtmans tags: trunk)
10:04
Eliminate two unneeded type-casts and a compiler warning (signed<>unsigned compare) ... (check-in: 17f7b650af user: jan.nijtmans tags: trunk)
09:54
Put Th_SubCommand constant tables in constant memory. ... (check-in: dce90fe35e user: jan.nijtmans tags: trunk)
2014-01-23
21:47
merge trunk ... (check-in: abb2400434 user: jan.nijtmans tags: win32-longpath)
21:18
merge branch-1.28, a few other cherry-picks from trunk ... (check-in: 303e7af7c3 user: jan.nijtmans tags: win32-longpath)
10:29
No longer require that the HOME directory is writable if the fossil configuration file is already there. (With some simplifications) ... (check-in: b4d538f8c6 user: jan.nijtmans tags: trunk)
08:51
Backout [77d37d910b], which puts back the "fossil sqlite3" command when compiled with --disable-internal-sqlite. Take over matching "shell.c" from SQLite, but relax SQLite version check, otherwise "fossil sqlite3" doesn't work (that was the reason for taking out "fossil sqlite3" in the first place, but at least OpenBSD wants to support it). See: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14185.html] ... (check-in: d68cd57a9d user: jan.nijtmans tags: trunk)
2014-01-21
21:42
Make sure that sqlite3_strglob() is available and use it: Less code duplication ... (check-in: 7829abd893 user: jan.nijtmans tags: trunk)
11:05
Remove two SQLite version checks which no longer serve any purpose ... (check-in: 2864db3080 user: jan.nijtmans tags: trunk, sqlite3-compat)
08:52 Edit [02a0e8890e34d6f8|02a0e8890e]: Cancel tag "pending-review". ... (artifact: f13cbe2b4c user: jan.nijtmans)
08:51 Edit [abf1b425fb92ef46|abf1b425fb]: Move to branch sqlite-min-to-3.7.17. ... (artifact: 345482373e user: jan.nijtmans)
08:49 Edit [02b607a07a5ed13f|02b607a07a]: Move to branch tree-view-work. ... (artifact: 5802382850 user: jan.nijtmans)
2014-01-20
15:10
Don't compile Cygwin using -DSQLITE_OMIT_CTE: Making it work would cause memory leaks. ... (check-in: 5176783c06 user: jan.nijtmans tags: trunk)
13:15
Now really add utf16be.txt. Compile fossil on Cygwin using -DSQLITE_OMIT_CTE (for test purposes only) ... (check-in: 511eecb0e1 user: jan.nijtmans tags: trunk)
13:08
Allow fossil to be used together with SQLite 3.8.2 amalgamation. Add UTF16-be file for test-purposes. Disable (3-way) merge2 tests which use UTF16 files: 3-way merges with UTF16 files is not (yet) implemented. ... (check-in: 7e9633a9b3 user: jan.nijtmans tags: trunk)
2014-01-18
13:49
Skip merge-utf-*.23 and merge-utf-*.32 test-cases, which currently fail. They are not crucial for the 1.28 release (in Fossil 1.26 and 1.27 they failed as well). Probably a problem in the test-case itself (some special character in test/utf.test?) ... (check-in: 4b3b89b51e user: jan.nijtmans tags: branch-1.28)
2014-01-17
15:22
No need to do a 'ci'-check when permitHooks is false anyway. ... (check-in: bed113ca3f user: jan.nijtmans tags: trunk)
12:47
unbreak win/Makefile.mingw for modified SRCDIR ... (check-in: 7b30a7c7ef user: jan.nijtmans tags: trunk)
10:41 Edit [21426d01b464f276|21426d01b4]: Move to branch tree-view-work. ... (artifact: 03d1fd8f2f user: jan.nijtmans)
2014-01-16
20:10
merge trunk ... (check-in: fb647963ea user: jan.nijtmans tags: tree-view-work)
20:07
Fix use of window.getComputedStyle() function for IE8. Same fix as done in [5885241f52c6182e] for timeline. ... (check-in: de0ae9271f user: jan.nijtmans tags: trunk)
12:52 Edit [050412b8329e4d31|050412b832]: Move to branch mistake. Add propagating "hidden". Mark "Closed". Edit check-in comment. ... (artifact: bb9599c381 user: jan.nijtmans)
11:18
one more attempt ... (check-in: e2a5198ca9 user: jan.nijtmans tags: tree-view-work)
11:10
Attempted fix for FireFox 3.6.28 ... (check-in: be31487c70 user: jan.nijtmans tags: tree-view-work)
10:54
Better NULL-protection against browsers which don't have "history" API ... (check-in: 02b607a07a user: jan.nijtmans tags: tree-view-work)
2014-01-15
21:41
Since [5a66b6e785] conversions from Unicode (actually: UTF-16) to UTF-8 are possible on UNIX too ... (check-in: d0d7ca17a4 user: jan.nijtmans tags: trunk)
2014-01-14
10:43
Cherrypick SQLite [http://www.sqlite.org/src/info/1e131094b5|1e131094b5]: For the Win32 VFS, defining winShmMutexHeld should be controlled by NDEBUG, not SQLITE_DEBUG ... (check-in: 4699f8d919 user: jan.nijtmans tags: branch-1.28)
09:02
Cherrypick SQLite [http://www.sqlite.org/src/info/c43b59dac1|c43b59dac1]: Correct the VFS name as reported by the file control when explicitly using the 'win32-longpath' VFS ... (check-in: 242e0b81c9 user: jan.nijtmans tags: branch-1.28)
08:36
Cherrypick [354288db9c]: Fix build with older MinGW. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14377.html] ... (check-in: 26362ef002 user: jan.nijtmans tags: branch-1.28)
08:35
Fix build with older MinGW. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14377.html] ... (check-in: 354288db9c user: jan.nijtmans tags: trunk)
08:29
Cherrypick SQLite [http://www.sqlite.org/src/info/ac15455abc|ac15455abc]: In the command-line shell, defend against a NULL-pointer dereference in the case where sqlite3_column_name() returns NULL (as might happen following an OOM error) ... (check-in: a12b9c4533 user: jan.nijtmans tags: branch-1.28)
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)
2014-01-11
20:38
Fix incorrect link ... (check-in: 27a843d227 user: jan.nijtmans 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
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)
2014-01-09
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)
13:14
Missing "unhide" option in link to timeline. ... (check-in: 32bb2a31f4 user: jan.nijtmans tags: trunk)
13:11 Edit [32bb2a31f4ea05f1|32bb2a31f4]: Edit check-in comment. ... (artifact: e2a314eb81 user: jan.nijtmans)
13:05 Edit [fb17052e4536145f|fb17052e45]: Mark "Closed". ... (artifact: 851e4afeca user: jan.nijtmans)
13:04 Edit [c3211392dab3c588|c3211392da]: Mark "Closed". ... (artifact: 65a6c0e516 user: jan.nijtmans)
12:59 Edit [bdcfdc46420f370c|bdcfdc4642]: Mark "Closed". ... (artifact: 3e4e112a2a user: jan.nijtmans)
11:57
Change C++ comments to C commenting style ... (check-in: 25950f8b67 user: jan.nijtmans 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)
2014-01-07
20:32
Make "WITHOUT ROWID" unconditional ... (Closed-Leaf check-in: eb87f29637 user: jan.nijtmans tags: sqliteRuntimeCheck)
09:03
Make sure that shell.o and sqlite3.o are rebuilt whenever compilation options change. This should prevent problems like [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/14805|Problem with compilation under MINGW] once and for all. ... (check-in: 1ab2728820 user: jan.nijtmans tags: broken-build)
08:25
merge trunk ... (Closed-Leaf check-in: f52089d95e user: jan.nijtmans tags: sqlite-min-to-3.7.17)
2014-01-06
10:50
If fossil on Cygwin is compiled with --disable-internal-sqlite, those Cygwin specific fossil modifications are no longer necessary. ... (check-in: 4f1b310142 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:36
Merge trunk ... (check-in: 99af4d2a12 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
2014-01-05
11:03
styling ... (check-in: 0c1a116791 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:55
fix comment ... (check-in: 1de0faecff user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:51
Increase minimum SQLite requirement to 3.7.17, and make efficient use of the function sqlite3_strglob. This eliminates unnecessary strglob function in fossil ... (check-in: bde92b38c7 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
10:49
Remove some dead/unneeded code ... (check-in: abf1b425fb user: jan.nijtmans tags: sqlite-min-to-3.7.17)
2014-01-04
23:00
Fix use of sqlite3_strglob: 0 means there is a match ... (check-in: 70a374d9a3 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
21:14
Remove dead/unneeded code ... (check-in: 107b959b22 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
20:51
Increase minimum SQLite requirement to 3.7.17, and make efficient use of the function sqlite3_strglob. This eliminates unnecessand sqlite ... (check-in: c8c5646879 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
2014-01-02
23:08
Never define USE_SYSTEM_SQLITE as empty string: C preprocessor cannot handle that. ... (check-in: a13c37313d user: jan.nijtmans tags: trunk)
22:53
If fossil is configured with --disable-internal-sqlite, disable the "sqlite3" command: It doesn't work anyway, and there is no reason to support it; Any system which has an sqlite dll/so should have the sqlite3 utility as well, which can do almost the same as "fossil sqlite3" ... (check-in: 77d37d910b user: jan.nijtmans tags: trunk)
16:54 Edit [c3211392dab3c588|c3211392da]: Cancel tag "pending-review". ... (artifact: 0a7fad4854 user: jan.nijtmans)
16:50
Fix /tree page and "timeline-utc" setting in combination with --disable-internal-sqlite configuration ... (check-in: bd1151126a user: jan.nijtmans tags: trunk)
15:47 Closed ticket [3b1533a090]: 'sync' command in the web-interface plus 3 other changes ... (artifact: 6c8adcb695 user: jan.nijtmans)
15:40 Closed ticket [71bd5502ff]: Browser caching CSS and logo plus 4 other changes ... (artifact: 4dae2a8fad user: jan.nijtmans)
15:31 Edit [c3211392dab3c588|c3211392da]: Add tag "pending-review". ... (artifact: 4f8cd1d511 user: jan.nijtmans)
15:30
Fix /tree view in combination with configure --disable-internal-sqlite (Reported by Andy Bradford) ... (Closed-Leaf check-in: c3211392da user: jan.nijtmans tags: timeline-utc)
15:17
merge trunk ... (check-in: d5fd6cc1a5 user: jan.nijtmans tags: timeline-utc)
15:15 Edit [9e5a9d1c715724f6|9e5a9d1c71]: Cancel tag "pending-review". ... (artifact: 5eb38fdca3 user: jan.nijtmans)
Previous month ↓