Login
Timeline
Login

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

115 check-ins using file src/fsl_diff.c version 8d9f25e80c

2014-02-23
10:42
minor doc updates. check-in: 52ff99826b user: stephan tags: trunk
10:42
Pulled a hopeful minor th1ish fix for my hoster. check-in: 3f82005958 user: stephan tags: trunk
2014-02-22
21:42
fixed display of empty user names. check-in: 9274fa6bc7 user: stephan tags: trunk
15:18
Removed the year selection from the by-month report (has no effect). check-in: da3a6e4648 user: stephan tags: trunk
15:15
minor pluralism consistency fix. check-in: 71d014b0b2 user: stephan tags: trunk
15:10
Fixed layout for the no-results case. check-in: eed23d74db user: stephan tags: trunk
15:00
Fixed an exception scrubbing (or lack thereof) problem caused by an overwritten api.cgi.config. check-in: a18d7ad9ab user: stephan tags: trunk
14:50
minor layout tweak in the timeline. check-in: cc7af11ae4 user: stephan tags: trunk
14:48
minor text change check-in: 1fd835fa23 user: stephan tags: trunk
14:47
removed (ineffective) year list from by-user report. check-in: 0bc4faa698 user: stephan tags: trunk
14:41
oops - broke on empty GET args. check-in: 5638438e1a user: stephan tags: trunk
14:39
pulled in latest th1ish/cwal. Lots of tinkering with the reports pages. check-in: db4b7aec59 user: stephan tags: trunk
12:48
Workarounds for remote hoster. Not quite sure why an explicit file suffix is only needed there. check-in: c848f4d9a5 user: stephan tags: trunk
12:42
Cleanups in the reports pages. check-in: 54750c715e user: stephan tags: trunk
11:02
Added basic page generation timer support. check-in: 32e4d1dd00 user: stephan tags: trunk
10:33
Ported in fossil's system timer APIs. check-in: 91471dde81 user: stephan tags: trunk
08:32
minor script cleanups. check-in: 370e9d7ab7 user: stephan tags: trunk
08:24
added missing file. check-in: 7de8840249 user: stephan tags: trunk
08:23
Implemented by-week /report. check-in: 2ec8e8e78d user: stephan tags: trunk
2014-02-21
22:41
workarounds for my hoster check-in: 1a1c2a81f4 user: stephan tags: trunk
22:32
Added basic implementations of by-year/month reports. check-in: e0a149e162 user: stephan tags: trunk
21:34
fixed a duped slash. check-in: a008e7e27e user: stephan tags: trunk
21:33
More CGI cleanups and refactoring. check-in: cfe582cb98 user: stephan tags: trunk
20:37
stopped using an inherited variable (by accident). check-in: a3e99723b9 user: stephan tags: trunk
20:23
added showSrc option to exception example. check-in: dff476c6b7 user: stephan tags: trunk
20:17
Added an exception test to the menu. check-in: 3897d123f1 user: stephan tags: trunk
20:09
a hack to try to work around a remote hoster problem. check-in: ff3d7ba9fa user: stephan tags: trunk
19:53
Lots of tinkering with a new CGI front-end. check-in: 3633090371 user: stephan tags: trunk
15:32
Renamed th1ish shell to fossi1ish. Minor refactoring of the cgi script code for up-coming changes. check-in: db2fe759ab user: stephan tags: trunk
12:49
minor layout and internal tinkering. check-in: d6dcb6be81 user: stephan tags: trunk
2014-02-20
22:07
added checkin comment to manifest display. check-in: 66513a6949 user: stephan tags: trunk
21:36
minor cgi tweak. check-in: 15cce29ef0 user: stephan tags: trunk
21:33
worked around a weird error on hoster. check-in: b2365a97eb user: stephan tags: trunk
21:31
fixed an uncertain operator precedence assumption. check-in: 6f0fe1dfeb user: stephan tags: trunk
21:20
Expanded the db API and script bindings a bit. Unit test tweaks. check-in: d74cd1950d user: stephan tags: trunk
19:18
Pulled in latest upstream cwal. Added th1ish/fsl_zip_writer bindings. Expanded the fsl_zip API a bit. check-in: 9c23d7550d user: stephan tags: trunk
2014-02-19
21:37
fixed a config bug, explicitly clean up Fossil.cx, try out a silly importSymbols() hack. check-in: a495aa3403 user: stephan tags: trunk
20:26
now builds both static and shared libs. check-in: 1fe105156c user: stephan tags: trunk
20:25
merge split trunks check-in: e956511af7 user: bch tags: trunk
20:14
LOL - our first game of Merge Pong (with a Clock Skew included!). check-in: 87497e5e27 user: stephan tags: trunk
20:13
merge same fix as prev. commit, for completeness sake check-in: 6a6cc1abb4 user: bch tags: trunk
20:04
since use of sqlite3BtreeSetMmapLimit() is conditional, make declaration/definition conditional too, to fix compilation warnings of unused functions. Closed-Leaf check-in: a9263730f2 user: bch tags: sqlite3_repair
20:00
pulled in Brad's simultaneous sqlite3 patch. Moved a script comment. check-in: 7fc73c2c4a user: stephan tags: trunk
19:50
bsd build fix for sqlite3.c? check-in: 1cfaeaa7fd user: stephan tags: trunk
19:38
pulled in trunk sqlite3 b/c the bsd fix broke some linuxes (my hoster ;). check-in: f11a92b101 user: stephan tags: trunk
19:34
tinkering with the CGI bits, namely app-side link generation. check-in: f8813d6d9d user: stephan tags: trunk
19:34
added Fossil.isUuid(). check-in: e5b8292e63 user: stephan tags: trunk
18:32
More th1ish/cgi bindings. Pulled in upstream cwal/th1ish/cgiish. check-in: 94e51dc289 user: stephan tags: trunk
2014-02-18
22:08
Added a safety net around Buffer.un/compress(). Merged in Brad's changes. Don't feel compelled to branch, Brad\! check-in: 5c9b8c1543 user: stephan tags: trunk
21:45
minor build tweak. check-in: 26aca2ac8d user: stephan tags: trunk
21:42
toupper() requires int, tbuf[x] returns char; cast for correctness Closed-Leaf check-in: 9a31676b61 user: bch tags: bch
21:38
nbsd build errors -- remove dead sqlite3 code check-in: 2a79d14fa4 user: bch tags: bch
21:02
Fixed a couple embarassing Denkfehler in the time() handling. check-in: 157b9bed08 user: stephan tags: trunk
20:42
Expand/fix the Fossil.time funcs a bit. check-in: 2605142a11 user: stephan tags: trunk
20:10
added a link to the source-display mode. check-in: e86ea663e4 user: stephan tags: trunk
20:06
oops - debuggering output. check-in: 62683f62f9 user: stephan tags: trunk
20:05
Fixes related to the move to a built-in cgiish. Fixed where cgiish installs itself, related scripting fixes. check-in: 55109097cb user: stephan tags: trunk
19:02
cgiish is now built into the th1ish interp. Started documenting and restructuring some of the script bindings. Added several bindings. check-in: 9d328c44b9 user: stephan tags: trunk
2014-02-17
22:24
fixed a broken F-card.perm label. check-in: 5f2533ef10 user: stephan tags: trunk
22:23
minor logic fix check-in: 164997a93c user: stephan tags: trunk
22:05
removed some dead code check-in: 07f06c52b4 user: stephan tags: trunk
21:50
Added ability to load manifests (in a rudimentary Object form, with no extra functionality) from th1ish. Added /manifest CGI demo page. check-in: e01dbe9396 user: stephan tags: trunk
18:08
removed an old (completed) TODO. check-in: 636243422f user: stephan tags: trunk
17:53
Added SQLITE_DETERMINISTIC flag to SQL UDFs where it can be safely applied. check-in: cc2faa03ee user: stephan tags: trunk
09:48
another INCLUDES workaround for the in-tree sqlite3.h check-in: b08146b1a9 user: stephan tags: trunk
2014-02-16
20:25
minor doc fix. check-in: 04016c2950 user: stephan tags: trunk
20:21
added a TODO. check-in: 2333dc8163 user: stephan tags: trunk
20:03
removed some incorrect comments. check-in: 9b14f8926a user: stephan tags: trunk
19:57
Minor improvement in how fsl_wiki_save() determines the default user name. check-in: 0013fff01e user: stephan tags: trunk
19:19
added showSrc=1 flag to enable display of the script source. check-in: f70bd3f907 user: stephan tags: trunk
19:09
added some more base th1ish unit tests. check-in: 98ea74e901 user: stephan tags: trunk
17:47
added th1ish/pages/timeline-html.th1ish. check-in: c9a92d1150 user: stephan tags: trunk
17:46
compiler warning fix. check-in: 0e55b4ec3d user: stephan tags: trunk
17:43
API renaming and CGI tweaks. check-in: 3a6c3d16ff user: stephan tags: trunk
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