summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-09EDS: more generic open retry handlingPatrick Ohly1-9/+7
2018-01-09oauth2.cpp: fix usage of curlPatrick Ohly1-1/+3
2018-01-09autotools: be more selective about suppressing deprecation warningsPatrick Ohly3-4/+4
2018-01-09SoupTransportAgent: require libsoup 2.42, no deprecated methodsPatrick Ohly4-33/+53
2018-01-09timeout.h: move from D-Bus server to syncevoPatrick Ohly8-6/+7
2018-01-03C++: replace auto_ptr with unique_ptrPatrick Ohly15-68/+75
2018-01-03autotools: let caller suppress automatic lib dependenciesPatrick Ohly2-8/+0
2018-01-03autotools: building of binaries optionalPatrick Ohly1-4/+6
2018-01-03C++: initialize all members of SyncSourceEventPatrick Ohly1-1/+4
2018-01-03TDEPIMNotesSource.h: remove unused kn_dcopPatrick Ohly1-1/+0
2018-01-03icaltz-util.c: avoid undefined signed int shiftingPatrick Ohly1-1/+1
2018-01-03SynthesisDBPlugin.cpp: fix error pathPatrick Ohly1-1/+1
2018-01-03C++: const and const ref enhancementsPatrick Ohly3-5/+4
2018-01-03C++: implement missing copy operatorPatrick Ohly3-0/+14
2018-01-03C++: avoid non-standard typeofPatrick Ohly5-16/+24
2018-01-03GNOME: retry keyring operationsPatrick Ohly1-30/+82
2018-01-03GNOME: replace gnome-keyring with libsecret (FDO #104219)Patrick Ohly2-106/+73
2018-01-03libical: support libical v3 (FDO #104220)Patrick Ohly2-7/+6
2016-11-04TDE: fix compile issuePatrick Ohly1-3/+2
2016-11-03SignonAuthProvider: fix ref counting issuePatrick Ohly1-1/+1
2016-11-03TDE: various fixesdeloptes2-18/+16
2016-10-13Merge remote-tracking branch 'origin/for-master/tde' into nightlySyncEvolution Nightly Testing6-13/+36
2016-10-09TDEPIMCalendarSourceRegister.cpp: only grab generic types when activePatrick Ohly1-3/+4
2016-10-07activesync: fix packaging of activesyncd (FDO #98014)Patrick Ohly1-4/+1
2016-10-07tdepim: fix build issuesPatrick Ohly6-10/+32
2016-09-26tde, tdepim: adapt to TDE 14.1tdedeloptes10-146/+682
2016-09-26tde, tdepim: backend for the TDE desktop (FDO #97780)deloptes21-0/+2906
2016-09-26syncevo-dbus-server-startup.sh.in: optional start via D-Bus activationPatrick Ohly1-1/+18
2016-09-26Add a systemd user service as a backend for the D-Bus session servicesSimon McVittie4-0/+19
2016-09-26ObexTransportAgent.cpp: properly shut down connection (FDO #91485)Patrick Ohly1-2/+25
2016-09-26PbapSyncSource.cpp.rej: remove from repoPatrick Ohly1-21/+0
2016-09-26gdbusxx/gdbus-cxx-bridge.h: avoid copying of parameterPatrick Ohly1-1/+1
2016-09-26syncevolution.org: compile on Ubuntu Trusty, libical v1/v2 compatibilityPatrick Ohly17-1195/+146
2016-09-26libsyncevolution: load backends in function instead of constructorPatrick Ohly3-1/+15
2016-09-26Cmdline.cpp: optionally show debug output in --version outputPatrick Ohly2-6/+7
2016-09-26autotools: link libsyncevolution against libpthread explicitlyPatrick Ohly1-0/+1
2016-09-26D-Bus testing: fix slowing down file sourcesPatrick Ohly1-0/+2
2016-09-26autotools: allow extending core linker flagsPatrick Ohly2-1/+6
2016-09-20autotools: use cppcheck.pcPatrick Ohly2-6/+6
2016-09-20syncevolution.org: drop binary compatibility hack for old libnotifyPatrick Ohly1-63/+1
2016-08-29dbus-sync.cpp: fix cppcheck performance warningPatrick Ohly1-1/+1
2016-08-29gdbus-cxx-bridge.h: avoid false cppcheck warningPatrick Ohly1-0/+2
2016-08-29compilation: fix std::find() == 0 misusePatrick Ohly3-3/+3
2016-08-26compilation: fix push_back ambiguity under gcc 6/C++14Patrick Ohly1-1/+1
2016-08-26compilation: fix boost::shared_ptr->bool issue under C++14Patrick Ohly3-3/+3
2015-08-14mkdir_p: support non-readable parent directories (FDO #91000)Patrick Ohly1-19/+26
2015-06-05syncing: avoid segfault for invalid text inside items (FDO #90118)Patrick Ohly2-1/+81
2015-06-01file backend: log item manipulationPatrick Ohly2-1/+18
2015-06-01command line: preserve log prefix of target side of local syncPatrick Ohly2-10/+11
2015-04-17Use ${PKG_CONFIG} instead of pkg-config.Niels Ole Salscheider2-3/+3