Login
Timeline
Login

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

59 check-ins using file th1ish/unit/003-000.th1ish version fcdb337d04

2014-02-16
15:29
Added some explanatory docs. Stopped using a var leaked in from a higher scope. check-in: 9174466a4f user: stephan tags: trunk
15:14
fixed limit to not allow unlimited. check-in: d4426de26f user: stephan tags: trunk
15:08
more CGI script tinkering. Doc fix. check-in: d829355d31 user: stephan tags: trunk
11:28
pulled in upstream th1ish/cwal. Experimenting with importing pages from files. check-in: 718734e0ab user: stephan tags: trunk
10:25
more cgi script tinkering check-in: 0dbad2b5df user: stephan tags: trunk
2014-02-15
23:46
final CGI tinkering before bed. check-in: b3cf75a636 user: stephan tags: trunk
23:03
more refactoring and tinkering. Got indentation of JSON output working. check-in: a8d6a8588e user: stephan tags: trunk
22:12
more data scrubbing before demo. check-in: b21345d228 user: stephan tags: trunk
22:06
another CGI demo fix for the remote system. check-in: ee6879cb5e user: stephan tags: trunk
22:03
more changes to test remote. check-in: def16625a8 user: stephan tags: trunk
22:00
minor tinkering before posting links :). check-in: e7bf5e47c9 user: stephan tags: trunk
21:53
changed how exception info is scrubbed before output. now keeps only the deepest of the rethrown exceptions. check-in: 2d58775fa5 user: stephan tags: trunk
21:38
removed a piece of security-relevant data from output. check-in: ba922cf9c3 user: stephan tags: trunk
21:32
Patches to get this to run on my hoster. check-in: 450af587e5 user: stephan tags: trunk
21:15
Tinkering with a libfossil CGI app implemented in th1ish. check-in: 947ad41025 user: stephan tags: trunk
18:52
clarified some trailing-backslash behaviours. check-in: 943223d35f user: stephan tags: trunk
18:52
Added a unit test. check-in: a93fd5de89 user: stephan tags: trunk
18:50
minor internal refactoring. check-in: 27c4f25cc6 user: stephan tags: trunk
18:49
fixed a corner-case memleak in Fossil.file.dirPart() (thank you, valgrind!). Pulled in an even-more-latest upstream th1ish with a related minor change. check-in: eefb9d1ba7 user: stephan tags: trunk
15:04
Added Fossil.file.dirPart() script binding. Fixed values for Fossil.Db.filename. check-in: d12b787b17 user: stephan tags: trunk
13:29
accommodated changes in th1ish. check-in: daf6b27616 user: stephan tags: trunk
13:29
pulled in upstream th1ish fix for length-0 {} and heredoc content. check-in: 51adba3242 user: stephan tags: trunk
12:09
Pulled in upstream th1ish fixes. Tinkering with the th1ish bindings. check-in: 944f7c9d9a user: stephan tags: trunk
2014-02-14
19:45
fsl_cx now sets the SQL-level db name on its db instances, with the hopes that that can help solve some of the problems generating fully-db-qualified strings. check-in: 8937e04c53 user: stephan tags: trunk
19:43
minor internal optimization. check-in: e963e4777e user: stephan tags: trunk
19:42
doc addition. check-in: 6a69434fee user: stephan tags: trunk
19:42
pedantic infintesimal optimization. check-in: c36819f313 user: stephan tags: trunk
19:41
fixed a logic error which caused an exception in Stmt.bind(). check-in: 6726fdbf29 user: stephan tags: trunk
18:54
Created branch [lib-generated-branch]. Leaf check-in: 74926a02e4 user: stephan tags: lib-generated-branch
18:22
minor doc additions. check-in: 6e7b335a8d user: stephan tags: trunk
18:21
Fixed a typo. Changed fsl_dir_check() to not do any normalization of the name, since it is (so far) always used where names are already normalized. check-in: 51ca80369b user: stephan tags: trunk
18:20
added a maintenance note. check-in: 275c7ce0fa user: stephan tags: trunk
18:19
converted a statement to a cached statement. check-in: 3e35c48616 user: stephan tags: trunk
18:18
added fsl_db_name(). check-in: a8c452c767 user: stephan tags: trunk
18:17
minor output tweak. check-in: ffa6fb17c9 user: stephan tags: trunk
13:46
fixes in example code. repo-zip now errors out, instead of doing something silly, when encountering a symlink. check-in: 31f6a8c68e user: stephan tags: trunk
12:32
Renamed fsl_card_F::perms to perm and gave it the proper type (was relying on int-to-enum implicit conversions before). Build deps fix. check-in: 0f6261ee4d user: stephan tags: trunk
12:09
minor cleanup in RC_BREAK handling. check-in: 5f4f7ab576 user: stephan tags: trunk
12:05
Refactored fsl_repo_extract() to provide more info to the callback. Added fsl_strftime_unix(). check-in: 38d3dd2086 user: stephan tags: trunk
10:36
Reordered some arguments. Implemented fsl_repo_extract(), which will be the basis of checkout-like behaviours. check-in: e713b48c83 user: stephan tags: trunk
09:05
Globally changes the API docs from fossil/sqlite-style '**' to Doxygen-friendly format because the extra stars hinder writability/changability and require an extra filter at the doxygen-processing level. check-in: a2cbd2e343 user: stephan tags: trunk
08:53
minor doc update check-in: c717d7a2e4 user: stephan tags: trunk
2014-02-13
20:43
make sure that f-apps/Makefile is not committed by accident check-in: 6b2dd4a9a1 user: jan.nijtmans tags: trunk
16:23
started on a gzip stream, but it turns out the code i took from fossil for this only works if whole inputs are gzipped at once, so am puting this aside for now. Closed-Leaf check-in: a4fc7ee1df user: stephan tags: gzip-stream
16:22
minor error edge case cleanup. check-in: 5ce74c1f61 user: stephan tags: trunk
14:19
tinkering with the file ancestry query. check-in: 9286d9b5ce user: stephan tags: trunk
11:56
doc additions. check-in: 8179c0661a user: stephan tags: trunk
11:46
added a filename history query. check-in: b3008cd60a user: stephan tags: trunk
11:45
accommodated fcli API additions. check-in: b018e152fb user: stephan tags: trunk
11:45
f-ls now treats first non-flag arg as the version to list if -v VERSION is not specified. check-in: a4a5ce76cf user: stephan tags: trunk
11:30
Added --no-transaction option to f-query. check-in: d616c78a54 user: stephan tags: trunk
11:30
added a test case for // pattern in in-zip dir names. check-in: 2e6ff11002 user: stephan tags: trunk
11:29
added fcli_end_of_main(). check-in: 1da01cd5c0 user: stephan tags: trunk
11:28
fixed two bugs in the handling of dir names in the zip generation code. check-in: 09d5f53095 user: stephan tags: trunk
2014-02-12
21:51
Added a progress callback to the repo-zip-version bits, since zipping can take a while. check-in: d610686d1d user: stephan tags: trunk
21:33
minor API renamings and tweaks to the ZIP bits. check-in: b0d01fe206 user: stephan tags: trunk
20:50
minor doc touchups. check-in: 40362c4536 user: stephan tags: trunk
20:42
Moved ZIP-creation code into the public API. Expanded and fixed it considerably. Added f-zip tool. check-in: 54a3117046 user: stephan tags: trunk
18:33
tinkering with the unit tests and th1ish/fsl bindings. check-in: fa34e6cd5b user: stephan tags: trunk