Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
179 check-ins using file src/fsl_bag.c version 4d395427c6
2013-09-11
| ||
20:10 | fixed minor math error in debug output percentage calculations. check-in: 402f50a25f user: stephan tags: trunk | |
19:58 | removed old/unmaintained build file. check-in: 38ecec1de2 user: stephan tags: trunk | |
19:58 | Playing with __attribute__. check-in: 039b1b7f4d user: stephan tags: trunk | |
19:12 | added a couple missing member initializations. check-in: ad29f06121 user: stephan tags: trunk | |
19:07 | minor doc correction check-in: 09d07607db user: stephan tags: trunk | |
18:43 | Added more "proactive superfluous casts" to protect 32-bit environments from the 64-bit int/va_list weirdness. Minor doc additions. check-in: a6ca6422d5 user: stephan tags: trunk | |
18:41 | minor doc fix check-in: 9582862acc user: stephan tags: trunk | |
17:01 | More tweaks to the julian/iso tests. It now does not warn (but reports statistics) for those which it determines only differ by 1ms unless their count exceed some (low) threshold (in percentage of total records). check-in: 026ca6eea6 user: stephan tags: trunk | |
15:57 | comments and minor typedef changes. Nothing functional. check-in: b8ab152db0 user: stephan tags: trunk | |
15:43 | Removed some dead code. Refactored fsl_julian_to_iso8601() to use direct bytestream output (no fsl_snprintf() needed). check-in: a1e145b15b user: stephan tags: trunk | |
15:18 | more julian/iso8601 test cleanups. check-in: 3c7fdef2d0 user: stephan tags: trunk | |
11:35 | Extended julian/iso conversion tests to pull the values from event.mtime for testing purposes, so we have an ever-growing test data pool. check-in: 9747784815 user: stephan tags: trunk | |
11:35 | Fixed a long-standing bug which could cause fsl_snprintf() to return the wrong thing when matching substrings. check-in: 0b5ebbdae0 user: stephan tags: trunk | |
2013-09-10
| ||
22:29 | Found a usable workaround for the S.000 ==> (S-1).999 conversion problem. All julian/iso conversion tests pass now. check-in: 6ee5a74681 user: stephan tags: trunk | |
22:12 | Several fixes for the iso8601/julian conversions. check-in: 057d313723 user: stephan tags: trunk | |
20:38 | changed a potential confusing hex output to make it clear that it is a ptr addr instead of a partial uuid. check-in: 50830bf6ac user: stephan tags: trunk | |
20:36 | Simplified fsl_deck_parse() signature. Reimplemented fsl_julian_to_iso8601() using a different algorigthm - the previous one has an off-by-one-day bug in some cases. check-in: 63333ab345 user: stephan tags: trunk | |
17:35 | fsl_deck_parse() now theoretically needs no fsl_cx, but it is untested in that configuration. check-in: 0cd2dffff4 user: stephan tags: trunk | |
15:20 | Added some test assertions. A pair of minor memory allocation optimizations. check-in: 9eb64a8a1d user: stephan tags: trunk | |
14:23 | Resolved task [ef8cd96ec9]: refactored fsl_deck_output() to not need a fsl_cx/db handle. check-in: 8af01f757e user: stephan tags: trunk | |
12:04 | minor error handling/propagating cleanup. check-in: 96e7d5d0c8 user: stephan tags: trunk | |
2013-09-09
| ||
23:15 | fixed the hour part again. Expanded the tests a bit. check-in: 1a3c359ad6 user: stephan tags: trunk | |
22:47 | fixed times for noon and earlier. Julian starts the day at noon. check-in: 99ed49b24c user: stephan tags: trunk | |
22:38 | removed now-unused macro. check-in: c17d8fdfed user: stephan tags: trunk | |
22:27 | added missing return semantics docs. check-in: 5f2c940ccd user: stephan tags: trunk | |
22:22 | added docs for fsl_julian_to_iso8601() and a flag to control whether or not the fractional seconds part is output. check-in: 6479f10c6a user: stephan tags: trunk | |
22:14 | Added fsl_julian_to_iso8601(). Seems to work but needs more testing and docs. Too tired. check-in: 9377585097 user: stephan tags: trunk | |
18:37 | removed a duplicate null check. check-in: 63941300fd user: stephan tags: trunk | |
18:32 | Added fsl_iso8601_to_julian(). Minor doc updates. check-in: 479a7c897f user: stephan tags: trunk | |
15:31 | accommadate API changes. check-in: 723c38cffe user: stephan tags: trunk | |
2013-09-08
| ||
17:40 | Added SQL functions: FSL_USER(), FSL_CONTENT(), FSL_SYM2RID(). Undid part of the previous fsl_buffer_compress() optimization because it cannot help us much for the real use cases and complicates the code. More proactive int casting for va_list bits. check-in: f9e0b1801f user: stephan tags: trunk | |
15:39 | Lots of minor additions and tweaks, mainly in support of app-level code. check-in: 7bfbc3dba6 user: stephan tags: trunk | |
14:54 | Minor error reporting cleanup. check-in: a037bbce03 user: stephan tags: trunk | |
13:21 | Added some preemtive casts for the sake of 32-bit safety. check-in: aa1bdee81e user: stephan tags: trunk | |
12:25 | Added --raw, --output, and --artifact flags to f-acat. check-in: 7111b4d781 user: stephan tags: trunk | |
12:01 | Moved fsl_memory_allocator into (new) fsl_lib_configurable struct. fsl_repo_create() now accepts a NULL fsl_cx parameter, in which case it uses a temporary local context. check-in: f34aaca9f5 user: stephan tags: trunk | |
10:49 | minor code cleanups in f-ls. check-in: 04923c4435 user: stephan tags: trunk | |
10:21 | moved fsl_malloc/free/realloc() to fossil-util.h. Minor cleanups in fsl_appendf() and f-ls. check-in: f50c561594 user: stephan tags: trunk | |
09:41 | malloc() optimization for space padding in fsl_appendf(). No longer allocates in C89 mode (no var-arrays) unless the padding is abnormally large (todo: use a loop in that case). check-in: 13b634d6b4 user: stephan tags: trunk | |
09:12 | minor doc and f-ls cosmetic tweaks. check-in: 5144ccab98 user: stephan tags: trunk | |
2013-09-07
| ||
12:23 | more renaming and doc tweaks. check-in: 3f79146785 user: stephan tags: trunk | |
12:22 | Added SQL schema to generated docs. check-in: ae4501c0cf user: stephan tags: trunk | |
11:58 | another round of API renaming. check-in: 200d1cd898 user: stephan tags: trunk | |
11:00 | Another round of API renaming/shortening. Added fsl_cx_stat(). check-in: 4bd2202448 user: stephan tags: trunk | |
10:24 | minor return type and test code tweaks. check-in: c87ddaf458 user: stephan tags: trunk | |
10:09 | more sanity tests for fsl_mkdir2(). check-in: 26bbfd3f4f user: stephan tags: trunk | |
09:44 | minor doc and error handling cleanups. check-in: 2227357f89 user: stephan tags: trunk | |
09:41 | cleanups to the mkdir code/docs. check-in: 81b2a1818f user: stephan tags: trunk | |
09:17 | ported in recursive mkdir support to fsl_mkdir2(). check-in: 644116decf user: stephan tags: trunk | |
2013-09-05
| ||
19:10 | started adding fs sanity tests. Fixed a totally broken fsl_dir_check(). check-in: c098e8ac46 user: stephan tags: trunk | |
18:47 | Added %#F (fossilize, alternate form) after stumbling across it in fossil(1). check-in: 4ff4b82340 user: stephan tags: trunk | |
18:46 | fixed a corner case (empty) fossilize result. check-in: 18ec9c4c77 user: stephan tags: trunk | |
08:18 | .EXE -> .exe and .DLL -> dll, that works better on Cygwin when case-sensitivity is switched on. See: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive]. This should not have any effect on platforms other than Win95/98/ME. check-in: 6437e87b50 user: jan.nijtmans tags: trunk | |
2013-09-04
| ||
22:16 | added --apply option to f-delta to apply a delta to a file. check-in: 47ea20e7dc user: stephan tags: trunk | |
22:15 | Added a missing error report. Fixed an rc. check-in: 2a581b60af user: stephan tags: trunk | |
22:15 | fixed an error reporting corner case. check-in: 4090a9b542 user: stephan tags: trunk | |
21:09 | fixed a missing extern for fcli, which caused an ODR violation with tcc. Added -O0 to debug compile flags. check-in: 34f559dc49 user: stephan tags: trunk | |
18:51 | Add all produced executables to "ignore-glob", so they are kept when doing a "fossil clean" check-in: a3b172def9 user: jan.nijtmans tags: trunk | |
18:49 | more docs check-in: 9a344d2655 user: stephan tags: trunk | |
17:29 | minor test code and doc tweaks. check-in: 69af33d1e9 user: stephan tags: trunk | |
17:18 | added project URL to eclipse project file. check-in: fad0010a34 user: stephan tags: trunk | |
17:17 | more docs. check-in: 8518e14e68 user: stephan tags: trunk | |
17:17 | thank you, clang. check-in: 5aa2b97d0c user: stephan tags: trunk | |
14:58 | Some handy settings when checking out libfossil as an Eclipse project. check-in: 68ade8e232 user: jan.nijtmans tags: trunk | |
14:53 | On cygwin, don't use -fPIC check-in: 5206ca7ec5 user: jan.nijtmans tags: trunk | |
2013-09-03
| ||
21:10 | Added f-delta, a basic raw delta generation (to stdout) app. check-in: 3c0c35e366 user: stephan tags: trunk | |
20:57 | Another build/deps ordering fix for the SQL-to-C bits. check-in: b7e478037c user: stephan tags: trunk | |
20:35 | Build fix - deps order kept OBJ.DIR from being created in time for some builds. check-in: ca8b721c66 user: stephan tags: trunk | |
18:54 | minor internal API renaming. check-in: 21ddebdd05 user: stephan tags: trunk | |
16:24 | more work on the tickets bits (loading field list). check-in: 0e80952975 user: stephan tags: trunk | |
15:40 | More ticket bits. Minor API tweaks. check-in: 5a47293811 user: stephan tags: trunk | |
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 | |
11:32 | Re-did how fcli hooks into app-local help, to avoid an unresolved symbol in the main lib. check-in: 6f54534d74 user: stephan tags: trunk | |
11:02 | Build tweaks for quiet mode. Added --mq configure option (--quiet is an autosetup builtin). check-in: 320b6f1af9 user: stephan tags: trunk | |
10:49 | Renamed the FossilApp API to fcli. Moved its header into the public space. check-in: 5d3767f8f0 user: stephan tags: trunk | |
10:25 | deps fixes. Added/fixed optional quiet build mode. check-in: d25e11b1c9 user: stephan tags: trunk | |
10:02 | Lots of FossilApp tinkering. check-in: 5e77c8742d user: stephan tags: trunk | |
09:12 | Ported in some control artifact touchups from Jan. Fixed a linking-related problem with FossilApp_local_help(). Accommodated API changes in th1ish binding. check-in: 1e923bce86 user: stephan tags: trunk | |
2013-08-30
| ||
18:26 | consistency: s|fsl_cx_init_param|fsl_cx_init_opt|g check-in: d155bafd28 user: stephan tags: trunk | |
18:22 | Moved config.h to fossil-config.h. Updated Doxyfile.in file from trunk doxygen. check-in: 1d0f674e13 user: stephan tags: trunk | |
18:05 | insignificant cleanups and docs/text touchups. check-in: efaeb72011 user: stephan tags: trunk | |
2013-08-29
| ||
17:19 | Moved SQL tracing from stderr back to stdout, so that redirection and flushing get the SQL output lined up with the app output. Renamed FSL_ATYPE_G to FSL_ATYPE_TAG. Aligned the FSL_ATYPE_xxx values with their FSL_CATYPE_xxx partners. Fixed a fsl_atype_t/fsl_catype_t mixup in f-ls (thanks, clang). check-in: 98b8da1754 user: stephan tags: trunk | |
16:40 | s/fsl_init_param/fsl_cx_init_param/ check-in: c611b4e1a1 user: stephan tags: trunk | |
16:34 | Split the 300kb+ of headers/docs into multiple files because my old netbook is starting to choke on syntax-highlighting them (and on the large resulting doxygen pages). check-in: 93ec815614 user: stephan tags: trunk | |
15:24 | minor API renaming/shortening, doc additions, removed some dead code. check-in: 135fb8b36c user: stephan tags: trunk | |
2013-08-28
| ||
21:13 | Minor doc and error reporting improvements. check-in: 32f3595fa2 user: stephan tags: trunk | |
20:16 | more docs. check-in: 001275b88b user: stephan tags: trunk | |
19:37 | doxygen typo fix. check-in: 4061a8cd7a user: stephan tags: trunk | |
19:36 | minor text and dead code changes only. check-in: ce02fcfbeb user: stephan tags: trunk | |
19:29 | Ported in parts of the configuration subsystem. fsl_repo_create() now copies all the same stuff fossil(1) does when given a repo to copy the config from. check-in: 7766f5bc6d user: stephan tags: trunk | |
19:12 | re-added the RID to the verbose ls output. check-in: 2bc75f59aa user: stephan tags: trunk | |
17:21 | Added -utc flag. check-in: f6f5992a54 user: stephan tags: trunk | |
17:21 | minor cosmetic cleanups. check-in: 6ec6b3812f user: stephan tags: trunk | |
16:45 | Creation of new repos is more or less finished. fossil(1) seems to be happy with them. check-in: 859846313d user: stephan tags: trunk | |
2013-08-27
| ||
21:53 | minor tinkering before bed. nothing functional. check-in: 41966a046d user: stephan tags: trunk | |
21:00 | Created an empty repo, including initial manifest, and fossil(1) can read it :). Discovered that i am still seeing the va_list/sizeof-related corruption on this 32-bit system if i am not way too careful with format specifiers. Need to look into that again, but too tired now (cannot explain why i have never seen this in other trees using this same code). check-in: 96cbb2d6ad user: stephan tags: trunk | |
19:55 | Started work on creating a new repo. Several related minor cleanups and additions. Simplified a couple APIs. check-in: 184bdcf4a4 user: stephan tags: trunk | |
16:15 | Got the compiled-in schemas working (==readable, but not yet used/aplied). check-in: 11f605e0b4 user: stephan tags: trunk | |
2013-08-26
| ||
22:24 | Integrated build of SQL schema code. check-in: 0eb0ac480a user: stephan tags: trunk | |
21:02 | minor error reporting cleanups. check-in: 7d9a27739a user: stephan tags: trunk | |
17:34 | minor cleanups/reformatting. fixed a potential endless loop in some untested code. check-in: 9cac575a31 user: stephan tags: trunk | |
2013-08-25
| ||
18:01 | added a name to the xlink callbacks, so that we have a mechanism we cau use to swap out specific ones. check-in: e1a9699a62 user: stephan tags: trunk | |
14:30 | minor cleanups in the xlink callback code. fixed an error propagation case. check-in: 966209515b user: stephan tags: trunk | |
14:15 | First draft of artifact crosslink callbacks, to allow us to farm out the crosslinking work. check-in: fb18a52241 user: stephan tags: trunk | |
13:24 | off-by-one fix in timeline text for sym-xxx tags. Added --new option to f-wiki. check-in: 6dd9438f46 user: stephan tags: trunk | |
13:00 | Fixed fsl_deck_unshuffle() to not fail if the deck _cannot_ have an R-card. s/fsl_deck_calculate_R/fsl_deck_R_calc/, for consistency. check-in: bc88a06866 user: stephan tags: trunk | |
12:53 | more minor API cleanups and renaming. check-in: bc4da7e12f user: stephan tags: trunk | |
12:22 | doxygen tweaks. removed generated file. check-in: 76513a1bcb user: stephan tags: trunk | |
11:39 | More API renamings. Moved some card-related code from internal to public APIs. Added foreach iterator for F-cards. Added basic f-ls app. check-in: e0963e92ca user: stephan tags: trunk | |
09:12 | API renamings (shortenings) and minor API simplifications. Doc updates, some work on making the R-card optional. check-in: c0752c60c2 user: stephan tags: trunk | |
2013-08-24
| ||
23:21 | Added new file for Event APIs. Minor refactoring and code consolidation. Fixed a crosslinking bug which used a wrong (old/changed) format specifier for event-XXX tags. check-in: b5b5a52965 user: stephan tags: trunk | |
15:54 | more wiki work check-in: 7df0b1de78 user: stephan tags: trunk | |
14:12 | Tinkering with the wiki bits. Added generic 'help' command support to FossilApp command dispatcher. Time for a pinball break. check-in: ff8abd761f user: stephan tags: trunk | |
13:42 | Renamed fsl_deck_VERB_CARD() to fsl_deck_CARD_VERB(), for consistency. Added initial wiki-save support, but the public API needs a bit of tweaking. check-in: 31dda112b9 user: stephan tags: trunk | |
11:35 | Added fsl_wiki_load_latest(). Added f-wiki 'export' command. Added more options to f-wiki 'list' command. check-in: 9989e90728 user: stephan tags: trunk | |
10:36 | doc updates check-in: 70765dc471 user: stephan tags: trunk | |
10:34 | Expanded FossilApp to use a fail-on-OOM allocator and support basic named-command-style command dispatching. check-in: bf5dbb798e user: stephan tags: trunk | |
10:33 | fixed a memleak in fsl_foreach_wiki_page(). Documented (non-)lifetime of deck parameter to the for-each callback. check-in: 868860b530 user: stephan tags: trunk | |
09:50 | Minor cleanups. Got rid of snprintf() (not c89) now that the fsl_snprintf() mystery has been solved. check-in: a85df229af user: stephan tags: trunk | |
09:48 | Fixed the (dumb) sprintf sizeof/va-list bug. i was passing a va_list to a ... func. check-in: 0895a27816 user: stephan tags: trunk | |
08:57 | Pulled in fixed broke-r-card branch. f-mfparse now reads from stdin by default if no -f or filename is provided and it is not on a terminal. check-in: 6d746e7d25 user: stephan tags: trunk | |
08:54 | Partial revert of the last commit (problem was the va_list/sizeof/snprintf() weirdness again). More experimentation with that particular problem - not sure why it's specific to sprintf(). Closed-Leaf check-in: 6df1e4338a user: stephan tags: broke-r-card | |
07:44 | minor cleanups. fixed f-mfparse to know the difference between an imported/artifical artifact and a known own, and skips the sha1 check on imported ones. fsl_deck_parse() no longer asserts if it cannot find a matching RID. check-in: f26b454fa1 user: stephan tags: broke-r-card | |
2013-08-23
| ||
21:31 | Events have W-cards too, so this needs to be checked first. check-in: aeee30c289 user: jan.nijtmans tags: trunk | |
18:45 | prettied up the output a bit. check-in: 56237933d2 user: stephan tags: trunk | |
17:38 | Started working on basic wiki APIs. check-in: a0b5b4e7de user: stephan tags: trunk | |
16:35 | amal smoketest now compiles with both -std=c89 and -std=c99 when building with gcc. check-in: f1a9b89e6e user: stephan tags: trunk | |
16:23 | Cygwin patches from Jan. check-in: 2ce2ff78ea user: stephan tags: trunk | |
16:07 | Improved fsl_mf_guess_type() ordering from Jan. check-in: d0fcf5fbb7 user: stephan tags: trunk | |
2013-08-22
| ||
22:28 | minor bugfixes, more manifest parsing validation, and more docs. check-in: 0d5225a61b user: stephan tags: trunk | |
18:26 | Ported in the "verify before commit" code, which ensures that all new content can be extracted from the db before it commits the transaction doing the adding. Fixed a memlink in fsl_repo_tag_symbol(). Added fsl_deck_save() and refactored fsl_repo_tag_rid() to use it. check-in: 57107f6bd2 user: stephan tags: trunk | |
15:34 | Moved the Doxygen 'page' docs from fossil.h to fossil-pages.h. check-in: bbc3856f58 user: stephan tags: trunk | |
15:33 | amal smoketest now tries to compile using all compilers it can find. check-in: 0a890e1da4 user: stephan tags: trunk | |
14:58 | Minor doc additions. Renamed lib/URLs to libfossil, as per ML discussions. check-in: 4ccaeb603d user: stephan tags: trunk | |
14:57 | The undocumented uuid-to-rid conversion of RID-looking strings now requires an 'rid:' prefix (analog to a recent fossil(1) patch) and now only resolves to existing records (returns FSL_RC_NOT_FOUND for an unknown RID). check-in: 2649904bd2 user: stephan tags: trunk | |
13:44 | fsl_internal.h ==> fossil-internal.h check-in: 2cae867331 user: stephan tags: trunk | |