Login
Timeline
Login

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

173 events for week 2013-32 beginning on 2013-08-12

Following week ↑
2013-08-18
22:02
Fixed a wrong int type (signed vs unsigned). check-in: 9bb338c980 user: stephan tags: trunk
21:46 Note: Vacation is over - code sprint slowing down :( technote: [9bfac0106a] user: stephan
21:44
Build tweak: if it finds sqlite3.{c,h} in the top dir then it uses those, else it links to whatever -lsqlite3 finds. check-in: 1543d17d3b user: stephan tags: trunk
20:59
deps fixes - they were broken when the obj files were moved from src/ to obj/, leading to only partial rebuilds and much grief as struct sizes changed. check-in: 2c46a68d59 user: stephan tags: trunk
20:45
minor API renamings (consistency). check-in: 5a37f7d1f0 user: stephan tags: trunk
20:08
Ported in the rest of add_link(). Compiles but is untested (next step: MANIFEST-type crosslinking). check-in: 2ecba8ed85 user: stephan tags: trunk
20:07
minor renaming (consistency) check-in: e45323a4b5 user: stephan tags: trunk
19:52
Minor cleanups of demo code. check-in: a90000e27a user: stephan tags: trunk
19:15 Changes to wiki page "f-tools" artifact: e195a8a2d4 user: stephan
18:47
Started adding fsl_repo_mlink_add(), but there is much left to do there. check-in: 56ef8127b6 user: stephan tags: trunk
17:14
more steps on the road to porting add_mlink() and its dependents friends. check-in: 4bf94ef630 user: stephan tags: trunk
17:13
added f-sizeof app. check-in: aed82342e8 user: stephan tags: trunk
14:35
Split the code into some new files. Shortened fsl_cx_repo_xxx() and fsl_cx_checkout_xxx(), removing the _repo/_checkout part. check-in: 2acbc2f85e user: stephan tags: trunk
14:03
minor generic cleanups in the deck code. check-in: 5fa697bee8 user: stephan tags: trunk
12:45
Extended fsl_fopen() to support '-' as an alias for stdin/stdout, added fsl_fclose(), changed all fsl_fopen() calls to use fsl_fclose() instead of fclose(). check-in: 2cc00a131c user: stephan tags: trunk
12:10
it turns out commit supports a --delta option and i need a delta manifest for testing, so here's a comment-only patch for delta testing. check-in: 11f79a13dc user: stephan tags: trunk
04:31
minor assertion tweaks to allow parsing of out-of-repo manifests for testing purposes. check-in: 20b54357eb user: stephan tags: trunk
04:06 Edit [4b05c2c59fa61f12|4b05c2c59f]: Change user to "stephan". artifact: 93f3e23197 user: stephan
04:04
Minor improvements in FossilApp error reporting. check-in: 88e367e90c user: stephan tags: trunk
03:54 Edit [106aaf6898dbca30|106aaf6898]: Edit check-in comment. artifact: 992ea74d5f user: stephan
03:53
minor tweak to the rid==1 R card kludge to only output the default R card when rid==1. check-in: 084ba71226 user: stephan tags: trunk
03:50
Renamed test-mf to f-mfparse, for consistency. check-in: b9424e1890 user: stephan tags: trunk
03:36
egg check-in: 9db900393b user: stephan tags: trunk
03:32
Fixed a bug in T-card parsing of the '*' special UUID. Added a couple workarounds for manifest #1, which violates the R- and P-card conventions laid out in the docs. Fixed a broken error check in fsl_repo_sym_to_uuid() which caused a statement to be left unfinalized (and a wrong result). check-in: 106aaf6898 user: stephan tags: trunk
03:30
Added fsl_list_sort(). check-in: 5db83df0be user: stephan tags: trunk
03:28
Added f-acat test app. Changed definition of VERBOSE in FossilApp. check-in: 47683d3589 user: stephan tags: trunk
03:03
Changed fsl_buffer_fill_from_filename() to pre-allocate the buffer to prevent arbitrarily many reallocations while filling. check-in: f23b2c4934 user: stephan tags: trunk
01:31
Added deck baseline file iteration and reworked R-card calc to use it. Works for baselines but i am seeing a delta-application bug in a specific tcl commit, but it is not yet clear where my bug is there (the repo passes all integrity tests, so the bug is on my end). Added error-reporting forms of delta application routines. Started porting in some of the filename table funcs. check-in: f94ea8a168 user: stephan tags: trunk
00:21
obsoleted by copies under autosetup/lib/. check-in: dfec2841b1 user: stephan tags: trunk
2013-08-17
19:48
another round of API renamings for consistency purposes. check-in: f0ceea7dd2 user: stephan tags: trunk
18:33
Can now load and clean up baseline manifests, but finding one is a neat trick - the core fossil repo does not contain a single B card. Luckily the tcl repo them. check-in: 2d13c82663 user: stephan tags: trunk
14:46
Ported some queries (back) to cached statements. Doc additions. Fixed a few bugs. check-in: dbabe48f7d user: stephan tags: trunk
14:09 Edit [cd522883ebae2809|cd522883eb]: Add "test-of-the-day" with value "running through the leaf APIs after stmt handling changes". artifact: 46dfc728dc user: stephan
13:11
Renamed some functions, started moving the fsl_cx-specific code into fsl_cx.c. Added fsl_fatal(). check-in: cd522883eb user: stephan tags: trunk
12:29
build tinkering check-in: ee9a2f98ce user: stephan tags: trunk
12:29
fixed a signed/unsigned comparison broken by recent refactoring (thank you, clang). check-in: 82aa53e714 user: stephan tags: trunk
11:42 Changes to wiki page "AmalgamationBuild" artifact: f4beeb0a4e user: stephan
11:13 Edit [f739758c7400dbb0|f739758c74]: Edit check-in comment. artifact: f2318bfa6c user: stephan
11:11
a round of minor cleanups, doc additions, and build tweaks. Build/config modified to allow more variants of c99/long long, to simplify testing of portability-related problems. i expect the xxx_PFMT changes to possibly break on 32-bit platforms. (Edit: didn't break :) check-in: f739758c74 user: stephan tags: trunk
09:28 Changes to wiki page "home" artifact: 6767e9dd59 user: stephan
09:27 Changes to wiki page "home" artifact: c32f3087f9 user: stephan
2013-08-16
20:04
Added fsl_deck_unshuffle() to sort any lists which need it and to calculate the R-card (that card works now). Fixed a memleak in fsl_acache_clear. A bit of API renaming and refactoring. check-in: 6dc5c4ab76 user: stephan tags: trunk
11:17
Removed fsl_mf class, consolidated it with fsl_deck. check-in: 8bbef4153d user: stephan tags: trunk
10:24 Changes to wiki page "home" artifact: 717637bddc user: stephan
10:20
Fixed the round-trip time imprecision when round-tripping manifests. Caused by using printf-style formatting instead of bind() for the double value. Round-tripping tests are now 100% lossless :). check-in: 308f32e4f9 user: stephan tags: trunk
10:09 Changes to wiki page "home" artifact: e98b630cad user: stephan
10:00
s/fsl_str_is_uuid()/fsl_is_uuid()/. check-in: 4325c020b0 user: stephan tags: trunk
09:58
Added J-cards to the manifest parse, making manifest parsing more or less complete (all cards implemented and basic sanity tests passing). The parser now figures out what artifact type it is and what contents are legal on the fly, obviating much of the to-be-ported validation checking. API renamings for consistency: fsl_mf_tag==fsl_mf_tcard, fsl_mf_file==fsl_mf_fcard, fsl_mf_cherrypick==fsl_mf_qcard. check-in: 8735de8159 user: stephan tags: trunk
06:47
Added/ported in fsl_db_table_has_column(). check-in: 9c9a8e8835 user: stephan tags: trunk
06:46
no, seriously this time. way too tired :/. check-in: e8aafed5cb user: stephan tags: trunk
06:14
Added a missing arg NULL check to fsl_deck_add_Q(). check-in: b3b6f9faf9 user: stephan tags: trunk
06:14
i am obviously way to tired to be doing this right now. Time to go walk Baako. check-in: 75b667cf16 user: stephan tags: trunk
06:12
Changed the default resizing policy for fsl_list_append(). check-in: 46e1e4bf1f user: stephan tags: trunk
06:09
Fixed some backwards math which would have broken fsl_repo_content_deltify() were we far enough along to test that routine. check-in: 58b7c76e31 user: stephan tags: trunk
05:48
Can now round-trip manifests with cherrypick (Q) cards, with the caveat about the D card sub-second precision. Moved some of the more obscure bits out of the public API. check-in: 26beddc0a9 user: stephan tags: trunk
03:44
Lots of tinkering with the repo/checkout config getter routines. check-in: 0674a892d6 user: stephan tags: trunk
03:01
Several minor infrastructure-level additions. Added fsl_stream(). Ported in fsl_is_simple_pathname(). Enabled fsl_mkdir() and fsl_unlink() (were accidentally disabled due to an unfortunate #if 0 block). check-in: be4b62818e user: stephan tags: trunk
01:42
Ported in wiki manifest crosslinking. Untested - lacking some bits needed to test it. check-in: 1221ecaa56 user: stephan tags: trunk
2013-08-15
23:09
can now round-trip parse/output wiki manifests, with the caveat of subsecond times not necessarily surviving round-trip conversion. check-in: d3253d4000 user: stephan tags: trunk
22:14
Fixed: F cards do not require the UUID parameter when removing the file. check-in: 3cbd6674f5 user: stephan tags: trunk
17:21
removed some duplicated code, minor typo fix. check-in: 22d54f6bc8 user: stephan tags: trunk
17:20 Edit [9e3e4cac124c2432|9e3e4cac12]: Edit check-in comment. artifact: bc8ee9b567 user: stephan
17:20
accomodated API changed, deps bug kept it from being rebuilt/detected earlier. check-in: 9e3e4cac12 user: stephan tags: trunk
17:11 Changes to wiki page "f-tools" artifact: b4a918c002 user: stephan
17:09
Added FossilApp_has_unused_flags(). check-in: 94e252e412 user: stephan tags: trunk
17:04 Edit [8922b28ba76eaf99|8922b28ba7]: Edit check-in comment. artifact: 1effacf115 user: stephan
17:04
moved fsl_mf::rid to fsl_deck::rid. check-in: 8922b28ba7 user: stephan tags: trunk
15:11
Added missing support for the special "*" UUID in T cards. check-in: c1e1311565 user: stephan tags: trunk
15:07
removed some duplicated output. check-in: fe0399ebcc user: stephan tags: trunk
15:05 Edit [4b05c2c59fa61f12|4b05c2c59f]: Mark "Closed" with note "got imported via manifest parse testing.". artifact: af67596deb user: stephan
15:03 Edit [4b05c2c59fa61f12|4b05c2c59f]: Edit check-in comment. Add tag "oops". Cancel tag "impossible". artifact: df78ba472b user: stephan
15:02 Edit [4b05c2c59fa61f12|4b05c2c59f]: Change background color to "#ffc0d0". Edit check-in comment. Add tag "impossible". artifact: 24f65e010f user: stephan
14:56 Added wiki page "f-tools" artifact: bae93f0e99 user: stephan
14:38 Changes to wiki page "f-tools" artifact: 8dc3b08877 user: stephan
14:37 Changes to wiki page "f-tools" artifact: f7f79ef670 user: stephan
14:35
Added f-resolve tool to resolve symbolic names and uuids. Minor signature change to fsl_repo_sym_to_uuid(). check-in: b170fb24fe user: stephan tags: trunk
13:42
And this time saved before committing. Minor code dupe consolidation in the fs bits. check-in: 1ec904fa6a user: stephan tags: trunk
13:22
ported in more of the fs function. Very minor cleanups in the mf code. check-in: e229b7b03d user: stephan tags: trunk
05:23 Edit [4c418820b64b0bac|4c418820b6]: Edit check-in comment. artifact: 29a597509b user: stephan
05:21 Edit [3cc2cd8a5a697d24|3cc2cd8a5a]: Edit check-in comment. artifact: 7023a93c4c user: stephan
05:17 Changes to wiki page "home" artifact: a636e6fb6b user: stephan
05:14
can now losslessly round-trip clusters through the manifest parser/generator (they have no D card to muck up the hash). check-in: 8914dd2d3b user: stephan tags: trunk
04:59 Edit [ea1c6d0b32a9bcd8|ea1c6d0b32]: Edit check-in comment. artifact: 94ee210d60 user: stephan
04:45
Reworked the fsl_mf_file class to be slimmer (no buffers, and perms as an integer). Can now losslessly round-trip F cards from/to manifests (with one caveat involving sub-second precision in conversion of D card values). check-in: ea1c6d0b32 user: stephan tags: trunk
03:39 Edit [64fe4e398f0e6e05|64fe4e398f]: Mark "Closed". artifact: c9f9e200a7 user: stephan
03:39
merged in [build] branch and fixed always-rebuild deps problem (dep on directory, which is of course always updated). check-in: 54e5c91754 user: stephan tags: trunk
02:35 Edit [c53a2ed2dd63b428|c53a2ed2dd]: Cancel "comment". artifact: 1a14ba3ca0 user: stephan
02:33 Edit [aace55e347390952|aace55e347]: Cancel "comment". artifact: ac0cf746af user: stephan
02:31 Edit [c53a2ed2dd63b428|c53a2ed2dd]: Edit check-in comment. artifact: aace55e347 user: stephan
02:29 Edit [4c418820b64b0bac|4c418820b6]: Edit check-in comment. artifact: c7b19cac3e user: stephan
02:21
Updated autosetup. Added guess-manifest-type-based-on-cards logic to the parser. check-in: 4c418820b6 user: stephan tags: trunk
2013-08-14
23:49
Minor cleanups to the last round of refactoring. Cleaned up help subsystem for FossilApp a bit. check-in: 3cc2cd8a5a user: stephan tags: trunk
23:15
Added fsl_sha1_cx_empty, for consistency/completeness. Minor cleanups to the last round of refactoring. check-in: 9307625bb7 user: stephan tags: trunk
22:54
More work on the deck/manifest API. Moved manifest test code into test-mf.c. check-in: ac713788f4 user: stephan tags: trunk
21:53
lots of minor reworking of fsl_deck, more to come. check-in: fab82a66a0 user: stephan tags: trunk
19:40 Edit [1130259d3217d74c|1130259d32]: Cancel background color. artifact: 6d5ccb20cb user: stephan
19:38 Changes to wiki page "f-tools" artifact: c53a2ed2dd user: stephan
19:35 Changes to wiki page "f-tools" artifact: c391bf2466 user: stephan
19:31 Changes to wiki page "f-tools" artifact: f11ee9f6a5 user: stephan
19:17
reimplemented/extended some of the fsl_deck_set_CARD() impls to do better validation and report errors in more detail. check-in: 721538f630 user: stephan tags: trunk
19:15 Edit [1130259d3217d74c|1130259d32]: Change background color to "#ffff66". artifact: 9c8c8166a6 user: stephan
18:57
More work on manifest parsing. check-in: 1130259d32 user: stephan tags: trunk
16:43 Changes to wiki page "home" artifact: 44c6ef6214 user: stephan
14:32
Add missing anchors in the server.wiki page. (Ummm.. i have no idea how this commit (from: http://www.fossil-scm.org/index.html/info/4b05c2c59f) got into THIS repo. That's very bad.) Correction: it got imported as a side-effect of manifest parse tests. Ooops. check-in: 4b05c2c59f user: stephan tags: oops
00:49
doxygen config tweak check-in: 1a38227344 user: stephan tags: trunk
2013-08-13
20:29
help text tweaks. check-in: f15fbfec21 user: stephan tags: trunk
20:04
Timeline now shows tag values (if available) for +/-closed tags. Help text improvement. check-in: 5726a64134 user: stephan tags: trunk
19:46 Edit [9d9375ac2dda7936|9d9375ac2d]: Cancel "close". artifact: d9fb6a64ec user: stephan
19:42 Edit [9d9375ac2dda7936|9d9375ac2d]: Mark "Closed" with note "testing close tag (do not know if they support a value)". artifact: b171d9031c user: stephan
19:41 Edit [9d9375ac2dda7936|9d9375ac2d]: Add "close" with value "testing close tag (do not know if they support a value)". artifact: fbd1fc6448 user: stephan
19:40 Edit [caeb8eb815eeb064|caeb8eb815]: Edit check-in comment. artifact: 7bf6d0403c user: stephan
19:40 Changes to wiki page "home" artifact: 93866dd56e user: stephan
19:39 Edit [005bc0786e490814|005bc0786e]: Add propagating "propagating-tag-test" with value "test propagating tags vis f-tag.". artifact: 5d0490a6a3 user: stephan
19:32
Added ability to add/cancel/propagate tags by applying +/-/* prefix to f-tag. Refactored dry-run mode to use a transaction/rollback, for more realism. Refactored the public tag API a bit. Fixed a va_list handling error in fsl_db_g_text(). check-in: caeb8eb815 user: stephan tags: trunk
19:31 Edit [2a84ad397a134ca3|2a84ad397a]: Cancel "demo-tag". artifact: 4ed183fdb6 user: stephan
18:39 Edit [005bc0786e490814|005bc0786e]: Edit check-in comment. artifact: 5732bd946d user: stephan
18:35
Successfully round-trip parsed/output a basic manifest (T, U, D cards). check-in: 005bc0786e user: stephan tags: trunk
16:41
added missing Doxyfile.in check-in: e6e7c7bb0d user: stephan tags: trunk
15:32
manifest parser now validates Z cards. check-in: be7a6ff9cb user: stephan tags: trunk
15:19 Edit [1b7f163c07f5db95|1b7f163c07]: Move to branch build. artifact: adaec6c322 user: stephan
15:19 Edit [64fe4e398f0e6e05|64fe4e398f]: Move to branch build. artifact: 3eabc7693f user: stephan
15:18 Edit [1b7f163c07f5db95|1b7f163c07]: Edit check-in comment. Add tag "build". Cancel tag "trunk". artifact: 9f04d096d6 user: stephan
15:17
added missing/removed FSL.OBJ def. Closed-Leaf check-in: 64fe4e398f user: stephan tags: build
15:02
build now compiles library .o files to obj/ instead of src/. Edit: moved to new branch - this is causing a rebuild of all .o files each time. Don't know why. check-in: 1b7f163c07 user: stephan tags: build
15:02
doc additions. check-in: 17899dd3c5 user: stephan tags: trunk
14:15
doc lie correction. check-in: 5fc8458a63 user: stephan tags: trunk
14:15
changed semantics of fsl_buffer_append() when (n==0), so that it ensures a NUL terminator even in that case. check-in: 7664ad456b user: stephan tags: trunk
13:43
added dot support to doxygen output if configure finds dot binary. check-in: cbe176f926 user: stephan tags: trunk
13:17 Changes to wiki page "home" artifact: 773e476bbf user: stephan
13:17
Renamed header files from fossil/*.h to fossil-scm/*.h, to avoid any potential confusion with the fossil FS or other fossils out there. check-in: 99a4a0ff23 user: stephan tags: trunk
13:12
More work on manifest parsing. Removed tag-test code from test.c b/c it is effectively done in f-tag.c. check-in: 00782f790c user: stephan tags: trunk
12:17 Edit [7ee254e442af2c0c|7ee254e442]: Add "tag-on-tag" with value "first attempt to tag a tag.". artifact: d21899ae87 user: stephan
11:47
moved c_lists-supermacro.h check-in: 9ddedf2eac user: stephan tags: trunk
11:11
build now always uses local jimsh0, for consistency. check-in: a26e4e7130 user: stephan tags: trunk
10:59 Edit [a62817438bf4673b|a62817438b]: Add "test-tag-timeline3" with value "reminder to self: event table (i know now) does not partake in the sync process.". artifact: 283672b598 user: stephan
10:57 Edit [a62817438bf4673b|a62817438b]: Add "test-tag-timeline" with value "testing whether the --no-timeline flag works. Again. First one does not appear locally but appears in remote repo... which of course does that because it generates the event table locally(?).". artifact: 7ee254e442 user: stephan
10:55
Added fsl_cx::flags, APIs to set/get them, and a flag to disable the generation of timeline event entries when crosslinking control manifests. check-in: a62817438b user: stephan tags: trunk
10:52
improvded an error check in the repo-open op. check-in: a45519e9e7 user: stephan tags: trunk
10:51
fixed a case where flags -n and -nXXXX were being seen as equivalent. check-in: 73089a605f user: stephan tags: trunk
10:50 Edit [b84a7ad549097240|b84a7ad549]: Add "test-tag-timeline" with value "testing whether the --no-timeline flag works.". artifact: 9475683aa0 user: stephan
09:36 Changes to wiki page "f-tools" artifact: 40c6b2af3b user: stephan
2013-08-12
16:57
Fixed a bad ptr-to-int conversion error which did not show up on x64. check-in: b84a7ad549 user: stephan tags: trunk
16:48
tweaking with the internals of checkout/repo/config db closing. check-in: dadf0a657d user: stephan tags: trunk
16:48
Fixed a potential memory misuse when scripts held independent references to closed checkout/repo dbs and tried to use them. check-in: ffc2b3ce48 user: stephan tags: trunk
15:58
Added another higher-level transaction scope around the tag-add op. check-in: 9f7fe7fee8 user: stephan tags: trunk
15:56 Edit [0a56bf368e42d79f|0a56bf368e]: Add "demo-tag" with value "testing another level of begin/end on tag-add op.". artifact: 31f432e0fb user: stephan
15:52 Added wiki page "f-tools" artifact: 83db2eb97d user: stephan
15:49
accommodated API change check-in: 0a56bf368e user: stephan tags: trunk
15:47 Edit [ba9abe633028450b|ba9abe6330]: Edit check-in comment. artifact: 31297dcd8b user: stephan
15:44
Cleanups and fixes in the db bits. s/FSL_TAG_xxx/FSL_TAGTYPE_xxx/g. Fixed a memleak in the handling of the fsl_db::filename entries for the special dbs. fsl_cx_checkout_close() now always closes its accompanying repo first because the repo is attached and we end up in a weird state if we do not. check-in: ba9abe6330 user: stephan tags: trunk
14:53 Changes to wiki page "f-tools" artifact: 7044889ee7 user: stephan
14:49 Edit [2a84ad397a134ca3|2a84ad397a]: Add "demo-tag" with value "demo for prosperity purposes". artifact: daa063582c user: stephan
14:09
Fixed an incorrectly propagated error code. check-in: 2a84ad397a user: stephan tags: trunk
14:01
Fixed wrong tag names output in crosslink-generated messages, caused by copy-paste porting of code with different semantics :/. Other minor cleanups. Added --dry-run to f-tag. check-in: 6f131086fc user: stephan tags: trunk
13:56 Edit [a78f5aada40dc8a4|a78f5aada4]: Add "test-broken-crosslink-messages" with value "testing broken crosslink messages found by previous tag (copy/paste errors from code with different semantics).". artifact: 8d6050c08e user: stephan
13:45 Edit [a78f5aada40dc8a4|a78f5aada4]: Add "test-again" with value "checking changes to cached SQL used by content routines.". artifact: 34388024f5 user: stephan
12:20
Refactoring of the FossilApp layer into header/impl files. Minor fixes and cleanups. check-in: a78f5aada4 user: stephan tags: trunk
12:07
removed a stray debug line. check-in: d570a577a6 user: stephan tags: trunk
11:42
minor autodef tinkering check-in: 224d4303a5 user: stephan tags: trunk
11:17 Changes to wiki page "home" artifact: 4f8b6688ff user: stephan
11:08 Edit [7ee2496195065014|7ee2496195]: Edit check-in comment. artifact: eeaa5f23d1 user: stephan
05:25
Started down the load road to manifest parsing, but it's time for sleep. check-in: 7ee2496195 user: stephan tags: trunk
05:24
Corrected integer type passed to fsl_md5sum_cstr(). check-in: 06fe4570c8 user: stephan tags: trunk
04:30
Changed how config header is generated to give me more control over the content. check-in: 503857bab7 user: stephan tags: trunk
04:11 Changes to wiki page "f-tools" artifact: 6934102c04 user: stephan
03:44
cleanups and fixes in FossilApp and f-*.c. check-in: a3aa3426c0 user: stephan tags: trunk
03:44
Added -fPIC to build options for --shared support. check-in: 2bddbc822f user: stephan tags: trunk
03:11
Fixed swapped args in fsl_stmt_each() which broke each() callbacks. Changed fsl_stmt_each_f() signature. Added f-timeline.c basic timeline mini-app. check-in: f3b0243385 user: stephan tags: trunk
01:57
Fixed would-have-been memleak in fsl_acache_expire_oldest(). Ported fsl_repo_content_new() (back) to cached queries. That routine is still untested, though. Doc fixed. check-in: 0646f85f40 user: stephan tags: trunk
01:33
converted another statement to a cached one, analog to fossil(1). check-in: 6a1a173c20 user: stephan tags: trunk
01:11
Experimenting with cached vs uncached queries. Fixed numeric type in fsl_stmt_get_blob(). Ported in fsl_repo_content_make_public(). check-in: 7a8d48b273 user: stephan tags: trunk
00:13 Edit [81ee863504d1909a|81ee863504]: Edit check-in comment. artifact: 63cf66aa55 user: stephan
00:11
more build tweaks for the amalgamation. check-in: 3e156cdef4 user: stephan tags: trunk
Previous week ↓