Module: wine Branch: master Commit: 7e5b5cb1aa253ce2f20a790989d0f18bcbcab946 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7e5b5cb1aa253ce2f20a79098...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Nov 6 16:09:04 2018 +0100
winhttp: Properly handle request paths with Unicode characters.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46076 Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/request.c | 202 +++++++++++++++++++++++++++++++++++++---- dlls/winhttp/session.c | 51 ++--------- dlls/winhttp/tests/url.c | 62 +++++++++++++ dlls/winhttp/tests/winhttp.c | 21 ++++- dlls/winhttp/url.c | 74 ++++++++------- dlls/winhttp/winhttp_private.h | 9 -- 6 files changed, 315 insertions(+), 104 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7e5b5cb1aa253ce2f20a7...