Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins using file src/db.c version 9c11cb94b3
|
2011-05-28
| ||
| 16:23 | Add the X-Frame-Options: DENY header to HTTP responses, and a comment lamenting that two other helpful security headers can't really be used without breaking things. check-in: 95f04bbfbf user: ben tags: ben-security | |
|
2011-05-26
| ||
| 11:29 | Make arrangements for the output of "fossil status" to go through the UTF8 to MBCS translation. Ticket [3f0216560679fd] check-in: 02a6aa2d5e user: drh tags: trunk | |
|
2011-05-25
| ||
| 13:54 | Update the Mac icon for the download page. check-in: a2e1c48373 user: drh tags: trunk | |
|
2011-05-24
| ||
| 12:00 | Merge the latest trunk changes into the arjen-doc-updates branch. check-in: 5d4ef37a9d user: drh tags: arjen-doc-updates | |
|
2011-05-23
| ||
| 15:11 | Merge the ben-security branch into the trunk. check-in: 474850cff5 user: drh tags: trunk, release | |
| 15:06 | Merge the solaris10 branch into the trunk. check-in: 3e0efc3827 user: drh tags: trunk | |
|
2011-05-22
| ||
| 15:08 | Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. check-in: e4b57a3230 user: ben tags: ben-security | |
| 14:53 | When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. check-in: fc93bfb0f7 user: ben tags: ben-security | |
| 14:23 | Create new branch named "ben-security" check-in: 2b4a6a66e1 user: ben tags: ben-security | |
| 09:11 | Create new branch named "versionable-settings" check-in: 3db75c4803 user: ben tags: versionable-settings | |
| 07:53 | Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. Closed-Leaf check-in: 3e61ada775 user: ben tags: solaris10 | |
| 07:49 | In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. check-in: 9ef38b6b6d user: ben tags: solaris10 | |
| 07:33 | Create new branch named "solaris10" check-in: eb4b5e3beb user: ben tags: solaris10 | |
|
2011-05-21
| ||
| 16:57 | If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. check-in: 1343cfad7b user: drh tags: trunk | |
| 16:45 | Print an "Internal Error" if the update command is unable to find a version to update to. check-in: 88e9f24aff user: drh tags: trunk | |
| 15:39 | Experimental support for Solaris 10 check-in: fd39ef8261 user: ben tags: bens-expr | |
| 15:38 | Create new branch named "bens-expr" check-in: d73b1b5042 user: ben tags: bens-expr | |
|
2011-05-20
| ||
| 15:31 | Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. check-in: 4b3425401f user: drh tags: trunk | |