Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 check-ins using file src/main.c version 0c8673ba9f
|
2014-11-18
| ||
| 13:52 | Change the built-in SQLite to the 3.8.7.2 beta for testing. check-in: 27cd09c44d user: drh tags: trunk | |
|
2014-11-16
| ||
| 21:32 | Fix compiler warning: ./src/timeline.c: In function ‘www_print_timeline’: ./src/timeline.c:226:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] zDateFmt = P("datefmt"); check-in: 45a366a0a0 user: jan.nijtmans tags: trunk | |
|
2014-11-14
| ||
| 19:30 | similar to previous commit, but for UNIX: if file with commit message contains invalid utf-8, assume it to be iso8859-1 (actually: cp1252, which is a superset of iso8859-1) check-in: 331204dc93 user: jan.nijtmans tags: trunk | |
|
2014-11-12
| ||
| 14:37 | Fix [5a0a33f31a]: Chinese commit message File in code UTF-8 when using commit -M under WINDOWS Garbled. When the file is already detected to be valid UTF-8, don't try to do any conversion. check-in: 5960016a3d user: jan.nijtmans tags: trunk | |
| 14:16 | re-apply [963c950cd6ac8cc8b9503f20a90ffac8e383c1de|963c950cd6]: for pre-3.8.7 compatibility (needed with configure --disable-internal-sqlite) check-in: 3f5defebeb user: jan.nijtmans tags: trunk | |
|
2014-11-11
| ||
| 20:25 | Update to the 3.8.8 alpha of SQLite for testing (of SQLite). check-in: 6b2f0b209f user: drh tags: trunk | |
| 18:22 | Merge the latest changes from trunk. check-in: 73b8c619ee user: drh tags: tk-diff-viewer | |
|
2014-11-10
| ||
| 02:41 | Update the makefile.wiki documentation page to talk about the mkbuiltin.exe program used for generating the builtin_data.h header file. check-in: 8a8177071f user: drh tags: trunk | |
|
2014-11-09
| ||
| 20:04 | Same change a previous commit, but for custom makefile check-in: ee5b864898 user: jan.nijtmans tags: trunk | |
| 13:56 | Allow using native x64 mingw toolchain check-in: 3616b7489b user: baruch tags: trunk | |
| 00:36 | Add the datefmt query parameter that will override the default timeline date format. check-in: bc3db82dff user: drh tags: trunk | |
|
2014-11-08
| ||
| 19:20 | Add a new timeline date format "(off)" which omits all date and time stamps. check-in: e5176d9473 user: drh tags: trunk | |
| 18:58 | Add the "notime" query parameter to the www timeline display. Closed-Leaf check-in: ce4d3fce52 user: drh tags: notime-option | |
|
2014-11-07
| ||
| 11:52 | Proposed fix for compiler warning: passing argument 4 of ‘sqlite3_result_text’ from incompatible pointer type check-in: c2faa14d85 user: jan.nijtmans tags: svn-import | |
|
2014-11-06
| ||
| 22:43 | re-enable SSL in custom MinGW makefile check-in: 346c05fbdd user: jan.nijtmans tags: trunk | |
| 21:43 | For 32-bit MinGW compile: speed up zlib performance by using critical parts in optimized assembler (official zlib1.dll is compiled this way) check-in: 270897a301 user: jan.nijtmans tags: trunk | |
| 15:38 | fix some memory leaks check-in: 412030b145 user: baruch tags: svn-import | |
| 10:16 | Change back Mingw default platform check-in: 67458ab077 user: jan.nijtmans tags: trunk | |
| 10:10 | simplify many makefile rules using the $@ construct check-in: b5d21285eb user: jan.nijtmans tags: trunk | |
| 07:50 | merge trunk check-in: a4b654ec6c user: baruch tags: svn-import | |
|
2014-11-05
| ||
| 22:43 | Simplify usage of db_setup_server_and_project_codes(). check-in: 1b9672ae94 user: mistachkin tags: trunk | |
|
2014-10-30
| ||
| 15:26 | Revert to SQLite trunk's version of shell.c (3.8.7.1 missed a bug-fix already there). Re-add some lines needed for pre-3.8.7 compatibility (needed with configure --disable-internal-sqlite). check-in: 963c950cd6 user: jan.nijtmans tags: trunk | |
|
2014-10-29
| ||
| 02:08 | Update the built-in SQLite to the 3.8.7.1 beta. check-in: 37cfe7ad98 user: drh tags: trunk | |
|
2014-10-28
| ||
| 18:50 | Update the CGI redirect: property to work with both artifact and ticket IDs. check-in: 41a1b9bcfe user: drh tags: trunk | |