aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-06 09:15:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-06 09:15:53 +0800
commit6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df (patch)
treedff67b1779794ee3e99aef094df4eac3f2a147cc /camel/ChangeLog
parentc2c91ffed71c7f50735281e5db316f474628d124 (diff)
downloadgsoc2013-evolution-6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df.tar
gsoc2013-evolution-6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df.tar.gz
gsoc2013-evolution-6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df.tar.bz2
gsoc2013-evolution-6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df.tar.lz
gsoc2013-evolution-6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df.tar.xz
gsoc2013-evolution-6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df.tar.zst
gsoc2013-evolution-6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df.zip
Don't get the statuscode here anymore. (http_method_invoke): Use a
2002-04-05 Jeffrey Stedfast <fejj@ximian.com> * camel-http-stream.c (http_get_headers): Don't get the statuscode here anymore. (http_method_invoke): Use a User-Agent header and do basic proxy authentication. (stream_read): Handle redirects. (camel_http_stream_set_user_agent): New function to allow client to set the User-Agent string. (camel_http_stream_set_proxy): New function for setting the proxy server. (camel_http_stream_set_proxy_authrealm): New function for setting the proxy auth realm. (camel_http_stream_set_proxy_authpass): New function for setting the proxy auth password. svn path=/trunk/; revision=16367
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 07e165d70c..2441aa6d1b 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,19 @@
+2002-04-05 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-http-stream.c (http_get_headers): Don't get the statuscode
+ here anymore.
+ (http_method_invoke): Use a User-Agent header and do basic proxy
+ authentication.
+ (stream_read): Handle redirects.
+ (camel_http_stream_set_user_agent): New function to allow client
+ to set the User-Agent string.
+ (camel_http_stream_set_proxy): New function for setting the proxy
+ server.
+ (camel_http_stream_set_proxy_authrealm): New function for setting
+ the proxy auth realm.
+ (camel_http_stream_set_proxy_authpass): New function for setting
+ the proxy auth password.
+
2002-04-04 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.c (message_info_new): Simplified since we