Fossil

Timeline
Login

Timeline

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

16 check-ins by user dan

2017-12-04
20:39
Add the "fossil sqlar" command. Like "fossil zip", except generates sqlar archives. ... (check-in: 7eb5b0a2 user: dan tags: trunk)
2011-07-15
04:50
Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager. ... (check-in: e14f0fe2 user: dan tags: trunk)
2011-07-14
14:34
Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . ... (check-in: a4efad7e user: dan tags: trunk)
11:09
Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). ... (check-in: 5fe55cb1 user: dan tags: trunk)
10:24
Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. ... (check-in: 734af429 user: dan tags: trunk)
2011-07-12
17:26
Apply a fix to auto.def supplied by Steve Bennett via the mailing list. ... (Closed-Leaf check-in: 8c482e2a user: dan tags: autosetup)
2011-06-10
15:14
When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. ... (check-in: 6ed7ceb1 user: dan tags: trunk)
2008-07-26
16:51
Add a "User-Agent" header to the HTTP traffic generated by fossil. The user-agent string is "Fossil/$UUID". ... (check-in: 31824fbf user: dan tags: trunk)
2007-08-03
15:31
Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. ... (check-in: 22552fb8 user: dan tags: trunk)
2007-08-01
09:04
Populate the ipaddr column of the rcvfrom table when a file is received from a remote source (push/pull/sync). ... (check-in: 36edf3fd user: dan tags: trunk)
2007-07-31
16:34
Require read permission (permission to read tickets and configuration histories) to view the global timeline. ... (check-in: 5ebcedc3 user: dan tags: trunk)
2007-07-30
16:31
Merge in clone and sync changes. Fix a bug in undelta. ... (check-in: e3c529c2 user: dan tags: trunk)
05:17
Delete records from the temporary table "pending" after sending them. ... (check-in: 23c8dad3 user: dan tags: trunk)
2007-07-28
08:15
Fix to the db_open_local() function in the case where the root directory is writable by the current user. ... (check-in: d0d4c5f5 user: dan tags: trunk)
08:04
Remove a c++ism from deltacmd.c. ... (check-in: 0c227fa4 user: dan tags: trunk)
07:09
When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. ... (check-in: 3dcaed8d user: dan tags: trunk)