Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
26 check-ins using file src/main.c version f80950db45
|
2015-12-14
| ||
| 23:13 | Fix the "add" command so that it prints "SKIP" instead of "ADDED" for files that are already under management. Code to do this was already in place, but it did not work correctly due to a logic error. check-in: d252cfd66d user: drh tags: trunk | |
|
2015-12-13
| ||
| 03:13 | Fix one error and add an additional note to the article on the annotate algorithm. check-in: 9828493c99 user: drh tags: trunk | |
| 02:55 | Add the [/doc/trunk/www/blame.wiki] document briefly describing the algorithm used to compute "blame" in Fossil. check-in: 91af24e6c9 user: drh tags: trunk | |
| 02:11 | Enhance the /finfo webpage so that when it is showing the ancestors of a particular check-in, it only shows direct ancestors, the same as the /annotate and /blame pages. check-in: f8db2c7489 user: drh tags: trunk | |
| 01:37 | Fix typo on the TH1 extension commands page. Also, for now, remove the 'todo' section. check-in: dfa8efc5ac user: mistachkin tags: trunk | |
| 01:26 | Bring some comments in the "blame" logic up-to-date. No changes to code. check-in: 05f73ffb87 user: drh tags: trunk | |
| 00:35 | Change compute_direct_ancestors() to use a recursive common table expression. check-in: 6599d09729 user: drh tags: trunk | |
|
2015-12-12
| ||
| 20:01 | Eliminate unused variable $suffix check-in: 6d84c6325e user: jan.nijtmans tags: trunk | |
|
2015-12-11
| ||
| 20:52 | Enhance the "mkdownload.tcl" script so that it recognizes either tarballs or ZIP archives, with a preference for tarballs. check-in: fb94a70da4 user: drh tags: trunk | |
| 16:14 | Update the built-in SQLite to the latest trunk version (3.10.0 alpha). check-in: 22681034c1 user: drh tags: trunk | |
| 16:11 | Add the nohdr boolean query parameter to the /vdiff page. check-in: 2532f1bccc user: drh tags: trunk | |
| 15:53 | Remove incorrect documentation regarding cloning via SSH. Fossil does not touch passwords when SSH is used for cloning. check-in: 230fdcf692 user: andybradford tags: trunk | |
| 12:50 | Fix [http://www.sqlite.org/src/info/96d3e99ffe59b528|96d3e99ffe59b528]: Memory allocation bug. I saw crashes on 32-bit Linux (Ubuntu 14.04), so it's not only win32 which was affected by this bug. check-in: b85b159bee user: jan.nijtmans tags: trunk | |
|
2015-12-10
| ||
| 13:11 | Improved documentation for cloning, including mentioning the use of %40 for "@" characters in the userid. check-in: b5354f19f2 user: drh tags: trunk | |
|
2015-12-08
| ||
| 12:45 | Add the ".changes ON|OFF" command to the "fossil sqlite" command-line shell check-in: 1e723a12d3 user: jan.nijtmans tags: trunk | |
|
2015-12-07
| ||
| 18:19 | Update the built-in SQLite to fix a harmless but annoying bug in the directory sync logic. check-in: a4889252f1 user: drh tags: trunk | |
|
2015-12-05
| ||
| 21:28 | Get the correct date for clusters when describing artifacts. check-in: 13b68865c1 user: drh tags: trunk | |
| 21:22 | On the /artifact page, provide an improved description of cluster artifacts. Also show the rcvfrom information on all artifacts to Admin and Setup users. check-in: 8b2d32cc9d user: drh tags: trunk | |
| 20:04 | Improvements to the /bigbloblist page. Fix the output_table_sorting_javascript() routine so that the sort is stable even when selecting a field that defaults to sorting in reverse order. check-in: f982642315 user: drh tags: trunk | |
| 19:21 | Add the /bigbloblist information page. check-in: 483317fb0e user: drh tags: trunk | |
| 18:53 | Minor tweak to the server.wiki document. check-in: e75f160c2e user: drh tags: trunk | |
|
2015-12-04
| ||
| 14:57 | off-by-24 error in handling of long directory names (>MAX_PATH-12) on Windows check-in: 2900c25d1a user: jan.nijtmans tags: trunk | |
| 14:36 | Update OpenSSL to version 1.0.2e check-in: 1376aa440b user: jan.nijtmans tags: trunk | |
| 00:40 | Update the built-in SQLite to the latest 3.10.0 alpha. check-in: 5032c50d14 user: drh tags: trunk | |
|
2015-12-03
| ||
| 22:53 | On Windows, deal with the reserved 12 characters (8.3) always needed for long directory names. check-in: 9571b68a7a user: drh tags: trunk | |
|
2015-12-02
| ||
| 20:23 | Experimental changes to deal with the reserved 12 characters (e.g. 'FILENAME.EXT') always needed for long directory names on Windows. Closed-Leaf check-in: 6ebef28f2b user: mistachkin tags: pending-review | |