2004-07-01 Max Berger * Minor cleanups to stay within 80 chars (v0.5.3) 2004-06-29 Max Berger * merged my uncommited 0.5.1 changes (v0.5.2) 2004-06-24 Helge Hess * various files: some code cleanups to match OGo style guides [sorry ;-)] (v0.5.1) 2004-06-02 Max Berger * v0.5.1 * keeps synch information now on add 2004-06-02 Max Berger * v0.5.0 * Server now saves all information correct * Forgets Sync information now on refresh / slow sync * First version that implements slow-sync completely! 2004-06-01 Max Berger * Server now saves mappings (v0.4.27) 2004-06-01 Max Berger * Client now sends mappings (v0.4.26) 2004-06-01 Max Berger * v0.4.25 * switched order in deviceInformation save to make more sense 2004-05-31 Max Berger * v0.4.24 * client now properly updates sync anchors * added version to dbhandler protocol * fallback on incomplete sync * added extra info to state * now keeps track of versions of added objects * Server now always answers an alert with an alert 2004-05-31 Max Berger * v0.4.23 * worked some more on mappings * Server now returns status-only packages 2004-05-30 Max Berger * v0.4.22 * added deviceInformation to sessionState * removed sync achors from db protocol * Wrote sync anchors comparison * Started to work on mappings 2004-05-28 Max Berger * v0.4.21 * SyncML.h: added device identification to sessionHandler protocol * removed localLocation from sessionStore * added save and restore device info to session handler protocol 2004-05-26 Max Berger * v0.4.20 * Added support for sync deferred commands, will be executed on final * Sync is now deferred on server 2004-03-13 Max Berger * SyncML.m: fixed bug for gcc 2.95 (v0.4.19) 2004-03-13 Max Berger * v0.4.18 * SyncMLTagBehavior.m: Server not sends on status, not Sync * SyncMLTagBehavior.m: Deletes DB not when needed * SyncML.m: Sync Tag is now sent even on one-way sync. 2004-03-13 Max Berger * v0.4.17 * SyncMLTagBehavior.m: fixed indenting again. * now sends data on all slow Sync types. 2004-03-12 Max Berger * renamed directory to libSyncML (v0.4.16) 2004-01-31 Max Berger * v0.4.15 * SyncMLTagBehavior.m: fixed indenting. 2004-01-31 Max Berger * SyncML.h: Added for sync Types (v0.4.14) 2003-23-12 Max Berger * SyncMLTagSmarts.m: fixed range check (v0.4.13) 2003-23-11 Max Berger * SyncMLTagSmarts.m: Now dos base64 encoding only when necessary (> or < in data) (v0.4.12) 2003-23-10 Max Berger * SyncMLTagSmarts.m: reversed last change since it crashed horribly (v0.4.11) 2003-23-10 Max Berger * SyncMLTagSmarts.m: base64 encoded Data is now in UTF8 (v0.4.10) 2003-23-09 Max Berger * v0.4.9 * SyncML.h: new constant: SYNCML_FORMAT_CHR * SyncMLTagSmarts.m: now automagically decodes base64 * SyncMLTagSmarts.m: now encodes all item data as base64 2003-23-09 Max Berger * v0.4.8 * SyncMLTagSmarts.h: added * SyncMLTagSmarts.m: added * SyncML.m: now uses smart ItemTag * SyncMLSaxMap.xmap: now uses smart ItemTag * SyncMLTagBehavior.m: now uses smart ItemTag * GNUMakefile: added smarts * xCode project: added smarts 2003-23-09 Max Berger * v0.4.7 * SyncMLSessionState.h: includes common.h * SyncMLTag.h: includes common.h * common.h: added NGExtensions/NGObjectMacros.h * updated xCode project 2003-23-09 Max Berger * SyncMLTag.m: fixed an error with a newline (v0.4.6) 2003-23-09 Max Berger * v0.4.5 * SyncMLTag.h: now is an auto-generated file * SyncMLTag.m: now is an auto-generated file * SyncML.m: finally fixed membug in createInitialPackage 2003-23-09 Max Berger * v0.4.4 * SyncMLSessionStatesStore.m:OGoStyle fixes * SyncMLSessionStatesStore.m:fixed memory bug in new State 2003-23-09 Max Berger * SyncMLSessionState.m: OGoStyle fixes (v0.4.3) 2003-23-09 Max Berger * v0.4.2 * SyncML.m: Some fixes according to OgoStyle * SyncML.m: added release for state 2003-23-09 Max Berger * v0.4.1 * Added Version file for Version tracking * renamed stringData to stringdata, targetref to targetrefs and sourceref to sourcerefs (SyncML.m, SyncMLSaxMap.xmap, SyncMLTag.h, SyncMLTag.m, SyncMLTagBehavior.m) 2003-12-07 Helge Hess * minor tweaks to compile without warnings * created ChangeLog