summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-21unexpected slow syncs: no explanation when only one source active (MB #9156)mb9156Patrick Ohly3-14/+70
2010-01-21Testing: add a case with config name "@context" for getReportsZhu, Yongsheng2-0/+48
2010-01-21Logdir: return all peers logs for config name without peer nameZhu, Yongsheng1-9/+21
2010-01-21Logdir: getServer() might not include contextPatrick Ohly3-2/+27
2010-01-21Logdir: use normalized config name instead of <peer>@<context>Patrick Ohly1-13/+7
2010-01-21Logdir: change the logdir and add context info (MB #8350)Zhu, Yongsheng2-7/+16
2010-01-21Cofiguration template: exact match for createPeerTemplate (MB#9155)Chen Congwu2-31/+16
2010-01-20Configuration template: more teaksChen Congwu37-88/+13
2010-01-20Fix link error in linking with test.cppChen Congwu1-2/+1
2010-01-20documentation + usage: shared configs, 1.0 features (MB #8497)mb8497Patrick Ohly4-106/+241
2010-01-20make distcheck: the new LCS test files must be includedPatrick Ohly1-0/+2
2010-01-20SmartPtr: GLib Event Loop tracking only enabled for HAVE_GLIBPatrick Ohly1-0/+2
2010-01-20make dist: FileConfigNode.h must be public APIPatrick Ohly1-0/+1
2010-01-19version bumped to 1.0 alpha 2 (which probably will never get released)Patrick Ohly1-1/+1
2010-01-19MAKE/PARSETEXTWITHPROFILE: EVOLUTION no longer the default rulePatrick Ohly4-3/+17
2010-01-19SyncSource.cpp: added missing unistd.hPatrick Ohly1-0/+1
2010-01-19SyncContext.cpp: add missing sys/wait.h includePatrick Ohly1-0/+1
2010-01-19Synthesis engine wrapper: avoid throwing exceptions during normal runsPatrick Ohly3-45/+51
2010-01-19PersistentSyncSourceConfig: same as SyncSourceConfigPatrick Ohly1-15/+1
2010-01-19TrackingSyncSource: be more quite about getPeerMimeType()Patrick Ohly1-6/+1
2010-01-19resolved template merge bugPatrick Ohly13-28/+3
2010-01-19config names: replace unsafe characters with underscores (MB #8350)Patrick Ohly2-0/+41
2010-01-19PeerName sync property: arbitrary name for config (MB #8350)Patrick Ohly3-0/+21
2010-01-19l10n: Updates to Thai translationanoochit1-0/+498
2010-01-19local errors should be marked as local (MB #8757)slow-syncPatrick Ohly1-1/+8
2010-01-19sync status: partial failure (MB #7755)Patrick Ohly3-0/+19
2010-01-19status overview: fixed printing of rejected items (MB #7755)Patrick Ohly1-19/+45
2010-01-19sync client: accept unexpected slow syncs when no local dataPatrick Ohly1-2/+4
2010-01-19sync client: detect unexpected slow sync and abort (MB #2416)Patrick Ohly2-60/+204
2010-01-19command line: explain error codes (MB #2069)Patrick Ohly3-3/+231
2010-01-19command line: print status codes for each sourcePatrick Ohly2-0/+14
2010-01-19Configuration templates matching: match templates based on metadataChen Congwu62-88/+632
2010-01-19LCS: added accessor for plain sequencesPatrick Ohly1-0/+14
2010-01-19LCS: Longest Common SubsequencePatrick Ohly7-2/+406
2010-01-19Server alerted sync + client: matching against bluetooth mac addressChen Congwu1-8/+25
2010-01-19Merge branch 'syncevolution-0-9-branch'Patrick Ohly19-25/+860
2010-01-19fixed link error related to CPPUnitPatrick Ohly1-1/+6
2010-01-19set version to 0.9.1+0.9.2Patrick Ohly1-1/+1
2010-01-19NEWS: updated for 0.9.2Patrick Ohly1-5/+33
2010-01-18ScheduleWorld: changed webURLPatrick Ohly2-6/+6
2010-01-18Goosync: added template (MB #9113)Patrick Ohly2-0/+13
2010-01-18Oracle: added templatePatrick Ohly2-0/+13
2010-01-18updated for 0.9.2Patrick Ohly1-2/+153
2010-01-15build issue: icalproperty_remove_parameter_by_kind in EDS wrapperPatrick Ohly2-0/+4
2010-01-15autotools: fixed 'make dist' error cause by doc-pakPatrick Ohly1-2/+2
2010-01-15SoupTransportAgent: event handlingmb7710Patrick Ohly2-8/+6
2010-01-15SyncML server: timeouts for unresponsive clients (MB #7710)Patrick Ohly3-52/+80
2010-01-15DBusTransportAgent: support message timeoutPatrick Ohly1-3/+44
2010-01-15TransportAgent::setCallback(): comment clarification about how often it is ca...Patrick Ohly1-3/+6
2010-01-15SmartPtr: allow tracking of non-pointer objectsPatrick Ohly1-19/+46