Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/main.c version 750cecd257
2019-09-25
| ||
13:28 | Allow remote commands of the form "*/fossil.exe" on the "ssh:" protocol. ... (check-in: 8f70ccaac8 user: drh tags: trunk) | |
2019-09-24
| ||
23:29 | Performance optimizations in the markdown formatter. ... (check-in: ef41fbfa59 user: drh tags: trunk) | |
20:27 | Create and use the blob_append_string() macro for appending string literals. Improvements to blob_append_char(). ... (check-in: 48c47e1eb7 user: drh tags: trunk) | |
20:05 | Performance optimization to frequently used blob_append() routine. ... (check-in: 933923747c user: drh tags: trunk) | |
19:52 | Use the strcspn() C-library routine to optimize the textLength() function in the Fossil-wiki formatter. ... (check-in: 64a6346889 user: drh tags: trunk) | |
18:16 | Additional efforts to limit depth of recursion in markdown. ... (check-in: cd5e9f265d user: drh tags: trunk) | |
18:04 | Attempt to limit the depth of recursion in markdown formatting. ... (check-in: a5835cac3b user: drh tags: trunk) | |
17:09 | Fix a problem with the treatment of unterminated quoted attributes in HTML elements in the wiki formatter. ... (check-in: 48276cfc81 user: drh tags: trunk) | |
15:12 | Simplification of buffer management in the markdown formatter. ... (check-in: f8e9197de4 user: drh tags: trunk) | |
13:16 | Fix two harmless memory leaks. ... (check-in: 7949d941c6 user: drh tags: trunk) | |
10:44 | Move the implementation of the test-markdown-render command so that it is beside the test-wiki-render command in wikiformat.c. Also make minor enhancements to the help text for both commands. ... (check-in: fcb20df757 user: drh tags: trunk) | |
10:34 | Fix a memory leak in the markdown renderer. ... (check-in: 199b20d0e1 user: drh tags: trunk) | |
10:09 | Fix harmless memory leaks. ... (check-in: 79988f962e user: drh tags: trunk) | |