Fossil

Timeline
Login

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

20 check-ins using file src/db.c version e967841242

2014-06-14
20:07
Add the 'checkout', 'render', 'styleHeader', 'styleFooter', 'trace', 'getParameter', and 'setParameter' TH1 commands. check-in: 57be4d552e user: mistachkin tags: trunk
20:06
Add support for an Inno Setup project file for Fossil. check-in: 3887a31812 user: mistachkin tags: trunk
20:05
Update autosetup to the latest version. check-in: 3a5c9b34f3 user: mistachkin tags: trunk
16:19
Fix another memory leak in the "fossil fusefs" command. check-in: 6b15019765 user: drh tags: trunk
14:31
Fix a serious memory leak in the "read" logic of the Fuse Filesystem. check-in: 7a7ef00b35 user: drh tags: trunk
14:15
Minor performance optimizations on fusefs. check-in: bd4565e9d0 user: drh tags: trunk
13:59
Enhance the "fossil whatis" command so that it can accept multiple arguments. check-in: a73da231d8 user: drh tags: trunk
06:19
changelog update check-in: f99ef287dc user: jan.nijtmans tags: trunk
05:30
Update the custom MinGW makefile. check-in: 7bdb6530ca user: mistachkin tags: trunk
03:13
Add the "fossil fusefs DIRECTORY" command that mounts a Fuse Filesystem at the given DIRECTORY and populates it with read-only copies of all historical check-ins. This only works on systems that support FuseFS. check-in: 4bf670e612 user: drh tags: trunk
03:11
Improved documentation on the "fossil fusefs" command. Closed-Leaf check-in: 440eb41e59 user: drh tags: fusefs
02:57
Update autosetup to automatically detect the availability of FuseFS and add it to the configuration. check-in: be7e239894 user: drh tags: fusefs
02:48
Fix the FuseFS to correctly report when files that have executable permission. check-in: a2730f7276 user: drh tags: fusefs
01:28
Initialize implementation of the "fusefs" command. To make it work, manually edit the Makefile to add -DFOSSIL_HAVE_FUSEFS and -lfuse. Then run "fossil fusefs /tmp/fusefs". Afterwards you can "ls /tmp/fusefs/checkins/trunk" and so forth. check-in: ee5cd77d5a user: drh tags: fusefs
2014-06-13
23:34
Minor code style and spacing cleanup. check-in: 40d5560f22 user: mistachkin tags: trunk
14:49
Minor code cleanup for autosync attempts to make the code more legible, no change in functionality. check-in: 2f9c2ea5a5 user: andybradford tags: trunk
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
06:11
Only sleep if there are more sync attempts to be made. check-in: e1dccc1772 user: andybradford tags: trunk
03:56
Add setting to control the number of autosync will be tried before returning an error. Default is historical behavior of one autosync in each direction. check-in: 76bc297e96 user: andybradford tags: trunk