summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* M!110 - typos: success, successfulДилян Палаузов2023-01-0216-18/+18
* ESoupAuthBearer: Add debug printsMilan Crha2022-12-061-4/+78
* I#439 - Fails to add task with X-EVOLUTION-GTASKS-POSITION into Google Task listMilan Crha2022-11-281-3/+19
* Contacts: Add 'categories' backend property with a list of used categoriesMilan Crha2022-11-2315-18/+1440
* Calendar: Extract categories parsing into a utility functionMilan Crha2022-11-233-27/+203
* I#437 - IMAP: Excessive memory usage on folder summary download ][Milan Crha2022-11-231-1/+1
* Add ECacheKeys helper object for ref-counted data stored in an ECache tableMilan Crha2022-11-225-138/+1050
* M!108 - Try harder to support webkitgtk-6.0Michael Catanzaro2022-11-211-4/+2
* I#437 - IMAP: Excessive memory usage on folder summary downloadMilan Crha2022-11-213-15/+48
* I#438 - Trust Prompt: Add issuer's certificate fingerprintMilan Crha2022-11-211-0/+15
* Replace use of g_source_set_name_by_id()Milan Crha2022-11-165-49/+67
* Add EXTENSIONS_DIR compile time optionMilan Crha2022-11-091-0/+23
* M!106 - Fix few memory leaksДилян Палаузов2022-11-034-1/+9
* I#435 - ECalComponentAttendee: Default CUTYPE is INDIVIDUALMilan Crha2022-11-021-2/+2
* I#432 - Fix possible NULL-dereference in e_cal_backend_file_modify_objects()Milan Crha2022-10-271-1/+1
* I#431 - e-xml-utils: Enable parse of huge XML filesMilan Crha2022-10-271-1/+1
* I#429 - Fix some (rarely) possible dereferences of NULLMilan Crha2022-10-253-1/+9
* I#428 - Addressbook: Fix possible read of uninitialized dataMilan Crha2022-10-243-5/+7
* I#427 - Tautology in e_named_parameters_equal()Milan Crha2022-10-211-1/+1
* CamelDB: Fix an uninitialized variable warningMilan Crha2022-10-211-1/+1
* camel-db.c: Rearrange transaction handlingДилян Палаузов2022-10-192-78/+127
* EVCard: Slightly speed up vCard parsing and export to textMilan Crha2022-10-141-3/+11
* I#421 - libedataserver: Enhance two-digit year parsingMilan Crha2022-10-061-2/+6
* Fix memory leaks found by clang static analyzerДилян Палаузов2022-10-062-1/+3
* Stored values are never readДилян Палаузов2022-10-0510-20/+8
* I#420 - LDAP: Use valid values for error paths of contact create/removeMilan Crha2022-10-041-3/+3
* M!102 - Stored values are never readДилян Палаузов2022-10-047-18/+15
* I#417 - Serialize OAuth2 token refresh for an accountMilan Crha2022-10-041-8/+229
* Handle negative value for GUri's portMilan Crha2022-09-292-3/+3
* I#418 - locale_supports_12_hour_format() can read uninitialized valueMilan Crha2022-09-291-2/+4
* IMAPX: Hide complete requests in debug logs for some sensitive commandsMilan Crha2022-09-274-27/+121
* I#419 - IMAP: Does not forget renamed folders on the serverMilan Crha2022-09-271-1/+4
* I#416 - LDAP: Possible memory leak in build_mods_from_contacts()Milan Crha2022-09-271-1/+1
* po: Merge .source files back to the POTFILES.inMilan Crha2022-09-2619-1/+1
* e-certificate-widget.h: Correct parameter names, to match those in gtk-doc co...Milan Crha2022-09-021-2/+2
* I#413 - Camel: VACUUM cannot run from within a transactionMilan Crha2022-09-011-2/+5
* M!96 - e-cal-component.c: typo VTOTO -> VTODOДилян Палаузов2022-08-151-1/+1
* Replace GcrCertificateWidget with libedataserverui's ECertificateWidgetMilan Crha2022-08-116-237/+23
* libedataserverui: Add a widget to show certificate informationMilan Crha2022-08-114-0/+808
* ESoupSession: Avoid downgrade of Bearer (OAuth2) auth for authenticationMilan Crha2022-07-201-0/+5
* alarm-notify: Use themed icon instead of file icon for notificationsMilan Crha2022-07-201-22/+5
* Check for non-zero value passed to g_flags_get_first_value()Milan Crha2022-07-182-7/+7
* ESoupSession: Allow NULL source internallyMilan Crha2022-07-151-12/+26
* EOAuth2Service: Correct free function for GBytes structureMilan Crha2022-07-151-2/+1
* ESoupAuthBearer: Check for token expiration in e_soup_auth_bearer_is_authenti...Milan Crha2022-07-141-10/+13
* evo-I#1958 - reminders-widget: Sort snooze times by durationMilan Crha2022-07-131-28/+58
* I#407 - IMAPx: Unsubscribed folder always removed from the UIMilan Crha2022-07-121-5/+13
* ESoupSession: Extract common auth failure code into a utility functionMilan Crha2022-07-126-167/+124
* I#402 - IMAPx: Unsubscribed folders in personal namespace hidden in offlineMilan Crha2022-07-123-42/+59
* I#351 - LDAP: Conditionally use displayName for file-asMilan Crha2022-07-111-143/+259