Module: wine Branch: master Commit: ace7f05672d9759bdde842b74deddea6caf0f012 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ace7f05672d9759bdde842b74...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Oct 4 10:32:01 2018 +0200
winhttp: Implement the WINHTTP_FLAG_ESCAPE_* flags.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42677 Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/request.c | 12 ++-- dlls/winhttp/session.c | 67 +++++++++++++++------- dlls/winhttp/tests/url.c | 29 +++++++++- dlls/winhttp/tests/winhttp.c | 60 +++++++++++++++----- dlls/winhttp/url.c | 122 +++++++++++++++++------------------------ dlls/winhttp/winhttp_private.h | 10 +++- 6 files changed, 188 insertions(+), 112 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ace7f05672d9759bdde84...