Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
37 check-ins using file src/db.c version 35544ba702
|
2014-08-15
| ||
| 13:46 | Update the built-in SQLite to version 3.8.6 Closed-Leaf check-in: 1c9faaecbe 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: b78b4610aa user: jan.nijtmans tags: branch-1.29 | |
|
2014-08-12
| ||
| 15:48 | X-UA-Compatible (MSIE) HTTP header patch from Warren Young check-in: 1a9e494483 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: eed3946bd9 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: 4a1188d569 user: jan.nijtmans tags: branch-1.29 | |
|
2014-07-22
| ||
| 23:26 | Do not delete phantom artifacts from the unclustered table check-in: 49e41bf9b4 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: de1a5e234e 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: e7340ac3d9 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: 1dc9b7cbb0 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: 4f62b6017b 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: 1b648ebacf user: jan.nijtmans tags: branch-1.29 | |
|
2014-06-13
| ||
| 00:38 | Fix minor typos in documentation. check-in: a9819ba267 user: andybradford tags: trunk | |
|
2014-06-12
| ||
| 21:37 | Add support for an Inno Setup project file for Fossil. Closed-Leaf check-in: 636025d431 user: mistachkin tags: innosetup | |
| 20:40 | Move Fossil NSIS setup file to the 'setup' directory. check-in: 8b4aaef2f5 user: mistachkin tags: trunk | |
| 20:21 | Update autosetup to the latest version. Closed-Leaf check-in: 022c5c4faf user: mistachkin tags: autosetup | |
| 18:36 | Merge updates from trunk. Closed-Leaf check-in: b3f9ce63ec user: mistachkin tags: th1Cmds | |
| 17:26 | merge trunk Closed-Leaf check-in: e751da62cb user: jan.nijtmans tags: win32-longpath | |
| 17:25 | Version 1.29 check-in: 3e5ebe2b90 user: drh tags: trunk, release, version-1.29 | |
| 17:25 | Set the publication date for version 1.29 to 2014-06-12. check-in: 4ec7e53a81 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: 9773eba5fe user: mistachkin tags: trunk | |
|
2014-06-10
| ||
| 23:53 | Prevent the 'setParameter' TH1 command from creating duplicate query parameters. check-in: 617eeaecf8 user: mistachkin tags: th1Cmds | |
| 23:12 | Add the 'getParameter' and 'setParameter' TH1 commands. check-in: 40c1195538 user: mistachkin tags: th1Cmds | |
| 19:59 | Add the 'checkout', 'render', 'styleHeader', 'styleFooter', and 'trace' TH1 commands. check-in: c18ff5d005 user: mistachkin tags: th1Cmds | |
| 18:56 | Make TH1 command comments consistent. check-in: a17919af85 user: mistachkin tags: trunk | |
| 05:01 | Modularization and cleanup of several test files. check-in: 2c9d6b5e0f 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: 4306f0f3d6 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: 0a754750ef 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: 48f1239eb2 user: jan.nijtmans tags: trunk | |
|
2014-06-05
| ||
| 18:39 | Update version of OpenSSL that is referred to in the makefiles. check-in: 94c0eb9724 user: mistachkin tags: trunk | |
| 08:12 | Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) check-in: b6670e0545 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: 5610dc4edf user: jan.nijtmans tags: trunk | |
|
2014-06-04
| ||
| 19:59 | Merged in close-cleanup-config after positive tests and feedback. check-in: fc9970678e user: stephan tags: trunk | |
| 19:53 | Minor changelog addition. check-in: 1e4f77d7b4 user: stephan tags: trunk | |
| 18:45 | Update the built-in SQLite to the 3.8.5 release. check-in: 72328ae75d user: drh tags: trunk | |
|
2014-06-03
| ||
| 19:42 | Update the build instructions for Mac OS 10.2. check-in: 481741f3f5 user: drh tags: trunk | |
| 15:17 | Merge in recent patches to the SQLite 3.8.5 beta. check-in: 2ddb51c08f user: drh tags: trunk | |
|
2014-06-02
| ||
| 20:10 | actually, --date-override overrides --empty, not reverse check-in: a01e2d147f user: jan.nijtmans tags: trunk | |