Timeline
Not logged in

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

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

Following month ↑
2014-06-30
12:41
Make "plink" the default ssh client on Windows, no matter what win32 compiler fossil was compiled with. check-in: e6d7b35a24 user: jan.nijtmans tags: trunk
09:26 Edit [734d4299401357a5|734d429940]: Edit check-in comment. artifact: 1f96f9cbe2 user: jan.nijtmans
09:13
Use the same algorithm for event-id's for UUID's as in other UI locations: Make sure that the UUID contains at least a single lower-case hex digit, with a minimum of length 10. check-in: 734d429940 user: jan.nijtmans tags: 16-digit-event-ids
2014-06-27
15:32
Add "server-id" printout to "fossil dbstat". Only print project-id if there is one. check-in: 88d503e15b user: jan.nijtmans tags: trunk
12:35
Print server-id after cloning and in /stat page. Only print Project-ID in /stat page if there is one. check-in: 11ba4bd6cf user: jan.nijtmans tags: trunk
2014-06-26
07:40
Make format parameter in socket_set_errmsg() and ssl_set_errmsg() functions a const. check-in: cfb8d6604f user: jan.nijtmans tags: trunk
07:31
Make "fossil fusefs" entry in changelog a hyperlink. Use a "T" in stead of "+" in hyperlinks containing dates, in order to prevent ambiugity. A few typos in wiki. check-in: 68ce1305b1 user: jan.nijtmans tags: trunk
2014-06-25
08:57
Add the .fullschema command to "fossil sqlite". This command shows the schema and the content of the sqlite_stat tables, all in one go. Useful when reporting problems with the query planner check-in: 4f62b6017b user: jan.nijtmans tags: branch-1.29
07:57
Add the .fullschema command to "fossil sqlite". This command shows the schema and the content of the sqlite_stat tables, all in one go. Useful when reporting problems with the query planner. check-in: 7ba8311e57 user: jan.nijtmans tags: trunk
2014-06-23
09:35
Make daysOfWeek a const table. c/char const/const char/ check-in: 1d30672588 user: jan.nijtmans tags: trunk
2014-06-19
14:58 Edit [374920b20944b8ab|374920b209]: Mark "Closed". artifact: 86930c8444 user: jan.nijtmans
14:58 Edit [529237a3c113d994|529237a3c1]: Mark "Closed". artifact: 98864399b7 user: jan.nijtmans
14:56 Edit [e5ad103777d8c40e|e5ad103777]: Mark "Closed". artifact: 2a1facc846 user: jan.nijtmans
14:56 Edit [cc008ebab7eda7e7|cc008ebab7]: Mark "Closed". artifact: ef33c368ad user: jan.nijtmans
14:55 Edit [20a7225747b9a3f4|20a7225747]: Mark "Closed". artifact: 9f581d5a0b user: jan.nijtmans
14:55 Edit [7eeb5c64cccc4815|7eeb5c64cc]: Mark "Closed". artifact: 113c9ba9ea user: jan.nijtmans
14:55 Edit [cdd4c6a580c5a06f|cdd4c6a580]: Mark "Closed". artifact: 2d1c67d62c user: jan.nijtmans
14:47 Edit [6dba4c6a58c23436|6dba4c6a58]: Mark "Closed". artifact: 95c0f1b35a user: jan.nijtmans
2014-06-18
15:15 Edit [10eea3abd4fde978|10eea3abd4]: Edit check-in comment. artifact: eb2fbd71c2 user: jan.nijtmans
15:07
make fossil timeline to respect the log formatting aka multiline logs. Suggested by Baptiste Daroussin. check-in: 10eea3abd4 user: jan.nijtmans tags: respectformatting
2014-06-17
13:51
Add the ".eqp" and ".fullschema" dot-commands to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. check-in: 1b648ebacf user: jan.nijtmans tags: branch-1.29
11:51
merge trunk check-in: 7ea5059539 user: jan.nijtmans tags: autoadjust
11:51
Add the ".eqp" dot-command to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. check-in: 3467da7901 user: jan.nijtmans tags: trunk
11:41
Add the ".eqp" dot-command to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. check-in: 9afa53edf0 user: jan.nijtmans tags: autoadjust
2014-06-16
12:33
Since this hack only fixes part of fossil's Cygwin-specific problems, just remove it. The recommended way to configure fossil on Cygwin is now using --disable-internal-sqlite, which works much better. See: https://www.sourceware.org/ml/cygwin/2014-06/msg00171.html check-in: 9462a0b51f user: jan.nijtmans tags: trunk
09:05
Merge trunk. Make it work on Windows too. Variable width output on more commands. check-in: 40710b7a05 user: jan.nijtmans tags: autoadjust
2014-06-14
06:35 Ticket [edab7bb5c9] Fossil on Windows has trouble with Unicode charatcres in filenames status still Open with 3 other changes artifact: 44c7d346ad user: jan.nijtmans ... 1 similar event omitted.
06:19
changelog update check-in: f99ef287dc user: jan.nijtmans tags: trunk
2014-06-13
14:21
Auto-adjust the width of timeline (and various other output places) according to real terminal width. Suggested by Baptiste Daroussin. check-in: c4891e24af user: jan.nijtmans tags: autoadjust
08:57
Add a versioned "encoding-glob" setting for some files which contain the copyright sign (as invalid UTF-8 byte-sequence) check-in: c5a0169786 user: jan.nijtmans tags: trunk
2014-06-12
17:26
merge trunk Closed-Leaf check-in: e751da62cb user: jan.nijtmans tags: win32-longpath
2014-06-06
09:27
When doing "fossil user default <username>", don't try to check the current default user for validity. check-in: 4306f0f3d6 user: jan.nijtmans tags: trunk
07:19
A few additions of "const" keyword, reducing the number of compiler warnings when compiling with -Wwrite-strings check-in: 0a754750ef user: jan.nijtmans tags: trunk
07:10
Make "fossil version -v" report the right openssl version, even when it was linked dynamically with openssl and the openssl version was later upgraded. Remove some dead code and comments which are not true any more. check-in: 48f1239eb2 user: jan.nijtmans tags: trunk
2014-06-05
09:31 Edit [5dd5d39e7cc76dcc|5dd5d39e7c]: Mark "Closed". artifact: 7bc125712a user: jan.nijtmans
09:31 Edit [285eeba64fde9b7c|285eeba64f]: Mark "Closed". artifact: 3b417cb1a6 user: jan.nijtmans
09:31 Edit [4778b1d07ad2e782|4778b1d07a]: Mark "Closed". artifact: 678fe960b5 user: jan.nijtmans
08:12
Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) check-in: b6670e0545 user: jan.nijtmans tags: sqlite3-compat
08:05
Remove the Cygwin-specific Makefile, as the option --disable-internal-sqlite has the same effect. Document this. check-in: 5610dc4edf user: jan.nijtmans tags: trunk
2014-06-02
20:10
actually, --date-override overrides --empty, not reverse check-in: a01e2d147f user: jan.nijtmans tags: trunk
09:39
Fix comment, some formatting. check-in: 74640de96e user: jan.nijtmans tags: trunk
Previous month ↓