Fossil

Timeline
Login

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

26 check-ins using file src/db.c version 57c5fa4072

2019-09-27
22:28
Added -- support to (annotate, artifact, cat, clone). check-in: ef763bcf08 user: stephan tags: double-dash-flag
16:37
Help syntax change to match project conventions: [--] to ?--? check-in: 95ed189424 user: stephan tags: double-dash-flag
16:26
Added -- support to (changes, clean, extras, ls, commit). check-in: 1b649b9d4e user: stephan tags: double-dash-flag
16:10
Added -- support to (add, rm, mv). check-in: 9a7101d5dc user: stephan tags: double-dash-flag
15:45
fossil add: fixed leak of ignore-glob prompt string. check-in: e5e094071d user: stephan tags: trunk
14:32
Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. check-in: dba4fd9b69 user: stephan tags: double-dash-flag
11:47
Added -- support to: (branch new) (uv add/cat/edit/export/rm) check-in: 78a30d8d7c user: stephan tags: double-dash-flag
09:55
Simplified the verify_all_options() porting strategy, such that -- is disallowed by default and routines which should/can support it need to call verify_all_options2() instead of us changing the signature of verify_all_options(). This will result in far fewer changes than the previous approach. check-in: a9b9b5bcee user: stephan tags: double-dash-flag
08:48
Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. check-in: d8ebbd76cc user: stephan tags: double-dash-flag
2019-09-26
17:58
Remove the discussion of the "close" command from the fiveminutes.wiki document as the "close" command is not really needed, is rarely used, and serves no purpose in the document but to confuse the reader. check-in: f6e635308c user: drh tags: trunk
17:36
Fix a typo in the CGI extension documentation. check-in: b4ac00d8bb user: drh tags: trunk
17:23
Updates to the change log. check-in: 4eea6bf9dc user: drh tags: trunk
2019-09-25
13:45
Fix the test-http command so that it omits line-ending conversions. This allows the ssh: clone/sync method to work with a windows server. check-in: 28b15b4816 user: drh tags: trunk
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