Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2014-01-28 09:29:36.
2014-02-06
| ||
13:46 | • Closed ticket [e854101c4f]: http_proxy does not work with https plus 4 other changes ... (artifact: bf0252b3f7 user: jan.nijtmans) | |
13:42 | Add support for tunneling https through a http proxy (Ticket [e854101c4f]) ... (check-in: 3a33435666 user: jan.nijtmans tags: trunk) | |
13:38 | Fix a comment, and remove some unnecessary end-of-line spaces. ... (check-in: c54c2b0d4a user: jan.nijtmans tags: trunk) | |
11:23 | • Ticket [974618fe5a] fossil all rebuild does redundant rebuilds on windows status still Open with 3 other changes ... (artifact: 93f53ef7da user: jan.nijtmans) | |
11:20 | • Closed ticket [bbcd18aa11]: fossil all rebuild rebuilds everything twice plus 4 other changes ... (artifact: c413d0c7b7 user: jan.nijtmans) | |
11:13 | • Closed ticket [93c266d3ee]: Difficulty to correctly add/list files/directories with accended characters in name/path and see them listed in "Files" menu. plus 3 other changes ... (artifact: cdb9518926 user: jan.nijtmans) | |
11:04 | • Closed ticket [cadc9aa78f]: convert comment between utf8 and big5 on windows plus 3 other changes ... (artifact: 1ccea99fd6 user: jan.nijtmans) | |
11:02 | • Closed ticket [ebcbb50f4a]: List of tickets relating to Encodings plus 3 other changes ... (artifact: 943bc04fcf user: jan.nijtmans) | |
08:49 | Use sqlite3_prepare_v2 in stead of sqlite3_prepare everywhere. ... (check-in: ca6cb44c74 user: jan.nijtmans tags: trunk) | |
2014-02-05
| ||
15:20 | one more ..... ... (Closed-Leaf check-in: 4f1709d71b user: jan.nijtmans tags: jan-httpsproxytunnel) | |
14:59 | Use hostname in stead of proxy name in certificate handling. Attempt to fix the problem described here: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg13898.html] ... (check-in: 6673f163ea user: jan.nijtmans tags: jan-httpsproxytunnel) | |
2014-02-04
| ||
20:52 | Give window a chance to finish handling <Destroy> event. ... (check-in: d7b0617cb5 user: jan.nijtmans tags: trunk) | |
09:34 | Use built-in Tcl for "diff --tk" implementation if possible. Fallback is to spawn an external "tclsh" as before. ... (check-in: 252aff3e62 user: jan.nijtmans tags: trunk) | |
2014-02-03
| ||
12:39 | Make sure that the close-button of tk's "diff" window ends the main-loop in all circumstances. Remove unnecessary space. ... (check-in: c275d8ddbb user: jan.nijtmans tags: trunk) | |
09:13 | • Ticket [d752140c7a] RECONSTRUCT failure status still Open with 3 other changes ... (artifact: b83a54e051 user: jan.nijtmans) | |
2014-02-02
| ||
11:20 | • Edit [89ad123f5ceec73d|89ad123f5c]: Mark "Closed". ... (artifact: cf337baaea user: jan.nijtmans) | |
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) | |