aboutsummaryrefslogtreecommitdiffstats
path: root/common/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'common/ChangeLog')
-rw-r--r--common/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 42b60e54d..9e72c5d3e 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,21 @@
+2006-08-14 Werner Koch <[email protected]>
+
+ * http.h (struct http_context_s): Moved to implementation.
+ * http.c (http_open): Changed call to return a context.
+ (http_open_document): Ditto.
+ (http_get_read_ptr, http_get_read_ptr, http_get_status_code): New.
+ (do_parse_uri): Replaced strlwr by straight code to ease
+ standalone use of this file.
+ (http_wait_response): Removed arg STATUS_CODE as it is available
+ through an accessor function. Adjusted caller.
+ (http_escape_string): New.
+
+ * estream.c (es_read_line): Renamed to ..
+ (doreadline): .. this. Changed all callers.
+ (es_read_line): New. This is theusual limited getline variabnt as
+ used at several places. Here taken and adjusted from xreadline.c
+ (es_free): New.
+
2006-08-11 Werner Koch <[email protected]>
* http.c: Major internal changes to optionallly support GNUTLS and