Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
44 check-ins using file src/fsl_db.c version 2892ba178d
2013-09-03
| ||
14:12 | Started porting in some of the ticket-handling bits. Added lots more (truly unnecessary) card validation on deck output. Minor fixes. check-in: 8e88708563 user: stephan tags: trunk | |
13:21 | renamed f-tag xlink listener. check-in: e65468c369 user: stephan tags: trunk | |
11:52 | Added some 'truly unnecessary' casts to work around va_list/sizeof() mismatches which appear in some cases when passing through multiple levels of va_list proxy function, despite strong typing of the arguments. Not yet sure what else can be done here. check-in: bd36f7182d user: stephan tags: trunk | |
11:49 | fixed a c99ism. check-in: 0f3a3134cd user: stephan tags: trunk | |
11:23 | Completed a mid-sentence doc interruption and made the code behave like the docs. check-in: 67f6534d9f user: stephan tags: trunk | |
11:23 | local-only th1ish patch to remove the hwtime bits. check-in: cd4760d484 user: stephan tags: trunk | |
11:15 | Ported in the felta fork of the delta generator as fsl_delta_create2(), which outputs via callback instead of directly to a buffer. Reimplemented fsl_delta_create() in terms of fsl_delta_create2(). check-in: e082703301 user: stephan tags: trunk | |
11:03 | minor config tweak (should be a no-op) check-in: 129f575a56 user: stephan tags: trunk | |
09:43 | More fcli refactoring via perl. Fixed a broken assertion in f-sanity. check-in: 0333cc9077 user: stephan tags: trunk | |
09:42 | pulled in latest upstream th1ish. minor tweaks and test additions to the th1ish bindings. check-in: 4e195b8f25 user: stephan tags: trunk | |
2013-09-02
| ||
22:11 | fcli now treats a first non-flag argument of "help" as help for all apps, not just dispatched-by-name commands. check-in: ea8eb63bb7 user: stephan tags: trunk | |
21:59 | minor help text fix for f-wiki. check-in: 1237734efd user: stephan tags: trunk | |
21:43 | Started porting in vfile bits. Added fsl_needs_checkout(). fsl_XXX_close() now explicitly closes all other dbs if XXX is the current main db. check-in: 7bb0a64e7e user: stephan tags: trunk | |
21:27 | minor doc tweaks. check-in: f113b11913 user: stephan tags: trunk | |
21:26 | cosmetic func signature change. check-in: d1924d6fe1 user: stephan tags: trunk | |
20:48 | ported in f(1)'s test_delta() to f-sanity.c check-in: fc35d8ef97 user: stephan tags: trunk | |
18:02 | doc/formatting tweaks. check-in: a8261357fa user: stephan tags: trunk | |
18:01 | fsl_cx::dirChkout now includes the trailing slash because v1's g.zLocalRoot does it that way (very possibly for a good reason) and this simplifies porting. check-in: 1127674cc0 user: stephan tags: trunk | |
17:59 | Minor corner case error reporting touchup in fsl_rid_to_uuid(). check-in: 58813a75ff user: stephan tags: trunk | |
17:57 | th1ish build kludge for my netbook (disable hwtime bits). Accommodated API changes. check-in: 16996e8d4d user: stephan tags: trunk | |
16:21 | Added f-sanity app, a place for making basic sanity-check tests. check-in: 43073faf5c user: stephan tags: trunk | |
2013-09-01
| ||
20:01 | fsl_uuid_to_rid() now checks for ambiguous results. check-in: 26d5a55c01 user: stephan tags: trunk | |
16:06 | another round of trivial cleanups and docs. check-in: 9ed0b7a089 user: stephan tags: trunk | |
15:41 | Added a doxygen filter to remove '**' during processing b/c they confuse the @code blocks. check-in: 1a236186c7 user: stephan tags: trunk | |
15:19 | Re-did the create/overwrite semantics for fsl_wiki_save() to something a bit more sane. check-in: 6107bdda5d user: stephan tags: trunk | |
14:40 | Found a reasonable heuristic for "the empty P-card problem" - output an empty P only for Manifests (and hope that rid 1 is the only Manifest without a P-card). check-in: a8be8735eb user: stephan tags: trunk | |
14:04 | Lots of API name shortenings. Added fsl_content_get_by_sym(). check-in: 80945ffca3 user: stephan tags: trunk | |
13:28 | Fixed f-tag --help broken by recent refactoring. Minor improvements to the fcli error reporting. check-in: 4d8b91a4ae user: stephan tags: trunk | |
12:54 | s/fcli_cli_/fcli_/g. Minor error text change. check-in: 945fea799c user: stephan tags: trunk | |
12:51 | Replaced --mq build option with --loud, defaulting to quite build mode. check-in: 484b0b7698 user: stephan tags: trunk | |
12:51 | Fixed an error check broken by recent refactoring :(. Fixed a related error reporting problem found (via assert()) by that breakage :). check-in: 6ab281ea95 user: stephan tags: trunk | |
12:29 | minor cleanups/fixes in crosslink callback handling. check-in: 510aecf972 user: stephan tags: trunk | |
11:48 | switched line number column from 6 back to 5 digits. Minor test code and doc tweaks. check-in: 1ea8b6c48a user: stephan tags: trunk | |
11:37 | doc updates. fixed an off-by-one in sbs display in inverted mode (caused by a formatting change i made earlier, not a bug in the original code). Added 'fsl-' prefix to all CSS class names. check-in: 1a45779c91 user: stephan tags: trunk | |
11:15 | FSL_DIFF_SIDEBYSIDE is now implicit if the sbsWidth argument is not 0. check-in: c044f55804 user: stephan tags: trunk | |
10:50 | removed dangling debug output. check-in: 91c7f44a58 user: stephan tags: trunk | |
10:48 | Ported in sbs diffs. check-in: b9651d78bf user: stephan tags: trunk | |
09:22 | consolidated duplicate htmlize code. Re-added htmlize to diffs. check-in: 2e4b4226b9 user: stephan tags: trunk | |
08:37 | Refactored diff generator to send its output to a fsl_output_f() instead of a buffer. check-in: f156d46b10 user: stephan tags: trunk | |
2013-08-31
| ||
16:08 | memleak fix in test code while testing for a leak in lib code. check-in: c0d1362cd6 user: stephan tags: trunk | |
15:58 | Introducing fsl_diff_text(). check-in: 881eabc5ba user: stephan tags: trunk | |
14:21 | Started porting in the diff generation bits. Still much to do. check-in: 71111bb670 user: stephan tags: trunk | |
13:13 | minor doc tweak. check-in: 26dfafd2fc user: stephan tags: trunk | |
13:02 | Doc additions, minor error reporting cleanups. check-in: 8f05724070 user: stephan tags: trunk | |