Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring on or before 2014-02-02 16:31:48.
2014-02-02
| ||
16:31 | More buffer-to-string refactoring to save some memory. check-in: 72128a925d user: stephan tags: trunk | |
14:53 | Started refactoring some of the superfluous fsl_buffer data to (char*) to save on the sizeof()s. check-in: e0aa094e11 user: stephan tags: trunk | |
14:45 | • Edit [7aa94e7ce85dc5e9|7aa94e7ce8]: Add "test-tag" with value "just testing". artifact: eb4bdaa776 user: stephan | |
14:20 | Another round of minor cleanups and doc fixes. Added fsl_input_f_buffer(), based on new fsl_buffer::cursor member (needed for other reasons), so buffers can now be input streams. check-in: 7aa94e7ce8 user: stephan tags: trunk | |
12:25 | Implemented fsl_rid_is_a_checkin() and fsl_buffer_copy_lines(), infrastructure needed by other up-coming bits. check-in: 5fbf9715f8 user: stephan tags: trunk | |
00:53 | another minor pedantic layout tweak. check-in: 3de0fe43a7 user: stephan tags: trunk | |
00:51 | Minor output formatting tweaks. check-in: 080ee755f7 user: stephan tags: trunk | |
00:38 | • Edit [706f8bfe62d15470|706f8bfe62]: Add "test-tag" with value "just testing.". artifact: 9d949d664c user: stephan | |
00:22 | • Changes to wiki page "f-tools" artifact: 26cbcfc973 user: stephan | |
00:17 | • Added wiki page "building" artifact: 6af15bc3ca user: stephan | |
00:16 | Added sqlite3.{c,h} to the tree b/c the library now needs 3.8.3+. check-in: 438eb34f5a user: stephan tags: trunk | |
00:10 | Implemented fsl_mtime_of_manifest_file(), another piece in the checkout-file puzzle. However, libfossil now requires sqlite 3.8.3+. check-in: 706f8bfe62 user: stephan tags: trunk | |
2014-02-01
| ||
23:47 | Fixed: fsl_repo_open_for_checkout() was failing for checkouts where 'repository' is stored as an absolute path. It now makes relative paths relative to the ckout root and uses absolute paths as-is. check-in: ba68a0b797 user: stephan tags: trunk | |
23:24 | minor (yet unsightly) portability cast. check-in: a0e95de6e9 user: stephan tags: trunk | |
23:24 | Added --show-files/-f to f-timeline. check-in: df0a54355a user: stephan tags: trunk | |
14:19 | minor round of tinkering and refactoring. Moved fsl_config_xxx() decls into fossil-confdb.h. check-in: ad2a0cb933 user: stephan tags: trunk | |
13:37 | FSL_SYM2RID() UDF now resets the fsl_cx error state if sym-to-rid lookup sets it, and (as before) propagates the error via the db layer. It was previously poluting down-stream error reporting. Minor improvments to OOM error reporting for some of the UDFs. check-in: 3bd8da8827 user: stephan tags: trunk | |
13:05 | minor unit test improvement. check-in: adcb38a7b2 user: stephan tags: trunk | |
12:59 | minor unit test fix. check-in: 16a8771ee7 user: stephan tags: trunk | |
12:52 | • Changes to wiki page "f-tools" artifact: 44bcc74eeb user: stephan | |
12:50 | • Added wiki page "AmalgamationBuild" artifact: c20cb52d66 user: stephan | |
12:42 | Added fsl_config_transaction_{begin,end}() as an optimization for apps which make lots of config changes. check-in: 8d41887764 user: stephan tags: trunk | |
12:15 | Refactored fsl_config_xxx() impls for cached statements. Added unit tests for the config get/set APIs. check-in: 43d76d6664 user: stephan tags: trunk | |
10:46 | Added 'set' and 'unset' features to f-config. check-in: 731e2f05d9 user: stephan tags: trunk | |
2014-01-31
| ||
23:57 | Ported in a public domain strftime() impl, for potential use with the checkout-related functionality. Fixed a clang warning. check-in: 615b6d29bc user: stephan tags: trunk | |
22:34 | fsl_cx_stat() now accepts non-simple paths and runs them through fsl_checkout_filename_check(), which still has its unfortunate name. Added fsl_file_set_mtime(). check-in: b991749bca user: stephan tags: trunk | |
16:15 | tip: RIDs are specific to a given clone, so do not use them in unit tests. check-in: 323de94684 user: stephan tags: trunk | |
12:02 | minor doc tweak. check-in: c1d7a2737d user: stephan tags: trunk | |
2014-01-30
| ||
21:43 | fsl_stat() now accepts a NULL stat buffer. Internal refactoring of fsl_checkout_open_dir(). check-in: f082da6718 user: stephan tags: trunk | |
20:36 | Re-thought/implemented fsl_repo_dir_names() to return all dir names when given an RID, use the checkout if rid==0, and all versions if rid is negative. Other minor refactoring/renaming. Fixed fsl_cx_filename_collation() to return the right string. check-in: 22ce993a61 user: stephan tags: trunk | |
17:36 | Confusing/wrong text fix. check-in: a7001dc03e user: stephan tags: trunk | |
2014-01-29
| ||
20:38 | Minor API renamings and tinkering in fsl_content_put_ex(). check-in: 8e0b7eeb54 user: stephan tags: trunk | |
20:22 | Switched from a static to dynamic buffer in an ill-fated corner wiki crosslinking. check-in: e49cf382cd user: stephan tags: trunk | |
20:07 | added a no-op crosslink listener for debugging purposes. check-in: 26a04e7b10 user: stephan tags: trunk | |
20:04 | • Changes to wiki page "home" artifact: b7afc19856 user: stephan | |
18:49 | fixed: f-new now shows its own local help. check-in: 3845f023fe user: stephan tags: trunk | |
18:44 | minor doc tweaks. check-in: d3896508b0 user: stephan tags: trunk | |
18:22 | yeah, and this time it compiles, too. check-in: a4a761b0f8 user: stephan tags: trunk | |
18:20 | • Changes to wiki page "home" artifact: 88c9f75aea user: stephan | |
18:17 | minor code consistency hack. check-in: 04a28a3fe5 user: stephan tags: trunk | |
18:16 | Prettied up the call semantics of fsl_wiki_save() a bit. check-in: 5a218715c8 user: stephan tags: trunk | |
18:13 | • Changes to wiki page "SQLSnippets" artifact: 1872adef85 user: stephan | |
18:11 | • Changes to wiki page "home" artifact: 4b67361424 user: stephan | |
17:47 | f-query's -e SCRIPT flag now accepts a filename or SQL code. check-in: d508a2e7ab user: stephan tags: trunk | |
17:27 | • Edit [468e9e16d43fc67d|468e9e16d4]: Add "testing-changes" with value "test after some internals tweaks.". artifact: 0c039dd91d user: stephan | |
17:27 | • Edit [468e9e16d43fc67d|468e9e16d4]: Add "testing-changes" with value "test after some internals tweaks.". artifact: c542bdb2df user: stephan | |
17:11 | Back into the trunk with you... check-in: 468e9e16d4 user: stephan tags: trunk | |
17:10 | A number of minor tweaks (e.g. more cached statements), refactoring of fsl_cx internals. Closed-Leaf check-in: 1d59e4291a user: stephan tags: untested-tinkering | |
17:09 | Deps fix: f-* apps were not rebuilding on lib-level changes. check-in: 0756f00469 user: stephan tags: untested-tinkering | |
17:08 | • Edit [26374bba609d9872|26374bba60]: Add "testing-changes" with value "test after some internals tweaks.". artifact: f539585872 user: stephan | |