From f31b619095432d76903e7fc8cb39fe2eff0eb864 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Thu, 23 Feb 2012 17:40:30 +0100 Subject: [PATCH] update changelog --- ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fc3273..184e80e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +2012-02-23 17:40:00 +0100 Georg Hopp + + * add cookie header again (HEAD, origin/master, origin/HEAD, master) + +2012-02-23 16:41:36 +0100 Georg Hopp + + * optmize header search + 2012-02-23 13:02:23 +0100 Georg Hopp - * changed all string operation within header handling with fixed length mem operations, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY (HEAD, master) + * changed all string operation within header handling with fixed length mem operations, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY 2012-02-23 00:05:25 +0100 Georg Hopp @@ -16,7 +24,7 @@ 2012-02-22 12:19:40 +0100 Georg Hopp - * fix memory problems occured with latest changes (origin/master, origin/HEAD) + * fix memory problems occured with latest changes 2012-02-22 09:03:40 +0100 Georg Hopp