Module: wine Branch: master Commit: 4a706aae706a1636555e5528b0ad91936fc3e69c URL: http://source.winehq.org/git/wine.git/?a=commit;h=4a706aae706a1636555e5528b0...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Sep 16 12:31:35 2008 +0200
winhttp: Manage a session global cookie cache.
---
dlls/winhttp/Makefile.in | 1 + dlls/winhttp/cookie.c | 281 ++++++++++++++++++++++++++++++++++++++++ dlls/winhttp/request.c | 20 ++- dlls/winhttp/session.c | 8 + dlls/winhttp/winhttp_private.h | 21 +++ 5 files changed, 324 insertions(+), 7 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4a706aae706a1636555e55...