Login
Timeline
Login

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

61 check-ins using file th1ish/shell.c version 4ff68caa5c

2013-08-04
11:17
Added Fossil.Context.resolveUuid() binding for fsl_cx_sym_to_uuid(). check-in: 52e50c041d user: stephan tags: trunk
10:47
Ported in the symbol-to-rid/uuid resolver bits. check-in: 24a991ef4e user: stephan tags: trunk
08:51
Added fsl_db_g_xxx() family of convenience functions (analog to v1's db_get_xxx()). check-in: 9d8c610ad6 user: stephan tags: trunk
08:23
Added fsl_db_julian_now(), added missing fsl_tag.c. check-in: 749b8ca980 user: stephan tags: trunk
08:08
removed a duplicate fsl_strlen() call. check-in: c691643cf2 user: stephan tags: trunk
08:07
s/strlen/fsl_strlen/. check-in: a1322aee95 user: stephan tags: trunk
08:04
fixes to some of the windows/mac code in fsl_utf8.c which was using older API names. Minor doc additions. check-in: 7c25bb5bd4 user: stephan tags: trunk
2013-08-03
20:43
Ported in %F (Fossilize) to fsl_appendfv(). check-in: c2f8cff8a3 user: stephan tags: trunk
20:13
Lots of cleanups and docs for the deck APIs. Added F Cards, but they are untested so far. check-in: a1bfbda5e6 user: stephan tags: trunk
15:51
Minor cleanups to the previous commit. check-in: 9e1d71914c user: stephan tags: trunk
15:45
Added per-control-artifact-type constraints on what types of cards can be added/set in it. Added fsl_deck::error in order to propagate constraint violations up the call chain. check-in: 3569c25d3b user: stephan tags: trunk
14:42
guess what - more refactoring of the manifest internals. check-in: 562206c1c5 user: stephan tags: trunk
13:08
More manifest work. Added T card support. Renamed some APIs. check-in: 84e5b5d499 user: stephan tags: trunk
11:16
work on the julian/unix time bits. check-in: ec86edef51 user: stephan tags: trunk
11:16
minor timeline layout tweaks. check-in: 82a2a3cfab user: stephan tags: trunk
10:17
more work on the manifest/cards API. check-in: 3ba9045142 user: stephan tags: trunk
2013-08-02
21:49
more tinkering with the mf api. check-in: e68ea6b141 user: stephan tags: trunk
19:46
minor manifest work, doc additions. check-in: 3792a49219 user: stephan tags: trunk
18:43
more work on the manifest API. check-in: 4c71d5b52d user: stephan tags: trunk
17:08
More work on the manifest API. check-in: 121538cf3c user: stephan tags: trunk
15:24
Started work on the Manifest API. check-in: 9c9a968c6b user: stephan tags: trunk
2013-08-01
22:27
Now uses C99 stdint/inttypes if the C99 standard macros are set, else it falls back to some (very possibly non-32/64-bit portable) guesses for its fixed integers. This needs some tweaking/improvement for various platforms. Builds cleanly with -std=c89 now with the help of -Wno-long-long (required for sqlite3.h) check-in: 678517cdb5 user: stephan tags: trunk
21:49
changed the timeline timestamps to local time. check-in: 589a2b0e60 user: stephan tags: trunk
21:10
prettied up the timeline output a bit. check-in: 84fa56b3be user: stephan tags: trunk
20:50
fixed the corruptOffset "broken" by the addition of comments. check-in: 33238c45aa user: stephan tags: trunk
20:35
more test code cleanups. check-in: 02fdcb712e user: stephan tags: trunk
20:02
tinkering with test scripts. Added central flag to enable SQL tracing. Documented CLI flags accepted by the base script test code framework. check-in: d12a31b95b user: stephan tags: trunk
19:57
rolled back that last change - it already had the correct behaviour in place and the new one introduced a bug. check-in: cedf64171c user: stephan tags: trunk
19:54
Fossil.Db.each(object{bind:undefined,...}) and friends now treat bind===undefined as a no-op, instead of binding to NULL, to simplify script usage. Doh... that opens up a new bug i'll need to fix. check-in: fb51741754 user: stephan tags: trunk
19:35
Added a fixme. check-in: ce7bcbd424 user: stephan tags: trunk
19:30
minor test code prettification. check-in: a3fa198c9a user: stephan tags: trunk
18:38
Added script bindings for FSL_RC_xxx. Expanded delta test to mangle a multi-byte UTF8 char. Interesting (fossil diff) seems to be mangling those bytes - let's see what the diff looks like in the www UI... (PS: it looks fine in the www diff view.) check-in: cc44058158 user: stephan tags: trunk
18:11
Fixed a return value (CWAL vs FSL) in Fossil.deltaApply(). Added a test confirming that a delta corrupted by 1 bytes cannot be applied. check-in: 468fd416d4 user: stephan tags: trunk
18:05
Added th1ish bindings for delta creation/application. Fixed a return bug in fsl_delta_apply() (was returning using old semantics). check-in: 0aff7b640f user: stephan tags: trunk
16:52
minor cleanups to the delta docs and fixed a missing fsl_malloc() failure check. check-in: 73e23c83e6 user: stephan tags: trunk
16:36
Refactored the delta API to use unsigned char instead of char, and publically use fsl_size_t for lengths (internally it still uses fsl_int_t, to avoid breaking any of the existing math). There is one place internally (fsl_delta_hash::z) where the math behaviour might have side effects, but DRH does not expect any breakage from this change. check-in: 4c37dda07f user: stephan tags: trunk
15:36
Ported in the delta generation/application code. Made minor (untested) changes to librify the API. check-in: 22c10bf00f user: stephan tags: trunk
2013-07-31
22:04
documented a new minor bug. check-in: d33b842dc3 user: stephan tags: trunk
22:03
minor tweaking before bed. removed some dead code. check-in: 279222067f user: stephan tags: trunk
21:46
doc tweaks check-in: 931f97ea8f user: stephan tags: trunk
20:46
Fleshed out the fsl_roles_t enum, renamed it to fsl_user_role_t. Reworked fsl_rc_cstr() so that gcc will warn if i forget to add new enum entries to it. check-in: 4221a82fa4 user: stephan tags: trunk
20:11
more minor doc tweaks. check-in: 599d8928a9 user: stephan tags: trunk
20:04
minor doc tweaks check-in: 5fa4aaa698 user: stephan tags: trunk
19:55
s/libfossil2/libfossil/. again check-in: 6aab7a3638 user: stephan tags: trunk
19:54
s/libfossil2/libfossil/ check-in: 83de1a8496 user: stephan tags: trunk
19:52
minor consistency tweaks for the sha1/md5 APIs, ran sha1 code through a reformatter. check-in: 2718586074 user: stephan tags: trunk
19:48
ran Doxyfile through "doxygen -u". check-in: 31accb3c7c user: stephan tags: trunk
19:23
Undefined internal md5 macros for the sake of the amalgamation. check-in: 77644d9d46 user: stephan tags: trunk
19:06
Moved some config data around to please the amalgamation build. check-in: 9783e98e66 user: stephan tags: trunk
18:55
Ported in the md5 API. Renamed the amalgamation output files (misnamed by a global replace operation a few commits back). check-in: 5b67f62902 user: stephan tags: trunk
18:28
Added fsl_db_transaction_XXX() funcs. Minor cleanups in th1ish binding. check-in: 7331fda705 user: stephan tags: trunk
18:16
Moved some of the 'internal' functions into the public API. Added fsl_fstat abstraction for fsl_stat() calls, refactored fsl_stat() to use the new abstraction and moved it into the public API. check-in: 090d7dd510 user: stephan tags: trunk
16:44
Renamed fossil2.c to fsl.c. Seems to be the last references to 'v2' except maybe some docs. Renaming libf2.{a,so} to libfossil. check-in: 2c40e2033b user: stephan tags: trunk
16:40
minor renamings for consistency. Changed fsl_db_role_t to a bitmask (as an experiment). check-in: 6d5a908310 user: stephan tags: trunk
14:39
s/fossil2.h/fossil.h/g check-in: 9c20ce5c00 user: stephan tags: trunk
2013-07-30
15:54
more test code cleanups. check-in: 4f91a46866 user: stephan tags: trunk
15:51
test code cleanups. check-in: 83f00c7e07 user: stephan tags: trunk
15:38
merged in [attach-dbs] branch. check-in: 3f69c014c9 user: stephan tags: trunk
15:33
Minor touchups and test code. Closed-Leaf check-in: 2634b9a151 user: stephan tags: attach-dbs
14:49
a lot more refactoring than i set out to do. Lots of work on how the context manages its db instances. Config db is not yet finished. check-in: dd6c2b4256 user: stephan tags: attach-dbs
13:57
changed print() to not output a space between elements. will be lost on the next th1ish import. check-in: 7596e94016 user: stephan tags: attach-dbs