Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Updated with fixes from https://bugs.eclipse.org/bugs/show_bug.cgi?id=234142#c10slewis9-7/+75
2008-10-22Removed version specifiers for imported equinox packagesslewis1-4/+4
2008-10-22Made extension point handling more robustslewis1-1/+4
2008-10-21Added IAdaptable extension for ISynchronizationStrategy and other API. Provi...slewis8-54/+163
2008-10-19Fixes for discovery view UIslewis1-0/+2
2008-10-19Fixes for discovery view UIslewis1-9/+1
2008-10-19Fixes for discovery view UIslewis1-31/+44
2008-10-16Added new test code and fixed issue with serialization of DocumentUpdateMessageslewis2-12/+20
2008-10-14Added documentation for IModelSynchronizationStrategyslewis1-3/+46
2008-10-14Added dispose to IDocumentSynchronizationStrategyFactoryslewis5-3/+29
2008-10-14Refactoring of sync interfaces to create IModelSynchronizationStrategy.slewis1-0/+6
2008-10-14Refactoring of sync interfaces to create IModelSynchronizationStrategy.slewis16-112/+106
2008-10-09Fix for incorrect feature plugin version for headv20081009-1129slewis1-1/+1
2008-10-09Applied patch from bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=196005slewis2-31/+26
2008-10-06Change to method name in IDocumentChangeMessageslewis2-4/+4
2008-10-05Rename of methods for clarity and spellingslewis3-6/+6
2008-10-05Fixes for manifestslewis1-0/+2
2008-10-05Renamed deserialize methodslewis3-4/+4
2008-10-05Removed version specifiers for org.eclipse.core.runtime an d utilslewis1-2/+2
2008-10-02Initial checkin of o.e.e.sync plugin in runtime areaslewis27-0/+1341
2008-09-24Reviewed and applied documentation patch from https://bugs.eclipse.org/bugs/s...v20081006-2042slewis1-2/+14
2008-09-16Changes to use SSLSocketFactory.getDefault() to get default socket factory. ...slewis1-3/+24
2008-09-08Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=246155slewis2-1/+34
2008-09-03Fix for bug 240926Root_sync_api_refactorslewis3-3/+40
2008-09-03Fix for bug 238976.slewis2-6/+6
2008-09-03Fix for bug 238976.slewis4-42/+128
2008-08-121) Changed version to 2.1.0 from 2.0.0 for filetransfer API, provider, httpcl...slewis1-1/+1
2008-08-11Added IncomingFileTransferException.getErrorCode() method and constructors to...slewis1-0/+25
2008-07-12Fix bug 222253 -v20080728-0800rsuen1-19/+28
2008-07-04Added IDTMFCallSessionAdapter for bug 239388v20080707-0800slewis2-1/+101
2008-07-02Added ordering to add/get associatesslewis1-21/+34
2008-07-01Added toString for ContainerEntry and IDEntry classesslewis2-0/+18
2008-07-01Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=239079 by adding En...slewis1-1/+2
2008-06-23Added comment to verify HEAD for CC build.v20080622-2357tkubaska1-0/+2
2008-06-16Fixes for IP bug 234141v20080618-1357slewis4-22/+44
2008-06-16Merge of final 2.0 javadocs generationslewis1-1/+1
2008-06-16Added string externalizationv20080616-1220slewis1-2/+2
2008-06-16implemented functionality for replacement operations, that is multichar-delet...v20080616-0800isikm4-6/+29
2008-06-16included last operational transformation mechanism - that is deletions vs. in...isikm6-39/+88
2008-06-16Refactoring for addressing bug 237169v20080615-2252slewis23-51/+56
2008-06-15remote deletion handles conflict with locally applied insertion when deletion...isikm1-4/+15
2008-06-15work-in-progress on handling deletions vs. insertions and vice versa, remote ...isikm4-69/+75
2008-06-15introduced boolean field for splitting up operations during transformation an...isikm1-2/+12
2008-06-15changed visibility modifiers on instance fields in ColaUpdateMessageisikm2-4/+4
2008-06-15added simple method to return the length of inserted text, computed as (Strin...isikm1-0/+4
2008-06-15fixed deletions to properly apply algorithm on deletion vs. deletion transfor...isikm1-2/+60
2008-06-15renamed setLength() to read setLengthOfReplacedText() to rule out ambiguitiesisikm1-1/+1
2008-06-15renamed UpdateMessage getLength() to read getLengthOfReplacedText() - ColaIns...isikm1-5/+20
2008-06-14minor javadoc, added comment for parameterisikm1-0/+1
2008-06-14renamed method getLength() in UpdateMessage to be getLengthOfReplacedText() -...isikm3-6/+6

Back to the top