Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/fsl_ticket.c at check-in cd20e1410812cec4
2021-12-21
| ||
20:21 | Removed the fossil- name prefix from include/fossil-scm/*.h. file: [8a831415ec] check-in: [43a9bea8d5] user: stephan branch: trunk, size: 13307 | |
2021-12-04
| ||
07:39 | Internal restructuring of crosslink callback handling, such that registered listeners are called at a later phase for ticket artifacts. This should allow client-side listeners to overwrite timeline entries for tickets without too much hassle (that wasn't possible at all before this change). file: [41958ac47f] check-in: [8349911eb6] user: stephan branch: trunk, size: 13314 | |
06:36 | (Finally) implemented ticket crosslinking. file: [ba5715ecd6] check-in: [d8e8c16cc4] user: stephan branch: trunk, size: 13604 | |
2021-11-20
| ||
15:02 | Cut number of rebuild allocations by another 15k via refactoring of fsl_buffer_uncompress() to be smarter about reusing the output buffer's memory, plus much more modest gains via addition of a cached buffer for building and applying deltas. file: [20a1d686e5] check-in: [88757e5411] user: stephan branch: trunk, size: 5510 | |
2021-11-19
| ||
09:40 | Added some of the missing bits for crosslinking tickets. Still more to do, though. file: [30d1c44b47] check-in: [94e7cd6207] user: stephan branch: trunk, size: 5504 | |
2021-11-02
| ||
23:52 | Mass renaming of many internal APIs from fsl_X to fsl__X (two underscores) and several adjacent const cleanups. file: [6ce7f56ccd] check-in: [83917b7b45] user: stephan branch: trunk, size: 3268 | |
2021-10-26
| ||
11:25 | More work on f-rebuild. Added fcli_setup_v2(). file: [9c250c45fb] check-in: [14cebaaa7e] user: stephan branch: trunk, size: 3258 | |
2021-03-24
| ||
08:33 | Doc updates, some char-to-bool API signature updates, and renamed a deeply internal API func. file: [4d30c8ea9a] check-in: [6a6b5d1e43] user: stephan branch: trunk, size: 3402 | |
2021-03-12
| ||
17:26 | Completely reworked how fsl_cx manages scratch buffers but it's leading, rather inexplicably, to double the number of allocs and memory use in f-sanity. Checking in due to paranoia of losing this work. file: [e4fa5a841a] check-in: [01c1cff578] user: stephan branch: cx-scratchpad-rework, size: 3402 | |
2021-03-04
| ||
14:27 | Added FSL_RC_MISSING_INFO. Minor internal doc cleanups and API result value changes. Reworked how fsl_cx_hash_buffer() returns when its alternative hash option conflicts with the current hash policy. file: [b1832790b2] check-in: [d1428d5a93] user: stephan branch: trunk, size: 3396 | |
2021-03-01
| ||
16:21 | Arguably a typo fix in the new header. Thank goodness for stream editors. file: [498ab0789a] check-in: [386316db07] user: stephan branch: trunk, size: 3386 | |
15:46 | Replaced the overwhelming majority of license headers with the new project-standard one. Left a few as they were for files which were imported essentially unchanged from Fossil or, in the case of SHA1/SHA3/MD5 bits, other 3rd-party sources. file: [c1b7c48163] check-in: [fa5fb24496] user: stephan branch: trunk, size: 3378 | |
2021-02-15
| ||
03:24 | Renamed src/fsl_ticket.c → src/ticket.c. Renamed src/fsl_XYZ.c to src/XYZ.c. f-checkin vfile dump now includes renames. file: [832fe8d015] check-in: [ed3183170a] user: stephan branch: trunk, size: 3629 | |
2021-02-09
| ||
00:18 | Updated license text in almost all C/H to claim copyright while attributing all of the files as heavily derived from DRH's work. file: [832fe8d015] check-in: [631fb3f69a] user: stephan branch: trunk, size: 3629 | |
2021-02-07
| ||
14:31 | Globally replaced http://... URLs with https://.... Most of them probably still work, too. file: [ffeaa0400b] check-in: [6af7b3b7c8] user: stephan branch: trunk, size: 3587 | |
2014-03-28
| ||
21:33 | All sorts of minor warning fixes revealed by compiling the amalgamation in Qt Creator. fsl_delta.c is not warning-free yet b/c my attempts to fix the signedness complaints have broken it. file: [b7a18dee71] check-in: [cb99e115a4] user: stephan branch: trunk, size: 3586 | |
2014-02-14
| ||
09:05 | Globally changes the API docs from fossil/sqlite-style '**' to Doxygen-friendly format because the extra stars hinder writability/changability and require an extra filter at the doxygen-processing level. file: [57bafe7422] check-in: [a2cbd2e343] user: stephan branch: trunk, size: 3581 | |
2013-09-04
| ||
17:17 | thank you, clang. file: [4084a89989] check-in: [5aa2b97d0c] user: stephan branch: trunk, size: 3581 | |
2013-09-03
| ||
18:54 | minor internal API renaming. file: [ac5338197c] check-in: [21ddebdd05] user: stephan branch: trunk, size: 3583 | |
16:24 | more work on the tickets bits (loading field list). file: [58e147d9cb] check-in: [0e80952975] user: stephan branch: trunk, size: 3571 | |
15:40 | Added: More ticket bits. Minor API tweaks. file: [e4550984d3] check-in: [5a47293811] user: stephan branch: trunk, size: 1462 | |