Fossil

Timeline
Login

Timeline

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

37 check-ins using file src/db.c version 35544ba7

2014-08-15
13:46
Update the built-in SQLite to version 3.8.6 ... (Closed-Leaf check-in: 1c9faaec user: jan.nijtmans tags: branch-1.29)
2014-08-13
07:16
Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (check-in: b78b4610 user: jan.nijtmans tags: branch-1.29)
2014-08-12
15:48
X-UA-Compatible (MSIE) HTTP header patch from Warren Young ... (check-in: 1a9e4944 user: jan.nijtmans tags: branch-1.29)
2014-08-04
04:40
Make sure the 'server' command checks for and processes the --files-urlenc option ... (check-in: eed3946b user: jan.nijtmans tags: branch-1.29)
2014-07-27
23:48
Fix http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266 ... (check-in: 4a1188d5 user: jan.nijtmans tags: branch-1.29)
2014-07-22
23:26
Do not delete phantom artifacts from the unclustered table ... (check-in: 49e41bf9 user: jan.nijtmans tags: branch-1.29)
2014-07-14
13:09
Fix "'syntax error in manifest' when checkin would result in empty worktree" problem, reported by Michai Ramakers on the ML ... (check-in: de1a5e23 user: jan.nijtmans tags: branch-1.29)
08:22
Make the ".system" command (from within "fossil sqlite3") work on win32: On Windows double-quotes are needed around the whole string ... (check-in: e7340ac3 user: jan.nijtmans tags: branch-1.29)
2014-07-09
22:04
If the system knows about utime() and/or usleep(), allow the built-in SQLite to use those functions. e.g. for executing delays which are not a multiple of 1 second. ... (check-in: 1dc9b7cb user: jan.nijtmans tags: branch-1.29)
2014-06-25
08:57
Add the .fullschema command to "fossil sqlite". This command shows the schema and the content of the sqlite_stat tables, all in one go. Useful when reporting problems with the query planner ... (check-in: 4f62b601 user: jan.nijtmans tags: branch-1.29)
2014-06-17
13:51
Add the ".eqp" and ".fullschema" dot-commands to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. ... (check-in: 1b648eba user: jan.nijtmans tags: branch-1.29)
2014-06-13
00:38
Fix minor typos in documentation. ... (check-in: a9819ba2 user: andybradford tags: trunk)
2014-06-12
21:37
Add support for an Inno Setup project file for Fossil. ... (Closed-Leaf check-in: 636025d4 user: mistachkin tags: innosetup)
20:40
Move Fossil NSIS setup file to the 'setup' directory. ... (check-in: 8b4aaef2 user: mistachkin tags: trunk)
20:21
Update autosetup to the latest version. ... (Closed-Leaf check-in: 022c5c4f user: mistachkin tags: autosetup)
18:36
Merge updates from trunk. ... (Closed-Leaf check-in: b3f9ce63 user: mistachkin tags: th1Cmds)
17:26
merge trunk ... (Closed-Leaf check-in: e751da62 user: jan.nijtmans tags: win32-longpath)
17:25
Version 1.29 ... (check-in: 3e5ebe2b user: drh tags: trunk, release, version-1.29)
17:25
Set the publication date for version 1.29 to 2014-06-12. ... (check-in: 4ec7e53a user: drh tags: trunk)
2014-06-11
00:51
Centralize the handling of opening the configuration database and repository on behalf of TH1. ... (check-in: 9773eba5 user: mistachkin tags: trunk)
2014-06-10
23:53
Prevent the 'setParameter' TH1 command from creating duplicate query parameters. ... (check-in: 617eeaec user: mistachkin tags: th1Cmds)
23:12
Add the 'getParameter' and 'setParameter' TH1 commands. ... (check-in: 40c11955 user: mistachkin tags: th1Cmds)
19:59
Add the 'checkout', 'render', 'styleHeader', 'styleFooter', and 'trace' TH1 commands. ... (check-in: c18ff5d0 user: mistachkin tags: th1Cmds)
18:56
Make TH1 command comments consistent. ... (check-in: a17919af user: mistachkin tags: trunk)
05:01
Modularization and cleanup of several test files. ... (check-in: 2c9d6b5e user: mistachkin tags: trunk)
2014-06-06
09:27
When doing "fossil user default <username>", don't try to check the current default user for validity. ... (check-in: 4306f0f3 user: jan.nijtmans tags: trunk)
07:19
A few additions of "const" keyword, reducing the number of compiler warnings when compiling with -Wwrite-strings ... (check-in: 0a754750 user: jan.nijtmans tags: trunk)
07:10
Make "fossil version -v" report the right openssl version, even when it was linked dynamically with openssl and the openssl version was later upgraded. Remove some dead code and comments which are not true any more. ... (check-in: 48f1239e user: jan.nijtmans tags: trunk)
2014-06-05
18:39
Update version of OpenSSL that is referred to in the makefiles. ... (check-in: 94c0eb97 user: mistachkin tags: trunk)
08:12
Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) ... (check-in: b6670e05 user: jan.nijtmans tags: sqlite3-compat)
08:05
Remove the Cygwin-specific Makefile, as the option --disable-internal-sqlite has the same effect. Document this. ... (check-in: 5610dc4e user: jan.nijtmans tags: trunk)
2014-06-04
19:59
Merged in close-cleanup-config after positive tests and feedback. ... (check-in: fc997067 user: stephan tags: trunk)
19:53
Minor changelog addition. ... (check-in: 1e4f77d7 user: stephan tags: trunk)
18:45
Update the built-in SQLite to the 3.8.5 release. ... (check-in: 72328ae7 user: drh tags: trunk)
2014-06-03
19:42
Update the build instructions for Mac OS 10.2. ... (check-in: 481741f3 user: drh tags: trunk)
15:17
Merge in recent patches to the SQLite 3.8.5 beta. ... (check-in: 2ddb51c0 user: drh tags: trunk)
2014-06-02
20:10
actually, --date-override overrides --empty, not reverse ... (check-in: a01e2d14 user: jan.nijtmans tags: trunk)