Fossil

Timeline
Login

Timeline

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

50 check-ins by user jan.nijtmans occurring on or before 2015-04-20 07:20:05.

2015-04-20
07:20
Fix links in changes.wiki ... (check-in: 92be5246f8 user: jan.nijtmans tags: trunk)
2015-04-19
18:26
Merge trunk. More to-the-point message in case of fork warnings after sync. ... (check-in: cf59ea3165 user: jan.nijtmans tags: sync-forkwarn)
2015-04-17
09:50
Cherry-pick [http://www.sqlite.org/src/info/e018f4bf1f27f7838342940ad89a12d7f1536e8e|e018f4bf1f]: Fix a potential one-byte buffer overread in the command-line shell. Add (undocumented) -backslash option to "fossil sqlite" ... (check-in: af52f2912a user: jan.nijtmans tags: trunk)
2015-04-16
08:53
Remove unnecessary variable determination in src/descendants.c, and some unnecessary end-of-line spacing. ... (check-in: 10f5fc6986 user: jan.nijtmans tags: trunk)
08:18
Add [/help?cmd=forks|fossil forks], for finding all forks. ... (check-in: e1ee31a954 user: jan.nijtmans tags: trunk)
2015-04-13
13:35
plug possible memory leak in compress/decompress SQL functions. ... (check-in: abef6cf768 user: jan.nijtmans tags: trunk)
08:30
Merge trunk ... (check-in: 731042d5ea user: jan.nijtmans tags: sync-forkwarn)
08:29
Better fork detection on [/help?cmd=update|fossil update], [/help?cmd=status|fossil status] and related commands. ... (check-in: 5c40f8565e user: jan.nijtmans tags: trunk)
2015-04-10
17:33
Only check for forks on "open" leaves, otherwise we cannot do anything about it from here anyway. Thanks to Andy Bradford for noticing this. ... (Closed-Leaf check-in: 72794ec975 user: jan.nijtmans tags: update-fork-warn)
16:35
Display "fork" status on "fossil info", "fossil status" and related commands as well. ... (check-in: 11b7fa6914 user: jan.nijtmans tags: update-fork-warn)
07:55
Add a warning to "fossil update" when a fork has occurred. ... (check-in: 32998a20f9 user: jan.nijtmans tags: update-fork-warn)
2015-04-08
13:49
Merge trunk ... (check-in: ff571668c4 user: jan.nijtmans tags: sqlite3-compat)
09:29
Delay traversing the disk after the potential "empty check-in comment. continue (y/N)?" question: If the answer is no, we would do it unnecessary. ... (check-in: 03921d444f user: jan.nijtmans tags: trunk)
2015-04-01
08:52
Fix interpretation of '+' or '-' as invalid integers. Noted on ML by Sergei Gavrikov. Thanks! ... (check-in: 4ae42e363c user: jan.nijtmans tags: trunk)
2015-03-31
09:39
Update custom makefile ... (check-in: eb090f25fc user: jan.nijtmans tags: trunk)
2015-03-30
09:24
Remove another check for "server loop", apart from [469efd6a7ce8ba44]: If the server-code is going to be removed ever in the future, this useless check will stand in the way. Then [14b8475598268f3a] could re-appear, but now with "server-code" in stead of with "project-code". ... (check-in: a0cd8d35ee user: jan.nijtmans tags: trunk)
2015-03-23
08:56
When committing a 'secondary' initial checkin with the same branch-name as the primary initial-checking, warn that this is in fact a fork. ... (check-in: 26119c88da user: jan.nijtmans tags: trunk)
2015-03-20
14:50
Explicitely specify "admin" as username, otherwise Docker cannot find out which user should be created ... (check-in: 5811ecd7cc user: jan.nijtmans tags: trunk)
11:12
In "fossil server --create", don't create "admin" user with "admin" password, but print the random-generated password ... (check-in: 2ec9af63bd user: jan.nijtmans tags: trunk)
2015-03-19
21:54
Upgrade to openssl 1.0.2a ... (check-in: dabb08e9b3 user: jan.nijtmans tags: trunk)
09:43
merge trunk ... (check-in: 8eb26689ed user: jan.nijtmans tags: winsymlink)
09:34
Put "dotfiles" in json configuration as well, and update documentation ... (check-in: 1f797521e3 user: jan.nijtmans tags: trunk)
09:25
upgrade SQLite to latest pre-release ... (check-in: d1db1e47a4 user: jan.nijtmans tags: trunk)
2015-03-17
21:03
Fix for "fossil new --docker" and for [http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg17644.html|Chisallapp: I have two trunks ?], while still guaranteeing the rid=1 initial empty commit. ... (Closed-Leaf check-in: 12c54ad313 user: jan.nijtmans tags: docker)
10:45
Add [/help?cmd=import|fossil import --svn], for importing a subversion repository into fossil which was exported using "svnadmin dump". ... (check-in: 6a2016098a user: jan.nijtmans tags: trunk)
2015-03-16
20:32
merge trunk ... (check-in: cd234b1c46 user: jan.nijtmans tags: svn-import)
12:30
Upgrade to Tcl 8.6.4 for Docker. (doesn't work yet, still have to find a solution for missing "fossil new --docker") ... (check-in: ca6c248e71 user: jan.nijtmans tags: trunk)
2015-03-13
09:11
Restore "fossil new --empty" and "docker new --docker". Correct help-text for "fossil new" ... (check-in: 68a4c33b2e user: jan.nijtmans tags: trunk)
2015-03-11
22:31
Fix harmless compiler warning. [http://www.sqlite.org/src/info/580dae4615353d73|580dae4615] ... (check-in: 3e77213a73 user: jan.nijtmans tags: trunk)
2015-03-10
21:00
Fix file_is_absolute_path(), accounting for "C:" being an absolute path ... (check-in: 573bbd3eb9 user: jan.nijtmans tags: trunk)
2015-03-09
14:45
Merge trunk. Make sure that "fossil forget" and "fossil rename" are unaffected by any setting. (I'm not sure this is the way to go .....) ... (check-in: 0701c1a3f5 user: jan.nijtmans tags: mvAndRmFiles)
14:12
merge trunk ... (check-in: 5d3c6df6ba user: jan.nijtmans tags: svn-import)
09:09
Add "fossil forget" as alias to "fossil rm|delete". This opens up the "fossil rm" command for behavior modification, as suggested on ML. ... (check-in: 8cf976d246 user: jan.nijtmans tags: trunk)
08:58
Eliminate some unnecessary end-of-line spacing ... (check-in: 7fbc1c3a1f user: jan.nijtmans tags: trunk)
2015-03-01
21:03
Let "fossil version -v" show whether the (Windows) commandline supports unicode or not. Add "Fossil" in front of the FileDescription, as requested on ML. ... (check-in: 4f4ef542a4 user: jan.nijtmans tags: trunk)
2015-02-26
22:38
Merge trunk ... (check-in: 38e1ce66c7 user: jan.nijtmans tags: sqlite3-compat)
12:25
Make gebi() work on browsers with javascipt < 5.1 ... (check-in: e7ec49815b 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: 89a56fe0c7 user: jan.nijtmans tags: svn-import)
21:39
Update SQLite to the 3.8.8.3 release ... (check-in: 4bd1014ef0 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: 3a6c848f68 user: jan.nijtmans tags: svn-import)
2015-02-24
06:40
Let -x imply --emptydirs and --dotfiles ... (check-in: 8c3e6404b0 user: jan.nijtmans tags: cleanX-no-clean-glob)
05:50
Build fix ... (check-in: 4f4bb9fd02 user: jan.nijtmans tags: cleanX-no-clean-glob)
04:40
Merge cleanX ... (check-in: c4750a1e85 user: jan.nijtmans tags: cleanX-no-clean-glob)
03:40
Merge trunk ... (check-in: 1cbe4fd9e1 user: jan.nijtmans tags: cleanX)
2015-02-22
15:35
Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) ... (check-in: 998ba3ada4 user: jan.nijtmans tags: svn-import)
15:30
Fix compilation on MSVC ... (check-in: 916d1d463e user: jan.nijtmans tags: svn-import)
12:01
Stay in sync with svn-import ... (check-in: f273714ebf user: jan.nijtmans tags: svn-import_no-svn-rev)
12:00
merge trunk ... (check-in: c3bcab0f05 user: jan.nijtmans tags: svn-import)
2015-02-18
20:07
Adapt man-page to wording in index.wiki, + fix typo ... (check-in: 054f359acb 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: 17049409eb user: jan.nijtmans tags: trunk)