Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file src/sqlite3.c version cd7015181b
2014-10-25
| ||
09:43 | error check fix after opening a checkout/repo db. check-in: 116ad4ab7e user: stephan tags: trunk | |
2014-10-22
| ||
18:35 | Ported in a couple more pieces to the ongoing fossil-compatible auth/login support. check-in: afd46491fe user: stephan tags: trunk | |
2014-10-21
| ||
15:46 | ported in printf-style format checker from fossil(1), but not all variadics functions are yet checked. libf does not yet build cleanly vis-a-vis this tool, but the reports it produces will eventually be worked through. check-in: 954a12be68 user: stephan tags: trunk | |
2014-10-20
| ||
16:43 | added source to Makefile.in for non-msvc builds check-in: 1bc542834a user: dave tags: feech-versionedsettingsupport | |
13:06 | I committed into wrong branch, so pulling to the intended one. The changes thus far are benign, so I'm going to leave them there for the moment, and also since ultimately I'll be merging them back. (I'm such a buffoon.) check-in: d9afd076f1 user: dave tags: feech-versionedsettingsupport | |
13:02 | interim; add source for settings vtable and regexp extension functions; not wired it yet. update VC/DS projects. minor mod to auto.def to avoid redefining a define that oftentimes comes from the command line to cl, and would otherwise generate a warning in some projects. check-in: 4e32063e22 user: dave tags: dave | |
2014-10-19
| ||
15:45 | removed fsl_deck_F_foreach_own() - useless bloat (same feature is available as a param flag to fsl_deck_F_foreach()). check-in: 3ae4f088e4 user: stephan tags: trunk | |
15:31 | Create new branch named "feech-versionedsettingsupport" check-in: 5f632a80f1 user: dave tags: feech-versionedsettingsupport | |
15:07 | (keeping up to date; merge trunk) check-in: 92fd52048b user: dave tags: dave | |
2014-10-18
| ||
11:00 | Factored out the find-a-db part of fsl_checkout_open_dir() to fsl_checkout_db_search() and added option to search parent dirs or not, both in support of up-coming code. check-in: 10f613f805 user: stephan tags: trunk | |
00:52 | pulled in current trunk prior to setting up for work on integrating some sqlite3 extensions (mainly for presenting an access method for versioned settings consistent with db-base settings, but also to unify settings metadata, and provide data validation for the settings values). I'll do a brief sanity check build and resolve anything that comes up there before making that feature branch. check-in: 5685461788 user: dave tags: dave | |
2014-10-17
| ||
11:31 | minor doc fix. check-in: 4314250daa user: stephan tags: trunk | |
11:31 | fcli now sets the sqlPrint option in its fsl context, so FSL_PRINT(...) works by default. check-in: 778bca3a4e user: stephan tags: trunk | |
11:30 | Reenabled fsl_db_verify_begin_was_not_called() - cannot verify the older bug there. check-in: 7746a1087a user: stephan tags: trunk | |
11:05 | added fsl_ckout_dir() SQL func. minor doc updates. check-in: fd4ba13292 user: stephan tags: trunk | |
07:10 | Fixed another char-should-be-int (signedness/portability). check-in: a49cbd9e8d user: stephan tags: trunk | |
2014-10-15
| ||
21:07 | Added missing help text for f-new's --force flag. check-in: b4c3541e06 user: stephan tags: trunk | |
21:06 | Fixed a file handle leak in a highly arguable bit of code in sore need of replacing with something nicer. check-in: 5ccfcc9bf3 user: stephan tags: trunk | |
2014-10-14
| ||
17:57 | minor cleanups and test tinkering. check-in: dc0e75d877 user: stephan tags: trunk | |
16:37 | added a couple missing tests. check-in: ace8946d2d user: stephan tags: trunk | |
16:11 | latest s2 (fixed mis-propagation of exit/fatal/assert in some contexts). Minor test code tweaking. check-in: 8a57d492e5 user: stephan tags: trunk | |
2014-10-13
| ||
21:44 | Added Fossil.Db.transactionState(), more related tests. check-in: 2fbd4f2594 user: stephan tags: trunk | |
20:57 | latest s2, more fsl s2 module work. check-in: 3083667d5e user: stephan tags: trunk | |
20:43 | Simplified common usage of Fossil.Db.selectValue(), changed Db.transaction() to use the nested transaction support. check-in: e882db5def user: stephan tags: trunk | |
20:18 | s2: added Fossil.Db.transaction(Function). check-in: 6f622eb76b user: stephan tags: trunk | |
19:40 | added s2 bindings for Fossil.Db.begin/commit/rollback(). check-in: fa87ef5d73 user: stephan tags: trunk | |
19:20 | Minor error reporting improvement. check-in: d617d305e0 user: stephan tags: trunk | |
17:28 | latest s2 plus more require.s2 module tinkering. Reimplemented Fossil.Db.selectValue/selectValues() in C (previously in the f-s2sh init script). check-in: 428464d569 user: stephan tags: trunk | |
2014-10-12
| ||
17:40 | latest s2. check-in: ced0e46935 user: stephan tags: trunk | |
2014-10-11
| ||
12:36 | latest s2: changes in how math and comparison ops works with mixed-mode numeric comparisons. Minor metrics-counting additions. check-in: 0824e98e3f user: stephan tags: trunk | |
2014-10-10
| ||
08:01 | s2: upstream tmpl.s2 fix. check-in: 99898fdf1d user: stephan tags: trunk | |
2014-10-09
| ||
06:39 | added missing requireS2 Ticker module, fixed path to local s2sh binary in r-tester.sh. check-in: 340d7b8111 user: stephan tags: trunk | |
2014-10-08
| ||
15:34 | comment fix (misinformation), removed a line of dead code. check-in: 4356134409 user: stephan tags: trunk | |
15:28 | Fixed another char-should-be-int case (portability problem). check-in: bcee79685a user: stephan tags: trunk | |
15:09 | Fixed a broken error propagation which allowed duplicate tags to be output via fsl_deck_output(). Found while investigating an ML post from the fossil-users list. check-in: 0dadcc5b17 user: stephan tags: trunk | |
2014-10-07
| ||
15:25 | fixed a potential corner-case null deref when built without FSL_CONFIG_ENABLE_TIMER. check-in: 234eba25f4 user: stephan tags: trunk | |
15:07 | minor doc tweaks. check-in: d484c1679a user: stephan tags: trunk | |
2014-10-06
| ||
18:45 | latest s2: call stack depth cap. Added r-tester.sh (require.s2 unit test runner). check-in: 105ab45377 user: stephan tags: trunk | |
2014-10-05
| ||
16:08 | and this time without the memleak. check-in: 21f7c830fd user: stephan tags: trunk | |
15:56 | removed an unnecessar #include. check-in: c0f5879cbd user: stephan tags: trunk | |
15:56 | a slightly more pedantic solution for Fossil.Context.loginCookieName(). check-in: cab07654a4 user: stephan tags: trunk | |
09:55 | ported in some of the login-related bits. check-in: c5b01a0b83 user: stephan tags: trunk | |
04:33 | latest s2, minor ++/-- and unary +/- improvements. check-in: 95707c515f user: stephan tags: trunk | |
2014-10-03
| ||
05:38 | latest s2: minor build fixes and initial go at Ctrl-C handling. check-in: 8acfeb6c13 user: stephan tags: trunk | |
2014-10-02
| ||
08:41 | Make sqlite compile on MinGW (already reported upstream but not yet handled) check-in: f45641c753 user: jan.nijtmans tags: trunk | |