summaryrefslogtreecommitdiff
path: root/src/sysync
AgeCommit message (Expand)AuthorFilesLines
2010-01-04Android: fixed/added exception handling macrosandroidPatrick Ohly2-4/+4
2010-01-04Android: use android/log.hPatrick Ohly1-1/+1
2010-01-04TMultiFieldItem::standardMergeWith(): Android compiler warningPatrick Ohly1-1/+1
2009-12-16ABORTDATASTORE(): allow calling it inside <alertscript>Patrick Ohly1-0/+7
2009-12-10TDebugLoggerBase::DebugOpenBlock(): unused va_listPatrick Ohly1-1/+1
2009-12-10fixed several %ld <-> size_t mismatchesPatrick Ohly3-7/+7
2009-12-10TBinfileImplDS::changeLogPreflight(): dataCRC used uninitialized?Patrick Ohly1-1/+1
2009-12-09fixed more %lld sInt64 mismatchesPatrick Ohly2-3/+3
2009-12-09log file base name: configurable via "filename" config optionPatrick Ohly3-2/+10
2009-12-09Revert "TSyncSession::checkCredentials(): <requiredauth>none => accept invali...Patrick Ohly1-8/+0
2009-12-09TEngineInterface::debugPuts(): not active in serverPatrick Ohly2-6/+5
2009-12-09TSyncSession::checkCredentials(): <requiredauth>none => accept invalid creden...Patrick Ohly1-0/+8
2009-12-09DebugPuts(): added to the unilib enginePatrick Ohly2-0/+17
2009-12-09TSyncAppBase::encodingFromData(): detect Oracle Beehive XML messagesPatrick Ohly1-1/+3
2009-12-09TLocalEngineDS::newDevInfDatastore(): fixed 64 biit issuePatrick Ohly1-1/+1
2009-12-09superdatastore: add unhandled sop enum valuesPatrick Ohly1-0/+12
2009-12-09TSyncSession::initSync(): avoid #warning in gccPatrick Ohly1-1/+1
2009-12-09TStdLogicDS::logicGenerateSyncCommandsAsServer: invalid logical expression?!Patrick Ohly1-1/+1
2009-12-09TStdLogicDS::startDataAccessForServer(): fioxed signed/unsigned comparisonPatrick Ohly1-1/+1
2009-12-09TCustomImplDS::modifyMap(): added redundant parenthesis for gcc -WallPatrick Ohly1-1/+1
2009-12-02engine: fixed bug that could crash server sessions when using a superdatastore.Lukas Zeller6-20/+61
2009-12-02english language cosmetics: there were still a lot of "eventual" uses that sh...Lukas Zeller18-50/+50
2009-11-25engine 3.3.0.4: fixed some more 64bit gotchasLukas Zeller1-2/+5
2009-11-25engine: added <silentdiscard> option to silently discard non-acceptable itemsLukas Zeller2-1/+7
2009-11-25Touch up to make compile again in client-only builds (and also WinMobile)Lukas Zeller7-58/+64
2009-11-25client side filtering: fixed to work with dynamic filters as wellLukas Zeller3-12/+31
2009-11-25Engine 3.3.0.3: client side filtering: enhanced sync set filteringLukas Zeller1-20/+32
2009-11-25binfileds: eliminated fAllRecords flag which was only a duplicate of fSlowSyncLukas Zeller2-12/+8
2009-11-25engine: made getNumberOfChanges() work correctly in unilib server caseLukas Zeller4-11/+42
2009-11-25engine: added <alias> to define alternate names for datastoresLukas Zeller2-15/+68
2009-11-25MIME-DIR "group" feature bug fixes - group tag was not stored/generated corre...Lukas Zeller3-22/+30
2009-11-25client: syncing another profile except first did not work because of wrong maskLukas Zeller1-1/+1
2009-11-2564bit bugfixes: some more params need to be uIntArch to work properly in 64bi...Lukas Zeller2-3/+3
2009-11-25pluginapi: blob proxy: redone completely messed up implementationLukas Zeller1-1/+1
2009-11-25SetValue() now works without C-String terminator when setting integers or dat...Lukas Zeller1-1/+2
2009-11-25RRULE expansion: fixed bug that caused missing occurrences when expansion sta...Lukas Zeller1-7/+10
2009-11-25Updates for AndroidBeat Forster1-4/+4
2009-11-04Some compilers don't not like #ifdefs within function argument listLukas Zeller1-10/+9
2009-11-04SetValue() did not work without C-String terminator in some casesLukas Zeller1-3/+6
2009-11-04Engine 3.3.0.1 - new version signifying reasonably field-tested version of un...Lukas Zeller1-3/+0
2009-11-04comments: corrected wrong usage of english word "eventually" throughout all s...Lukas Zeller34-119/+119
2009-11-04GetValue improved - now LOCERR_TRUNCATED also works for VALTYPE_BUF, better d...Lukas Zeller2-19/+48
2009-11-04DB specific error code: avoid showing confusing "Err = 0" and "(DBError = 0)"...Lukas Zeller8-45/+45
2009-11-04MIME-DIR "group" feature supported now: <property> can have "groupfield" attr...Lukas Zeller2-65/+150
2009-11-04Filtering: fixed stone-age (2003) bug that caused fLocalDBFilter not to work ...Lukas Zeller1-1/+1
2009-11-04CRC change detection: slightly improved changelog V2/V3 -> >=V5 migration codeLukas Zeller1-6/+9
2009-11-04Unified "undefined field" ID definition - FID_NOT_SUPPORTED and VARIDX_UNDEFI...Lukas Zeller2-2/+9
2009-11-04CRC change detection: added <crcchangedetection> to enable CRC-based change d...Lukas Zeller4-195/+288
2009-11-04MIME-DIR, remote rules: default charset interpretation now UTF-8 (no longer A...Lukas Zeller4-3/+15
2009-11-04DB mapping: added <mapredefine> to allow specifying details for <automap>ped ...Lukas Zeller1-27/+55