Fossil

Timeline
Login

Timeline

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

38 check-ins for the month beginning 2015-02-01 by user jan.nijtmans

Following month ↑
2015-02-26
22:38
Merge trunk ... (check-in: 38e1ce66 user: jan.nijtmans tags: sqlite3-compat)
12:25
Make gebi() work on browsers with javascipt < 5.1 ... (check-in: e7ec4981 user: jan.nijtmans tags: trunk)
2015-02-25
22:39
Merge trunk. Remove --no-svn-rev switch for "fossil import --svn", just use --incremental for that (svn-rev-?? tags are off by default, but switched on by --incremental) ... (check-in: 89a56fe0 user: jan.nijtmans tags: svn-import)
21:39
Update SQLite to the 3.8.8.3 release ... (check-in: 4bd1014e user: jan.nijtmans tags: trunk)
16:09
Make --git the default for "fossil import" if neither --git nor --svn is specified. Make --force work (again) with "fossil import --git". ... (check-in: 3a6c848f user: jan.nijtmans tags: svn-import)
2015-02-24
06:40
Let -x imply --emptydirs and --dotfiles ... (check-in: 8c3e6404 user: jan.nijtmans tags: cleanX-no-clean-glob)
05:50
Build fix ... (check-in: 4f4bb9fd user: jan.nijtmans tags: cleanX-no-clean-glob)
04:40
Merge cleanX ... (check-in: c4750a1e user: jan.nijtmans tags: cleanX-no-clean-glob)
03:40
Merge trunk ... (check-in: 1cbe4fd9 user: jan.nijtmans tags: cleanX)
2015-02-22
15:35
Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) ... (check-in: 998ba3ad user: jan.nijtmans tags: svn-import)
15:30
Fix compilation on MSVC ... (check-in: 916d1d46 user: jan.nijtmans tags: svn-import)
12:01
Stay in sync with svn-import ... (check-in: f273714e user: jan.nijtmans tags: svn-import_no-svn-rev)
12:00
merge trunk ... (check-in: c3bcab0f user: jan.nijtmans tags: svn-import)
2015-02-18
20:07
Adapt man-page to wording in index.wiki, + fix typo ... (check-in: 054f359a user: jan.nijtmans tags: trunk)
10:02
Added fossil man-page. Started with the one from debian, but adapted to contain current command list. ... (check-in: 17049409 user: jan.nijtmans tags: trunk)
2015-02-16
10:18
Merge trunk. Fix compiler warning on VS. ... (check-in: ca336d2a user: jan.nijtmans tags: svn-import)
2015-02-13
09:03
A few more places where displayed UUID length should be configurable. ... (check-in: c62e94f8 user: jan.nijtmans tags: trunk)
09:00
Take over latest shell.c, but without SQLITE_TESTCTRL_IMPOSTER support (included SQLite doesn't have that yet). Reason: add '.dbinfo' command to "fossil sqlite" 0f65a7e2e0 and fix bug in '.import' 9c5bcad1 ... (check-in: d9648886 user: jan.nijtmans tags: trunk)
2015-02-11
15:57
More places where the %S and/or %!S formatter are useful. ... (check-in: d93f5ee3 user: jan.nijtmans tags: trunk)
2015-02-10
08:24
Speedup handling of checked-out files: When multiple information about a file is requested (size, mtime, permission flags) only call stat() once. ... (check-in: dd94e596 user: jan.nijtmans tags: trunk)
2015-02-09
12:18
Add mime-types for openoffice documents. Cherry-picked from viric_flavour branch. Thanks! ... (check-in: 04e6a82e user: jan.nijtmans tags: trunk)
2015-02-08
10:20
Fix Fossil's handling of file permission bits on systems which have ACL's. In that case, group permissions can give unexpected values, which results in unnecessary slowdown repeatedly trying to unset the flags which doesn't work. More explanation: https://cygwin.com/faq/faq.html#faq.using.ssh-pubkey-stops-working. Noted on latest Cygwin (1.7.34) which added support for ACL handling. ... (check-in: 3d0e8c01 user: jan.nijtmans tags: trunk)
2015-02-07
15:23
Don't check for more settings names if there's an exact match. (Couldn't set autosync because it also matched autosync-tries). ... (check-in: c94efdf2 user: jan.nijtmans tags: trunk)
2015-02-06
19:56
Better comment why the group executable bit cannot be used on Cygwin, and possibly other IEEE 1003.1 ("POSIX.1") compliant systems, which support ACL's ... (check-in: 9c3b544e user: jan.nijtmans tags: trunk)
15:38
Merge trunk ... (check-in: 1be2eb05 user: jan.nijtmans tags: svn-import)
15:34
Workaround for recently introduced Cygwin bug: group permission is always set! This was the cause of the "execute permission" trouble in my recent commits. :-( ... (check-in: d9dfe11d user: jan.nijtmans tags: trunk)
15:07
Merge trunk ... (check-in: 7d41f6a6 user: jan.nijtmans tags: svn-import)
15:06
Now really fix execute permissions to what they were before ... (check-in: 596e7a9c user: jan.nijtmans tags: trunk)
14:19
Merge trunk ... (check-in: b69bf8ca user: jan.nijtmans tags: svn-import)
14:18
One more execute permission ... (check-in: 15f53721 user: jan.nijtmans tags: trunk)
14:16
Fix execute permissions ... (check-in: 21679870 user: jan.nijtmans tags: trunk)
10:49
merge trunk ... (check-in: 9bc76f6a user: jan.nijtmans tags: svn-import)
10:47
Restructure import.c, making it easier to compare with the new svn-import code. No change in functionality. ... (check-in: 3209f072 user: jan.nijtmans tags: trunk)
09:55
eol-spacing fixes. ... (check-in: b8e3dc16 user: jan.nijtmans tags: trunk)
2015-02-05
09:10
merge trunk ... (check-in: 9e7ea6a2 user: jan.nijtmans tags: svn-import)
09:01
Unfinished comment in search.c, and some more end-of-line spacing removals. No change in functionality. ... (check-in: 5260fbf6 user: jan.nijtmans tags: trunk)
2015-02-04
15:47
Update json configuration options and wiki with reality ... (check-in: 5098f747 user: jan.nijtmans tags: trunk)
2015-02-03
13:26
Adapt "makefile.wiki" to new requirement: availability of FTS4 ... (check-in: 0b3464cf user: jan.nijtmans tags: trunk)
Previous month ↓