summaryrefslogtreecommitdiff
path: root/camel/camel-network-service.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 749292 - SMTP connection lost while reading message dataMilan Crha2015-05-261-1/+3
* CamelNetworkService: Check for non-NULL sessionMilan Crha2015-02-261-6/+14
* Use recursive lock for camel_binding_* proxy functionsMilan Crha2015-02-241-0/+1
* Provide and use thread safe variants of g_object_bind_property*() functionsMilan Crha2015-02-241-1/+1
* Bug 736006 - Crash under backend_finalize() during online state changeMilan Crha2015-01-121-17/+17
* Bug 670114 - Provide list of Mail certificates in UIMilan Crha2014-12-111-114/+8
* [CamelOfflineStore] Count with host reachability update delayMilan Crha2014-10-241-1/+12
* Use 90 seconds timeout for Camel connectionsMilan Crha2014-10-241-0/+8
* Bug 712392 - Delay server availability checks on network changeMilan Crha2014-10-241-10/+22
* Bug 734853 - CamelNetworkService fails to connect to 'localhost'Milan Crha2014-08-271-1/+1
* Bug 486018 - Implement IDNA (Internationalized Domain Names in Applications)Milan Crha2014-08-271-1/+1
* Bug 731585 - evolution-ews Camel part pretends offline stateMilan Crha2014-06-121-5/+3
* camel_network_service_can_reach_sync: Forgotten local_error propagateMilan Crha2014-04-241-0/+3
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-3/+3
* Always reject revoked certificatesMilan Crha2014-04-101-19/+24
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-21/+21
* Bug #702709 - Do network background operations only if the CamelSession is on...Milan Crha2014-01-211-0/+4
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+9
* CamelNetworkService: Port to GTask.Matthew Barnes2013-12-031-23/+23
* Add camel_network_service_can_reach_sync().Matthew Barnes2013-11-221-64/+186
* CamelNetworkService: Don't block first "host-reachable" notification.Matthew Barnes2013-11-221-1/+7
* CamelNetworkService: Disconnect as needed.Matthew Barnes2013-11-141-0/+15
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-3/+9
* CamelNetworkService: Return GIOStream instead of CamelStream.Matthew Barnes2013-11-051-32/+16
* CamelService: Add a "proxy-resolver" property.Matthew Barnes2013-10-251-10/+4
* Add camel_session_ref_proxy_resolver().Matthew Barnes2013-09-271-18/+13
* CamelSession: Simplify trust_prompt() signature.Matthew Barnes2013-09-271-13/+4
* CamelNetworkService: Transition to GTcpConnection.Matthew Barnes2013-09-261-54/+415
* Add camel_session_ref_main_context().Matthew Barnes2013-02-221-1/+3
* CamelNetworkService: Add a read-only "host-reachable" property.Matthew Barnes2013-02-211-0/+233
* CamelNetworkService: Add a "connectable" property (GSocketConnectable).Matthew Barnes2013-02-211-2/+135
* Give CamelNetworkService a private structure.Matthew Barnes2013-02-211-0/+40
* Use camel_service_ref_session().Matthew Barnes2013-02-111-1/+3
* Bug #371469 - Add port to connection refused error messagesMilan Crha2012-12-031-1/+2
* Rename camel_service_get_settings().Matthew Barnes2012-08-121-1/+3
* Camel: Use thread-safe accessors for string settings.Matthew Barnes2012-01-031-2/+4
* Move remaining CamelURL elements to CamelSettings.Matthew Barnes2011-10-241-13/+15
* Bug #601898 - SOCKS proxy does not work with mailerMilan Crha2011-09-301-1/+1
* Bug #642984 - Drop --enable-ssl configure option (nss/nspr always required)Milan Crha2011-09-261-13/+0
* Add CamelNetworkSettings.Matthew Barnes2011-08-151-112/+29
* Camel: Fix enumeration regressions.Matthew Barnes2011-08-151-3/+3
* Bug #655409 - Extra flags in CamelStoreInfo break folder type checkMilan Crha2011-07-271-3/+3
* Add CamelNetworkService interface.Matthew Barnes2011-07-211-0/+311