Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-04-11 | Fixes for sqlite regex driver. Function must be implemented as | brad | 1 | -7/+12 |
rlike("pattern","match") instead of "where uid rlike("99")" you must use "where rlike("99",uid). My mistake. Also fixes for pointer math for context regex caching. | ||||
2004-04-10 | Some fixes to the namespace using. | eilers | 1 | -3/+5 |
the first test implementation of regexp-search for addressbook (disabled) | ||||
2004-04-06 | Fix memleak | brad | 1 | -5/+4 |
2004-04-06 | Made sqlite regex cache "instance safe". Further work will continue as I ↵ | brad | 1 | -20/+24 |
figure out how to do it :p) | ||||
2004-04-05 | *Basic* regex caching for massive search speedup (and I mean lots) | brad | 1 | -14/+21 |
Yes, it's ugly. Yes, it's simple. Yes it probably breaks several fundamental coding rules. Yes, I'm open to suggestions as to how to do it better and more in the Opie way. | ||||
2004-04-05 | Regex support for sqlite (finally) | brad | 1 | -0/+30 |
2004-04-04 | Opie::XYZ::Private -> Opie::XYZ::Internal | zecke | 1 | -1/+1 |
2004-03-13 | Move XML class to internal PIM | zecke | 1 | -3/+6 |
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well | ||||
2004-03-01 | fix includes | chicken | 1 | -1/+0 |
2003-12-20 | use odebug classes | mickeyl | 1 | -8/+61 |
2003-09-29 | Fixing umlaut problem. | eilers | 1 | -6/+16 |
2003-08-10 | merge zeckes libsql into libopie2 | mickeyl | 1 | -0/+126 |