Fossil

Timeline
Login

Timeline

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

29 check-ins using file src/finfo.c version a49d667b

2011-03-24
18:34
fix typo in error msg ... (check-in: dc87a907 user: bharder tags: trunk)
17:14
If the child manifest is a baseline and the parent a delta manifest, files that are marked as removed in the parent have to be skipped. This fixes "Added XXX version []" entries in the UI. ... (check-in: 91472616 user: joerg tags: trunk)
13:36
Fix a bug in the compression logic of the tarball generator. ... (check-in: 518ec9dd user: drh tags: trunk)
03:22
Make the error message on schema version mismatch less confusing. ... (check-in: 4a2019dd user: joerg tags: trunk)
02:08
Remove redundancy from the "fossil rm" command, as pointed out by Carles Pagès. ... (check-in: 7fca0075 user: drh tags: trunk)
01:51
Update the built-in SQLite to the latest version from the SQLite trunk. ... (check-in: 3d2e8b2d user: drh tags: trunk)
2011-03-23
19:08
Enhancements to the redirector so that it accepts the redirect value as the $PATH_INFO and so that it can redirect to a relative URL. ... (check-in: 122a31dd user: drh tags: trunk)
17:24
Fix to the prior check-in ([a99e9c9164]) so that ticket hyperlinks are displayed correctly. ... (check-in: 733361a5 user: drh tags: trunk)
16:16
Always put [..] marks around SHA1 hyperlinks. For unknown SHA1 numbers, enclose in <span class="brokenlink">. ... (check-in: a99e9c91 user: drh tags: trunk)
15:13
Do a better response in the redirector if no matching artifact is found. ... (check-in: dbc2098a user: drh tags: trunk)
13:30
Add the "redirect:" option to CGI, to scan multiple repositories and redirect to the one that contains the requested artifact ID. ... (check-in: ef6e3648 user: drh tags: trunk)
12:32
If the "info" webpage references an ambiguous artifact ID, show all of the possible results. ... (check-in: 2c8ea5ff user: drh tags: trunk)
11:25
fix [1ee813d6] -- do not autocommit on wiki commit from cmdline ... (check-in: e1d91b94 user: ron tags: trunk)
2011-03-22
18:47
Always redirect to a fully qualified URL. Give the setup user an opportunity to redirecct from test_env for testing purposes. ... (check-in: 63958fc5 user: drh tags: trunk)
17:00
Add the https-login setting which forces a switch to HTTPS for any non-anonymous login. ... (check-in: be0e8041 user: drh tags: trunk)
2011-03-19
18:14
Enhancements to "fossil add" and "fossil rm" so that they work recursively on directories and ignore trailing / characters. Patches from Carles Pagès. ... (check-in: 04ddad7a user: drh tags: trunk)
2011-03-18
02:51
When a server is pointing to a directory, allow *.fossil files to be served out of any subdirectory of that directory. For security, pathnames may not contain any characters except alphanumerics, "/", "-", and "_". ... (check-in: d04fa1e1 user: drh tags: trunk)
02:13
Allow up to two // characters at the beginning of a pathname since this is important on windows. ... (check-in: f1173da7 user: drh tags: trunk)
2011-03-17
17:20
Add a link to the OpenSuSE RPMs on the download page. ... (check-in: 7e995f54 user: drh tags: trunk)
15:33
When generating a tarball, remove the complete ".tar.gz" suffix from the filename to create the top-level directory name, not just the ".gz" part. ... (check-in: 9ca5bbf8 user: drh tags: trunk)
2011-03-16
11:19
Only record the first 16 bits of the IP address as part of the login cookie. This allows users with shifting IP addresses to stay logged in. Hopefully, this will address ticket [305143bd876f6]. ... (check-in: 84e755e2 user: drh tags: trunk, release)
04:12
"ls" alias to "list" subcommand of "fossil branch" command. ... (check-in: 302213ed user: bharder tags: trunk)
02:38
Make sure the accesslog table exists before attempting to use it. Ticket [7b55fd2958d8d] ... (check-in: c7de5f7b user: drh tags: trunk)
02:31
Fix the "branch new" command so that it works if the parent omits the R-card. Ticket [3bfff6e03bcc5f14] ... (check-in: 448dc5ad user: drh tags: trunk)
02:28
Make "fossil stash" and "fossil stash save" work the same. Ticket [58290cd2975f5f2] ... (check-in: 18575b14 user: drh tags: trunk)
02:20
Change to a better, cleaner way to fail the graph generation. ... (check-in: cae94fe2 user: drh tags: trunk)
01:53
Take care to avoid a buffer overrun if the number of rails in the graph exceeds the limit of 32. ... (check-in: cbafc702 user: drh tags: trunk)
2011-03-15
01:44
A merge riser is allowed to ride along side a riser to an off-screen node. ... (check-in: 52ea66df user: drh tags: trunk)
01:34
Change the graph layout to include ascenders for nodes that have off-screen children. Fix a bug in the leaf-tracker that became evident by this enhancement. (A rebuild is required to rebuild the leaf table after updating, or else some timeline graphs will not display correctly.) ... (check-in: d7a0240f user: drh tags: trunk)