summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-30signon: when access token fails for the first time, explicitly request refreshsignon-refreshPatrick Ohly1-0/+5
2014-10-24sync: ignore unnecessary username propertyPatrick Ohly1-7/+21
2014-10-24wrappercheck: augment output of daemon with time stampsPatrick Ohly2-10/+68
2014-10-24wrappercheck: fix repeated daemon startupPatrick Ohly1-1/+5
2014-10-24wrappercheck: augment outputPatrick Ohly1-0/+1
2014-10-24wrappercheck: configurable sleep after daemon launchPatrick Ohly1-0/+8
2014-10-24D-Bus server: fix unreliable shutdown handlingPatrick Ohly3-18/+37
2014-10-24glib: add GIOChannelCXXPatrick Ohly1-0/+1
2014-10-10testing: include stack backtrace when killing stuck processPatrick Ohly1-0/+8
2014-10-10testing: ignore some minor leaksPatrick Ohly1-1/+60
2014-10-10testing: Google testcases must work with and without libphonenumber support i...Patrick Ohly8-16/+16
2014-10-10testing: ignore valid Akonadi vCard changesPatrick Ohly1-0/+10
2014-10-10testing: ignore Akonadi encodig issuesPatrick Ohly1-0/+146
2014-10-10testing: ignore Akonadi Client::Sync::file_event::testAddBothSides failuresPatrick Ohly1-0/+2
2014-10-10testing: ignore Memotoo eds_memo update failuresPatrick Ohly2-1/+9
2014-10-10testing: give valgrind more time in SyncTests::testTimeout()Patrick Ohly1-3/+5
2014-10-10PIM testing: allow testSync to run longer udner valgrindPatrick Ohly1-1/+3
2014-10-10scripting: prevent premature loop timeoutsPatrick Ohly2-2/+2
2014-10-10testing: run one test per client-test instancePatrick Ohly1-9/+104
2014-10-10PIM: always install examplesPatrick Ohly1-0/+5
2014-10-10PIM: make examples work with recent Python GNOMEPatrick Ohly2-2/+8
2014-10-10signon: fix providersignon.soPatrick Ohly1-2/+2
2014-10-09PIM testing: use file source similar to PBAP (part of FDO #84710)Patrick Ohly1-1/+1
2014-10-09vcard: fix caching of PBAP contacts (FDO #84710)Patrick Ohly1-1/+39
2014-10-09vcard: remove duplicate loopsPatrick Ohly1-40/+0
2014-09-24PBAP: Wrong behaviour when SYNCEVOLUTION_PBAP_CHUNK_TRANSFER_TIME is <= 0.Mateusz Polrola1-1/+2
2014-09-12autotools, NEWS: SyncEvolution 1.4.99.4syncevolution-1-4-99-4Patrick Ohly2-2/+356
2014-09-12testing: ignore Memotoo eds_memo failurePatrick Ohly1-6/+14
2014-09-12oauth2: refresh token -> oauth2Patrick Ohly5-31/+31
2014-09-12oauth2: handle errors during password updatePatrick Ohly1-2/+7
2014-09-12oauth2: use simpler username syntaxPatrick Ohly2-26/+14
2014-09-12GVariant: also support conversion to simpler string hashPatrick Ohly2-0/+25
2014-09-12oauth2: README updatePatrick Ohly1-7/+8
2014-09-12oauth2: support json.pc and json-c.pcPatrick Ohly2-2/+5
2014-09-12oauth2: new backend using libsoup/libcurlMateusz Polrola6-0/+420
2014-09-12SoupTransport: avoid uninitialized memory readPatrick Ohly1-0/+1
2014-09-12SoupTransport: drop CA file checkPatrick Ohly1-6/+1
2014-09-12identity: allow using and updating the "password" propertyMateusz Polrola8-14/+26
2014-09-12GVariant: move common code into libsyncevolutionPatrick Ohly6-83/+142
2014-09-12PBAP: use raw text itemsPatrick Ohly1-9/+13
2014-09-12datatypes: raw text items with minimal conversion (FDO #52791)Patrick Ohly4-5/+37
2014-09-10SyncSource: flush map items less frequentlyPatrick Ohly1-13/+5
2014-09-10local sync: exchange SyncML messages via shared memoryPatrick Ohly4-23/+165
2014-09-10config: sanitize maxMsgSize and maxObjSize while reading from configPatrick Ohly2-4/+21
2014-09-10GDBus libdbus: add 64 and doublePatrick Ohly1-0/+21
2014-09-10TmpFile: support IPC via shared memory mappingPatrick Ohly2-1/+22
2014-09-10testing: cover disk write avoidancePatrick Ohly2-21/+177
2014-09-10local sync: avoid updating meta data when nothing changedPatrick Ohly4-2/+90
2014-09-10TrackingSyncSource: avoid .ini write when nothing changesPatrick Ohly2-5/+13
2014-09-10IniConfigNode: avoid writing unmodified dataPatrick Ohly1-2/+14